diff --git a/packages/FrontC/FrontC.3.4.3/opam b/packages/FrontC/FrontC.3.4.3/opam new file mode 100644 index 000000000..e750756d2 --- /dev/null +++ b/packages/FrontC/FrontC.3.4.3/opam @@ -0,0 +1,51 @@ +opam-version: "2.0" +authors: "Hugues Cassé " +homepage: "https://github.com/BinaryAnalysisPlatform/FrontC" +bug-reports: "https://github.com/BinaryAnalysisPlatform/FrontC/issues" +dev-repo: "git+https://github.com/BinaryAnalysisPlatform/FrontC" +maintainer: "Ivan Gotovchits " +license: "LGPL-2.1-only" +depends: [ + "ocaml" +] + +build: [ + [make "PREFIX=%{lib}%" "OCAML_SITE=%{lib}%"] +] + +install: [ + [make "install" "PREFIX=%{lib}%" "OCAML_SITE=%{lib}%"] + ["cp" "META" "%{lib}%/FrontC"] +] +synopsis: "Library providing a C parser and lexer" +description: """ +FrontC is an OCAML library providing a C parser and lexer. The result +is a syntactic tree easy to process with usual OCAML tree management. + +It provides support for ANSI C syntax, old-C K&R style syntax and the +standard GNU CC attributes. + +It provides also a C pretty printer as an example of use.""" + +url { + src: + "https://github.com/BinaryAnalysisPlatform/FrontC/archive/refs/tags/v3.4.3.tar.gz" + checksum: [ + "sha256=b96098bc56008e4239e571bb4e7407ac3b83be1c89bf945e2048063f9a5e528c" + "md5=399f66735541ecf8e06220618eef5c98" + ] + mirrors: "https://mirrors.aegis.cylab.cmu.edu/bap/FrontC/v3.4.3.tar.gz" +} + +available: false +extra-source "FrontC.install" { + src: + "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/FrontC/FrontC.install" + checksum: [ + "sha256=501dee92dc12ec57e4f34b5e5e15ee9630cb47c0c3f5219d6172a450c3495224" + "md5=c56e698d092d18179f9458f311c56412" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/OCADml/OCADml.0.3.0/opam b/packages/OCADml/OCADml.0.3.0/opam new file mode 100644 index 000000000..71aace08d --- /dev/null +++ b/packages/OCADml/OCADml.0.3.0/opam @@ -0,0 +1,45 @@ +opam-version: "2.0" +synopsis: "Types and functions for building CAD packages in OCaml" +description: "Types and functions for building CAD packages in OCaml" +maintainer: ["Geoff deRosenroll= "3.3" & <= "3.17.1"} + "ocaml" {>= "4.14.0"} + "gg" {= "1.0.0"} + "cairo2" {>= "0.6.2" & <= "0.6.5"} + "odoc" {with-doc & <= "2.4.4"} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] +] +dev-repo: "git+https://github.com/OCADml/OCADml.git" +url { + src: + "https://github.com/OCADml/OCADml/releases/download/v0.3.0/OCADml-0.3.0.tbz" + checksum: [ + "sha256=9614beb1c81f1f4da39e5c4a8ee820ebf44beb34a44a7e32602782079efad8c8" + "sha512=0a8f6c02f0b97c1a4cd270117bd744a26cf29070a6c704dde9379967d0fadfcfdcaeaa6bd286c7696b0dbd2a9e9aa95ccae517ac487a6771897ff4805e2750f6" + ] +} +x-commit-hash: "c35a30fc64a006fc9b81ec21bd8d38b957afe800" +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/amf/amf.0.1.2/opam b/packages/amf/amf.0.1.2/opam new file mode 100644 index 000000000..f12d4b46e --- /dev/null +++ b/packages/amf/amf.0.1.2/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +synopsis: "Parser/serializer for Adobe's Action Message Format" +maintainer: "Brian Caine " +authors: "Brian Caine " +license: "LGPL with OCaml linking exception" +homepage: "https://briancaine.github.io/ocaml-amf/" +bug-reports: "https://github.com/briancaine/ocaml-amf/issues" +depends: [ + "ocaml" {>= "4.04"} + "dune" {>= "1.0" & <= "3.17.1"} + "ppx_deriving" {<= "6.0.3"} + "ppx_sexp_conv" {< "v0.13"} + "base-threads" {= "base"} + "core" {>= "v0.9.1" & < "v0.13"} + "stdint" {<= "0.7.2"} + "sexplib" {< "v0.13"} + "bisect_ppx" {build & <= "2.8.3"} + "ounit" {with-test & <= "2.2.7"} +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +dev-repo: "git+https://github.com/briancaine/ocaml-amf.git" +url { + src: "https://github.com/briancaine/ocaml-amf/archive/v0.1.2.tar.gz" + checksum: [ + "md5=5ffab0f08aeb4af335ed38cbf7a5694d" + "sha512=3621e9978a6988696653fcceb92e17e06014fe31e57cc974387a265df10a63f6c76d4e6ff1ebdb6af8d0da06e8782f9c0000b33fcc53a9fdacdf857881fbb4e2" + ] +} +available: false # source tarball not available +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["source-unavailable"] diff --git a/packages/anders/anders.0.7/opam b/packages/anders/anders.0.7/opam new file mode 100644 index 000000000..8b678c504 --- /dev/null +++ b/packages/anders/anders.0.7/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +synopsis: "CCHM homotopy system type checker based on Mini-TT for OCaml" +maintainer: "Namdak Tonpa " +authors: "Groupoid Infinity" +license: "ISC" +homepage: "https://groupoid.space/homotopy/" +bug-reports: "https://github.com/groupoid/anders/issues" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "ocaml" {>= "4.10.0"} + "menhir" {>= "2.7" & <= "20240715"} + "odoc" {with-doc & <= "2.4.4"} +] +available: false +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["dune" "build" "-p" name "-j" jobs "@doc"] {with-doc} +] +dev-repo: "git+https://github.com/groupoid/anders" +url { + src: "https://github.com/groupoid/anders/archive/refs/tags/0.7.zip" + checksum: [ + "md5=258c659c2b4dd602db1d844ef14189f8" + "sha512=d2e7f982ebcd99a05fc7a155c408f6317c0a70dfd33f6b2bc1d6a1fcdf920601b38169c7ee8ec8325a55143d7763ee5bc411c71bfb6a326a7d0b76c5f5ceb496" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/async/async.108.00.01/opam b/packages/async/async.108.00.01/opam new file mode 100644 index 000000000..8f49f8f55 --- /dev/null +++ b/packages/async/async.108.00.01/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "Jane Street developers" +build: make +remove: [["ocamlfind" "remove" "async"]] +depends: [ + "ocaml" + "camlp4" {<= "5.3"} + "ocamlfind" {<= "1.9.6"} + "async_unix" {= "108.00.01"} + "async_core" {= "108.00.01"} + "async_extra" {= "108.00.01"} + "ocamlbuild" {build & <= "0.15.0"} +] +install: [make "install"] +synopsis: "Monadic concurrency library" +description: """ +Part of Jane Street’s Core library +The Core suite of libraries is an industrial strength alternative to +OCaml's standard library that was developed by Jane Street, the +largest industrial user of OCaml.""" +flags: light-uninstall +url { + src: + "https://ocaml.janestreet.com/ocaml-core/108.00.01/individual/async-108.00.01.tar.gz" + checksum: [ + "sha256=68587507771f6f10cfefb0ed6c36598f6b6ca393c60f18ad198112435c31728c" + "md5=a474bd087fdd5f3a092867f234044152" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/async_core/async_core.108.00.01/opam b/packages/async_core/async_core.108.00.01/opam new file mode 100644 index 000000000..e1b9703cc --- /dev/null +++ b/packages/async_core/async_core.108.00.01/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "Jane Street developers" +build: make +remove: [["ocamlfind" "remove" "async_core"]] +depends: [ + "ocaml" + "camlp4" {<= "5.3"} + "ocamlfind" {<= "1.9.6"} + "bin_prot" {<= "v0.17.0"} + "core" {= "108.00.01"} + "fieldslib" {<= "v0.17.0"} + "pa_ounit" {<= "113.00.00"} + "sexplib" {<= "v0.17.0"} + "ocamlbuild" {build & <= "0.15.0"} +] +install: [make "install"] +synopsis: "Part of Jane Street’s Core library" +description: """ +The Core suite of libraries is an industrial strength alternative to +OCaml's standard library that was developed by Jane Street, the +largest industrial user of OCaml.""" +flags: light-uninstall +url { + src: + "https://ocaml.janestreet.com/ocaml-core/108.00.01/individual/async_core-108.00.01.tar.gz" + checksum: [ + "sha256=c977d9e6a472604712a297c4849c20c65013153ad636877c7bbe8cc06f70c022" + "md5=f677808fc9efbbe144aa55ce49122ad8" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/async_extra/async_extra.108.00.01/opam b/packages/async_extra/async_extra.108.00.01/opam new file mode 100644 index 000000000..01f064653 --- /dev/null +++ b/packages/async_extra/async_extra.108.00.01/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "Jane Street developers" +build: make +remove: [["ocamlfind" "remove" "async_extra"]] +depends: [ + "ocaml" + "camlp4" {<= "5.3"} + "ocamlfind" {<= "1.9.6"} + "async_unix" {= "108.00.01"} + "async_core" {= "108.00.01"} + "bin_prot" {< "113.01.00"} + "core" {<= "v0.17.1"} + "fieldslib" {< "113.01.00"} + "pa_ounit" {<= "113.00.00"} + "pipebang" {<= "113.00.00"} + "sexplib" {< "113.01.00"} + "ocamlbuild" {build & <= "0.15.0"} +] +install: [make "install"] +synopsis: "Part of Jane Street’s Core library" +description: """ +The Core suite of libraries is an industrial strength alternative to +OCaml's standard library that was developed by Jane Street, the +largest industrial user of OCaml.""" +flags: light-uninstall +url { + src: + "https://ocaml.janestreet.com/ocaml-core/108.00.01/individual/async_extra-108.00.01.tar.gz" + checksum: [ + "sha256=677dc71aa9735f52aa60efca79112e22de491564e75db60ea430101d17bd8031" + "md5=957b3daaf03493831a5b475c3acf76af" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/async_unix/async_unix.108.00.01/opam b/packages/async_unix/async_unix.108.00.01/opam new file mode 100644 index 000000000..2b5609d47 --- /dev/null +++ b/packages/async_unix/async_unix.108.00.01/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "Jane Street developers" +build: make +remove: [["ocamlfind" "remove" "async_unix"]] +depends: [ + "ocaml" + "camlp4" {<= "5.3"} + "ocamlfind" {<= "1.9.6"} + "async_core" {= "108.00.01"} + "bin_prot" {< "113.01.00"} + "core" {<= "v0.17.1"} + "fieldslib" {< "113.01.00"} + "pa_ounit" {<= "113.00.00"} + "pipebang" {<= "113.00.00"} + "sexplib" {< "113.01.00"} + "ocamlbuild" {build & <= "0.15.0"} +] +install: [make "install"] +synopsis: "Part of Jane Street’s Core library" +description: """ +The Core suite of libraries is an industrial strength alternative to +OCaml's standard library that was developed by Jane Street, the +largest industrial user of OCaml.""" +flags: light-uninstall +url { + src: + "https://ocaml.janestreet.com/ocaml-core/108.00.01/individual/async_unix-108.00.01.tar.gz" + checksum: [ + "sha256=4bb99b45adbd230ef99af76804c059c8d029a97608023ade431c93583446466b" + "md5=5df5c16faaa39c5810f3f46bbab512d0" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/bap-fsi-benchmark/bap-fsi-benchmark.2.4.0/opam b/packages/bap-fsi-benchmark/bap-fsi-benchmark.2.4.0/opam new file mode 100644 index 000000000..f3b67a1a1 --- /dev/null +++ b/packages/bap-fsi-benchmark/bap-fsi-benchmark.2.4.0/opam @@ -0,0 +1,39 @@ +opam-version: "2.0" +maintainer: "Ivan Gotovchits " +authors: "BAP Team" +homepage: "https://github.com/BinaryAnalysisPlatform/bap/" +bug-reports: "https://github.com/BinaryAnalysisPlatform/bap/issues" +dev-repo: "git+https://github.com/BinaryAnalysisPlatform/bap/" +license: "MIT" +build: [ + ["./configure" "--prefix=%{prefix}%" "--enable-fsi-benchmark"] + [make] +] + +install: [[make "install"]] + +remove: [["rm" "-f" "%{bin}%/bap-byteweight"]] + +depends: [ + "ocaml" {>= "4.08.0" } + "bap-std" {= "2.4.0"} + "bap-ida" {= "2.4.0"} + "bap-byteweight-frontend" {= "2.4.0"} + "cmdliner" {<= "1.3.0"} + "fileutils" {<= "0.6.6"} + "re" {<= "1.12.0"} +] +synopsis: "BAP function start identification benchmark game" +flags: light-uninstall + +url { + src: "https://github.com/BinaryAnalysisPlatform/bap/archive/v2.4.0.tar.gz" + checksum: [ + "sha256=63ada71fa4f602bd679174dc6bf780d54aeded40ad4ec20d256df15886e3d2d5" + "md5=b8b1aff8c6846f2213eafc54de07b304" + ] + mirrors: "https://mirrors.aegis.cylab.cmu.edu/bap/2.4.0/v2.4.0.tar.gz" +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/bap-fsi-benchmark/bap-fsi-benchmark.2.5.0/opam b/packages/bap-fsi-benchmark/bap-fsi-benchmark.2.5.0/opam new file mode 100644 index 000000000..9c7a86597 --- /dev/null +++ b/packages/bap-fsi-benchmark/bap-fsi-benchmark.2.5.0/opam @@ -0,0 +1,39 @@ +opam-version: "2.0" +maintainer: "Ivan Gotovchits " +authors: "BAP Team" +homepage: "https://github.com/BinaryAnalysisPlatform/bap/" +bug-reports: "https://github.com/BinaryAnalysisPlatform/bap/issues" +dev-repo: "git+https://github.com/BinaryAnalysisPlatform/bap/" +license: "MIT" +build: [ + ["./configure" "--prefix=%{prefix}%" "--enable-fsi-benchmark"] + [make] +] + +install: [[make "install"]] + +remove: [["rm" "-f" "%{bin}%/bap-byteweight"]] + +depends: [ + "ocaml" {>= "4.08.0" } + "bap-std" {= "2.5.0"} + "bap-ida" {= "2.5.0"} + "bap-byteweight-frontend" {= "2.5.0"} + "cmdliner" {<= "1.3.0"} + "fileutils" {<= "0.6.6"} + "re" {<= "1.12.0"} +] +synopsis: "BAP function start identification benchmark game" +flags: light-uninstall + +url { + src: "https://github.com/BinaryAnalysisPlatform/bap/archive/v2.5.0.tar.gz" + checksum: [ + "sha256=9c126781385d2fa9b8edab22e62b25c70bf2f99f6ec78abb7e5e36d63cfa4174" + "md5=5abd9b3628b43f797326034f31ca574f" + ] + mirrors: "https://mirrors.aegis.cylab.cmu.edu/bap/2.5.0/v2.5.0.tar.gz" +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/bap-ida/bap-ida.2.4.0/opam b/packages/bap-ida/bap-ida.2.4.0/opam new file mode 100644 index 000000000..4585c2cc4 --- /dev/null +++ b/packages/bap-ida/bap-ida.2.4.0/opam @@ -0,0 +1,50 @@ +opam-version: "2.0" +maintainer: "Ivan Gotovchits " +authors: "BAP Team" +homepage: "https://github.com/BinaryAnalysisPlatform/bap/" +bug-reports: "https://github.com/BinaryAnalysisPlatform/bap/issues" +dev-repo: "git+https://github.com/BinaryAnalysisPlatform/bap/" +license: "MIT" +build: [ + ["./configure" + "--prefix=%{prefix}%" + "--enable-ida" + "--ida-path=%{conf-ida:path}%" + "--ida-headless=%{conf-ida:headless}%" +] + [make] +] +install: [[make "install"]] +remove: [ + ["ocamlfind" "remove" "bap-ida"] + ["ocamlfind" "remove" "bap-plugin-ida"] + ["bapbundle" "remove" "ida.plugin"] +] +depends: [ + "ocaml" {>= "4.08.0" } + "core_kernel" {>= "v0.14" & < "v0.15"} + "ppx_bap" {>= "v0.14" & < "v0.15" & <= "v0.14.0"} + "conf-ida" {<= "0.3"} + "oasis" {build & >= "0.4.7" & <= "0.4.11"} + "fileutils" {<= "0.6.6"} + "mmap" {<= "1.2.0"} + "re" {<= "1.12.0"} + "bap-ida-python" {= "2.4.0"} + "bap-ida-plugin" {= "2.4.0"} + "bap-knowledge" {= "2.4.0"} + "regular" {= "2.4.0"} + "bap-future" {= "2.4.0"} +] +synopsis: "An IDA Pro integration library" + +url { + src: "https://github.com/BinaryAnalysisPlatform/bap/archive/v2.4.0.tar.gz" + checksum: [ + "sha256=63ada71fa4f602bd679174dc6bf780d54aeded40ad4ec20d256df15886e3d2d5" + "md5=b8b1aff8c6846f2213eafc54de07b304" + ] + mirrors: "https://mirrors.aegis.cylab.cmu.edu/bap/2.4.0/v2.4.0.tar.gz" +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/bap-ida/bap-ida.2.5.0/opam b/packages/bap-ida/bap-ida.2.5.0/opam new file mode 100644 index 000000000..efe4b8a11 --- /dev/null +++ b/packages/bap-ida/bap-ida.2.5.0/opam @@ -0,0 +1,50 @@ +opam-version: "2.0" +maintainer: "Ivan Gotovchits " +authors: "BAP Team" +homepage: "https://github.com/BinaryAnalysisPlatform/bap/" +bug-reports: "https://github.com/BinaryAnalysisPlatform/bap/issues" +dev-repo: "git+https://github.com/BinaryAnalysisPlatform/bap/" +license: "MIT" +build: [ + ["./configure" + "--prefix=%{prefix}%" + "--enable-ida" + "--ida-path=%{conf-ida:path}%" + "--ida-headless=%{conf-ida:headless}%" +] + [make] +] +install: [[make "install"]] +remove: [ + ["ocamlfind" "remove" "bap-ida"] + ["ocamlfind" "remove" "bap-plugin-ida"] + ["bapbundle" "remove" "ida.plugin"] +] +depends: [ + "ocaml" {>= "4.08.0" } + "core_kernel" {>= "v0.14" & < "v0.16"} + "ppx_bap" {<= "v0.14.0"} + "conf-ida" {<= "0.3"} + "oasis" {build & >= "0.4.7" & <= "0.4.11"} + "fileutils" {<= "0.6.6"} + "mmap" {<= "1.2.0"} + "re" {<= "1.12.0"} + "bap-ida-python" {= "2.5.0"} + "bap-ida-plugin" {= "2.5.0"} + "bap-knowledge" {= "2.5.0"} + "regular" {= "2.5.0"} + "bap-future" {= "2.5.0"} +] +synopsis: "An IDA Pro integration library" + +url { + src: "https://github.com/BinaryAnalysisPlatform/bap/archive/v2.5.0.tar.gz" + checksum: [ + "sha256=9c126781385d2fa9b8edab22e62b25c70bf2f99f6ec78abb7e5e36d63cfa4174" + "md5=5abd9b3628b43f797326034f31ca574f" + ] + mirrors: "https://mirrors.aegis.cylab.cmu.edu/bap/2.5.0/v2.5.0.tar.gz" +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/base-flambda/base-flambda.base/opam b/packages/base-flambda/base-flambda.base/opam new file mode 100644 index 000000000..a9c5a5564 --- /dev/null +++ b/packages/base-flambda/base-flambda.base/opam @@ -0,0 +1,47 @@ +opam-version: "2.0" +maintainer: "stephen.dolan@cl.cam.ac.uk" +build: [["ocaml" "check_flambda.ml"]] +depends: [ + "ocaml" + "ocaml-variants" + {(= "4.03.0+beta1+flambda" | = "4.03.0+beta2+flambda" | = "4.03.0+flambda" | + = "4.03.0+fp+flambda" | + = "4.03.0+trunk+flambda" | + = "4.03.0+trunk+fp+flambda" | + = "4.04.0+beta1+flambda" | + = "4.04.0+beta2+flambda" | + = "4.04.0+flambda" | + = "4.04.0+fp+flambda" | + = "4.04.0+trunk+forced_lto" | + = "4.04.1+flambda" | + = "4.04.1+fp+flambda" | + = "4.04.2+flambda" | + = "4.04.2+fp+flambda" | + = "4.05.0+beta1+flambda" | + = "4.05.0+beta2+flambda" | + = "4.05.0+flambda" | + = "4.05.0+musl+static+flambda" | + = "4.05.0+rc1+flambda" | + = "4.05.0+trunk+flambda" | + = "4.05.0+trunk+fp+flambda" | + = "4.05.0+trunk+lto" | + = "4.06.0+trunk+flambda" | + = "4.06.0+trunk+fp+flambda") & + <= "5.1.1+effect-syntax"} + "ocamlfind" {build & <= "1.9.6"} +] +synopsis: "Virtual package relying on Flambda." +description: + "This package can only install if the OCaml compiler supports Flambda." +extra-source "check_flambda.ml" { + src: + "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/base-flambda/check_flambda.ml" + checksum: [ + "sha256=5a3c1a9346031b49c8c927635f3804533ed96c0e7bfd3aeefeb6922f25311647" + "md5=5520d6c3cafc445ae54bd6de491fc17f" + ] +} +available: false # got removed in 56efaa4b46a42eae0b463c1dfc2c3f02362cf633 +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/base/base.v0.15.1~5.0preview/opam b/packages/base/base.v0.15.1~5.0preview/opam new file mode 100644 index 000000000..3da38fc9e --- /dev/null +++ b/packages/base/base.v0.15.1~5.0preview/opam @@ -0,0 +1,40 @@ +opam-version: "2.0" +maintainer: "Jane Street developers" +authors: ["Jane Street Group, LLC"] +homepage: "https://github.com/janestreet/base" +bug-reports: "https://github.com/janestreet/base/issues" +dev-repo: "git+https://github.com/janestreet/base.git" +doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/base/index.html" +license: "MIT" +build: [ + ["dune" "build" "-p" name "-j" jobs] +] +flags: avoid-version +available: false +depends: [ + "ocaml" {>= "5.0" & < "5.1"} + "sexplib0" {>= "v0.15" & < "v0.16"} + "dune" {>= "2.0.0" & <= "3.17.1"} + "dune-configurator" {<= "3.17.1"} +] +synopsis: "Full standard library replacement for OCaml" +description: " +Full standard library replacement for OCaml + +Base is a complete and portable alternative to the OCaml standard +library. It provides all standard functionalities one would expect +from a language standard library. It uses consistent conventions +across all of its module. + +Base aims to be usable in any context. As a result system dependent +features such as I/O are not offered by Base. They are instead +provided by companion libraries such as stdio: + + https://github.com/janestreet/stdio +" +url { + src: "git+https://github.com/kit-ty-kate/base#500-015" +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/batteries/batteries.2.5.0/opam b/packages/batteries/batteries.2.5.0/opam new file mode 100644 index 000000000..e36e0e9f7 --- /dev/null +++ b/packages/batteries/batteries.2.5.0/opam @@ -0,0 +1,42 @@ +opam-version: "2.0" +maintainer: "thelema314@gmail.com" +authors: "OCaml batteries-included team" +homepage: "http://batteries.forge.ocamlcore.org/" +bug-reports: "https://github.com/ocaml-batteries-team/batteries-included/issues" +dev-repo: + "git+https://github.com/ocaml-batteries-team/batteries-included.git" +license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" +doc: "http://ocaml-batteries-team.github.io/batteries-included/hdoc2/" + +build: [ + ["ocaml" "setup.ml" "-configure" "--prefix" prefix] + [make "all"] +] +install: [ + [make "install"] +] +remove: [["ocamlfind" "remove" "batteries"]] + +depends: [ + "ocaml" {< "5.1.1"} + "ocamlfind" {>= "1.5.3" & <= "1.9.6"} + "ocamlbuild" {build & <= "0.15.0"} + "qtest" {with-test & >= "2.0.0" & <= "2.11.2"} + "num" {<= "1.5-1"} +] +available: [ false ] # use 2.5.1 instead +synopsis: "Community-maintained foundation library" +description: + "Batteries extends and enriches OCaml's standard library. It provides a unified IO system, numerous data structures, powerful iterators, unicode strings and ropes, parsers, command-line options, and many other features." +flags: light-uninstall +url { + src: + "https://github.com/ocaml-batteries-team/batteries-included/archive/v2.5.0.tar.gz" + checksum: [ + "sha256=9c6d22703e63969cbcc45939123b80214498de036ca8d6490eb29f323604509d" + "md5=b9484a9d41cb8329c8a341e6c5122729" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/camltc/camltc.0.9.3/opam b/packages/camltc/camltc.0.9.3/opam new file mode 100644 index 000000000..b32034ebc --- /dev/null +++ b/packages/camltc/camltc.0.9.3/opam @@ -0,0 +1,39 @@ +opam-version: "2.0" +maintainer: "romain.slootmaekers@openvstorage.com" +homepage: "http://github.com/toolslive/camltc" +dev-repo: "git+https://github.com/toolslive/camltc.git" +bug-reports: "http://github.com/toolslive/camltc/issues" +build: [ + [ "git" "submodule" "init"] + [ "git" "submodule" "update"] + ["%{make}%" "-C" "src"] +] + +install:[ + ["%{make}%" "-C" "src" "install"] +] + +remove: [ + ["ocamlfind" "remove" "camltc"] +] + +depends: [ + "ocaml" {> "4.02.2" & < "4.06.0"} + "ocamlfind" {build & <= "1.9.6"} + "ounit" {<= "2.2.7"} + "lwt" {>= "2.4.4" & < "4.0.0"} + "ocamlbuild" {build & <= "0.15.0"} +] +depexts: [ + ["git"] {os-family = "debian"} +] +synopsis: "OCaml bindings for tokyo cabinet" +authors: ["Jan Doms" "Joost Damad" "Romain Slootmaekers" "Nicolas Trangez"] +flags: light-uninstall +url { + src: "git+https://github.com/toolslive/camltc.git#camltc-0.9.3" +} +available: false # uses a git url, no checksum. newer versions exist +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/camltc/camltc.0.9.4/opam b/packages/camltc/camltc.0.9.4/opam new file mode 100644 index 000000000..cbe58b4cb --- /dev/null +++ b/packages/camltc/camltc.0.9.4/opam @@ -0,0 +1,40 @@ +opam-version: "2.0" +maintainer: "romain.slootmaekers@openvstorage.com" +homepage: "http://github.com/toolslive/camltc" +dev-repo: "git+https://github.com/toolslive/camltc.git" +bug-reports: "http://github.com/toolslive/camltc/issues" +build: [ + [ "git" "submodule" "init"] + [ "git" "submodule" "update"] + ["%{make}%" "-C" "src"] +] + +install:[ + ["%{make}%" "-C" "src" "install"] +] + +remove: [ + ["ocamlfind" "remove" "camltc"] +] + +depends: [ + "ocaml" {> "4.02.2" & < "4.06.0"} + "ocamlfind" {build & <= "1.9.6"} + "ounit" {<= "2.2.7"} + "lwt" {>= "2.4.4" & < "4.0.0"} + "ocamlbuild" {build & <= "0.15.0"} +] +depexts: [ + ["git"] {os-family = "debian"} +] +synopsis: "OCaml bindings for tokyo cabinet" +authors: ["Jan Doms" "Joost Damad" "Romain Slootmaekers" "Nicolas Trangez"] +flags: light-uninstall +url { + src: + "git+https://github.com/toolslive/camltc.git#317e1e4606ce1e86d09b7b83ec2cb1709a81d437" +} +available: false # uses a git url, no checksum. newer versions exist +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/camltc/camltc.0.9.5/opam b/packages/camltc/camltc.0.9.5/opam new file mode 100644 index 000000000..fbf081fa4 --- /dev/null +++ b/packages/camltc/camltc.0.9.5/opam @@ -0,0 +1,40 @@ +opam-version: "2.0" +maintainer: "romain.slootmaekers@openvstorage.com" +homepage: "http://github.com/toolslive/camltc" +dev-repo: "git+https://github.com/toolslive/camltc.git" +bug-reports: "http://github.com/toolslive/camltc/issues" +build: [ + [ "git" "submodule" "init"] + [ "git" "submodule" "update"] + ["%{make}%" "-C" "src"] +] + +install:[ + ["%{make}%" "-C" "src" "install"] +] + +remove: [ + ["ocamlfind" "remove" "camltc"] +] + +depends: [ + "ocaml" {> "4.02.2" & < "4.06.0"} + "ocamlfind" {build & <= "1.9.6"} + "ounit" {<= "2.2.7"} + "lwt" {>= "3.2.0" & <= "5.9.0"} + "logs" {>= "0.5.0" & <= "0.7.0"} + "ocamlbuild" {build & <= "0.15.0"} +] +depexts: [ + ["git"] {os-family = "debian"} +] +synopsis: "OCaml bindings for tokyo cabinet" +authors: ["Jan Doms" "Joost Damad" "Romain Slootmaekers" "Nicolas Trangez"] +flags: light-uninstall +url { + src: "git+https://github.com/toolslive/camltc.git#camltc-0.9.5" +} +available: false # uses a git url, no checksum. newer versions exist +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/camltc/camltc.0.9.6/opam b/packages/camltc/camltc.0.9.6/opam new file mode 100644 index 000000000..1b23a0a95 --- /dev/null +++ b/packages/camltc/camltc.0.9.6/opam @@ -0,0 +1,40 @@ +opam-version: "2.0" +maintainer: "romain.slootmaekers@openvstorage.com" +homepage: "http://github.com/toolslive/camltc" +dev-repo: "git+https://github.com/toolslive/camltc.git" +bug-reports: "http://github.com/toolslive/camltc/issues" +build: [ + [ "git" "submodule" "init"] + [ "git" "submodule" "update"] + ["%{make}%" "-C" "src"] +] + +install:[ + ["%{make}%" "-C" "src" "install"] +] + +remove: [ + ["ocamlfind" "remove" "camltc"] +] + +depends: [ + "ocaml" {> "4.02.2" & < "5.0"} + "ocamlfind" {build & <= "1.9.6"} + "ounit" {<= "2.2.7"} + "lwt" {>= "3.2.0" & < "4.0.0"} + "logs" {>= "0.5.0" & <= "0.7.0"} + "ocamlbuild" {build & <= "0.15.0"} +] +depexts: [ + ["git"] {os-family = "debian"} +] +synopsis: "OCaml bindings for tokyo cabinet" +authors: ["Jan Doms" "Joost Damad" "Romain Slootmaekers" "Nicolas Trangez"] +flags: light-uninstall +url { + src: "git+https://github.com/toolslive/camltc.git#camltc-0.9.6" +} +available: false # uses a git url, no checksum. newer versions exist +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/chamo/chamo.3.0/opam b/packages/chamo/chamo.3.0/opam new file mode 100644 index 000000000..d08d7ad7f --- /dev/null +++ b/packages/chamo/chamo.3.0/opam @@ -0,0 +1,42 @@ +opam-version: "2.0" +synopsis: + "Chamo is a source code editor, even if it can be used to edit any text file" +maintainer: "Zoggy " +authors: "Zoggy " +license: "LGPL-3.0-only" +tags: ["editor" "gtk" "development"] +homepage: "https://zoggy.frama.io/chamo" +doc: "https://zoggy.frama.io/chamo/doc.html" +bug-reports: "https://framagit.org/zoggy/chamo/issues" +depends: [ + "ocaml" {>= "4.12.0" & < "5.2"} + "ocamlfind" {build & <= "1.9.6"} + "ocf" {>= "0.7.0" & <= "0.9.0"} + "pcre" {>= "7.4.6" & <= "8.0.1"} + "lablgtk3" {>= "3.1.1" & <= "3.1.5"} + "lablgtk3-sourceview3" {>= "3.1.1" & <= "3.1.5"} + "lablgtk3-extras" {>= "3.0" & <= "3.0.1"} + "logs" {= "0.7.0"} + "lwt" {>= "5.4.0" & <= "5.9.0"} + "lwt_ppx" {>= "2.0.2" & <= "5.8.0"} + "uutf" {>= "1.0.0" & <= "1.0.3"} + "sedlex" {>= "2.3" & <= "3.3"} + "xmlm" {>= "1.3.0" & <= "1.4.0"} +] +build: [ + ["./configure" "--prefix" prefix] + [make "all"] +] +install: [make "install"] +dev-repo: "git+https://framagit.org/zoggy/chamo.git" +url { + src: "https://framagit.org/zoggy/chamo/-/archive/3.0/chamo-3.0.tar.bz2" + checksum: [ + "md5=fbd7d56177cd3e15475403f364bb6086" + "sha512=f5d2980bf67c5e8b98dd8e0d8eaa7fdf96c762c2bc5907d7eba3737978d27dfff76a37cea29d1470a78b77aa0114655a65c723d4eeebad8198d23703294d724d" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/checkseum/checkseum.0.5.0/opam b/packages/checkseum/checkseum.0.5.0/opam new file mode 100644 index 000000000..cfe83907e --- /dev/null +++ b/packages/checkseum/checkseum.0.5.0/opam @@ -0,0 +1,58 @@ +opam-version: "2.0" +maintainer: [ "Romain Calascibetta " ] +authors: [ "Romain Calascibetta " ] +homepage: "https://github.com/mirage/checkseum" +bug-reports: "https://github.com/mirage/checkseum/issues" +dev-repo: "git+https://github.com/mirage/checkseum.git" +doc: "https://mirage.github.io/checkseum/" +license: "MIT" +synopsis: "Adler-32, CRC32 and CRC32-C implementation in C and OCaml" +description: """ +Checkseum is a library to provide implementation of Adler-32, CRC32 and CRC32-C +in C and OCaml. + +This library use the linking trick to choose between the C implementation +(checkseum.c) or the OCaml implementation (checkseum.ocaml). This library is on +top of optint to get the best representation of an int32. """ + +build: [ + [ "dune" "build" "-p" name "-j" jobs ] + [ "dune" "runtest" "-p" name "-j" jobs ] {with-test} +] + +install: [ + [ "dune" "install" "-p" name ] {with-test} + [ "ocaml" "./test/test_runes.ml" ] {with-test} +] + +depends: [ + "ocaml" {>= "4.07.0"} + "dune" {>= "2.6.0" & <= "3.17.1"} + "dune-configurator" {<= "3.17.1"} + "optint" {= "0.3.0"} + "alcotest" {with-test & <= "1.8.0"} + "bos" {with-test & <= "0.2.1"} + "astring" {with-test & <= "0.8.5"} + "fmt" {with-test & <= "0.9.0"} + "fpath" {with-test & <= "0.7.3"} + "rresult" {with-test & <= "0.7.0"} + "ocamlfind" {with-test & <= "1.9.6"} +] + +conflicts: [ + "mirage-xen" {< "6.0.0"} + "ocaml-freestanding" +] +url { + src: + "https://github.com/mirage/checkseum/releases/download/v0.5.0/checkseum-0.5.0.tbz" + checksum: [ + "sha256=7b15657499f0958fc7f6d01e03a5ac41e5349fed641005fedd8cb0a776ffde2e" + "sha512=d0344e6bf9e3bb48fa20efe186ac30fd383e73a0de0f249c3b18ce1b3e27f85a5e0f9433dd199c2c60ea27c6425c34a01a2b48dbd3d93f36fa6eec79d3f086da" + ] +} +x-commit-hash: "b68d57c053f08314cc23fc7505f2bb981d360379" +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/cohttp-async/cohttp-async.2.5.2/opam b/packages/cohttp-async/cohttp-async.2.5.2/opam new file mode 100644 index 000000000..8d0a64d18 --- /dev/null +++ b/packages/cohttp-async/cohttp-async.2.5.2/opam @@ -0,0 +1,61 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +authors: [ + "Anil Madhavapeddy" + "Stefano Zacchiroli" + "David Sheets" + "Thomas Gazagnaire" + "David Scott" + "Rudi Grinberg" + "Andy Ray" +] +synopsis: "CoHTTP implementation for the Async concurrency library" +description: """ +An implementation of an HTTP client and server using the Async +concurrency library. See the `Cohttp_async` module for information +on how to use this. The package also installs `cohttp-curl-async` +and a `cohttp-server-async` binaries for quick uses of a HTTP(S) +client and server respectively. +""" +license: "ISC" +tags: ["org:mirage" "org:xapi-project"] +homepage: "https://github.com/mirage/ocaml-cohttp" +doc: "https://mirage.github.io/ocaml-cohttp/" +bug-reports: "https://github.com/mirage/ocaml-cohttp/issues" +depends: [ + "ocaml" {>= "4.04.1"} + "dune" {>= "1.1.0" & <= "3.17.1"} + "async_kernel" {>= "v0.13.0" & < "v0.14.0"} + "async_unix" {>= "v0.13.0" & < "v0.14.0"} + "async" {>= "v0.13.0" & < "v0.14.0"} + "base" {>= "v0.11.0" & <= "v0.17.1"} + "core" {with-test & <= "v0.17.1"} + "cohttp" {=version} + "conduit-async" {>= "1.2.0" & <= "7.1.0"} + "magic-mime" {<= "1.3.1"} + "logs" {<= "0.7.0"} + "fmt" {>= "0.8.2" & <= "0.9.0"} + "sexplib0" {<= "v0.17.0"} + "stdlib-shims" {<= "0.3.0"} + "ppx_sexp_conv" {>= "v0.13.0" & <= "v0.17.0"} + "ounit" {with-test & <= "2.2.7"} + "uri" {>= "2.0.0" & <= "4.4.0"} + "uri-sexp" {<= "4.4.0"} +] +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +dev-repo: "git+https://github.com/mirage/ocaml-cohttp.git" +url { + src: + "https://github.com/mirage/ocaml-cohttp/releases/download/v2.5.2/cohttp-v2.5.2.tbz" + checksum: [ + "sha256=37bbb95e4b8f5fa9ffa6e3e38693c50369f32137eeae70d528cafe76a92a449a" + "sha512=736bf5ee0765096ea654a6378d349a8ae52b8c134bc959ae307cf830c84f4010aa8b152a8c1c141696616766f6a3b24e0a61c0873215cc7f24a0083c7d6a9197" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/cohttp-async/cohttp-async.2.5.3/opam b/packages/cohttp-async/cohttp-async.2.5.3/opam new file mode 100644 index 000000000..efcea9f5d --- /dev/null +++ b/packages/cohttp-async/cohttp-async.2.5.3/opam @@ -0,0 +1,61 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +authors: [ + "Anil Madhavapeddy" + "Stefano Zacchiroli" + "David Sheets" + "Thomas Gazagnaire" + "David Scott" + "Rudi Grinberg" + "Andy Ray" +] +synopsis: "CoHTTP implementation for the Async concurrency library" +description: """ +An implementation of an HTTP client and server using the Async +concurrency library. See the `Cohttp_async` module for information +on how to use this. The package also installs `cohttp-curl-async` +and a `cohttp-server-async` binaries for quick uses of a HTTP(S) +client and server respectively. +""" +license: "ISC" +tags: ["org:mirage" "org:xapi-project"] +homepage: "https://github.com/mirage/ocaml-cohttp" +doc: "https://mirage.github.io/ocaml-cohttp/" +bug-reports: "https://github.com/mirage/ocaml-cohttp/issues" +depends: [ + "ocaml" {>= "4.04.1"} + "dune" {>= "1.1.0" & <= "3.17.1"} + "async_kernel" {>= "v0.14.0" & < "v0.15"} + "async_unix" {>= "v0.14.0" & < "v0.15"} + "async" {>= "v0.14.0" & < "v0.15"} + "base" {>= "v0.11.0" & < "v0.15"} + "core" {with-test & < "v0.15"} + "cohttp" {=version} + "conduit-async" {>= "1.2.0" & <= "7.1.0"} + "magic-mime" {<= "1.3.1"} + "logs" {<= "0.7.0"} + "fmt" {>= "0.8.2" & <= "0.9.0"} + "sexplib0" {<= "v0.17.0"} + "stdlib-shims" {<= "0.3.0"} + "ppx_sexp_conv" {>= "v0.13.0" & < "v0.15"} + "ounit" {with-test & <= "2.2.7"} + "uri" {>= "2.0.0" & <= "4.4.0"} + "uri-sexp" {<= "4.4.0"} +] +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +dev-repo: "git+https://github.com/mirage/ocaml-cohttp.git" +url { + src: + "https://github.com/mirage/ocaml-cohttp/releases/download/v2.5.3/cohttp-v2.5.3.tbz" + checksum: [ + "sha256=21927f60eeb52ef8e8943ce770ce1c59685f99e8a20229295654c5c308402324" + "sha512=bf1152724b1bbd67ea71922dfbfd25299dea05292199e17b50187995a35a8c6e480da43cfb409ca2c541350495e154fa92917db8d7941c18ce36cd9e227adc54" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/cohttp-async/cohttp-async.3.0.0/opam b/packages/cohttp-async/cohttp-async.3.0.0/opam new file mode 100644 index 000000000..27b8453e8 --- /dev/null +++ b/packages/cohttp-async/cohttp-async.3.0.0/opam @@ -0,0 +1,65 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +authors: [ + "Anil Madhavapeddy" + "Stefano Zacchiroli" + "David Sheets" + "Thomas Gazagnaire" + "David Scott" + "Rudi Grinberg" + "Andy Ray" +] +synopsis: "CoHTTP implementation for the Async concurrency library" +description: """ +An implementation of an HTTP client and server using the Async +concurrency library. See the `Cohttp_async` module for information +on how to use this. The package also installs `cohttp-curl-async` +and a `cohttp-server-async` binaries for quick uses of a HTTP(S) +client and server respectively. +""" +license: "ISC" +tags: ["org:mirage" "org:xapi-project"] +homepage: "https://github.com/mirage/ocaml-cohttp" +doc: "https://mirage.github.io/ocaml-cohttp/" +bug-reports: "https://github.com/mirage/ocaml-cohttp/issues" +depends: [ + "ocaml" {>= "4.08"} + "dune" {>= "1.1.0" & <= "3.17.1"} + "async_kernel" {>= "v0.14.0" & < "v0.15"} + "async_unix" {>= "v0.14.0" & < "v0.15"} + "async" {>= "v0.14.0" & < "v0.15"} + "base" {>= "v0.11.0" & < "v0.15"} + "core" {with-test & < "v0.15"} + "cohttp" {=version} + "conduit-async" {>= "3.0.0" & <= "7.1.0"} + "conduit-async-ssl" {= "3.0.0"} + "magic-mime" {<= "1.3.1"} + "mirage-crypto" {with-test & < "1.0.0"} + "logs" {<= "0.7.0"} + "fmt" {>= "0.8.2" & <= "0.9.0"} + "sexplib0" {<= "v0.17.0"} + "ppx_sexp_conv" {>= "v0.13.0" & < "v0.15"} + "ounit" {with-test & <= "2.2.7"} + "uri" {>= "2.0.0" & <= "4.4.0"} + "uri-sexp" {<= "4.4.0"} + "ipaddr" {<= "5.6.0"} +] +available: false +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +dev-repo: "git+https://github.com/mirage/ocaml-cohttp.git" +x-commit-hash: "f3a29b332df416735690cc393c988893592bc40f" +url { + src: + "https://github.com/mirage/ocaml-cohttp/releases/download/v3.0.0/cohttp-v3.0.0.tbz" + checksum: [ + "sha256=fb872f437aabc9c336bb822ac18ccbce794a2614ecb9d3edafb679dcafc82ea4" + "sha512=a33a02f07621995aad6c7c571cab1ea715912b65a1b6ab0634d9033e786c3c61fefe08fd9783e66743eef8571ac0335136b77be830909ea1c5bbcf6617295a34" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/cohttp-lwt-jsoo/cohttp-lwt-jsoo.2.5.2/opam b/packages/cohttp-lwt-jsoo/cohttp-lwt-jsoo.2.5.2/opam new file mode 100644 index 000000000..245ba029b --- /dev/null +++ b/packages/cohttp-lwt-jsoo/cohttp-lwt-jsoo.2.5.2/opam @@ -0,0 +1,50 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +authors: [ + "Anil Madhavapeddy" + "Stefano Zacchiroli" + "David Sheets" + "Thomas Gazagnaire" + "David Scott" + "Rudi Grinberg" + "Andy Ray" +] +synopsis: "CoHTTP implementation for the Js_of_ocaml JavaScript compiler" +description: """ +An implementation of an HTTP client for JavaScript, but using the +CoHTTP types. This lets you build HTTP clients that can compile +natively (using one of the other Cohttp backends such as `cohttp-lwt-unix`) +and also to native JavaScript via js_of_ocaml. +""" +license: "ISC" +tags: ["org:mirage" "org:xapi-project"] +homepage: "https://github.com/mirage/ocaml-cohttp" +doc: "https://mirage.github.io/ocaml-cohttp/" +bug-reports: "https://github.com/mirage/ocaml-cohttp/issues" +depends: [ + "ocaml" {>= "4.04.1"} + "dune" {>= "1.1.0" & <= "3.17.1"} + "cohttp" {=version} + "cohttp-lwt" {=version} + "lwt" {>= "3.0.0" & <= "5.9.0"} + "js_of_ocaml" {>= "3.3.0" & <= "5.9.1"} + "js_of_ocaml-ppx" {>= "3.3.0" & <= "5.9.1"} + "js_of_ocaml-lwt" {>= "3.5.0" & <= "5.9.1"} +] +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +dev-repo: "git+https://github.com/mirage/ocaml-cohttp.git" +url { + src: + "https://github.com/mirage/ocaml-cohttp/releases/download/v2.5.2/cohttp-v2.5.2.tbz" + checksum: [ + "sha256=37bbb95e4b8f5fa9ffa6e3e38693c50369f32137eeae70d528cafe76a92a449a" + "sha512=736bf5ee0765096ea654a6378d349a8ae52b8c134bc959ae307cf830c84f4010aa8b152a8c1c141696616766f6a3b24e0a61c0873215cc7f24a0083c7d6a9197" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/cohttp-lwt-jsoo/cohttp-lwt-jsoo.2.5.3/opam b/packages/cohttp-lwt-jsoo/cohttp-lwt-jsoo.2.5.3/opam new file mode 100644 index 000000000..1c5db3b7a --- /dev/null +++ b/packages/cohttp-lwt-jsoo/cohttp-lwt-jsoo.2.5.3/opam @@ -0,0 +1,50 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +authors: [ + "Anil Madhavapeddy" + "Stefano Zacchiroli" + "David Sheets" + "Thomas Gazagnaire" + "David Scott" + "Rudi Grinberg" + "Andy Ray" +] +synopsis: "CoHTTP implementation for the Js_of_ocaml JavaScript compiler" +description: """ +An implementation of an HTTP client for JavaScript, but using the +CoHTTP types. This lets you build HTTP clients that can compile +natively (using one of the other Cohttp backends such as `cohttp-lwt-unix`) +and also to native JavaScript via js_of_ocaml. +""" +license: "ISC" +tags: ["org:mirage" "org:xapi-project"] +homepage: "https://github.com/mirage/ocaml-cohttp" +doc: "https://mirage.github.io/ocaml-cohttp/" +bug-reports: "https://github.com/mirage/ocaml-cohttp/issues" +depends: [ + "ocaml" {>= "4.04.1"} + "dune" {>= "1.1.0" & <= "3.17.1"} + "cohttp" {=version} + "cohttp-lwt" {=version} + "lwt" {>= "3.0.0" & <= "5.9.0"} + "js_of_ocaml" {>= "3.3.0" & <= "5.9.1"} + "js_of_ocaml-ppx" {>= "3.3.0" & <= "5.9.1"} + "js_of_ocaml-lwt" {>= "3.5.0" & <= "5.9.1"} +] +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +dev-repo: "git+https://github.com/mirage/ocaml-cohttp.git" +url { + src: + "https://github.com/mirage/ocaml-cohttp/releases/download/v2.5.3/cohttp-v2.5.3.tbz" + checksum: [ + "sha256=21927f60eeb52ef8e8943ce770ce1c59685f99e8a20229295654c5c308402324" + "sha512=bf1152724b1bbd67ea71922dfbfd25299dea05292199e17b50187995a35a8c6e480da43cfb409ca2c541350495e154fa92917db8d7941c18ce36cd9e227adc54" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/cohttp-lwt-jsoo/cohttp-lwt-jsoo.3.0.0/opam b/packages/cohttp-lwt-jsoo/cohttp-lwt-jsoo.3.0.0/opam new file mode 100644 index 000000000..35855419a --- /dev/null +++ b/packages/cohttp-lwt-jsoo/cohttp-lwt-jsoo.3.0.0/opam @@ -0,0 +1,52 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +authors: [ + "Anil Madhavapeddy" + "Stefano Zacchiroli" + "David Sheets" + "Thomas Gazagnaire" + "David Scott" + "Rudi Grinberg" + "Andy Ray" +] +synopsis: "CoHTTP implementation for the Js_of_ocaml JavaScript compiler" +description: """ +An implementation of an HTTP client for JavaScript, but using the +CoHTTP types. This lets you build HTTP clients that can compile +natively (using one of the other Cohttp backends such as `cohttp-lwt-unix`) +and also to native JavaScript via js_of_ocaml. +""" +license: "ISC" +tags: ["org:mirage" "org:xapi-project"] +homepage: "https://github.com/mirage/ocaml-cohttp" +doc: "https://mirage.github.io/ocaml-cohttp/" +bug-reports: "https://github.com/mirage/ocaml-cohttp/issues" +depends: [ + "ocaml" {>= "4.08"} + "dune" {>= "1.1.0" & <= "3.17.1"} + "cohttp" {=version} + "cohttp-lwt" {=version} + "lwt" {>= "3.0.0" & <= "5.9.0"} + "js_of_ocaml" {>= "3.3.0" & <= "5.9.1"} + "js_of_ocaml-ppx" {>= "3.3.0" & <= "5.9.1"} + "js_of_ocaml-lwt" {>= "3.5.0" & <= "5.9.1"} +] +available: false +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +dev-repo: "git+https://github.com/mirage/ocaml-cohttp.git" +x-commit-hash: "f3a29b332df416735690cc393c988893592bc40f" +url { + src: + "https://github.com/mirage/ocaml-cohttp/releases/download/v3.0.0/cohttp-v3.0.0.tbz" + checksum: [ + "sha256=fb872f437aabc9c336bb822ac18ccbce794a2614ecb9d3edafb679dcafc82ea4" + "sha512=a33a02f07621995aad6c7c571cab1ea715912b65a1b6ab0634d9033e786c3c61fefe08fd9783e66743eef8571ac0335136b77be830909ea1c5bbcf6617295a34" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/cohttp-lwt-unix-nossl/cohttp-lwt-unix-nossl.3.0.0/opam b/packages/cohttp-lwt-unix-nossl/cohttp-lwt-unix-nossl.3.0.0/opam new file mode 100644 index 000000000..59016baef --- /dev/null +++ b/packages/cohttp-lwt-unix-nossl/cohttp-lwt-unix-nossl.3.0.0/opam @@ -0,0 +1,59 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +authors: [ + "Anil Madhavapeddy" + "Stefano Zacchiroli" + "David Sheets" + "Thomas Gazagnaire" + "David Scott" + "Rudi Grinberg" + "Andy Ray" +] +synopsis: "CoHTTP implementation for Unix and Windows using Lwt" +description: """ +An implementation of an HTTP client and server using the Lwt +concurrency library. See the `Cohttp_lwt_unix` module for information +on how to use this. The package also installs `cohttp-curl-lwt` +and a `cohttp-server-lwt` binaries for quick uses of a HTTP(S) +client and server respectively. + +Although the name implies that this only works under Unix, it +should also be fine under Windows too.""" +license: "ISC" +tags: ["org:mirage" "org:xapi-project"] +homepage: "https://github.com/mirage/ocaml-cohttp" +doc: "https://mirage.github.io/ocaml-cohttp/" +bug-reports: "https://github.com/mirage/ocaml-cohttp/issues" +depends: [ + "ocaml" {>= "4.08"} + "dune" {>= "1.1.0" & <= "3.17.1"} + "conduit-lwt" {>= "3.0.0" & <= "7.1.0"} + "ca-certs" {<= "1.0.0"} + "cmdliner" {<= "1.3.0"} + "magic-mime" {<= "1.3.1"} + "logs" {<= "0.7.0"} + "fmt" {>= "0.8.2" & <= "0.9.0"} + "cohttp-lwt" {=version} + "lwt" {>= "3.0.0" & <= "5.9.0"} + "base-unix" {= "base"} + "ounit" {with-test & <= "2.2.7"} +] +available: false +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +dev-repo: "git+https://github.com/mirage/ocaml-cohttp.git" +x-commit-hash: "f3a29b332df416735690cc393c988893592bc40f" +url { + src: + "https://github.com/mirage/ocaml-cohttp/releases/download/v3.0.0/cohttp-v3.0.0.tbz" + checksum: [ + "sha256=fb872f437aabc9c336bb822ac18ccbce794a2614ecb9d3edafb679dcafc82ea4" + "sha512=a33a02f07621995aad6c7c571cab1ea715912b65a1b6ab0634d9033e786c3c61fefe08fd9783e66743eef8571ac0335136b77be830909ea1c5bbcf6617295a34" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/cohttp-lwt-unix-ssl/cohttp-lwt-unix-ssl.3.0.0/opam b/packages/cohttp-lwt-unix-ssl/cohttp-lwt-unix-ssl.3.0.0/opam new file mode 100644 index 000000000..e58f2b701 --- /dev/null +++ b/packages/cohttp-lwt-unix-ssl/cohttp-lwt-unix-ssl.3.0.0/opam @@ -0,0 +1,61 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +authors: [ + "Anil Madhavapeddy" + "Stefano Zacchiroli" + "David Sheets" + "Thomas Gazagnaire" + "David Scott" + "Rudi Grinberg" + "Andy Ray" +] +synopsis: "CoHTTP implementation for Unix and Windows using Lwt" +description: """ +An implementation of an HTTP client and server using the Lwt +concurrency library. See the `Cohttp_lwt_unix` module for information +on how to use this. The package also installs `cohttp-curl-lwt` +and a `cohttp-server-lwt` binaries for quick uses of a HTTP(S) +client and server respectively. + +Although the name implies that this only works under Unix, it +should also be fine under Windows too.""" +license: "ISC" +tags: ["org:mirage" "org:xapi-project"] +homepage: "https://github.com/mirage/ocaml-cohttp" +doc: "https://mirage.github.io/ocaml-cohttp/" +bug-reports: "https://github.com/mirage/ocaml-cohttp/issues" +depends: [ + "ocaml" {>= "4.08"} + "dune" {>= "1.1.0" & <= "3.17.1"} + "conduit-lwt" {>= "3.0.0" & <= "7.1.0"} + "conduit-lwt-ssl" {= "3.0.0"} + "ca-certs" {<= "1.0.0"} + "cmdliner" {<= "1.3.0"} + "magic-mime" {<= "1.3.1"} + "logs" {<= "0.7.0"} + "fmt" {>= "0.8.2" & <= "0.9.0"} + "cohttp-lwt" {=version} + "cohttp-lwt-unix-nossl" {=version} + "lwt" {>= "3.0.0" & <= "5.9.0"} + "base-unix" {= "base"} + "ounit" {with-test & <= "2.2.7"} +] +available: false +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +dev-repo: "git+https://github.com/mirage/ocaml-cohttp.git" +x-commit-hash: "f3a29b332df416735690cc393c988893592bc40f" +url { + src: + "https://github.com/mirage/ocaml-cohttp/releases/download/v3.0.0/cohttp-v3.0.0.tbz" + checksum: [ + "sha256=fb872f437aabc9c336bb822ac18ccbce794a2614ecb9d3edafb679dcafc82ea4" + "sha512=a33a02f07621995aad6c7c571cab1ea715912b65a1b6ab0634d9033e786c3c61fefe08fd9783e66743eef8571ac0335136b77be830909ea1c5bbcf6617295a34" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/cohttp-lwt-unix/cohttp-lwt-unix.2.5.2/opam b/packages/cohttp-lwt-unix/cohttp-lwt-unix.2.5.2/opam new file mode 100644 index 000000000..b1969147f --- /dev/null +++ b/packages/cohttp-lwt-unix/cohttp-lwt-unix.2.5.2/opam @@ -0,0 +1,56 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +authors: [ + "Anil Madhavapeddy" + "Stefano Zacchiroli" + "David Sheets" + "Thomas Gazagnaire" + "David Scott" + "Rudi Grinberg" + "Andy Ray" +] +synopsis: "CoHTTP implementation for Unix and Windows using Lwt" +description: """ +An implementation of an HTTP client and server using the Lwt +concurrency library. See the `Cohttp_lwt_unix` module for information +on how to use this. The package also installs `cohttp-curl-lwt` +and a `cohttp-server-lwt` binaries for quick uses of a HTTP(S) +client and server respectively. + +Although the name implies that this only works under Unix, it +should also be fine under Windows too.""" +license: "ISC" +tags: ["org:mirage" "org:xapi-project"] +homepage: "https://github.com/mirage/ocaml-cohttp" +doc: "https://mirage.github.io/ocaml-cohttp/" +bug-reports: "https://github.com/mirage/ocaml-cohttp/issues" +depends: [ + "ocaml" {>= "4.04.1"} + "dune" {>= "1.1.0" & <= "3.17.1"} + "conduit-lwt-unix" {>= "1.0.3" & < "5.0.0"} + "cmdliner" {<= "1.3.0"} + "magic-mime" {<= "1.3.1"} + "logs" {<= "0.7.0"} + "fmt" {>= "0.8.2" & <= "0.9.0"} + "cohttp-lwt" {=version} + "lwt" {>= "3.0.0" & <= "5.9.0"} + "base-unix" {= "base"} + "ounit" {with-test & <= "2.2.7"} +] +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +dev-repo: "git+https://github.com/mirage/ocaml-cohttp.git" +url { + src: + "https://github.com/mirage/ocaml-cohttp/releases/download/v2.5.2/cohttp-v2.5.2.tbz" + checksum: [ + "sha256=37bbb95e4b8f5fa9ffa6e3e38693c50369f32137eeae70d528cafe76a92a449a" + "sha512=736bf5ee0765096ea654a6378d349a8ae52b8c134bc959ae307cf830c84f4010aa8b152a8c1c141696616766f6a3b24e0a61c0873215cc7f24a0083c7d6a9197" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/cohttp-lwt-unix/cohttp-lwt-unix.2.5.3/opam b/packages/cohttp-lwt-unix/cohttp-lwt-unix.2.5.3/opam new file mode 100644 index 000000000..acb600ad5 --- /dev/null +++ b/packages/cohttp-lwt-unix/cohttp-lwt-unix.2.5.3/opam @@ -0,0 +1,56 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +authors: [ + "Anil Madhavapeddy" + "Stefano Zacchiroli" + "David Sheets" + "Thomas Gazagnaire" + "David Scott" + "Rudi Grinberg" + "Andy Ray" +] +synopsis: "CoHTTP implementation for Unix and Windows using Lwt" +description: """ +An implementation of an HTTP client and server using the Lwt +concurrency library. See the `Cohttp_lwt_unix` module for information +on how to use this. The package also installs `cohttp-curl-lwt` +and a `cohttp-server-lwt` binaries for quick uses of a HTTP(S) +client and server respectively. + +Although the name implies that this only works under Unix, it +should also be fine under Windows too.""" +license: "ISC" +tags: ["org:mirage" "org:xapi-project"] +homepage: "https://github.com/mirage/ocaml-cohttp" +doc: "https://mirage.github.io/ocaml-cohttp/" +bug-reports: "https://github.com/mirage/ocaml-cohttp/issues" +depends: [ + "ocaml" {>= "4.04.1"} + "dune" {>= "1.1.0" & <= "3.17.1"} + "conduit-lwt-unix" {>= "1.0.3" & < "5.0.0"} + "cmdliner" {<= "1.3.0"} + "magic-mime" {<= "1.3.1"} + "logs" {<= "0.7.0"} + "fmt" {>= "0.8.2" & <= "0.9.0"} + "cohttp-lwt" {=version} + "lwt" {>= "3.0.0" & <= "5.9.0"} + "base-unix" {= "base"} + "ounit" {with-test & <= "2.2.7"} +] +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +dev-repo: "git+https://github.com/mirage/ocaml-cohttp.git" +url { + src: + "https://github.com/mirage/ocaml-cohttp/releases/download/v2.5.3/cohttp-v2.5.3.tbz" + checksum: [ + "sha256=21927f60eeb52ef8e8943ce770ce1c59685f99e8a20229295654c5c308402324" + "sha512=bf1152724b1bbd67ea71922dfbfd25299dea05292199e17b50187995a35a8c6e480da43cfb409ca2c541350495e154fa92917db8d7941c18ce36cd9e227adc54" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/cohttp-lwt-unix/cohttp-lwt-unix.3.0.0/opam b/packages/cohttp-lwt-unix/cohttp-lwt-unix.3.0.0/opam new file mode 100644 index 000000000..2b29c92f6 --- /dev/null +++ b/packages/cohttp-lwt-unix/cohttp-lwt-unix.3.0.0/opam @@ -0,0 +1,61 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +authors: [ + "Anil Madhavapeddy" + "Stefano Zacchiroli" + "David Sheets" + "Thomas Gazagnaire" + "David Scott" + "Rudi Grinberg" + "Andy Ray" +] +synopsis: "CoHTTP implementation for Unix and Windows using Lwt" +description: """ +An implementation of an HTTP client and server using the Lwt +concurrency library. See the `Cohttp_lwt_unix` module for information +on how to use this. The package also installs `cohttp-curl-lwt` +and a `cohttp-server-lwt` binaries for quick uses of a HTTP(S) +client and server respectively. + +Although the name implies that this only works under Unix, it +should also be fine under Windows too.""" +license: "ISC" +tags: ["org:mirage" "org:xapi-project"] +homepage: "https://github.com/mirage/ocaml-cohttp" +doc: "https://mirage.github.io/ocaml-cohttp/" +bug-reports: "https://github.com/mirage/ocaml-cohttp/issues" +depends: [ + "ocaml" {>= "4.08"} + "dune" {>= "1.1.0" & <= "3.17.1"} + "conduit-lwt" {>= "3.0.0" & <= "7.1.0"} + "conduit-lwt-tls" {= "3.0.0"} + "ca-certs" {<= "1.0.0"} + "cmdliner" {<= "1.3.0"} + "magic-mime" {<= "1.3.1"} + "logs" {<= "0.7.0"} + "fmt" {>= "0.8.2" & <= "0.9.0"} + "cohttp-lwt" {=version} + "cohttp-lwt-unix-nossl" {=version} + "lwt" {>= "3.0.0" & <= "5.9.0"} + "base-unix" {= "base"} + "ounit" {with-test & <= "2.2.7"} +] +available: false +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +dev-repo: "git+https://github.com/mirage/ocaml-cohttp.git" +x-commit-hash: "f3a29b332df416735690cc393c988893592bc40f" +url { + src: + "https://github.com/mirage/ocaml-cohttp/releases/download/v3.0.0/cohttp-v3.0.0.tbz" + checksum: [ + "sha256=fb872f437aabc9c336bb822ac18ccbce794a2614ecb9d3edafb679dcafc82ea4" + "sha512=a33a02f07621995aad6c7c571cab1ea715912b65a1b6ab0634d9033e786c3c61fefe08fd9783e66743eef8571ac0335136b77be830909ea1c5bbcf6617295a34" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/cohttp-lwt/cohttp-lwt.2.5.2/opam b/packages/cohttp-lwt/cohttp-lwt.2.5.2/opam new file mode 100644 index 000000000..bccab0a85 --- /dev/null +++ b/packages/cohttp-lwt/cohttp-lwt.2.5.2/opam @@ -0,0 +1,52 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +authors: [ + "Anil Madhavapeddy" + "Stefano Zacchiroli" + "David Sheets" + "Thomas Gazagnaire" + "David Scott" + "Rudi Grinberg" + "Andy Ray" +] +synopsis: "CoHTTP implementation using the Lwt concurrency library" +description: """ +This is a portable implementation of HTTP that uses the Lwt +concurrency library to multiplex IO. It implements as much of the +logic in an OS-independent way as possible, so that more specialised +modules can be tailored for different targets. For example, you +can install `cohttp-lwt-unix` or `cohttp-lwt-jsoo` for a Unix or +JavaScript backend, or `cohttp-mirage` for the MirageOS unikernel +version of the library. All of these implementations share the same +IO logic from this module.""" +license: "ISC" +tags: ["org:mirage" "org:xapi-project"] +homepage: "https://github.com/mirage/ocaml-cohttp" +doc: "https://mirage.github.io/ocaml-cohttp/" +bug-reports: "https://github.com/mirage/ocaml-cohttp/issues" +depends: [ + "ocaml" {>= "4.04.1"} + "dune" {>= "1.1.0" & <= "3.17.1"} + "cohttp" {=version} + "lwt" {>= "2.5.0" & <= "5.9.0"} + "sexplib0" {<= "v0.17.0"} + "ppx_sexp_conv" {>= "v0.13.0" & <= "v0.17.0"} + "logs" {<= "0.7.0"} +] +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +dev-repo: "git+https://github.com/mirage/ocaml-cohttp.git" +url { + src: + "https://github.com/mirage/ocaml-cohttp/releases/download/v2.5.2/cohttp-v2.5.2.tbz" + checksum: [ + "sha256=37bbb95e4b8f5fa9ffa6e3e38693c50369f32137eeae70d528cafe76a92a449a" + "sha512=736bf5ee0765096ea654a6378d349a8ae52b8c134bc959ae307cf830c84f4010aa8b152a8c1c141696616766f6a3b24e0a61c0873215cc7f24a0083c7d6a9197" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/cohttp-lwt/cohttp-lwt.2.5.3/opam b/packages/cohttp-lwt/cohttp-lwt.2.5.3/opam new file mode 100644 index 000000000..97b257c3e --- /dev/null +++ b/packages/cohttp-lwt/cohttp-lwt.2.5.3/opam @@ -0,0 +1,52 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +authors: [ + "Anil Madhavapeddy" + "Stefano Zacchiroli" + "David Sheets" + "Thomas Gazagnaire" + "David Scott" + "Rudi Grinberg" + "Andy Ray" +] +synopsis: "CoHTTP implementation using the Lwt concurrency library" +description: """ +This is a portable implementation of HTTP that uses the Lwt +concurrency library to multiplex IO. It implements as much of the +logic in an OS-independent way as possible, so that more specialised +modules can be tailored for different targets. For example, you +can install `cohttp-lwt-unix` or `cohttp-lwt-jsoo` for a Unix or +JavaScript backend, or `cohttp-mirage` for the MirageOS unikernel +version of the library. All of these implementations share the same +IO logic from this module.""" +license: "ISC" +tags: ["org:mirage" "org:xapi-project"] +homepage: "https://github.com/mirage/ocaml-cohttp" +doc: "https://mirage.github.io/ocaml-cohttp/" +bug-reports: "https://github.com/mirage/ocaml-cohttp/issues" +depends: [ + "ocaml" {>= "4.04.1"} + "dune" {>= "1.1.0" & <= "3.17.1"} + "cohttp" {=version} + "lwt" {>= "2.5.0" & <= "5.9.0"} + "sexplib0" {<= "v0.17.0"} + "ppx_sexp_conv" {>= "v0.13.0" & <= "v0.17.0"} + "logs" {<= "0.7.0"} +] +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +dev-repo: "git+https://github.com/mirage/ocaml-cohttp.git" +url { + src: + "https://github.com/mirage/ocaml-cohttp/releases/download/v2.5.3/cohttp-v2.5.3.tbz" + checksum: [ + "sha256=21927f60eeb52ef8e8943ce770ce1c59685f99e8a20229295654c5c308402324" + "sha512=bf1152724b1bbd67ea71922dfbfd25299dea05292199e17b50187995a35a8c6e480da43cfb409ca2c541350495e154fa92917db8d7941c18ce36cd9e227adc54" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/cohttp-lwt/cohttp-lwt.3.0.0/opam b/packages/cohttp-lwt/cohttp-lwt.3.0.0/opam new file mode 100644 index 000000000..748b0fd2d --- /dev/null +++ b/packages/cohttp-lwt/cohttp-lwt.3.0.0/opam @@ -0,0 +1,54 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +authors: [ + "Anil Madhavapeddy" + "Stefano Zacchiroli" + "David Sheets" + "Thomas Gazagnaire" + "David Scott" + "Rudi Grinberg" + "Andy Ray" +] +synopsis: "CoHTTP implementation using the Lwt concurrency library" +description: """ +This is a portable implementation of HTTP that uses the Lwt +concurrency library to multiplex IO. It implements as much of the +logic in an OS-independent way as possible, so that more specialised +modules can be tailored for different targets. For example, you +can install `cohttp-lwt-unix` or `cohttp-lwt-jsoo` for a Unix or +JavaScript backend, or `cohttp-mirage` for the MirageOS unikernel +version of the library. All of these implementations share the same +IO logic from this module.""" +license: "ISC" +tags: ["org:mirage" "org:xapi-project"] +homepage: "https://github.com/mirage/ocaml-cohttp" +doc: "https://mirage.github.io/ocaml-cohttp/" +bug-reports: "https://github.com/mirage/ocaml-cohttp/issues" +depends: [ + "ocaml" {>= "4.08"} + "dune" {>= "1.1.0" & <= "3.17.1"} + "cohttp" {=version} + "lwt" {>= "2.5.0" & <= "5.9.0"} + "sexplib0" {<= "v0.17.0"} + "ppx_sexp_conv" {>= "v0.13.0" & <= "v0.17.0"} + "logs" {<= "0.7.0"} +] +available: false +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +dev-repo: "git+https://github.com/mirage/ocaml-cohttp.git" +x-commit-hash: "f3a29b332df416735690cc393c988893592bc40f" +url { + src: + "https://github.com/mirage/ocaml-cohttp/releases/download/v3.0.0/cohttp-v3.0.0.tbz" + checksum: [ + "sha256=fb872f437aabc9c336bb822ac18ccbce794a2614ecb9d3edafb679dcafc82ea4" + "sha512=a33a02f07621995aad6c7c571cab1ea715912b65a1b6ab0634d9033e786c3c61fefe08fd9783e66743eef8571ac0335136b77be830909ea1c5bbcf6617295a34" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/cohttp-mirage/cohttp-mirage.3.0.0/opam b/packages/cohttp-mirage/cohttp-mirage.3.0.0/opam new file mode 100644 index 000000000..da861aabf --- /dev/null +++ b/packages/cohttp-mirage/cohttp-mirage.3.0.0/opam @@ -0,0 +1,52 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +authors: ["Anil Madhavapeddy" "Thomas Gazagnaire"] +license: "ISC" +tags: ["org:mirage" "org:xapi-project"] +homepage: "https://github.com/mirage/ocaml-cohttp" +doc: "https://mirage.github.io/ocaml-cohttp/" +bug-reports: "https://github.com/mirage/ocaml-cohttp/issues" +synopsis: "CoHTTP implementation for the MirageOS unikernel" +description: """ +This HTTP implementation uses the Cohttp portable implementaiton +along with the Lwt threading library in order to provide a +`Cohttp_mirage` functor that can be used in MirageOS unikernels +to build very small and efficient HTTP clients and servers +without having a hard dependency on an underlying operating +system. + +Please see for a self-hosted explanation +and instructions on how to use this library.""" +depends: [ + "ocaml" {>= "4.08"} + "dune" {>= "1.1.0" & <= "3.17.1"} + "mirage-flow" {>= "2.0.0" & <= "4.0.2"} + "mirage-channel" {>= "4.0.0" & <= "4.1.0"} + "conduit" {>= "2.0.2" & <= "7.1.0"} + "conduit-mirage" {>= "3.0.0" & <= "7.1.0"} + "mirage-kv" {>= "3.0.0" & <= "6.1.1"} + "lwt" {>= "2.4.3" & <= "5.9.0"} + "cohttp" {=version} + "cohttp-lwt" {=version} + "astring" {<= "0.8.5"} + "magic-mime" {<= "1.3.1"} +] +available: false +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +dev-repo: "git+https://github.com/mirage/ocaml-cohttp.git" +x-commit-hash: "f3a29b332df416735690cc393c988893592bc40f" +url { + src: + "https://github.com/mirage/ocaml-cohttp/releases/download/v3.0.0/cohttp-v3.0.0.tbz" + checksum: [ + "sha256=fb872f437aabc9c336bb822ac18ccbce794a2614ecb9d3edafb679dcafc82ea4" + "sha512=a33a02f07621995aad6c7c571cab1ea715912b65a1b6ab0634d9033e786c3c61fefe08fd9783e66743eef8571ac0335136b77be830909ea1c5bbcf6617295a34" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/cohttp-top/cohttp-top.2.5.2/opam b/packages/cohttp-top/cohttp-top.2.5.2/opam new file mode 100644 index 000000000..b95540269 --- /dev/null +++ b/packages/cohttp-top/cohttp-top.2.5.2/opam @@ -0,0 +1,44 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +authors: [ + "Anil Madhavapeddy" + "Stefano Zacchiroli" + "David Sheets" + "Thomas Gazagnaire" + "David Scott" + "Rudi Grinberg" + "Andy Ray" +] +synopsis: "CoHTTP toplevel pretty printers for HTTP types" +description: """ +This library installs toplevel prettyprinters for CoHTTP +types such as the `Request`, `Response` and `Types` modules. +Once this library has been loaded, you can directly see the +values of those types in toplevels such as `utop` or `ocaml`.""" +license: "ISC" +tags: ["org:mirage" "org:xapi-project"] +homepage: "https://github.com/mirage/ocaml-cohttp" +doc: "https://mirage.github.io/ocaml-cohttp/" +bug-reports: "https://github.com/mirage/ocaml-cohttp/issues" +depends: [ + "ocaml" {>= "4.04.1"} + "dune" {>= "1.1.0" & <= "3.17.1"} + "cohttp" {=version} +] +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +dev-repo: "git+https://github.com/mirage/ocaml-cohttp.git" +url { + src: + "https://github.com/mirage/ocaml-cohttp/releases/download/v2.5.2/cohttp-v2.5.2.tbz" + checksum: [ + "sha256=37bbb95e4b8f5fa9ffa6e3e38693c50369f32137eeae70d528cafe76a92a449a" + "sha512=736bf5ee0765096ea654a6378d349a8ae52b8c134bc959ae307cf830c84f4010aa8b152a8c1c141696616766f6a3b24e0a61c0873215cc7f24a0083c7d6a9197" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/cohttp-top/cohttp-top.2.5.3/opam b/packages/cohttp-top/cohttp-top.2.5.3/opam new file mode 100644 index 000000000..e52292641 --- /dev/null +++ b/packages/cohttp-top/cohttp-top.2.5.3/opam @@ -0,0 +1,44 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +authors: [ + "Anil Madhavapeddy" + "Stefano Zacchiroli" + "David Sheets" + "Thomas Gazagnaire" + "David Scott" + "Rudi Grinberg" + "Andy Ray" +] +synopsis: "CoHTTP toplevel pretty printers for HTTP types" +description: """ +This library installs toplevel prettyprinters for CoHTTP +types such as the `Request`, `Response` and `Types` modules. +Once this library has been loaded, you can directly see the +values of those types in toplevels such as `utop` or `ocaml`.""" +license: "ISC" +tags: ["org:mirage" "org:xapi-project"] +homepage: "https://github.com/mirage/ocaml-cohttp" +doc: "https://mirage.github.io/ocaml-cohttp/" +bug-reports: "https://github.com/mirage/ocaml-cohttp/issues" +depends: [ + "ocaml" {>= "4.04.1"} + "dune" {>= "1.1.0" & <= "3.17.1"} + "cohttp" {=version} +] +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +dev-repo: "git+https://github.com/mirage/ocaml-cohttp.git" +url { + src: + "https://github.com/mirage/ocaml-cohttp/releases/download/v2.5.3/cohttp-v2.5.3.tbz" + checksum: [ + "sha256=21927f60eeb52ef8e8943ce770ce1c59685f99e8a20229295654c5c308402324" + "sha512=bf1152724b1bbd67ea71922dfbfd25299dea05292199e17b50187995a35a8c6e480da43cfb409ca2c541350495e154fa92917db8d7941c18ce36cd9e227adc54" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/cohttp-top/cohttp-top.3.0.0/opam b/packages/cohttp-top/cohttp-top.3.0.0/opam new file mode 100644 index 000000000..6433f72b8 --- /dev/null +++ b/packages/cohttp-top/cohttp-top.3.0.0/opam @@ -0,0 +1,46 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +authors: [ + "Anil Madhavapeddy" + "Stefano Zacchiroli" + "David Sheets" + "Thomas Gazagnaire" + "David Scott" + "Rudi Grinberg" + "Andy Ray" +] +synopsis: "CoHTTP toplevel pretty printers for HTTP types" +description: """ +This library installs toplevel prettyprinters for CoHTTP +types such as the `Request`, `Response` and `Types` modules. +Once this library has been loaded, you can directly see the +values of those types in toplevels such as `utop` or `ocaml`.""" +license: "ISC" +tags: ["org:mirage" "org:xapi-project"] +homepage: "https://github.com/mirage/ocaml-cohttp" +doc: "https://mirage.github.io/ocaml-cohttp/" +bug-reports: "https://github.com/mirage/ocaml-cohttp/issues" +depends: [ + "ocaml" {>= "4.08"} + "dune" {>= "1.1.0" & <= "3.17.1"} + "cohttp" {=version} +] +available: false +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +dev-repo: "git+https://github.com/mirage/ocaml-cohttp.git" +x-commit-hash: "f3a29b332df416735690cc393c988893592bc40f" +url { + src: + "https://github.com/mirage/ocaml-cohttp/releases/download/v3.0.0/cohttp-v3.0.0.tbz" + checksum: [ + "sha256=fb872f437aabc9c336bb822ac18ccbce794a2614ecb9d3edafb679dcafc82ea4" + "sha512=a33a02f07621995aad6c7c571cab1ea715912b65a1b6ab0634d9033e786c3c61fefe08fd9783e66743eef8571ac0335136b77be830909ea1c5bbcf6617295a34" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/cohttp/cohttp.2.5.2/opam b/packages/cohttp/cohttp.2.5.2/opam new file mode 100644 index 000000000..c866b6d16 --- /dev/null +++ b/packages/cohttp/cohttp.2.5.2/opam @@ -0,0 +1,69 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +authors: [ + "Anil Madhavapeddy" + "Stefano Zacchiroli" + "David Sheets" + "Thomas Gazagnaire" + "David Scott" + "Rudi Grinberg" + "Andy Ray" +] +synopsis: "An OCaml library for HTTP clients and servers" +description: """ +Cohttp is an OCaml library for creating HTTP daemons. It has a portable +HTTP parser, and implementations using various asynchronous programming +libraries. + +See the cohttp-async, cohttp-lwt, cohttp-lwt-unix, cohttp-lwt-jsoo and +cohttp-mirage libraries for concrete implementations for particular +targets. + +You can implement other targets using the parser very easily. Look at the `IO` +signature in `lib/s.mli` and implement that in the desired backend. + +You can activate some runtime debugging by setting `COHTTP_DEBUG` to any +value, and all requests and responses will be written to stderr. Further +debugging of the connection layer can be obtained by setting `CONDUIT_DEBUG` +to any value.""" +license: "ISC" +tags: ["org:mirage" "org:xapi-project"] +homepage: "https://github.com/mirage/ocaml-cohttp" +doc: "https://mirage.github.io/ocaml-cohttp/" +bug-reports: "https://github.com/mirage/ocaml-cohttp/issues" +depends: [ + ("ocaml" {>= "4.04.1" & < "5.0"} | + ("ocaml" {>= "5.0"} & "base-bytes" {<= "base"})) + "dune" {>= "1.1.0" & <= "3.17.1"} + "re" {>= "1.9.0" & <= "1.12.0"} + "uri" {>= "2.0.0" & <= "4.4.0"} + "uri-sexp" {<= "4.4.0"} + "fieldslib" {<= "v0.17.0"} + "sexplib0" {<= "v0.17.0"} + "ppx_fields_conv" {>= "v0.9.0" & <= "v0.17.0"} + "ppx_sexp_conv" {>= "v0.13.0" & <= "v0.17.0"} + "stringext" {<= "1.6.0"} + "base64" {>= "3.1.0" & <= "3.5.1"} + "stdlib-shims" {<= "0.3.0"} + "fmt" {with-test & <= "0.9.0"} + "jsonm" {build & <= "1.0.2"} + "alcotest" {with-test & <= "1.8.0"} +] +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +available: false +dev-repo: "git+https://github.com/mirage/ocaml-cohttp.git" +url { + src: + "https://github.com/mirage/ocaml-cohttp/releases/download/v2.5.2/cohttp-v2.5.2.tbz" + checksum: [ + "sha256=37bbb95e4b8f5fa9ffa6e3e38693c50369f32137eeae70d528cafe76a92a449a" + "sha512=736bf5ee0765096ea654a6378d349a8ae52b8c134bc959ae307cf830c84f4010aa8b152a8c1c141696616766f6a3b24e0a61c0873215cc7f24a0083c7d6a9197" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/cohttp/cohttp.2.5.3/opam b/packages/cohttp/cohttp.2.5.3/opam new file mode 100644 index 000000000..b68dbd07f --- /dev/null +++ b/packages/cohttp/cohttp.2.5.3/opam @@ -0,0 +1,69 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +authors: [ + "Anil Madhavapeddy" + "Stefano Zacchiroli" + "David Sheets" + "Thomas Gazagnaire" + "David Scott" + "Rudi Grinberg" + "Andy Ray" +] +synopsis: "An OCaml library for HTTP clients and servers" +description: """ +Cohttp is an OCaml library for creating HTTP daemons. It has a portable +HTTP parser, and implementations using various asynchronous programming +libraries. + +See the cohttp-async, cohttp-lwt, cohttp-lwt-unix, cohttp-lwt-jsoo and +cohttp-mirage libraries for concrete implementations for particular +targets. + +You can implement other targets using the parser very easily. Look at the `IO` +signature in `lib/s.mli` and implement that in the desired backend. + +You can activate some runtime debugging by setting `COHTTP_DEBUG` to any +value, and all requests and responses will be written to stderr. Further +debugging of the connection layer can be obtained by setting `CONDUIT_DEBUG` +to any value.""" +license: "ISC" +tags: ["org:mirage" "org:xapi-project"] +homepage: "https://github.com/mirage/ocaml-cohttp" +doc: "https://mirage.github.io/ocaml-cohttp/" +bug-reports: "https://github.com/mirage/ocaml-cohttp/issues" +depends: [ + ("ocaml" {>= "4.04.1" & < "5.0"} | + ("ocaml" {>= "5.0"} & "base-bytes" {<= "base"})) + "dune" {>= "1.1.0" & <= "3.17.1"} + "re" {>= "1.9.0" & <= "1.12.0"} + "uri" {>= "2.0.0" & <= "4.4.0"} + "uri-sexp" {<= "4.4.0"} + "fieldslib" {<= "v0.17.0"} + "sexplib0" {<= "v0.17.0"} + "ppx_fields_conv" {>= "v0.9.0" & <= "v0.17.0"} + "ppx_sexp_conv" {>= "v0.13.0" & <= "v0.17.0"} + "stringext" {<= "1.6.0"} + "base64" {>= "3.1.0" & <= "3.5.1"} + "stdlib-shims" {<= "0.3.0"} + "fmt" {with-test & <= "0.9.0"} + "jsonm" {build & <= "1.0.2"} + "alcotest" {with-test & <= "1.8.0"} +] +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +available: false +dev-repo: "git+https://github.com/mirage/ocaml-cohttp.git" +url { + src: + "https://github.com/mirage/ocaml-cohttp/releases/download/v2.5.3/cohttp-v2.5.3.tbz" + checksum: [ + "sha256=21927f60eeb52ef8e8943ce770ce1c59685f99e8a20229295654c5c308402324" + "sha512=bf1152724b1bbd67ea71922dfbfd25299dea05292199e17b50187995a35a8c6e480da43cfb409ca2c541350495e154fa92917db8d7941c18ce36cd9e227adc54" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/cohttp/cohttp.3.0.0/opam b/packages/cohttp/cohttp.3.0.0/opam new file mode 100644 index 000000000..68976d638 --- /dev/null +++ b/packages/cohttp/cohttp.3.0.0/opam @@ -0,0 +1,72 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +authors: [ + "Anil Madhavapeddy" + "Stefano Zacchiroli" + "David Sheets" + "Thomas Gazagnaire" + "David Scott" + "Rudi Grinberg" + "Andy Ray" +] +synopsis: "An OCaml library for HTTP clients and servers" +description: """ +Cohttp is an OCaml library for creating HTTP daemons. It has a portable +HTTP parser, and implementations using various asynchronous programming +libraries. + +See the cohttp-async, cohttp-lwt, cohttp-lwt-unix, cohttp-lwt-jsoo and +cohttp-mirage libraries for concrete implementations for particular +targets. + +You can implement other targets using the parser very easily. Look at the `IO` +signature in `lib/s.mli` and implement that in the desired backend. + +You can activate some runtime debugging by setting `COHTTP_DEBUG` to any +value, and all requests and responses will be written to stderr. Further +debugging of the connection layer can be obtained by setting `CONDUIT_DEBUG` +to any value.""" +license: "ISC" +tags: ["org:mirage" "org:xapi-project"] +homepage: "https://github.com/mirage/ocaml-cohttp" +doc: "https://mirage.github.io/ocaml-cohttp/" +bug-reports: "https://github.com/mirage/ocaml-cohttp/issues" +depends: [ + ("ocaml" {>= "4.08" & < "5.0"} | + ("ocaml" {>= "5.0"} & "base-bytes" {<= "base"})) + "dune" {>= "1.1.0" & <= "3.17.1"} + "re" {>= "1.9.0" & <= "1.12.0"} + "uri" {>= "2.0.0" & <= "4.4.0"} + "uri-sexp" {<= "4.4.0"} + "fieldslib" {<= "v0.17.0"} + "sexplib0" {<= "v0.17.0"} + "ppx_fields_conv" {>= "v0.9.0" & <= "v0.17.0"} + "ppx_sexp_conv" {>= "v0.13.0" & <= "v0.17.0"} + "ppx_compare" {>= "v0.13.0" & <= "v0.17.0"} + "stdlib-shims" {<= "0.3.0"} + "stringext" {<= "1.6.0"} + "base64" {>= "3.1.0" & <= "3.5.1"} + "stdlib-shims" {<= "0.3.0"} + "fmt" {with-test & <= "0.9.0"} + "jsonm" {build & <= "1.0.2"} + "alcotest" {with-test & <= "1.8.0"} +] +available: false +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +dev-repo: "git+https://github.com/mirage/ocaml-cohttp.git" +x-commit-hash: "f3a29b332df416735690cc393c988893592bc40f" +url { + src: + "https://github.com/mirage/ocaml-cohttp/releases/download/v3.0.0/cohttp-v3.0.0.tbz" + checksum: [ + "sha256=fb872f437aabc9c336bb822ac18ccbce794a2614ecb9d3edafb679dcafc82ea4" + "sha512=a33a02f07621995aad6c7c571cab1ea715912b65a1b6ab0634d9033e786c3c61fefe08fd9783e66743eef8571ac0335136b77be830909ea1c5bbcf6617295a34" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/conduit-async-ssl/conduit-async-ssl.3.0.0/opam b/packages/conduit-async-ssl/conduit-async-ssl.3.0.0/opam new file mode 100644 index 000000000..881de62e6 --- /dev/null +++ b/packages/conduit-async-ssl/conduit-async-ssl.3.0.0/opam @@ -0,0 +1,42 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +authors: [ + "Anil Madhavapeddy" + "Thomas Leonard" + "Thomas Gazagnaire" + "Rudi Grinberg" +] +license: "ISC" +tags: "org:mirage" +homepage: "https://github.com/mirage/ocaml-conduit" +bug-reports: "https://github.com/mirage/ocaml-conduit/issues" +dev-repo: "git+https://github.com/mirage/ocaml-conduit.git" +synopsis: "A network connection establishment library using Async and OpenSSL" + +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j1"] {with-test} +] + +depends: [ + "ocaml" {>= "4.07.0"} + "dune" {>= "2.0.0" & <= "3.17.1"} + "core" {<= "v0.17.1"} + "conduit-async" {= version} + "async" {>= "v0.12.0" & <= "v0.17.0"} + "async_ssl" {<= "v0.17.0-1"} +] +x-commit-hash: "126ace170981b0c0bdb5d73c232099302ecf4af8" +url { + src: + "https://github.com/mirage/ocaml-conduit/releases/download/v3.0.0/conduit-v3.0.0.tbz" + checksum: [ + "sha256=8b50119048e8c622b5fc09d2331ab8b9412acdd447c5d674bcc865054033cdbb" + "sha512=bf8e996276ca9d9393e90f718392916e3b29a56817c38d927ee87a9e81ce608b22dc3e4544fc05077e516f91511b2a96e560d9e7ab917034ba0c23cf61b10f66" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/conduit-async-tls/conduit-async-tls.3.0.0/opam b/packages/conduit-async-tls/conduit-async-tls.3.0.0/opam new file mode 100644 index 000000000..693fd13d7 --- /dev/null +++ b/packages/conduit-async-tls/conduit-async-tls.3.0.0/opam @@ -0,0 +1,43 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +authors: [ + "Anil Madhavapeddy" + "Thomas Leonard" + "Thomas Gazagnaire" + "Rudi Grinberg" +] +license: "ISC" +tags: "org:mirage" +homepage: "https://github.com/mirage/ocaml-conduit" +bug-reports: "https://github.com/mirage/ocaml-conduit/issues" +dev-repo: "git+https://github.com/mirage/ocaml-conduit.git" +synopsis: "A network connection establishment library using Async and ocaml-tls" + +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j1"] {with-test} +] + +depends: [ + "ocaml" {>= "4.07.0"} + "dune" {>= "2.0.0" & <= "3.17.1"} + "core" {<= "v0.17.1"} + "conduit-async" {= version} + "async" {>= "v0.12.0" & <= "v0.17.0"} + "conduit-tls" {= version} + "mirage-crypto-rng" {>= "0.8.0" & < "1.0.0"} +] +x-commit-hash: "126ace170981b0c0bdb5d73c232099302ecf4af8" +url { + src: + "https://github.com/mirage/ocaml-conduit/releases/download/v3.0.0/conduit-v3.0.0.tbz" + checksum: [ + "sha256=8b50119048e8c622b5fc09d2331ab8b9412acdd447c5d674bcc865054033cdbb" + "sha512=bf8e996276ca9d9393e90f718392916e3b29a56817c38d927ee87a9e81ce608b22dc3e4544fc05077e516f91511b2a96e560d9e7ab917034ba0c23cf61b10f66" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/conduit-async/conduit-async.3.0.0/opam b/packages/conduit-async/conduit-async.3.0.0/opam new file mode 100644 index 000000000..7ba1cff6a --- /dev/null +++ b/packages/conduit-async/conduit-async.3.0.0/opam @@ -0,0 +1,48 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +authors: [ + "Anil Madhavapeddy" + "Thomas Leonard" + "Thomas Gazagnaire" + "Rudi Grinberg" + "Romain Calascibetta" +] +license: "ISC" +tags: "org:mirage" +homepage: "https://github.com/mirage/ocaml-conduit" +bug-reports: "https://github.com/mirage/ocaml-conduit/issues" +dev-repo: "git+https://github.com/mirage/ocaml-conduit.git" +synopsis: "A portable network connection establishment library using Async" + +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j1"] {with-test} +] + +depends: [ + "ocaml" {>= "4.07.0"} + "dune" {>= "2.0.0" & <= "3.17.1"} + "core" {<= "v0.17.1"} + "conduit" {= version} + "async" {>= "v0.12.0" & <= "v0.17.0"} + "cstruct" {<= "6.2.0"} + "base-bigarray" {with-test & = "base"} + "bigstringaf" {with-test & <= "0.10.0"} + "ke" {with-test & <= "0.6"} + "fmt" {with-test & <= "0.9.0"} + "rresult" {with-test & <= "0.7.0"} +] +x-commit-hash: "126ace170981b0c0bdb5d73c232099302ecf4af8" +url { + src: + "https://github.com/mirage/ocaml-conduit/releases/download/v3.0.0/conduit-v3.0.0.tbz" + checksum: [ + "sha256=8b50119048e8c622b5fc09d2331ab8b9412acdd447c5d674bcc865054033cdbb" + "sha512=bf8e996276ca9d9393e90f718392916e3b29a56817c38d927ee87a9e81ce608b22dc3e4544fc05077e516f91511b2a96e560d9e7ab917034ba0c23cf61b10f66" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/conduit-lwt-ssl/conduit-lwt-ssl.3.0.0/opam b/packages/conduit-lwt-ssl/conduit-lwt-ssl.3.0.0/opam new file mode 100644 index 000000000..81c609d29 --- /dev/null +++ b/packages/conduit-lwt-ssl/conduit-lwt-ssl.3.0.0/opam @@ -0,0 +1,41 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +authors:[ + "Anil Madhavapeddy" + "Thomas Leonard" + "Thomas Gazagnaire" + "Rudi Grinberg" + "Romain Calascibetta" +] +license: "ISC" +tags: "org:mirage" +homepage: "https://github.com/mirage/ocaml-conduit" +bug-reports: "https://github.com/mirage/ocaml-conduit/issues" +dev-repo: "git+https://github.com/mirage/ocaml-conduit.git" +synopsis: "A portable network connection establishment library using Lwt and OpenSSL" + +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j1"] {with-test} +] + +depends: [ + "ocaml" {>= "4.07.0"} + "dune" {>= "2.0.0" & <= "3.17.1"} + "conduit-lwt" {= version} + "lwt_ssl" {<= "1.2.0"} +] +x-commit-hash: "126ace170981b0c0bdb5d73c232099302ecf4af8" +url { + src: + "https://github.com/mirage/ocaml-conduit/releases/download/v3.0.0/conduit-v3.0.0.tbz" + checksum: [ + "sha256=8b50119048e8c622b5fc09d2331ab8b9412acdd447c5d674bcc865054033cdbb" + "sha512=bf8e996276ca9d9393e90f718392916e3b29a56817c38d927ee87a9e81ce608b22dc3e4544fc05077e516f91511b2a96e560d9e7ab917034ba0c23cf61b10f66" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/conduit-lwt-tls/conduit-lwt-tls.3.0.0/opam b/packages/conduit-lwt-tls/conduit-lwt-tls.3.0.0/opam new file mode 100644 index 000000000..922316a48 --- /dev/null +++ b/packages/conduit-lwt-tls/conduit-lwt-tls.3.0.0/opam @@ -0,0 +1,43 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +authors:[ + "Anil Madhavapeddy" + "Thomas Leonard" + "Thomas Gazagnaire" + "Rudi Grinberg" + "Romain Calascibetta" +] +license: "ISC" +tags: "org:mirage" +homepage: "https://github.com/mirage/ocaml-conduit" +bug-reports: "https://github.com/mirage/ocaml-conduit/issues" +dev-repo: "git+https://github.com/mirage/ocaml-conduit.git" +synopsis: "A portable network connection establishment library using Lwt and ocaml-tls" + +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j1"] {with-test} +] + +depends: [ + "ocaml" {>= "4.07.0"} + "dune" {>= "2.0.0" & <= "3.17.1"} + "conduit-lwt" {= version} + "conduit-tls" {= version} + "mirage-crypto-rng" {>= "0.8.0" & < "1.0.0"} + "mirage-crypto-pk" {with-test & != "0.8.9" & < "1.0.0"} +] +x-commit-hash: "126ace170981b0c0bdb5d73c232099302ecf4af8" +url { + src: + "https://github.com/mirage/ocaml-conduit/releases/download/v3.0.0/conduit-v3.0.0.tbz" + checksum: [ + "sha256=8b50119048e8c622b5fc09d2331ab8b9412acdd447c5d674bcc865054033cdbb" + "sha512=bf8e996276ca9d9393e90f718392916e3b29a56817c38d927ee87a9e81ce608b22dc3e4544fc05077e516f91511b2a96e560d9e7ab917034ba0c23cf61b10f66" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/conduit-lwt/conduit-lwt.3.0.0/opam b/packages/conduit-lwt/conduit-lwt.3.0.0/opam new file mode 100644 index 000000000..51e7d1b12 --- /dev/null +++ b/packages/conduit-lwt/conduit-lwt.3.0.0/opam @@ -0,0 +1,48 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +authors:[ + "Anil Madhavapeddy" + "Thomas Leonard" + "Thomas Gazagnaire" + "Rudi Grinberg" + "Romain Calascibetta" +] +license: "ISC" +tags: "org:mirage" +homepage: "https://github.com/mirage/ocaml-conduit" +bug-reports: "https://github.com/mirage/ocaml-conduit/issues" +dev-repo: "git+https://github.com/mirage/ocaml-conduit.git" +synopsis: "A portable network connection establishment library using Lwt" + +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j1"] {with-test} +] + +depends: [ + "ocaml" {>= "4.07.0"} + "dune" {>= "2.0.0" & <= "3.17.1"} + "conduit" {= version} + "cstruct" {<= "6.2.0"} + "lwt" {<= "5.9.0"} + "base-unix" {= "base"} + "base-bigarray" {with-test & = "base"} + "bigstringaf" {with-test & <= "0.10.0"} + "ke" {with-test & <= "0.6"} + "fmt" {with-test & <= "0.9.0"} + "rresult" {with-test & <= "0.7.0"} +] +x-commit-hash: "126ace170981b0c0bdb5d73c232099302ecf4af8" +url { + src: + "https://github.com/mirage/ocaml-conduit/releases/download/v3.0.0/conduit-v3.0.0.tbz" + checksum: [ + "sha256=8b50119048e8c622b5fc09d2331ab8b9412acdd447c5d674bcc865054033cdbb" + "sha512=bf8e996276ca9d9393e90f718392916e3b29a56817c38d927ee87a9e81ce608b22dc3e4544fc05077e516f91511b2a96e560d9e7ab917034ba0c23cf61b10f66" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/conduit-mirage/conduit-mirage.2.2.0/opam b/packages/conduit-mirage/conduit-mirage.2.2.0/opam new file mode 100644 index 000000000..b78ac92eb --- /dev/null +++ b/packages/conduit-mirage/conduit-mirage.2.2.0/opam @@ -0,0 +1,51 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +authors: ["Anil Madhavapeddy" "Thomas Leonard" "Thomas Gazagnaire"] +license: "ISC" +tags: "org:mirage" +homepage: "https://github.com/mirage/ocaml-conduit" +bug-reports: "https://github.com/mirage/ocaml-conduit/issues" +depends: [ + "ocaml" {>= "4.07.0"} + "dune" {<= "3.17.1"} + "ppx_sexp_conv" {>= "v0.13.0" & <= "v0.17.0"} + "sexplib" {<= "v0.17.0"} + "cstruct" {>= "3.0.0" & <= "6.2.0"} + "mirage-stack" {>= "2.0.0" & <= "4.0.0"} + "mirage-clock" {>= "3.0.0" & <= "4.2.0"} + "mirage-flow" {>= "2.0.0" & <= "4.0.2"} + "mirage-flow-combinators" {>= "2.0.0" & <= "4.0.2"} + "mirage-random" {>= "2.0.0" & < "4.0.0"} + "dns-client" {>= "4.5.0" & <= "9.1.0"} + "conduit-lwt" {<= "7.1.0"} + "vchan" {>= "5.0.0" & <= "6.0.2"} + "xenstore" {<= "2.3.0"} + "tls" {>= "0.11.0" & < "1.0.0"} + "tls-mirage" {>= "0.11.0" & < "1.0.0"} + "ipaddr" {>= "3.0.0" & <= "5.6.0"} + "ipaddr-sexp" {<= "5.6.0"} +] +conflicts: [ + "mirage-conduit" + "mirage" {< "3.7.7"} +] + +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name] {with-test} +] +dev-repo: "git+https://github.com/mirage/ocaml-conduit.git" +synopsis: "A network connection establishment library for MirageOS" +url { + src: + "https://github.com/mirage/ocaml-conduit/releases/download/v2.2.0/conduit-v2.2.0.tbz" + checksum: [ + "sha256=126538e73f7f8d76644757bf3f879046bd197960f8cf448b8c516bd405547377" + "sha512=a8342fc4dbc1191f04994d89c9c0d12d24a91737eb5ae549588d2ddc5e663ac267e6934aa5ec44de9f5d8b34c6148504be67857d5b96dc6b4fb4b4058eef18ac" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/conduit-mirage/conduit-mirage.3.0.0/opam b/packages/conduit-mirage/conduit-mirage.3.0.0/opam new file mode 100644 index 000000000..37122c08e --- /dev/null +++ b/packages/conduit-mirage/conduit-mirage.3.0.0/opam @@ -0,0 +1,44 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +authors: [ + "Anil Madhavapeddy" + "Thomas Leonard" + "Thomas Gazagnaire" +] +license: "ISC" +tags: "org:mirage" +homepage: "https://github.com/mirage/ocaml-conduit" +bug-reports: "https://github.com/mirage/ocaml-conduit/issues" +dev-repo: "git+https://github.com/mirage/ocaml-conduit.git" +synopsis: "A network connection establishment library for MirageOS" + +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name] {with-test} +] + +depends: [ + "ocaml" {>= "4.07.0"} + "dune" {>= "2.0.0" & <= "3.17.1"} + "conduit" {= version} + "tcpip" {>= "6.0.0" & <= "8.2.0"} + "mirage-flow" {<= "4.0.2"} + "mirage-time" {<= "3.0.0"} + "dns-client" {>= "4.6.0" & < "5.0.0"} + "ke" {<= "0.6"} + "bigstringaf" {<= "0.10.0"} +] +x-commit-hash: "126ace170981b0c0bdb5d73c232099302ecf4af8" +url { + src: + "https://github.com/mirage/ocaml-conduit/releases/download/v3.0.0/conduit-v3.0.0.tbz" + checksum: [ + "sha256=8b50119048e8c622b5fc09d2331ab8b9412acdd447c5d674bcc865054033cdbb" + "sha512=bf8e996276ca9d9393e90f718392916e3b29a56817c38d927ee87a9e81ce608b22dc3e4544fc05077e516f91511b2a96e560d9e7ab917034ba0c23cf61b10f66" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/conduit-mirage/conduit-mirage.6.0.0/opam b/packages/conduit-mirage/conduit-mirage.6.0.0/opam new file mode 100644 index 000000000..3cbab88e1 --- /dev/null +++ b/packages/conduit-mirage/conduit-mirage.6.0.0/opam @@ -0,0 +1,55 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +authors: ["Anil Madhavapeddy" "Thomas Leonard" "Thomas Gazagnaire"] +license: "ISC" +tags: "org:mirage" +homepage: "https://github.com/mirage/ocaml-conduit" +bug-reports: "https://github.com/mirage/ocaml-conduit/issues" +depends: [ + "ocaml" {>= "4.07.0"} + "dune" {>= "2.0" & <= "3.17.1"} + "ppx_sexp_conv" {>= "v0.13.0" & <= "v0.17.0"} + "sexplib" {<= "v0.17.0"} + "uri" {>= "4.0.0" & <= "4.4.0"} + "cstruct" {>= "3.0.0" & <= "6.2.0"} + "mirage-clock" {>= "3.0.0" & <= "4.2.0"} + "mirage-flow" {>= "2.0.0" & <= "4.0.2"} + "mirage-flow-combinators" {>= "2.0.0" & <= "4.0.2"} + "mirage-random" {>= "2.0.0" & < "4.0.0"} + "mirage-time" {>= "2.0.0" & <= "3.0.0"} + "dns-client" {>= "6.2.0" & < "6.4.0"} + "conduit-lwt" {=version} + "vchan" {>= "5.0.0" & <= "6.0.2"} + "xenstore" {<= "2.3.0"} + "tls" {>= "0.11.0" & < "1.0.0"} + "tls-mirage" {>= "0.11.0" & < "1.0.0"} + "ca-certs-nss" {<= "3.101-1"} + "ipaddr" {>= "3.0.0" & <= "5.6.0"} + "ipaddr-sexp" {<= "5.6.0"} + "tcpip" {>= "7.0.0" & <= "8.2.0"} + "fmt" {>= "0.8.7" & <= "0.9.0"} +] +conflicts: [ + "mirage-conduit" +] + +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name] {with-test} +] +dev-repo: "git+https://github.com/mirage/ocaml-conduit.git" +synopsis: "A network connection establishment library for MirageOS" +url { + src: + "https://github.com/mirage/ocaml-conduit/releases/download/v6.0.0/conduit-6.0.0.tbz" + checksum: [ + "sha256=5ea8d2d9a5fe69d909083b40b8ebbee2e2b39e8bb5428dc43c5e7a11081f69de" + "sha512=5d58479873a06107ea7eeaba7444018e7a09135cc1a6f1fd813aa8279823ceb5f6cf613b5d2573f72e40eeaec9ab651c3e6d4e1f5dcacd95c46a91232c9b5873" + ] +} +x-commit-hash: "08e2eb6eaa19dd7e0cafea9a345b35e3d717b7c0" +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/conduit-tls/conduit-tls.3.0.0/opam b/packages/conduit-tls/conduit-tls.3.0.0/opam new file mode 100644 index 000000000..12629fb8a --- /dev/null +++ b/packages/conduit-tls/conduit-tls.3.0.0/opam @@ -0,0 +1,62 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +authors: [ + "Anil Madhavapeddy" "Thomas Leonard" "Thomas Gazagnaire" "Rudi Grinberg" + "Romain Calascibetta" +] +license: "ISC" +tags: "org:mirage" +homepage: "https://github.com/mirage/ocaml-conduit" +doc: "https://mirage.github.io/ocaml-conduit/" +bug-reports: "https://github.com/mirage/ocaml-conduit/issues" +dev-repo: "git+https://github.com/mirage/ocaml-conduit.git" +synopsis: "A network connection establishment library" +description: """ +The `conduit` library takes care of establishing and listening for +TCP and SSL/TLS connections for the Lwt and Async libraries. + +The reason this library exists is to provide a degree of abstraction +from the precise SSL library used, since there are a variety of ways +to bind to a library (e.g. the C FFI, or the Ctypes library), as well +as well as which library is used (just OpenSSL for now). + +By default, OpenSSL is used as the preferred connection library, but +you can force the use of the pure OCaml TLS stack by setting the +environment variable `CONDUIT_TLS=native` when starting your program. + +The useful opam packages available that extend this library are: + +- `conduit`: the main `Conduit` module +- `conduit-lwt`: the portable Lwt implementation +- `conduit-lwt-unix`: the Lwt/Unix implementation +- `conduit-async` the Jane Street Async implementation +- `conduit-mirage`: the MirageOS compatible implementation +""" + +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] +] + +depends: [ + "ocaml" {>= "4.07.0"} + "dune" {<= "3.17.1"} + "conduit" {= version} + "ke" {<= "0.6"} + "tls" {< "0.13.0"} + "logs" {<= "0.7.0"} + "bigstringaf" {<= "0.10.0"} +] +x-commit-hash: "126ace170981b0c0bdb5d73c232099302ecf4af8" +url { + src: + "https://github.com/mirage/ocaml-conduit/releases/download/v3.0.0/conduit-v3.0.0.tbz" + checksum: [ + "sha256=8b50119048e8c622b5fc09d2331ab8b9412acdd447c5d674bcc865054033cdbb" + "sha512=bf8e996276ca9d9393e90f718392916e3b29a56817c38d927ee87a9e81ce608b22dc3e4544fc05077e516f91511b2a96e560d9e7ab917034ba0c23cf61b10f66" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/conduit/conduit.3.0.0/opam b/packages/conduit/conduit.3.0.0/opam new file mode 100644 index 000000000..f99e047ba --- /dev/null +++ b/packages/conduit/conduit.3.0.0/opam @@ -0,0 +1,45 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +authors: [ + "Anil Madhavapeddy" + "Thomas Leonard" + "Thomas Gazagnaire" + "Rudi Grinberg" + "Romain Calascibetta" +] +license: "ISC" +tags: "org:mirage" +homepage: "https://github.com/mirage/ocaml-conduit" +doc: "https://mirage.github.io/ocaml-conduit/" +bug-reports: "https://github.com/mirage/ocaml-conduit/issues" +dev-repo: "git+https://github.com/mirage/ocaml-conduit.git" +synopsis: "A portable network connection establishment library" + +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name] {with-test} +] + +depends: [ + "ocaml" {>= "4.07.0"} + "dune" {>= "2.0.0" & <= "3.17.1"} + "ipaddr" {<= "5.6.0"} + "domain-name" {<= "0.4.0"} + "stdlib-shims" {<= "0.3.0"} + "alcotest" {with-test & <= "1.8.0"} + "rresult" {with-test & <= "0.7.0"} +] +x-commit-hash: "126ace170981b0c0bdb5d73c232099302ecf4af8" +url { + src: + "https://github.com/mirage/ocaml-conduit/releases/download/v3.0.0/conduit-v3.0.0.tbz" + checksum: [ + "sha256=8b50119048e8c622b5fc09d2331ab8b9412acdd447c5d674bcc865054033cdbb" + "sha512=bf8e996276ca9d9393e90f718392916e3b29a56817c38d927ee87a9e81ce608b22dc3e4544fc05077e516f91511b2a96e560d9e7ab917034ba0c23cf61b10f66" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/crunch/crunch.3.3.0/opam b/packages/crunch/crunch.3.3.0/opam new file mode 100644 index 000000000..3d47dc2d8 --- /dev/null +++ b/packages/crunch/crunch.3.3.0/opam @@ -0,0 +1,59 @@ +opam-version: "2.0" +maintainer: "MirageOS team" +authors: ["Anil Madhavapeddy" "Thomas Gazagnaire" "Stefanie Schirmer" "Hannes Mehnert"] +homepage: "https://github.com/mirage/ocaml-crunch" +bug-reports: "https://github.com/mirage/ocaml-crunch/issues" +doc: "https://mirage.github.io/ocaml-crunch/" +license: "ISC" +dev-repo: "git+https://github.com/mirage/ocaml-crunch.git" +tags: ["org:mirage" "org:xapi-project"] + +#has an unintended change of semantics, fixed in 3.3.1 +available: false + +depends: [ + "ocaml" {>= "4.08.0"} + "cmdliner" {>= "1.1" & <= "1.3.0"} + "ptime" {<= "1.2.0"} + "dune" {>= "2.5" & <= "3.17.1"} + "lwt" {with-test & <= "5.9.0"} + "mirage-kv" {with-test & >= "3.0.0" & <= "6.1.1"} + "mirage-kv-mem" {with-test & >= "3.0.0" & <= "3.2.1"} + "fmt" {with-test & <= "0.9.0"} +] +conflicts: [ + "mirage-kv" {< "3.0.0"} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] +] +synopsis: "Convert a filesystem into a static OCaml module" +description: """ +`ocaml-crunch` takes a directory of files and compiles them into a standalone +OCaml module which serves the contents directly from memory. This can be +convenient for libraries that need a few embedded files (such as a web server) +and do not want to deal with all the trouble of file configuration. +""" +url { + src: + "https://github.com/mirage/ocaml-crunch/releases/download/v3.3.0/crunch-3.3.0.tbz" + checksum: [ + "sha256=5884e1e071e7e17beffe86856b2ddea58b31bd38df670632b050466a4bc6d52c" + "sha512=ad05a1212af62bf8270801d8fce7c3fdf3408825399fd96940e0a9f3a30ef5852ab658e7c58b64bd349de869418dae20efe2b229a915436d038c0f4b66f444ea" + ] +} +x-commit-hash: "1952e78fa8d9902f579db3724510220cea6682fe" +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/ctypes/ctypes.0.17.0/opam b/packages/ctypes/ctypes.0.17.0/opam new file mode 100644 index 000000000..ab3e87990 --- /dev/null +++ b/packages/ctypes/ctypes.0.17.0/opam @@ -0,0 +1,69 @@ +opam-version: "2.0" +maintainer: "yallop@gmail.com" +homepage: "https://github.com/yallop/ocaml-ctypes" +doc: "http://yallop.github.io/ocaml-ctypes" +dev-repo: "git+http://github.com/yallop/ocaml-ctypes.git" +bug-reports: "http://github.com/yallop/ocaml-ctypes/issues" +license: "MIT" +build: [ + [make "XEN=%{mirage-xen:enable}%" "libffi.config"] + {ctypes-foreign:installed} + ["touch" "libffi.config"] {!ctypes-foreign:installed} + [make "XEN=%{mirage-xen:enable}%" "ctypes-base" "ctypes-stubs"] + [make "XEN=%{mirage-xen:enable}%" "ctypes-foreign"] + {ctypes-foreign:installed} + [make "test"] {with-test} +] +install: [ + [make "install" "XEN=%{mirage-xen:enable}%"] +] +depends: [ + "ocaml" {>= "4.02.3" & < "5.2"} + "integers" {>= "0.3.0" & <= "0.7.0"} + "ocamlfind" {build & <= "1.9.6"} + "conf-pkg-config" {build & <= "3"} + "lwt" {with-test & >= "3.2.0" & <= "5.9.0"} + "ctypes-foreign" {with-test & <= "0.23.0"} + "ounit" {with-test & <= "2.2.7"} + "conf-ncurses" {with-test & = "1"} +] +depopts: [ + "ctypes-foreign" + "mirage-xen" +] +synopsis: "Combinators for binding to C libraries without writing any C" +description: """ +ctypes is a library for binding to C libraries using pure OCaml. The primary +aim is to make writing C extensions as straightforward as possible. + +The core of ctypes is a set of combinators for describing the structure of C +types -- numeric types, arrays, pointers, structs, unions and functions. You +can use these combinators to describe the types of the functions that you want +to call, then bind directly to those functions -- all without writing or +generating any C! + +To install the optional `ctypes.foreign` interface (which uses `libffi` to +provide dynamic access to foreign libraries), you will need to also install +the `ctypes-foreign` optional dependency: + + opam install ctypes ctypes-foreign + +This will make the `ctypes.foreign` ocamlfind subpackage available.""" +authors: "yallop@gmail.com" +url { + src: "https://github.com/yallop/ocaml-ctypes/archive/0.17.0.tar.gz" + checksum: [ + "sha256=2fe384d5ca72ddbd52448c74ee1ce01be3f89474af8e7dfae2c3a07aeaa4af13" + "md5=8dbdf1684a5286433da6fac973ab0e5c" + ] +} +available: false +conflicts: [ + "mirage-xen" {>= "6.0.0"} + "base-nnp" + "ocaml-option-nnpchecker" + "host-system-msvc" +] +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/ctypes/ctypes.0.9.1/opam b/packages/ctypes/ctypes.0.9.1/opam new file mode 100644 index 000000000..3489c615c --- /dev/null +++ b/packages/ctypes/ctypes.0.9.1/opam @@ -0,0 +1,72 @@ +opam-version: "2.0" +maintainer: "yallop@gmail.com" +homepage: "https://github.com/yallop/ocaml-ctypes" +doc: "http://yallop.github.io/ocaml-ctypes" +dev-repo: "git+http://github.com/yallop/ocaml-ctypes.git" +bug-reports: "http://github.com/yallop/ocaml-ctypes/issues" +license: "MIT" +build: [ + [make "XEN=%{mirage-xen:enable}%" "libffi.config"] + {ctypes-foreign:installed} + ["touch" "libffi.config"] {!ctypes-foreign:installed} + [make "XEN=%{mirage-xen:enable}%" "ctypes-base" "ctypes-stubs"] + [make "XEN=%{mirage-xen:enable}%" "ctypes-foreign"] + {ctypes-foreign:installed} + [make "test"] {with-test & ocaml:version < "4.06.0"} +] +install: [ + [make "install" "XEN=%{mirage-xen:enable}%"] +] +remove: [ + ["ocamlfind" "remove" "ctypes"] +] +depends: [ + "ocaml" {< "5.2"} + "base-bytes" {<= "base"} + "ocamlfind" {build & <= "1.9.6"} + "conf-pkg-config" {build & <= "3"} + "lwt" {with-test & >= "2.4.7" & < "4.0.0"} + "ounit" {with-test & <= "2.2.7"} + "ctypes-foreign" {with-test & <= "0.23.0"} +] +depopts: [ + "ctypes-foreign" + "mirage-xen" +] +available: [ false ] +synopsis: "Combinators for binding to C libraries without writing any C" +description: """ +ctypes is a library for binding to C libraries using pure OCaml. The primary +aim is to make writing C extensions as straightforward as possible. + +The core of ctypes is a set of combinators for describing the structure of C +types -- numeric types, arrays, pointers, structs, unions and functions. You +can use these combinators to describe the types of the functions that you want +to call, then bind directly to those functions -- all without writing or +generating any C! + +To install the optional `ctypes.foreign` interface (which uses `libffi` to +provide dynamic access to foreign libraries), you will need to also install +the `ctypes-foreign` optional dependency: + + opam install ctypes ctypes-foreign + +This will make the `ctypes.foreign` ocamlfind subpackage available.""" +authors: "yallop@gmail.com" +flags: light-uninstall +url { + src: "https://github.com/yallop/ocaml-ctypes/archive/0.9.1.tar.gz" + checksum: [ + "sha256=66b06c312c7f3ed0363f14e0fc579650a9449e579e394ed8d26c65499614a83c" + "md5=8ddf6772802e5cb7b162c644733b0d76" + ] +} +conflicts: [ + "mirage-xen" {>= "6.0.0"} + "base-nnp" + "ocaml-option-nnpchecker" + "host-system-msvc" +] +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/cubicle/cubicle.1.0/opam b/packages/cubicle/cubicle.1.0/opam new file mode 100644 index 000000000..f9dd387d0 --- /dev/null +++ b/packages/cubicle/cubicle.1.0/opam @@ -0,0 +1,42 @@ +opam-version: "2.0" +maintainer: "mebsout@lri.fr" +authors: [ + "Sylvain Conchon" + "Alain Mebsout" +] +homepage: "http://cubicle.lri.fr" +license: "Apache-2.0" +build: [ + ["./configure" "--prefix" prefix] + [make] +] +depends: [ + "ocaml" {>= "4.00.0" & < "4.03.0"} + "ocamlfind" {<= "1.9.6"} + "num" {<= "1.5-1"} +] +depopts: ["functory"] +depexts: [ + ["graphviz"] {os-family = "debian"} +] +conflicts: [ + "functory" {< "0.5"} +] +install: [make "install" "MANDIR=%{man}%"] +synopsis: "SMT based model checker for parameterized systems" +url { + src: "https://opam.ocaml.org/cache/md5/24/24b163eb77e6832747dccd6cc8a5d57c" + checksum: "md5=24b163eb77e6832747dccd6cc8a5d57c" +} +available: false +extra-source "cubicle.install" { + src: + "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/cubicle/cubicle.install" + checksum: [ + "sha256=1f68371039a824a13510315a8917e4c237fa945ffc5bac25882d79eae36f0d03" + "md5=ba6d18615d00544948c96638b6c8d900" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/dns-cli/dns-cli.4.6.0/opam b/packages/dns-cli/dns-cli.4.6.0/opam new file mode 100644 index 000000000..f2927af5c --- /dev/null +++ b/packages/dns-cli/dns-cli.4.6.0/opam @@ -0,0 +1,58 @@ +opam-version: "2.0" +maintainer: "team AT robur dot coop" +authors: ["Hannes Mehnert "] +homepage: "https://github.com/mirage/ocaml-dns" +doc: "https://mirage.github.io/ocaml-dns/" +dev-repo: "git+https://github.com/mirage/ocaml-dns.git" +bug-reports: "https://github.com/mirage/ocaml-dns/issues" +license: "BSD-2-Clause" + +depends: [ + "dune" {>= "1.2.0" & <= "3.17.1"} + "ocaml" {>= "4.08.0"} + "dns" {= version} + "dns-tsig" {= version} + "dns-client" {= version} + "dns-server" {= version} + "dns-certify" {= version} + "rresult" {>= "0.6.0" & <= "0.7.0"} + "bos" {>= "0.2.0" & <= "0.2.1"} + "cmdliner" {>= "1.0.0" & <= "1.3.0"} + "fpath" {>= "0.7.2" & <= "0.7.3"} + "x509" {>= "0.10.0" & <= "1.0.5"} + "mirage-crypto" {< "1.0.0"} + "mirage-crypto-rng" {>= "0.7.0" & < "0.8.0"} + "hex" {>= "1.4.0" & <= "1.5.0"} + "ptime" {>= "0.8.5" & <= "1.2.0"} + "mtime" {>= "1.2.0" & <= "2.1.0"} + "logs" {>= "0.6.3" & <= "0.7.0"} + "fmt" {>= "0.8.8" & <= "0.9.0"} + "ipaddr" {>= "4.0.0" & <= "5.6.0"} + "alcotest" {with-test & <= "1.8.0"} +] + +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] + +synopsis: "Unix command line utilities using uDNS" +description: """ +'oupdate' sends a DNS update frome to a DNS server that sets 'hostname A ip'. +For authentication via TSIG, a hmac secret needs to be provided. + +'ocertify' updates DNS with a certificate signing request, and polls a matching +certificate. Best used with an letsencrypt unikernel. +""" +url { + src: + "https://github.com/mirage/ocaml-dns/releases/download/v4.6.0/dns-v4.6.0.tbz" + checksum: [ + "sha256=9b7a09eb469ddc144c33d7f4441c42af488ec97b4f94bb80d197c890d8e57abe" + "sha512=7f56279478de6fcca09b5a680fc13b2879fcec4657029ce6020748ca43ca74e1498da531e11558427e3f52f152cddf2cf47968ce6317e6d67dc65aa979055d05" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/dns/dns.0.6.1/opam b/packages/dns/dns.0.6.1/opam new file mode 100644 index 000000000..b7eb87f84 --- /dev/null +++ b/packages/dns/dns.0.6.1/opam @@ -0,0 +1,59 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +homepage: "https://github.com/mirage/ocaml-dns" +dev-repo: "git+https://github.com/mirage/ocaml-dns.git" +bug-reports: "https://github.com/mirage/ocaml-dns/issues" +authors: [ + "Anil Madhavapeddy" + "Tim Deegan" + "Richard Mortier" + "Haris Rotsos" +] +license: ["LGPL-2.0-only" "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" "ISC"] +tags: [ + "org:mirage" + "org:xapi-project" +] +build: [ + [ + "ocaml" + "setup.ml" + "-configure" + "--prefix" + prefix + "--%{base-unix:enable}%-lwt" + "--%{mirage-net:enable}%-mirage" + ] + ["ocaml" "setup.ml" "-build"] +] +remove: [["ocamlfind" "remove" "dns"]] +depends: [ + "ocaml" {>= "4.00.0" & < "5.0"} + "lwt" {>= "2.4.1" & < "3.0.0"} + "cstruct" {>= "0.6.0" & < "1.0.0"} + "ocamlfind" {<= "1.9.6"} + "cryptokit" {<= "1.20"} + "re" {<= "1.12.0"} + "uri" {<= "4.4.0"} + "cmdliner" {<= "1.3.0"} + "ocamlbuild" {build & <= "0.15.0"} + "conf-libssl" {build & <= "4"} +] +depopts: ["mirage-net" "base-unix"] +conflicts: [ + "mirage-net" {< "0.5.2" | > "0.9.4"} +] +available: false # need a constraint on conf-libssl (only in opam 2.1) +install: ["ocaml" "setup.ml" "-install"] +synopsis: "DNS client and server implementation" +flags: light-uninstall +url { + src: "https://github.com/mirage/ocaml-dns/archive/ocaml-dns-0.6.1.tar.gz" + checksum: [ + "sha256=09856e8be4b580c78c3d08d000ef689e80bbeaeffdda35130b765bfb3c5a8125" + "md5=888df168b8f9a554d660f65b3f5e5f6c" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/dns/dns.0.6.2/opam b/packages/dns/dns.0.6.2/opam new file mode 100644 index 000000000..4994cc867 --- /dev/null +++ b/packages/dns/dns.0.6.2/opam @@ -0,0 +1,59 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +homepage: "https://github.com/mirage/ocaml-dns" +dev-repo: "git+https://github.com/mirage/ocaml-dns.git" +bug-reports: "https://github.com/mirage/ocaml-dns/issues" +authors: [ + "Anil Madhavapeddy" + "Tim Deegan" + "Richard Mortier" + "Haris Rotsos" +] +license: ["LGPL-2.0-only" "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" "ISC"] +tags: [ + "org:mirage" + "org:xapi-project" +] +build: [ + [ + "ocaml" + "setup.ml" + "-configure" + "--prefix" + prefix + "--%{base-unix:enable}%-lwt" + "--%{mirage-net:enable}%-mirage" + ] + ["ocaml" "setup.ml" "-build"] +] +remove: [["ocamlfind" "remove" "dns"]] +depends: [ + "ocaml" {>= "4.00.0" & < "5.0"} + "lwt" {>= "2.4.1" & < "3.0.0"} + "cstruct" {>= "0.6.0" & < "1.0.0"} + "ocamlfind" {<= "1.9.6"} + "cryptokit" {<= "1.20"} + "re" {<= "1.12.0"} + "uri" {<= "4.4.0"} + "cmdliner" {<= "1.3.0"} + "ocamlbuild" {build & <= "0.15.0"} + "conf-libssl" {build & <= "4"} +] +depopts: ["mirage-net" "base-unix"] +conflicts: [ + "mirage-net" {< "0.5.2" | > "0.9.4"} +] +available: false # need a constraint on conf-libssl (only in opam 2.1) +install: ["ocaml" "setup.ml" "-install"] +synopsis: "DNS client and server implementation" +flags: light-uninstall +url { + src: "https://github.com/mirage/ocaml-dns/archive/ocaml-dns-0.6.2.tar.gz" + checksum: [ + "sha256=e6c637ac12ebfb74cb4e1c7634d9ab119f9996246888db084ebbb146167545d6" + "md5=2104e14fce2a57c3193c00c00e228078" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/domainslib/domainslib.0.4.0/opam b/packages/domainslib/domainslib.0.4.0/opam new file mode 100644 index 000000000..0ba5fd896 --- /dev/null +++ b/packages/domainslib/domainslib.0.4.0/opam @@ -0,0 +1,27 @@ +opam-version: "2.0" +maintainer: "KC Sivaramakrishnan " +authors: ["KC Sivaramakrishnan "] +homepage: "https://github.com/ocaml-multicore/domainslib" +doc: "https://ocaml-multicore.github.io/domainslib/" +synopsis: "Parallel Structures over Domains for Multicore OCaml" +license: "ISC" +dev-repo: "git+https://github.com/ocaml-multicore/domainslib.git" +bug-reports: "https://github.com/ocaml-multicore/domainslib/issues" +tags: ["org:ocamllabs"] +depends: [ + "dune" {>= "1.8" & <= "3.17.1"} + "base-domains" {= "base"} + "mirage-clock-unix" {with-test & <= "4.2.0"} +] +available: false # Not compatible with 4.12.0+domains nor 5.0.0~alpha0 and newer. Was compatible only with trunk for a short period of time. +build: ["dune" "build" "-p" name "-j" jobs] +url { + src: "https://github.com/ocaml-multicore/domainslib/archive/0.4.0.tar.gz" + checksum: [ + "sha256=f5f61f01889cbc3493fc1f2998c728e3a496020af4a4a9e1ccbd1a93e93540df" + "md5=8ae1c816334f7c374bfb955a7bad1759" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/domainslib/domainslib.0.4.1/opam b/packages/domainslib/domainslib.0.4.1/opam new file mode 100644 index 000000000..4fb7c64ed --- /dev/null +++ b/packages/domainslib/domainslib.0.4.1/opam @@ -0,0 +1,28 @@ +opam-version: "2.0" +maintainer: "KC Sivaramakrishnan " +authors: ["KC Sivaramakrishnan "] +homepage: "https://github.com/ocaml-multicore/domainslib" +doc: "https://ocaml-multicore.github.io/domainslib/" +synopsis: "Parallel Structures over Domains for Multicore OCaml" +license: "ISC" +dev-repo: "git+https://github.com/ocaml-multicore/domainslib.git" +bug-reports: "https://github.com/ocaml-multicore/domainslib/issues" +tags: ["org:ocamllabs"] +depends: [ + "ocaml" {>= "5.0"} + "dune" {>= "1.8" & <= "3.17.1"} + "mirage-clock-unix" {with-test & <= "4.2.0"} +] +available: false # Not compatible with 4.12.0+domains nor 5.0.0~alpha0 and newer. Was compatible only with trunk for a short period of time. +build: ["dune" "build" "-p" name "-j" jobs] +run-test: ["dune" "runtest" "-p" name "-j" jobs] +url { + src: "https://github.com/ocaml-multicore/domainslib/archive/0.4.1.tar.gz" + checksum: [ + "sha256=b89c423cda312d015ce5cca7dcc8f6cf836ded91411e412fa454bc3fb6739a2b" + "md5=7514b4f9c7bcc2d5c20bb1143cf0b77a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/dot-merlin-reader/dot-merlin-reader.4.14-502~preview/opam b/packages/dot-merlin-reader/dot-merlin-reader.4.14-502~preview/opam new file mode 100644 index 000000000..a4fb7b004 --- /dev/null +++ b/packages/dot-merlin-reader/dot-merlin-reader.4.14-502~preview/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "defree@gmail.com" +authors: "The Merlin team" +synopsis: "Reads config files for merlin" +homepage: "https://github.com/ocaml/merlin" +bug-reports: "https://github.com/ocaml/merlin/issues" +dev-repo: "git+https://github.com/ocaml/merlin.git" +license: "MIT" +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] +] +depends: [ + "ocaml" {>= "5.2" & < "5.3"} + "dune" {>= "2.9.0" & <= "3.17.1"} + "merlin-lib" {= version} + "ocamlfind" {>= "1.6.0" & <= "1.9.6"} +] +flags: avoid-version +description: + "Helper process: reads .merlin files and outputs the normalized content to + stdout." +url { + src: + "https://github.com/ocaml/merlin/archive/884c07820b144e88018e23b468aeaf24f43ea8da.tar.gz" + checksum: [ + "sha256=8b7dd4127d3b57780e1cfdbc10e3a580f94278e5df11d554419471bc43d0098a" + "sha512=2f2e0bea2e4a939064201dea820d69d8281c3acf3c0c5e81b0f89df8792e2bed37b0e82a40487704706b6fbf82dfc03a4258579b111a0d619cc33a4043ceb3d4" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/dot-merlin-reader/dot-merlin-reader.4.4~5.0.preview/opam b/packages/dot-merlin-reader/dot-merlin-reader.4.4~5.0.preview/opam new file mode 100644 index 000000000..743179184 --- /dev/null +++ b/packages/dot-merlin-reader/dot-merlin-reader.4.4~5.0.preview/opam @@ -0,0 +1,27 @@ +opam-version: "2.0" +maintainer: "defree@gmail.com" +authors: "The Merlin team" +synopsis: "Reads config files for merlin" +homepage: "https://github.com/ocaml/merlin" +bug-reports: "https://github.com/ocaml/merlin/issues" +dev-repo: "git+https://github.com/ocaml/merlin.git" +license: "MIT" +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] +] +depends: [ + "ocaml" {>= "5.0" & < "5.1"} + "dune" {>= "2.9.0" & <= "3.17.1"} + "merlin-lib" {= version} + "ocamlfind" {>= "1.6.0" & <= "1.9.6"} +] +description: + "Helper process: reads .merlin files and gives the normalized content to merlin" +url { + src: "git+https://github.com/kit-ty-kate/merlin.git#500" +} +available: false # preview packages are not meant to be used indefinitely +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/dum/dum.1.0.2/opam b/packages/dum/dum.1.0.2/opam new file mode 100644 index 000000000..6ae0d7122 --- /dev/null +++ b/packages/dum/dum.1.0.2/opam @@ -0,0 +1,44 @@ +opam-version: "2.0" +synopsis: "Inspect the runtime representation of arbitrary OCaml values" +description: """ +Dum is a library for inspecting the runtime representation of +arbitrary OCaml values. Shared or cyclic data are detected +and labelled. This guarantees that printing would always +terminate. This makes it possible to print values such as closures, +objects or exceptions in depth and without risk.""" +maintainer: ["martin@mjambon.com"] +authors: ["Martin Jambon" "Jean-Christophe Filliatre" "Richard W.M. Jones"] +license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" +homepage: "https://github.com/mjambon/dum" +bug-reports: "https://github.com/mjambon/dum/issues" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "easy-format" {<= "1.3.4"} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] +] +dev-repo: "git+https://github.com/mjambon/dum.git" +url { + src: "https://github.com/mjambon/dum/releases/download/1.0.2/dum-1.0.2.tbz" + checksum: [ + "sha256=bc89918e6d636e65634a798a074aa5c081730973188660d954da0e10904dd09f" + "sha512=d904761d8ac66187f350d4ad3fc577b471c9c794f2250e2f6bfa1a1bb92561a6f6b18b5163896e56064397b994e35558adc6e348093a901d47ebbc0544ac3fb8" + ] +} +x-commit-hash: "29a84c1d037099e0d54adaed379ee8fede1e2b7f" +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/dune-action-plugin/dune-action-plugin.2.0.0/opam b/packages/dune-action-plugin/dune-action-plugin.2.0.0/opam new file mode 100644 index 000000000..309fe6ead --- /dev/null +++ b/packages/dune-action-plugin/dune-action-plugin.2.0.0/opam @@ -0,0 +1,48 @@ +opam-version: "2.0" +synopsis: "[experimental] API for writing dynamic Dune actions" +description: """ + +This library is experimental. No backwards compatibility is implied. + +dune-action-plugin provides an API for writing dynamic Dune actions. +Dynamic dune actions do not need to declare their dependencies +upfront; they are instead discovered automatically during the +execution of the action. +""" +maintainer: ["Jane Street Group, LLC"] +authors: ["Jane Street Group, LLC"] +license: "MIT" +homepage: "https://github.com/ocaml/dune" +doc: "https://dune.readthedocs.io/" +bug-reports: "https://github.com/ocaml/dune/issues" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "dune-glob" {<= "3.17.1"} + "ppx_expect" {with-test & <= "v0.17.2"} + "dune-private-libs" {= version} +] +dev-repo: "git+https://github.com/ocaml/dune.git" +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "@install" + "@doc" {with-doc} + ] +] +url { + src: "https://github.com/ocaml/dune/releases/download/2.0.0/dune-2.0.0.tbz" + checksum: [ + "sha256=9f993b8263775a2236fd4308e2fe2413d3ee925a52858e4d9e18e7f170c4b3f6" + "sha512=369e2173bfb41c7ea27f5120c92ab5849c533bd7fe58f31e4519daf669d9e468ee47dfd3593dc810b21869fe1d5ad33cda2aa039fad86d2a3cacc4f765c5a8eb" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/dune-build-info/dune-build-info.2.0.0/opam b/packages/dune-build-info/dune-build-info.2.0.0/opam new file mode 100644 index 000000000..73d37685e --- /dev/null +++ b/packages/dune-build-info/dune-build-info.2.0.0/opam @@ -0,0 +1,44 @@ +opam-version: "2.0" +synopsis: "Embed build informations inside executable" +description: """ +The build-info library allows to access information about how the +executable was built, such as the version of the project at which it +was built or the list of statically linked libraries with their +versions. It supports reporting the version from the version control +system during development to get an precise reference of when the +executable was built. +""" +maintainer: ["Jane Street Group, LLC"] +authors: ["Jane Street Group, LLC"] +license: "MIT" +homepage: "https://github.com/ocaml/dune" +doc: "https://dune.readthedocs.io/" +bug-reports: "https://github.com/ocaml/dune/issues" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} +] +dev-repo: "git+https://github.com/ocaml/dune.git" +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "@install" + "@doc" {with-doc} + ] +] +url { + src: "https://github.com/ocaml/dune/releases/download/2.0.0/dune-2.0.0.tbz" + checksum: [ + "sha256=9f993b8263775a2236fd4308e2fe2413d3ee925a52858e4d9e18e7f170c4b3f6" + "sha512=369e2173bfb41c7ea27f5120c92ab5849c533bd7fe58f31e4519daf669d9e468ee47dfd3593dc810b21869fe1d5ad33cda2aa039fad86d2a3cacc4f765c5a8eb" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/dune-configurator/dune-configurator.2.0.0/opam b/packages/dune-configurator/dune-configurator.2.0.0/opam new file mode 100644 index 000000000..ab921e0db --- /dev/null +++ b/packages/dune-configurator/dune-configurator.2.0.0/opam @@ -0,0 +1,47 @@ +opam-version: "2.0" +synopsis: "Helper library for gathering system configuration" +description: """ +dune-configurator is a small library that helps writing OCaml scripts that +test features available on the system, in order to generate config.h +files for instance. +Among other things, dune-configurator allows one to: +- test if a C program compiles +- query pkg-config +- import #define from OCaml header files +- generate config.h file +""" +maintainer: ["Jane Street Group, LLC"] +authors: ["Jane Street Group, LLC"] +license: "MIT" +homepage: "https://github.com/ocaml/dune" +doc: "https://dune.readthedocs.io/" +bug-reports: "https://github.com/ocaml/dune/issues" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "dune-private-libs" {= version} +] +dev-repo: "git+https://github.com/ocaml/dune.git" +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "@install" + "@doc" {with-doc} + ] +] +url { + src: "https://github.com/ocaml/dune/releases/download/2.0.0/dune-2.0.0.tbz" + checksum: [ + "sha256=9f993b8263775a2236fd4308e2fe2413d3ee925a52858e4d9e18e7f170c4b3f6" + "sha512=369e2173bfb41c7ea27f5120c92ab5849c533bd7fe58f31e4519daf669d9e468ee47dfd3593dc810b21869fe1d5ad33cda2aa039fad86d2a3cacc4f765c5a8eb" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/dune-glob/dune-glob.2.0.0/opam b/packages/dune-glob/dune-glob.2.0.0/opam new file mode 100644 index 000000000..88eb64f50 --- /dev/null +++ b/packages/dune-glob/dune-glob.2.0.0/opam @@ -0,0 +1,39 @@ +opam-version: "2.0" +synopsis: "Glob string matching language supported by dune" +description: + "dune-glob provides a parser and interpreter for globs as understood by dune language." +maintainer: ["Jane Street Group, LLC"] +authors: ["Jane Street Group, LLC"] +license: "MIT" +homepage: "https://github.com/ocaml/dune" +doc: "https://dune.readthedocs.io/" +bug-reports: "https://github.com/ocaml/dune/issues" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "dune-private-libs" {= version} +] +dev-repo: "git+https://github.com/ocaml/dune.git" +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "@install" + "@doc" {with-doc} + ] +] +url { + src: "https://github.com/ocaml/dune/releases/download/2.0.0/dune-2.0.0.tbz" + checksum: [ + "sha256=9f993b8263775a2236fd4308e2fe2413d3ee925a52858e4d9e18e7f170c4b3f6" + "sha512=369e2173bfb41c7ea27f5120c92ab5849c533bd7fe58f31e4519daf669d9e468ee47dfd3593dc810b21869fe1d5ad33cda2aa039fad86d2a3cacc4f765c5a8eb" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/dune-private-libs/dune-private-libs.2.0.0/opam b/packages/dune-private-libs/dune-private-libs.2.0.0/opam new file mode 100644 index 000000000..4e12c3a0f --- /dev/null +++ b/packages/dune-private-libs/dune-private-libs.2.0.0/opam @@ -0,0 +1,46 @@ +opam-version: "2.0" +synopsis: "Private libraries of Dune" +description: """ +!!!!!!!!!!!!!!!!!!!!!! +!!!!! DO NOT USE !!!!! +!!!!!!!!!!!!!!!!!!!!!! + +This package contains code that is shared between various dune-xxx +packages. However, it is not meant for public consumption and provides +no stability guarantee. +""" +maintainer: ["Jane Street Group, LLC"] +authors: ["Jane Street Group, LLC"] +license: "MIT" +homepage: "https://github.com/ocaml/dune" +doc: "https://dune.readthedocs.io/" +bug-reports: "https://github.com/ocaml/dune/issues" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "ocaml" {>= "4.06" & < "5.0"} +] +dev-repo: "git+https://github.com/ocaml/dune.git" +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "@install" + "@doc" {with-doc} + ] +] +url { + src: "https://github.com/ocaml/dune/releases/download/2.0.0/dune-2.0.0.tbz" + checksum: [ + "sha256=9f993b8263775a2236fd4308e2fe2413d3ee925a52858e4d9e18e7f170c4b3f6" + "sha512=369e2173bfb41c7ea27f5120c92ab5849c533bd7fe58f31e4519daf669d9e468ee47dfd3593dc810b21869fe1d5ad33cda2aa039fad86d2a3cacc4f765c5a8eb" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/dune/dune.2.0.0/opam b/packages/dune/dune.2.0.0/opam new file mode 100644 index 000000000..6b43e61ba --- /dev/null +++ b/packages/dune/dune.2.0.0/opam @@ -0,0 +1,54 @@ +opam-version: "2.0" +synopsis: "Fast, portable, and opinionated build system" +description: """ + +dune is a build system that was designed to simplify the release of +Jane Street packages. It reads metadata from "dune" files following a +very simple s-expression syntax. + +dune is fast, has very low-overhead, and supports parallel builds on +all platforms. It has no system dependencies; all you need to build +dune or packages using dune is OCaml. You don't need make or bash +as long as the packages themselves don't use bash explicitly. + +dune supports multi-package development by simply dropping multiple +repositories into the same directory. + +It also supports multi-context builds, such as building against +several opam roots/switches simultaneously. This helps maintaining +packages across several versions of OCaml and gives cross-compilation +for free. +""" +maintainer: ["Jane Street Group, LLC"] +authors: ["Jane Street Group, LLC"] +license: "MIT" +homepage: "https://github.com/ocaml/dune" +doc: "https://dune.readthedocs.io/" +bug-reports: "https://github.com/ocaml/dune/issues" +depends: [ + ("ocaml" {>= "4.06" & < "4.12"} | + ("ocaml" {>= "4.02" & < "4.06~~"} & "ocamlfind-secondary" {<= "1.9.6"})) + "base-unix" {= "base"} + "base-threads" {= "base"} +] +conflicts: [ + "odoc" {< "1.3.0"} + "dune-release" {< "1.3.0"} + "jbuilder" {= "transition"} +] +dev-repo: "git+https://github.com/ocaml/dune.git" +build: [ + ["ocaml" "bootstrap.ml" "-j" jobs] + ["./dune.exe" "build" "-p" name "--profile" "dune-bootstrap" "-j" jobs] +] +url { + src: "https://github.com/ocaml/dune/releases/download/2.0.0/dune-2.0.0.tbz" + checksum: [ + "sha256=9f993b8263775a2236fd4308e2fe2413d3ee925a52858e4d9e18e7f170c4b3f6" + "sha512=369e2173bfb41c7ea27f5120c92ab5849c533bd7fe58f31e4519daf669d9e468ee47dfd3593dc810b21869fe1d5ad33cda2aa039fad86d2a3cacc4f765c5a8eb" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/eigen/eigen.0.0.1/opam b/packages/eigen/eigen.0.0.1/opam new file mode 100644 index 000000000..a945366a2 --- /dev/null +++ b/packages/eigen/eigen.0.0.1/opam @@ -0,0 +1,50 @@ +opam-version: "2.0" +maintainer: "Liang Wang (ryanrhymes@gmail.com)" +authors: [ "Liang Wang (ryanrhymes@gmail.com)" ] +license: "MIT" +homepage: "https://github.com/ryanrhymes/eigen" +dev-repo: "git+https://github.com/ryanrhymes/eigen.git" +bug-reports: "https://github.com/ryanrhymes/eigen/issues" +build: [ + ["oasis" "setup"] + ["ocaml" "setup.ml" "-configure" "--prefix" prefix] + ["ocaml" "setup.ml" "-build"] + ["oasis" "setup"] {with-test} + ["ocaml" "setup.ml" "-configure" "--enable-tests"] {with-test} + ["ocaml" "setup.ml" "-build"] {with-test} + ["ocaml" "setup.ml" "-test"] {with-test} + ["ocaml" "setup.ml" "-doc"] {with-doc} +] +install: ["ocaml" "setup.ml" "-install"] +remove: [ + ["ocaml" "%{etc}%/eigen/_oasis_remove_.ml" "%{etc}%/eigen"] +] +depends: [ + "ocaml" {>= "4.03"} + "ctypes" {>= "0.6.0" & < "0.17.0"} + "oasis" {build & >= "0.4" & <= "0.4.11"} + "ocamlbuild" {build & <= "0.15.0"} + "ocamlfind" {build & <= "1.9.6"} +] +available: false # writes outside the sandbox https://github.com/owlbarn/eigen/blob/0.0.1/_oasis#L24 +synopsis: "Owl's OCaml interface to Eigen3 C++ library" +description: + "Eigen is a thin OCaml interface to Eigen3 C++ template library used in Owl to provide basic numerical support for both sparse and dense matrix operations." +url { + src: "https://github.com/ryanrhymes/eigen/archive/0.0.1.tar.gz" + checksum: [ + "sha256=74f85522b057fc9f594c1ed001efdc848cdbc7075e344ac73e4cb6eda76f1057" + "md5=99b5a55bbbfaaaf83f04c316a6cca8f7" + ] +} +extra-source "eigen.install" { + src: + "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/eigen/eigen.install.0.0.1" + checksum: [ + "sha256=5b010bcd931b45da20d8004cb55ee72cc8193b8b0fe12070896fbdb73a00517b" + "md5=0d1b822c897681cf54b3e1aed52dda99" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/eigen/eigen.0.0.2/opam b/packages/eigen/eigen.0.0.2/opam new file mode 100644 index 000000000..14aaf112f --- /dev/null +++ b/packages/eigen/eigen.0.0.2/opam @@ -0,0 +1,50 @@ +opam-version: "2.0" +maintainer: "Liang Wang (ryanrhymes@gmail.com)" +authors: [ "Liang Wang (ryanrhymes@gmail.com)" ] +license: "MIT" +homepage: "https://github.com/ryanrhymes/eigen" +dev-repo: "git+https://github.com/ryanrhymes/eigen.git" +bug-reports: "https://github.com/ryanrhymes/eigen/issues" +build: [ + ["oasis" "setup"] + ["ocaml" "setup.ml" "-configure" "--prefix" prefix] + ["ocaml" "setup.ml" "-build"] + ["oasis" "setup"] {with-test} + ["ocaml" "setup.ml" "-configure" "--enable-tests"] {with-test} + ["ocaml" "setup.ml" "-build"] {with-test} + ["ocaml" "setup.ml" "-test"] {with-test} + ["ocaml" "setup.ml" "-doc"] {with-doc} +] +install: ["ocaml" "setup.ml" "-install"] +remove: [ + ["ocaml" "%{etc}%/eigen/_oasis_remove_.ml" "%{etc}%/eigen"] +] +depends: [ + "ocaml" {>= "4.03"} + "ctypes" {>= "0.6.0" & < "0.17.0"} + "oasis" {build & >= "0.4" & <= "0.4.11"} + "ocamlbuild" {build & <= "0.15.0"} + "ocamlfind" {build & <= "1.9.6"} +] +available: false # writes outside the sandbox https://github.com/owlbarn/eigen/blob/0.0.2/_oasis#L24 +synopsis: "Owl's OCaml interface to Eigen3 C++ library" +description: + "Eigen is a thin OCaml interface to Eigen3 C++ template library used in Owl to provide basic numerical support for both sparse and dense matrix operations." +url { + src: "https://github.com/ryanrhymes/eigen/archive/0.0.2.tar.gz" + checksum: [ + "sha256=43858c02bb4e4490251c8feb16fb113b9d51d677a00742e9e31a893269e1f754" + "md5=8bada9863e125d7183b64eae754c1fcb" + ] +} +extra-source "eigen.install" { + src: + "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/eigen/eigen.install.0.0.2" + checksum: [ + "sha256=5b010bcd931b45da20d8004cb55ee72cc8193b8b0fe12070896fbdb73a00517b" + "md5=0d1b822c897681cf54b3e1aed52dda99" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/eigen/eigen.0.0.3/opam b/packages/eigen/eigen.0.0.3/opam new file mode 100644 index 000000000..727535aed --- /dev/null +++ b/packages/eigen/eigen.0.0.3/opam @@ -0,0 +1,50 @@ +opam-version: "2.0" +maintainer: "Liang Wang (ryanrhymes@gmail.com)" +authors: [ "Liang Wang (ryanrhymes@gmail.com)" ] +license: "MIT" +homepage: "https://github.com/ryanrhymes/eigen" +dev-repo: "git+https://github.com/ryanrhymes/eigen.git" +bug-reports: "https://github.com/ryanrhymes/eigen/issues" +build: [ + ["oasis" "setup"] + ["ocaml" "setup.ml" "-configure" "--prefix" prefix] + ["ocaml" "setup.ml" "-build"] + ["oasis" "setup"] {with-test} + ["ocaml" "setup.ml" "-configure" "--enable-tests"] {with-test} + ["ocaml" "setup.ml" "-build"] {with-test} + ["ocaml" "setup.ml" "-test"] {with-test} + ["ocaml" "setup.ml" "-doc"] {with-doc} +] +install: ["ocaml" "setup.ml" "-install"] +remove: [ + ["ocaml" "%{etc}%/eigen/_oasis_remove_.ml" "%{etc}%/eigen"] +] +depends: [ + "ocaml" {>= "4.02"} + "ctypes" {>= "0.6.0" & < "0.17.0"} + "oasis" {build & >= "0.4" & <= "0.4.11"} + "ocamlbuild" {build & <= "0.15.0"} + "ocamlfind" {build & <= "1.9.6"} +] +available: false # writes outside the sandbox https://github.com/owlbarn/eigen/blob/0.0.3/_oasis#L24 +synopsis: "Owl's OCaml interface to Eigen3 C++ library" +description: + "Eigen is a thin OCaml interface to Eigen3 C++ template library used in Owl to provide basic numerical support for both sparse and dense matrix operations." +url { + src: "https://github.com/ryanrhymes/eigen/archive/0.0.3.tar.gz" + checksum: [ + "sha256=c48990d4a6420be1ca66f09c475c2ab5f5093e195c95ab334ff0d2c9c6feb4d6" + "md5=7b760555c2eb69bab93344730eb2833a" + ] +} +extra-source "eigen.install" { + src: + "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/eigen/eigen.install.0.0.3" + checksum: [ + "sha256=5b010bcd931b45da20d8004cb55ee72cc8193b8b0fe12070896fbdb73a00517b" + "md5=0d1b822c897681cf54b3e1aed52dda99" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/eigen/eigen.0.0.4/opam b/packages/eigen/eigen.0.0.4/opam new file mode 100644 index 000000000..51284c1ea --- /dev/null +++ b/packages/eigen/eigen.0.0.4/opam @@ -0,0 +1,50 @@ +opam-version: "2.0" +maintainer: "Liang Wang (ryanrhymes@gmail.com)" +authors: [ "Liang Wang (ryanrhymes@gmail.com)" ] +license: "MIT" +homepage: "https://github.com/ryanrhymes/eigen" +dev-repo: "git+https://github.com/ryanrhymes/eigen.git" +bug-reports: "https://github.com/ryanrhymes/eigen/issues" +build: [ + ["oasis" "setup"] + ["ocaml" "setup.ml" "-configure" "--prefix" prefix] + ["ocaml" "setup.ml" "-build"] + ["oasis" "setup"] {with-test} + ["ocaml" "setup.ml" "-configure" "--enable-tests"] {with-test} + ["ocaml" "setup.ml" "-build"] {with-test} + ["ocaml" "setup.ml" "-test"] {with-test} + ["ocaml" "setup.ml" "-doc"] {with-doc} +] +install: ["ocaml" "setup.ml" "-install"] +remove: [ + ["ocaml" "%{etc}%/eigen/_oasis_remove_.ml" "%{etc}%/eigen"] +] +depends: [ + "ocaml" {>= "4.02"} + "ctypes" {>= "0.6.0" & < "0.17.0"} + "oasis" {build & >= "0.4" & <= "0.4.11"} + "ocamlbuild" {build & <= "0.15.0"} + "ocamlfind" {build & <= "1.9.6"} +] +available: false # writes outside the sandbox https://github.com/owlbarn/eigen/blob/0.0.4/_oasis#L24 +synopsis: "Owl's OCaml interface to Eigen3 C++ library" +description: + "Eigen is a thin OCaml interface to Eigen3 C++ template library used in Owl to provide basic numerical support for both sparse and dense matrix operations." +url { + src: "https://github.com/ryanrhymes/eigen/archive/0.0.4.tar.gz" + checksum: [ + "sha256=9419e2f77ad68b32055be66452426edd2d7fcbae7aa4721b79ad4540a794992c" + "md5=ac6fd1f89d1af274a2d4683a8662957d" + ] +} +extra-source "eigen.install" { + src: + "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/eigen/eigen.install.0.0.4" + checksum: [ + "sha256=5b010bcd931b45da20d8004cb55ee72cc8193b8b0fe12070896fbdb73a00517b" + "md5=0d1b822c897681cf54b3e1aed52dda99" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/eigen/eigen.0.0.5/opam b/packages/eigen/eigen.0.0.5/opam new file mode 100644 index 000000000..0106c62d2 --- /dev/null +++ b/packages/eigen/eigen.0.0.5/opam @@ -0,0 +1,50 @@ +opam-version: "2.0" +maintainer: "Liang Wang " +authors: [ "Liang Wang" ] +license: "MIT" +homepage: "https://github.com/owlbarn/eigen" +dev-repo: "git+https://github.com/owlbarn/eigen.git" +bug-reports: "https://github.com/owlbarn/eigen/issues" +build: [ + ["oasis" "setup"] + ["ocaml" "setup.ml" "-configure" "--prefix" prefix] + ["ocaml" "setup.ml" "-build"] + ["oasis" "setup"] {with-test} + ["ocaml" "setup.ml" "-configure" "--enable-tests"] {with-test} + ["ocaml" "setup.ml" "-build"] {with-test} + ["ocaml" "setup.ml" "-test"] {with-test} + ["ocaml" "setup.ml" "-doc"] {with-doc} +] +install: ["ocaml" "setup.ml" "-install"] +remove: [ + ["ocaml" "%{etc}%/eigen/_oasis_remove_.ml" "%{etc}%/eigen"] +] +depends: [ + "ocaml" {>= "4.02"} + "ctypes" {>= "0.14.0" & < "0.17.0"} + "oasis" {build & >= "0.4" & <= "0.4.11"} + "ocamlbuild" {build & <= "0.15.0"} + "ocamlfind" {build & <= "1.9.6"} +] +available: false # writes outside the sandbox https://github.com/owlbarn/eigen/blob/0.0.5/_oasis#L24 +synopsis: "Owl's OCaml interface to Eigen3 C++ library" +description: + "Eigen is a thin OCaml interface to Eigen3 C++ template library used in Owl to provide basic numerical support for both sparse and dense matrix operations." +url { + src: "https://github.com/ryanrhymes/eigen/archive/0.0.5.tar.gz" + checksum: [ + "sha256=8e57d053f26b1050507d56bcb1b9486eed67fac688c72934ed6350a842420c2b" + "md5=480a20b9530f496973634d0f109d6efe" + ] +} +extra-source "eigen.install" { + src: + "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/eigen/eigen.install.0.0.5" + checksum: [ + "sha256=5b010bcd931b45da20d8004cb55ee72cc8193b8b0fe12070896fbdb73a00517b" + "md5=0d1b822c897681cf54b3e1aed52dda99" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/eigen/eigen.0.4.0/opam b/packages/eigen/eigen.0.4.0/opam new file mode 100644 index 000000000..4ff6be308 --- /dev/null +++ b/packages/eigen/eigen.0.4.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "Liang Wang " +authors: [ "Liang Wang" ] +license: "MIT" +homepage: "https://github.com/owlbarn/eigen" +dev-repo: "git+https://github.com/owlbarn/eigen.git" +bug-reports: "https://github.com/owlbarn/eigen/issues" +doc: "https://owlbarn.github.io/eigen/eigen" +build: [ + ["dune" "build" "-p" name "-j" jobs] +] +depends: [ + "ocaml" {>= "4.02"} + "ctypes" {>= "0.14.0" & <= "0.23.0"} + "dune" {>= "2.0.0" & <= "3.17.1"} +] +available: false +synopsis: "Owl's OCaml interface to Eigen3 C++ library" +description: +"Eigen is a thin OCaml interface to Eigen3 C++ template library used in Owl to provide basic numerical support for both sparse and dense matrix operations." +x-commit-hash: "6f7963e969df5b6b416b71f6a57c8a867c59edec" +url { + src: + "https://github.com/owlbarn/eigen/releases/download/0.4.0/eigen-0.4.0.tbz" + checksum: [ + "sha256=475711ea51055bc6cec90c4376c8e7eb978387e16849cd1f73f41ef76dc332b4" + "sha512=076cbf1e71b955fcaa54d2c6feb34cb34c20838706c724238e2ce00c6e4ece65b0ca9e5e613f35438baddfc13b5bbec474e4489d1aab835514efca6eee36a014" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/eio_luv/eio_luv.0.1/opam b/packages/eio_luv/eio_luv.0.1/opam new file mode 100644 index 000000000..aaa421912 --- /dev/null +++ b/packages/eio_luv/eio_luv.0.1/opam @@ -0,0 +1,49 @@ +opam-version: "2.0" +synopsis: "Eio implementation using luv (libuv)" +description: "An eio implementation for most platforms, using luv." +maintainer: ["anil@recoil.org"] +authors: ["Anil Madhavapeddy" "Thomas Leonard"] +license: "ISC" +homepage: "https://github.com/ocaml-multicore/eio" +doc: "https://ocaml-multicore.github.io/eio/" +bug-reports: "https://github.com/ocaml-multicore/eio/issues" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "base-domains" {= "base"} + "eio" {= version} + "luv" {>= "0.5.11" & <= "0.5.14"} + "luv_unix" {>= "0.5.0" & <= "0.5.1"} + "logs" {= "0.7.0"} + "fmt" {>= "0.8.9" & <= "0.9.0"} + "odoc" {with-doc & <= "2.4.4"} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "--promote-install-files=false" + "@install" + # no tests because package is essentially deprecated and bit-rotting + "@doc" {with-doc} + ] + ["dune" "install" "-p" name "--create-install-files" name] +] +dev-repo: "git+https://github.com/ocaml-multicore/eio.git" +url { + src: + "https://github.com/ocaml-multicore/eio/releases/download/v0.1/eio_main-0.1.tbz" + checksum: [ + "sha256=671bedef03a2646d13f6e18b6e18c3509be7688fa19b4c48c9f0656959716878" + "sha512=8aa4993576bd716c0a3df70bb7cc55507ab6f810b38bdb8d66d0d5a6b5853eb80d705b106a6d55cfc31d39a18f938ef0f107968a4eb2f40e0a80887c66a8764c" + ] +} +x-commit-hash: "ba1fbbe60b94500c79556585134ffbe0dd1ec2fa" +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/eio_luv/eio_luv.0.2/opam b/packages/eio_luv/eio_luv.0.2/opam new file mode 100644 index 000000000..2ffcea591 --- /dev/null +++ b/packages/eio_luv/eio_luv.0.2/opam @@ -0,0 +1,49 @@ +opam-version: "2.0" +synopsis: "Eio implementation using luv (libuv)" +description: "An eio implementation for most platforms, using luv." +maintainer: ["anil@recoil.org"] +authors: ["Anil Madhavapeddy" "Thomas Leonard"] +license: "ISC" +homepage: "https://github.com/ocaml-multicore/eio" +doc: "https://ocaml-multicore.github.io/eio/" +bug-reports: "https://github.com/ocaml-multicore/eio/issues" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "base-domains" {= "base"} + "eio" {= version} + "luv" {>= "0.5.11" & <= "0.5.14"} + "luv_unix" {>= "0.5.0" & <= "0.5.1"} + "logs" {= "0.7.0"} + "fmt" {>= "0.8.9" & <= "0.9.0"} + "odoc" {with-doc & <= "2.4.4"} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "--promote-install-files=false" + "@install" + # no tests because package is essentially deprecated and bit-rotting + "@doc" {with-doc} + ] + ["dune" "install" "-p" name "--create-install-files" name] +] +dev-repo: "git+https://github.com/ocaml-multicore/eio.git" +url { + src: + "https://github.com/ocaml-multicore/eio/releases/download/v0.2/eio_main-0.2.tbz" + checksum: [ + "sha256=d09b63460ab8eb529b7e48c5a566ece58ae0d8f3c72ef6b55245cd8a8b3b304d" + "sha512=d644a0495923fc6c009d6ca95693ad93ed204604dcf84f43c68f3e83f4ab1bb6c4581c14b165ffaec2c194803a6dac38611e991133acdfc3388a7fa95a677d32" + ] +} +x-commit-hash: "85841dc0b779a920bc4b1daca9172456e33988ee" +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/eio_luv/eio_luv.0.3/opam b/packages/eio_luv/eio_luv.0.3/opam new file mode 100644 index 000000000..95b7dfee3 --- /dev/null +++ b/packages/eio_luv/eio_luv.0.3/opam @@ -0,0 +1,49 @@ +opam-version: "2.0" +synopsis: "Eio implementation using luv (libuv)" +description: "An eio implementation for most platforms, using luv." +maintainer: ["anil@recoil.org"] +authors: ["Anil Madhavapeddy" "Thomas Leonard"] +license: "ISC" +homepage: "https://github.com/ocaml-multicore/eio" +doc: "https://ocaml-multicore.github.io/eio/" +bug-reports: "https://github.com/ocaml-multicore/eio/issues" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "base-domains" {= "base"} + "eio" {= version} + "luv" {>= "0.5.11" & <= "0.5.14"} + "luv_unix" {>= "0.5.0" & <= "0.5.1"} + "logs" {= "0.7.0"} + "fmt" {>= "0.8.9" & <= "0.9.0"} + "odoc" {with-doc & <= "2.4.4"} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "--promote-install-files=false" + "@install" + # no tests because package is essentially deprecated and bit-rotting + "@doc" {with-doc} + ] + ["dune" "install" "-p" name "--create-install-files" name] +] +dev-repo: "git+https://github.com/ocaml-multicore/eio.git" +url { + src: + "https://github.com/ocaml-multicore/eio/releases/download/v0.3/eio-0.3.tbz" + checksum: [ + "sha256=1af8852025776d68eea24fd3baeffcb15b0db09805865fa3fa191f3139b689f9" + "sha512=12620fdeab7b444ce37226c34d4719560a8e2fa5dbfacf0c6d9480e0ee7d1759cd8293fc7fe451383c13fcc069ab33ad44d10b32d6dbc980d3163c209e1a03a6" + ] +} +x-commit-hash: "0b56cec54f3c9e0b9c4382e33b7594eef13af3d0" +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/eio_luv/eio_luv.0.4/opam b/packages/eio_luv/eio_luv.0.4/opam new file mode 100644 index 000000000..7d2009add --- /dev/null +++ b/packages/eio_luv/eio_luv.0.4/opam @@ -0,0 +1,48 @@ +opam-version: "2.0" +synopsis: "Eio implementation using luv (libuv)" +description: "An eio implementation for most platforms, using luv." +maintainer: ["anil@recoil.org"] +authors: ["Anil Madhavapeddy" "Thomas Leonard"] +license: "ISC" +homepage: "https://github.com/ocaml-multicore/eio" +doc: "https://ocaml-multicore.github.io/eio/" +bug-reports: "https://github.com/ocaml-multicore/eio/issues" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "eio" {= version} + "luv" {>= "0.5.11" & <= "0.5.14"} + "luv_unix" {>= "0.5.0" & <= "0.5.1"} + "logs" {= "0.7.0"} + "fmt" {>= "0.8.9" & <= "0.9.0"} + "odoc" {with-doc & <= "2.4.4"} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "--promote-install-files=false" + "@install" + # no tests because package is essentially deprecated and bit-rotting + "@doc" {with-doc} + ] + ["dune" "install" "-p" name "--create-install-files" name] +] +dev-repo: "git+https://github.com/ocaml-multicore/eio.git" +url { + src: + "https://github.com/ocaml-multicore/eio/releases/download/v0.4/eio-0.4.tbz" + checksum: [ + "sha256=774563e56bff9a7272e71258409a4bce24bb32465c7615ee8cc405d424355df0" + "sha512=03dff43b73b3b79987504d98439e65babe8c59ca8b72fd0718b87923b8a019ce41ef992ac304c3000523e163b9a4dfe43bbf6683641e175e9fe74b33ed9a5ed9" + ] +} +x-commit-hash: "34d1d26ac4f5d5b506a7a216c2c205d83f09110c" +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/eio_luv/eio_luv.0.5/opam b/packages/eio_luv/eio_luv.0.5/opam new file mode 100644 index 000000000..2badab6e4 --- /dev/null +++ b/packages/eio_luv/eio_luv.0.5/opam @@ -0,0 +1,48 @@ +opam-version: "2.0" +synopsis: "Eio implementation using luv (libuv)" +description: "An eio implementation for most platforms, using luv." +maintainer: ["anil@recoil.org"] +authors: ["Anil Madhavapeddy" "Thomas Leonard"] +license: "ISC" +homepage: "https://github.com/ocaml-multicore/eio" +doc: "https://ocaml-multicore.github.io/eio/" +bug-reports: "https://github.com/ocaml-multicore/eio/issues" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "eio" {= version} + "luv" {>= "0.5.11" & <= "0.5.14"} + "luv_unix" {>= "0.5.0" & <= "0.5.1"} + "logs" {= "0.7.0"} + "fmt" {>= "0.8.9" & <= "0.9.0"} + "odoc" {with-doc & <= "2.4.4"} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "--promote-install-files=false" + "@install" + # no tests because package is essentially deprecated and bit-rotting + "@doc" {with-doc} + ] + ["dune" "install" "-p" name "--create-install-files" name] +] +dev-repo: "git+https://github.com/ocaml-multicore/eio.git" +url { + src: + "https://github.com/ocaml-multicore/eio/releases/download/v0.5/eio-0.5.tbz" + checksum: [ + "sha256=ceb254a8df0dcf42658014282137f932a75fde959a52e5508f77cf8c65514fd0" + "sha512=6943a975f66bb5cdacc534da9d124ea879855a546c5b6874f8d9a943ffef3aadfaf5979aee13b9aaa06277a7233335b92ef3604779f72ed247f54d09abf18275" + ] +} +x-commit-hash: "d86a4fddc8952f028d1db8de5a23bfb174ac9145" +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/eio_luv/eio_luv.0.6/opam b/packages/eio_luv/eio_luv.0.6/opam new file mode 100644 index 000000000..e9795a8eb --- /dev/null +++ b/packages/eio_luv/eio_luv.0.6/opam @@ -0,0 +1,49 @@ +opam-version: "2.0" +synopsis: "Eio implementation using luv (libuv)" +description: "An eio implementation for most platforms, using luv." +maintainer: ["anil@recoil.org"] +authors: ["Anil Madhavapeddy" "Thomas Leonard"] +license: "ISC" +homepage: "https://github.com/ocaml-multicore/eio" +doc: "https://ocaml-multicore.github.io/eio/" +bug-reports: "https://github.com/ocaml-multicore/eio/issues" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "eio" {= version} + "luv" {>= "0.5.11" & <= "0.5.14"} + "luv_unix" {>= "0.5.0" & <= "0.5.1"} + "mdx" {with-test & >= "1.10.0" & < "2.4"} + "logs" {= "0.7.0"} + "fmt" {>= "0.8.9" & <= "0.9.0"} + "odoc" {with-doc & <= "2.4.4"} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "--promote-install-files=false" + "@install" + # no tests because package is essentially deprecated and bit-rotting + "@doc" {with-doc} + ] + ["dune" "install" "-p" name "--create-install-files" name] +] +dev-repo: "git+https://github.com/ocaml-multicore/eio.git" +url { + src: + "https://github.com/ocaml-multicore/eio/releases/download/v0.6/eio-0.6.tbz" + checksum: [ + "sha256=ead3eea352dd3d7d11a81ffdbeee6ca94d5e6b3f46de264b4e59689360b3ef38" + "sha512=0543643da7861f533f9b7ebee8aa30a6868b48ae1e19211666a9b860e9ff8d8a9e135f214a4603d0329f2027277701f6ffd900b6fba3405a538eebc301edaf29" + ] +} +x-commit-hash: "9faa07bb934e7e44521f84eec110429faaab8ed4" +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/eio_luv/eio_luv.0.7/opam b/packages/eio_luv/eio_luv.0.7/opam new file mode 100644 index 000000000..8995efa92 --- /dev/null +++ b/packages/eio_luv/eio_luv.0.7/opam @@ -0,0 +1,49 @@ +opam-version: "2.0" +synopsis: "Eio implementation using luv (libuv)" +description: "An eio implementation for most platforms, using luv." +maintainer: ["anil@recoil.org"] +authors: ["Anil Madhavapeddy" "Thomas Leonard"] +license: "ISC" +homepage: "https://github.com/ocaml-multicore/eio" +doc: "https://ocaml-multicore.github.io/eio/" +bug-reports: "https://github.com/ocaml-multicore/eio/issues" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "eio" {= version} + "luv" {>= "0.5.11" & <= "0.5.14"} + "luv_unix" {>= "0.5.0" & <= "0.5.1"} + "mdx" {with-test & >= "1.10.0" & < "2.4"} + "logs" {= "0.7.0"} + "fmt" {>= "0.8.9" & <= "0.9.0"} + "odoc" {with-doc & <= "2.4.4"} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "--promote-install-files=false" + "@install" + # no tests because package is essentially deprecated and bit-rotting + "@doc" {with-doc} + ] + ["dune" "install" "-p" name "--create-install-files" name] +] +dev-repo: "git+https://github.com/ocaml-multicore/eio.git" +url { + src: + "https://github.com/ocaml-multicore/eio/releases/download/v0.7/eio-0.7.tbz" + checksum: [ + "sha256=675e67f343ccf37b965d15d1ee1c639d7a06431e8f08e95559133419f3488ee1" + "sha512=3d1bd0e5e0aa79d8858d83944d734a0efc325ed66a12a1506c3b36281db56c0216e6cb90a46e6021db1ea34cdd2567ebabe0bd687d9989495bb7cf6099e90ba7" + ] +} +x-commit-hash: "aa91a7bf813b9ab2eddeae35c17bc7439f2c0836" +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/eio_luv/eio_luv.0.8.1/opam b/packages/eio_luv/eio_luv.0.8.1/opam new file mode 100644 index 000000000..f67d4e3ad --- /dev/null +++ b/packages/eio_luv/eio_luv.0.8.1/opam @@ -0,0 +1,46 @@ +opam-version: "2.0" +synopsis: "Eio implementation using luv (libuv)" +description: "An eio implementation for most platforms, using luv." +maintainer: ["anil@recoil.org"] +authors: ["Anil Madhavapeddy" "Thomas Leonard"] +license: "ISC" +homepage: "https://github.com/ocaml-multicore/eio" +doc: "https://ocaml-multicore.github.io/eio/" +bug-reports: "https://github.com/ocaml-multicore/eio/issues" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "eio" {= version} + "luv" {>= "0.5.11" & <= "0.5.14"} + "luv_unix" {>= "0.5.0" & <= "0.5.1"} + "mdx" {with-test & >= "1.10.0" & < "2.4"} + "fmt" {>= "0.8.9" & <= "0.9.0"} + "odoc" {with-doc & <= "2.4.4"} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "@install" + # no tests because package is essentially deprecated and bit-rotting + "@doc" {with-doc} + ] +] +dev-repo: "git+https://github.com/ocaml-multicore/eio.git" +url { + src: + "https://github.com/ocaml-multicore/eio/releases/download/v0.8.1/eio-0.8.1.tbz" + checksum: [ + "sha256=c4222f9b081465486a1c1a8dde6aa00178936d7c7b3a8565e0883a421e0e3547" + "sha512=d63d8b9500b492be93df4f29159aa6955588ca1e35e6a5817856e32ee4fec3395604dc7b64fc5a973ee8bd436bd65831e7b08fca9bf909f41afec4a65c4443b8" + ] +} +x-commit-hash: "38c337e888bac215c52b696d61e2f58cab75380f" +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/eio_luv/eio_luv.0.9/opam b/packages/eio_luv/eio_luv.0.9/opam new file mode 100644 index 000000000..1247f8c42 --- /dev/null +++ b/packages/eio_luv/eio_luv.0.9/opam @@ -0,0 +1,46 @@ +opam-version: "2.0" +synopsis: "Eio implementation using luv (libuv)" +description: "An Eio implementation for most platforms, using luv." +maintainer: ["anil@recoil.org"] +authors: ["Anil Madhavapeddy" "Thomas Leonard"] +license: "ISC" +homepage: "https://github.com/ocaml-multicore/eio" +doc: "https://ocaml-multicore.github.io/eio/" +bug-reports: "https://github.com/ocaml-multicore/eio/issues" +depends: [ + "dune" {>= "3.7" & <= "3.17.1"} + "eio" {= version} + "luv" {>= "0.5.11" & <= "0.5.14"} + "luv_unix" {>= "0.5.0" & <= "0.5.1"} + "mdx" {with-test & >= "2.2.0" & < "2.4"} + "fmt" {>= "0.8.9" & <= "0.9.0"} + "odoc" {with-doc & <= "2.4.4"} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "@install" + # no tests because package is essentially deprecated and bit-rotting + "@doc" {with-doc} + ] +] +dev-repo: "git+https://github.com/ocaml-multicore/eio.git" +url { + src: + "https://github.com/ocaml-multicore/eio/releases/download/v0.9/eio-0.9.tbz" + checksum: [ + "sha256=cfbdf92e480063333f9c6ab234ee46aceeadb3209744c801cdf8a274b1997d99" + "sha512=410e334103a9ae9805c57ad12ca9726b0b74b82cca4477004521ccfcc7ddb0f63ec6f38fdd69728792d3dff1ab3f8ad990cd6b02b45f467cf492e2840941c669" + ] +} +x-commit-hash: "72f9d77642e2ecafefb8057e711d05666e3e5918" +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/eio_main/eio_main.0.1/opam b/packages/eio_main/eio_main.0.1/opam new file mode 100644 index 000000000..9f45d8f18 --- /dev/null +++ b/packages/eio_main/eio_main.0.1/opam @@ -0,0 +1,43 @@ +opam-version: "2.0" +synopsis: "Effect-based direct-style IO mainloop for OCaml" +description: "Selects an appropriate Eio backend for the current platform." +maintainer: ["anil@recoil.org"] +authors: ["Anil Madhavapeddy" "Thomas Leonard"] +license: "ISC" +homepage: "https://github.com/ocaml-multicore/eio" +doc: "https://ocaml-multicore.github.io/eio/" +bug-reports: "https://github.com/ocaml-multicore/eio/issues" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "eio_linux" {= version & os = "linux"} + "eio_luv" {= version} + "odoc" {with-doc & <= "2.4.4"} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "--promote-install-files=false" + "@install" + "@doc" {with-doc} + ] + ["dune" "install" "-p" name "--create-install-files" name] +] +dev-repo: "git+https://github.com/ocaml-multicore/eio.git" +url { + src: + "https://github.com/ocaml-multicore/eio/releases/download/v0.1/eio_main-0.1.tbz" + checksum: [ + "sha256=671bedef03a2646d13f6e18b6e18c3509be7688fa19b4c48c9f0656959716878" + "sha512=8aa4993576bd716c0a3df70bb7cc55507ab6f810b38bdb8d66d0d5a6b5853eb80d705b106a6d55cfc31d39a18f938ef0f107968a4eb2f40e0a80887c66a8764c" + ] +} +x-commit-hash: "ba1fbbe60b94500c79556585134ffbe0dd1ec2fa" +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/eio_main/eio_main.0.2/opam b/packages/eio_main/eio_main.0.2/opam new file mode 100644 index 000000000..84e0ab9b4 --- /dev/null +++ b/packages/eio_main/eio_main.0.2/opam @@ -0,0 +1,44 @@ +opam-version: "2.0" +synopsis: "Effect-based direct-style IO mainloop for OCaml" +description: "Selects an appropriate Eio backend for the current platform." +maintainer: ["anil@recoil.org"] +authors: ["Anil Madhavapeddy" "Thomas Leonard"] +license: "ISC" +homepage: "https://github.com/ocaml-multicore/eio" +doc: "https://ocaml-multicore.github.io/eio/" +bug-reports: "https://github.com/ocaml-multicore/eio/issues" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "eio_linux" {= version & os = "linux"} + "mdx" {>= "1.10.0" & with-test & <= "2.5.0"} + "eio_luv" {= version} + "odoc" {with-doc & <= "2.4.4"} +] +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/ocaml-multicore/eio.git" +url { + src: "https://github.com/ocaml-multicore/eio/releases/download/v0.2/eio_main-0.2.tbz" + checksum: [ + "sha256=d09b63460ab8eb529b7e48c5a566ece58ae0d8f3c72ef6b55245cd8a8b3b304d" + "sha512=d644a0495923fc6c009d6ca95693ad93ed204604dcf84f43c68f3e83f4ab1bb6c4581c14b165ffaec2c194803a6dac38611e991133acdfc3388a7fa95a677d32" + ] +} +x-commit-hash: "85841dc0b779a920bc4b1daca9172456e33988ee" +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/eio_main/eio_main.0.3/opam b/packages/eio_main/eio_main.0.3/opam new file mode 100644 index 000000000..dcf4d0c59 --- /dev/null +++ b/packages/eio_main/eio_main.0.3/opam @@ -0,0 +1,45 @@ +opam-version: "2.0" +synopsis: "Effect-based direct-style IO mainloop for OCaml" +description: "Selects an appropriate Eio backend for the current platform." +maintainer: ["anil@recoil.org"] +authors: ["Anil Madhavapeddy" "Thomas Leonard"] +license: "ISC" +homepage: "https://github.com/ocaml-multicore/eio" +doc: "https://ocaml-multicore.github.io/eio/" +bug-reports: "https://github.com/ocaml-multicore/eio/issues" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "eio_linux" {= version & os = "linux"} + "mdx" {>= "1.10.0" & with-test & <= "2.5.0"} + "eio_luv" {= version} + "odoc" {with-doc & <= "2.4.4"} +] +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/ocaml-multicore/eio.git" +url { + src: + "https://github.com/ocaml-multicore/eio/releases/download/v0.3/eio-0.3.tbz" + checksum: [ + "sha256=1af8852025776d68eea24fd3baeffcb15b0db09805865fa3fa191f3139b689f9" + "sha512=12620fdeab7b444ce37226c34d4719560a8e2fa5dbfacf0c6d9480e0ee7d1759cd8293fc7fe451383c13fcc069ab33ad44d10b32d6dbc980d3163c209e1a03a6" + ] +} +x-commit-hash: "0b56cec54f3c9e0b9c4382e33b7594eef13af3d0" +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/eio_main/eio_main.0.4/opam b/packages/eio_main/eio_main.0.4/opam new file mode 100644 index 000000000..5782b18be --- /dev/null +++ b/packages/eio_main/eio_main.0.4/opam @@ -0,0 +1,45 @@ +opam-version: "2.0" +synopsis: "Effect-based direct-style IO mainloop for OCaml" +description: "Selects an appropriate Eio backend for the current platform." +maintainer: ["anil@recoil.org"] +authors: ["Anil Madhavapeddy" "Thomas Leonard"] +license: "ISC" +homepage: "https://github.com/ocaml-multicore/eio" +doc: "https://ocaml-multicore.github.io/eio/" +bug-reports: "https://github.com/ocaml-multicore/eio/issues" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "eio_linux" {= version & os = "linux"} + "mdx" {>= "1.10.0" & with-test & <= "2.5.0"} + "eio_luv" {= version} + "odoc" {with-doc & <= "2.4.4"} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "--promote-install-files=false" + "@install" + "@runtest" {with-test & os != "macos"} + "@doc" {with-doc} + ] + ["dune" "install" "-p" name "--create-install-files" name] +] +dev-repo: "git+https://github.com/ocaml-multicore/eio.git" +url { + src: + "https://github.com/ocaml-multicore/eio/releases/download/v0.4/eio-0.4.tbz" + checksum: [ + "sha256=774563e56bff9a7272e71258409a4bce24bb32465c7615ee8cc405d424355df0" + "sha512=03dff43b73b3b79987504d98439e65babe8c59ca8b72fd0718b87923b8a019ce41ef992ac304c3000523e163b9a4dfe43bbf6683641e175e9fe74b33ed9a5ed9" + ] +} +x-commit-hash: "34d1d26ac4f5d5b506a7a216c2c205d83f09110c" +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/eio_main/eio_main.0.5/opam b/packages/eio_main/eio_main.0.5/opam new file mode 100644 index 000000000..78e8ad9ca --- /dev/null +++ b/packages/eio_main/eio_main.0.5/opam @@ -0,0 +1,45 @@ +opam-version: "2.0" +synopsis: "Effect-based direct-style IO mainloop for OCaml" +description: "Selects an appropriate Eio backend for the current platform." +maintainer: ["anil@recoil.org"] +authors: ["Anil Madhavapeddy" "Thomas Leonard"] +license: "ISC" +homepage: "https://github.com/ocaml-multicore/eio" +doc: "https://ocaml-multicore.github.io/eio/" +bug-reports: "https://github.com/ocaml-multicore/eio/issues" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "eio_linux" {= version & os = "linux"} + "mdx" {>= "1.10.0" & with-test & <= "2.5.0"} + "eio_luv" {= version} + "odoc" {with-doc & <= "2.4.4"} +] +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/ocaml-multicore/eio.git" +url { + src: + "https://github.com/ocaml-multicore/eio/releases/download/v0.5/eio-0.5.tbz" + checksum: [ + "sha256=ceb254a8df0dcf42658014282137f932a75fde959a52e5508f77cf8c65514fd0" + "sha512=6943a975f66bb5cdacc534da9d124ea879855a546c5b6874f8d9a943ffef3aadfaf5979aee13b9aaa06277a7233335b92ef3604779f72ed247f54d09abf18275" + ] +} +x-commit-hash: "d86a4fddc8952f028d1db8de5a23bfb174ac9145" +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/eio_main/eio_main.0.6/opam b/packages/eio_main/eio_main.0.6/opam new file mode 100644 index 000000000..110c15db1 --- /dev/null +++ b/packages/eio_main/eio_main.0.6/opam @@ -0,0 +1,45 @@ +opam-version: "2.0" +synopsis: "Effect-based direct-style IO mainloop for OCaml" +description: "Selects an appropriate Eio backend for the current platform." +maintainer: ["anil@recoil.org"] +authors: ["Anil Madhavapeddy" "Thomas Leonard"] +license: "ISC" +homepage: "https://github.com/ocaml-multicore/eio" +doc: "https://ocaml-multicore.github.io/eio/" +bug-reports: "https://github.com/ocaml-multicore/eio/issues" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "eio_linux" {= version & os = "linux"} + "mdx" {>= "1.10.0" & < "2.3.1" & with-test & <= "2.5.0"} + "eio_luv" {= version} + "odoc" {with-doc & <= "2.4.4"} +] +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/ocaml-multicore/eio.git" +url { + src: + "https://github.com/ocaml-multicore/eio/releases/download/v0.6/eio-0.6.tbz" + checksum: [ + "sha256=ead3eea352dd3d7d11a81ffdbeee6ca94d5e6b3f46de264b4e59689360b3ef38" + "sha512=0543643da7861f533f9b7ebee8aa30a6868b48ae1e19211666a9b860e9ff8d8a9e135f214a4603d0329f2027277701f6ffd900b6fba3405a538eebc301edaf29" + ] +} +x-commit-hash: "9faa07bb934e7e44521f84eec110429faaab8ed4" +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/eio_main/eio_main.0.7/opam b/packages/eio_main/eio_main.0.7/opam new file mode 100644 index 000000000..5e487dc4a --- /dev/null +++ b/packages/eio_main/eio_main.0.7/opam @@ -0,0 +1,45 @@ +opam-version: "2.0" +synopsis: "Effect-based direct-style IO mainloop for OCaml" +description: "Selects an appropriate Eio backend for the current platform." +maintainer: ["anil@recoil.org"] +authors: ["Anil Madhavapeddy" "Thomas Leonard"] +license: "ISC" +homepage: "https://github.com/ocaml-multicore/eio" +doc: "https://ocaml-multicore.github.io/eio/" +bug-reports: "https://github.com/ocaml-multicore/eio/issues" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "eio_linux" {= version & os = "linux"} + "mdx" {>= "1.10.0" & < "2.3.1" & with-test & <= "2.5.0"} + "eio_luv" {= version} + "odoc" {with-doc & <= "2.4.4"} +] +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/ocaml-multicore/eio.git" +url { + src: + "https://github.com/ocaml-multicore/eio/releases/download/v0.7/eio-0.7.tbz" + checksum: [ + "sha256=675e67f343ccf37b965d15d1ee1c639d7a06431e8f08e95559133419f3488ee1" + "sha512=3d1bd0e5e0aa79d8858d83944d734a0efc325ed66a12a1506c3b36281db56c0216e6cb90a46e6021db1ea34cdd2567ebabe0bd687d9989495bb7cf6099e90ba7" + ] +} +x-commit-hash: "aa91a7bf813b9ab2eddeae35c17bc7439f2c0836" +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/eio_main/eio_main.0.8.1/opam b/packages/eio_main/eio_main.0.8.1/opam new file mode 100644 index 000000000..c044a1df1 --- /dev/null +++ b/packages/eio_main/eio_main.0.8.1/opam @@ -0,0 +1,44 @@ +opam-version: "2.0" +synopsis: "Effect-based direct-style IO mainloop for OCaml" +description: "Selects an appropriate Eio backend for the current platform." +maintainer: ["anil@recoil.org"] +authors: ["Anil Madhavapeddy" "Thomas Leonard"] +license: "ISC" +homepage: "https://github.com/ocaml-multicore/eio" +doc: "https://ocaml-multicore.github.io/eio/" +bug-reports: "https://github.com/ocaml-multicore/eio/issues" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "eio_linux" {= version & os = "linux"} + "mdx" {>= "1.10.0" & < "2.3.1" & with-test & <= "2.5.0"} + "eio_luv" {= version} + "odoc" {with-doc & <= "2.4.4"} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] +] +dev-repo: "git+https://github.com/ocaml-multicore/eio.git" +url { + src: + "https://github.com/ocaml-multicore/eio/releases/download/v0.8.1/eio-0.8.1.tbz" + checksum: [ + "sha256=c4222f9b081465486a1c1a8dde6aa00178936d7c7b3a8565e0883a421e0e3547" + "sha512=d63d8b9500b492be93df4f29159aa6955588ca1e35e6a5817856e32ee4fec3395604dc7b64fc5a973ee8bd436bd65831e7b08fca9bf909f41afec4a65c4443b8" + ] +} +x-commit-hash: "38c337e888bac215c52b696d61e2f58cab75380f" +x-ci-accept-failures: ["macos-homebrew"] +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/eris-lwt/eris-lwt.1.0.0/opam b/packages/eris-lwt/eris-lwt.1.0.0/opam new file mode 100644 index 000000000..514a97045 --- /dev/null +++ b/packages/eris-lwt/eris-lwt.1.0.0/opam @@ -0,0 +1,49 @@ +# This file is generated by dune, edit dune-project instead +opam-version: "2.0" +synopsis: "Lwt bindings to eris" +description: "Lwt bindings to eris" +maintainer: ["pukkamustard "] +authors: ["pukkamustard "] +license: "AGPL-3.0-or-later" +homepage: "https://eris.codeberg.page" +bug-reports: "mailto:pukkamustard@posteo.net" +depends: [ + "dune" {>= "3.2" & <= "3.17.1"} + "ocaml" {>= "4.14.0"} + "eris" {= "1.0.0"} + "lwt" {<= "5.9.0"} + # In eris 1.0.0 the test are not associated with the eris package and also run for eris-lwt. + # FIXME: In subsequent releases of eris/eris-lwt these test dependencies should be removed + "benchmark" {with-test & <= "1.6"} + "bos" {with-test & <= "0.2.1"} + "decoders-yojson" {with-test & <= "1.0.0"} + "alcotest" {with-test & <= "1.8.0"} + "qcheck" {with-test & <= "0.23"} + "qcheck-alcotest" {with-test & <= "0.23"} + "odoc" {with-doc & <= "2.4.4"} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] +] +dev-repo: "git+https://codeberg.org/eris/ocaml-eris" +url { + src: "https://codeberg.org/attachments/a542d46c-ff9b-4e37-a37b-3dfd4075fc30" + checksum: [ + "md5=f87f775cee78af26d154541fb9104b2f" + "sha256=7493c9e07933e1543448eac0161b0c19264aaa1836269a020f60c45f1a33473b" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/eris/eris.1.0.0/opam b/packages/eris/eris.1.0.0/opam new file mode 100644 index 000000000..edeba2504 --- /dev/null +++ b/packages/eris/eris.1.0.0/opam @@ -0,0 +1,55 @@ +# This file is generated by dune, edit dune-project instead +opam-version: "2.0" +synopsis: "Encoding for Robust Immutable Storage (ERIS)" +description: + "The Encoding for Robust Immutable Storage (ERIS) is an encoding of arbitrary content into a set of uniformly sized, encrypted and content-addressed blocks as well as a short identifier that can be encoded as an URN. The content can be reassembled from the blocks only with this identifier. ERIS can be used to make content more robustly available on networked systems. This library provides an OCaml implementation of ERIS that can be used to encode and decode content." +maintainer: ["pukkamustard "] +authors: ["pukkamustard "] +license: "AGPL-3.0-or-later" +homepage: "https://eris.codeberg.page" +bug-reports: "mailto:pukkamustard@posteo.net" +depends: [ + "dune" {>= "3.2" & <= "3.17.1"} + "ocaml" {>= "4.14.0"} + "ctypes" {>= "0.13.0" & <= "0.23.0"} + "fmt" {>= "0.8.7" & <= "0.9.0"} + "base32" {= "1.0.0"} + "monocypher" {= "0.1.0"} + "js_of_ocaml" {<= "5.9.1"} + "conf-zig" {build & = "1"} + "crunch" {build & <= "3.3.1"} + "benchmark" {with-test & <= "1.6"} + "bos" {with-test & <= "0.2.1"} + "decoders-yojson" {with-test & <= "1.0.0"} + "alcotest" {with-test & <= "1.8.0"} + "qcheck" {with-test & <= "0.23"} + "qcheck-alcotest" {with-test & <= "0.23"} + "odoc" {with-doc & <= "2.4.4"} +] +# Zig requires a writeable cache directory +build-env: [XDG_CACHE_HOME = "../cache"] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] +] +dev-repo: "git+https://codeberg.org/eris/ocaml-eris" +url { + src: "https://codeberg.org/attachments/a542d46c-ff9b-4e37-a37b-3dfd4075fc30" + checksum: [ + "md5=f87f775cee78af26d154541fb9104b2f" + "sha256=7493c9e07933e1543448eac0161b0c19264aaa1836269a020f60c45f1a33473b" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/ezjs_min/ezjs_min.0.2.2/opam b/packages/ezjs_min/ezjs_min.0.2.2/opam new file mode 100644 index 000000000..7b111c57c --- /dev/null +++ b/packages/ezjs_min/ezjs_min.0.2.2/opam @@ -0,0 +1,38 @@ +opam-version: "2.0" +synopsis: "A bunch of js_of_ocaml shortcuts" +description: "A bunch of js_of_ocaml shortcuts" +maintainer: "OCamlPro " +authors: "OCamlPro " +license: "LGPL-2.1-only" +homepage: "https://github.com/ocamlpro/ezjs_min" +bug-reports: "https://github.com/ocamlpro/ezjs_min/issues" +depends: [ + "ocaml" {>= "4.05"} + "dune" {>= "2.8" & <= "3.17.1"} + "js_of_ocaml-ppx" {<= "5.9.1"} + "stdlib-shims" {>= "0.1" & <= "0.3.0"} + "odoc" {with-doc & <= "2.4.4"} +] +depopts: ["lwt"] +conflicts: [ + "lwt" {< "4.0.0"} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] +] +dev-repo: "git+https://github.com/ocamlpro/ezjs_min.git" +available: false # The tarball is no longer available +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/faad/faad.0.3.2/opam b/packages/faad/faad.0.3.2/opam new file mode 100644 index 000000000..930c0b7a0 --- /dev/null +++ b/packages/faad/faad.0.3.2/opam @@ -0,0 +1,26 @@ +opam-version: "2.0" +maintainer: "smimram@gmail.com" +build: [ + ["./configure" "--prefix" prefix] + [make] +] +remove: [["ocamlfind" "remove" "faad"]] +depends: ["ocaml" "ocamlfind" {<= "1.9.6"}] +depexts: [ + ["libfaad-dev"] {os-family = "debian"} +] +install: [make "install"] +synopsis: + "Bindings for the faad library which provides functions for decoding AAC audio files" +flags: light-uninstall +url { + src: "https://github.com/savonet/ocaml-faad/archive/0.3.2.tar.gz" + checksum: [ + "sha256=5bfaae3985096d89d14bbc865a68465d4678c48df438d406c65bbca0d0af1a8e" + "md5=1b07f7edac8f3568765f9fc5b3560caf" + ] +} +available: false # Can't be built +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/fat-filesystem/fat-filesystem.0.12.1/opam b/packages/fat-filesystem/fat-filesystem.0.12.1/opam new file mode 100644 index 000000000..71e80b3bf --- /dev/null +++ b/packages/fat-filesystem/fat-filesystem.0.12.1/opam @@ -0,0 +1,48 @@ +opam-version: "2.0" +authors: ["Dave Scott" "Anil Madhavapeddy"] +maintainer: "dave@recoil.org" +homepage: "https://github.com/mirage/ocaml-fat" +bug-reports: "https://github.com/mirage/ocaml-fat/issues" +dev-repo: "git+https://github.com/mirage/ocaml-fat.git" +doc: "https://mirage.github.io/ocaml-fat/" + +build: [ + ["jbuilder" "subst" "-p" name "--name" name] {dev} + ["jbuilder" "build" "-p" name "-j" jobs] +] +depends: [ + "ocaml" + "jbuilder" {>= "1.0+beta7" & <= "transition"} + "cstruct" {>= "3.0.0" & < "3.4.0"} + "ppx_tools" {<= "6.6"} + "ppx_cstruct" {<= "6.2.0"} + "result" {<= "1.5"} + "rresult" {<= "0.7.0"} + "lwt" {>= "2.4.3" & <= "5.9.0"} + "mirage-fs" {>= "1.0.0" & < "3.0.0"} + "mirage-fs-lwt" {>= "1.0.0" & <= "2.0.0"} + "mirage-block-lwt" {>= "1.0.0" & <= "1.2.0"} + "mirage-block-unix" {>= "2.5.0" & <= "2.14.2"} + "io-page-unix" {>= "2.0.0" & <= "2.3.0"} + "re" {<= "1.12.0"} + "cmdliner" {<= "1.3.0"} + "astring" {<= "0.8.5"} + "alcotest" {with-test & <= "1.8.0"} +] +tags: [ + "org:mirage" + "org:xapi-project" +] +available: false +synopsis: "FAT filesystem implementation" +url { + src: + "https://github.com/mirage/ocaml-fat/releases/download/0.12.1/fat-filesystem-0.12.1.tbz" + checksum: [ + "sha256=38080d02da7fbd3b40b63d5116299b55bbeb03907fde73058669d258d5c3054f" + "md5=1dcfdb44cb150c52b335772fd0881f6d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/feat/feat.20201231/opam b/packages/feat/feat.20201231/opam new file mode 100644 index 000000000..6f4a85802 --- /dev/null +++ b/packages/feat/feat.20201231/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "francois.pottier@inria.fr" +authors: [ + "François Pottier " +] +homepage: "https://gitlab.inria.fr/fpottier/feat" +dev-repo: "git+https://gitlab.inria.fr/fpottier/feat.git" +bug-reports: "francois.pottier@inria.fr" +build: [ + ["dune" "build" "-p" name "-j" jobs] +] +depends: [ + "ocaml" { >= "4.03" } + "dune" {>= "1.3" & <= "3.17.1"} + "zarith" {<= "1.14"} + "seq" {<= "base"} + "fix" {>= "20181206" & <= "20230505"} +] +synopsis: "Facilities for enumerating and sampling algebraic data types" +url { + src: + "https://gitlab.inria.fr/fpottier/feat/-/archive/20201231/archive.tar.gz" + checksum: [ + "md5=84c4cb2a3579d6f7cb37564b47907519" + "sha512=9031651c9b2ce9c9d6bfa2a913e5df7ae993bccd6790cdae07768762258e2f942495033921f996fd8ed6885c177c7e3207bd24d27d25a0afbe358d82eda74fa2" + ] +} +available: false # serious bug in Enum.sample +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/feat/feat.20211224/opam b/packages/feat/feat.20211224/opam new file mode 100644 index 000000000..326cf64ec --- /dev/null +++ b/packages/feat/feat.20211224/opam @@ -0,0 +1,28 @@ +opam-version: "2.0" +license: "MIT" +synopsis: + "Facilities for enumerating and sampling algebraic data types, using Zarith for big numbers" +maintainer: "francois.pottier@inria.fr" +authors: "François Pottier " +homepage: "https://gitlab.inria.fr/fpottier/feat" +bug-reports: "francois.pottier@inria.fr" +depends: [ + "ocaml" {>= "4.03"} + "dune" {>= "1.4" & <= "3.17.1"} + "feat-core" {= version} + "zarith" {<= "1.14"} +] +build: ["dune" "build" "-p" name "-j" jobs] +dev-repo: "git+https://gitlab.inria.fr/fpottier/feat.git" +url { + src: + "https://gitlab.inria.fr/fpottier/feat/-/archive/20211224/archive.tar.gz" + checksum: [ + "md5=f8548ba0792a07d2b72c7894d1089d5e" + "sha512=6c53ad4f898c074b888018269fe2c00bf001fb5b22ceade1e7e26479fbe9ef55fe97d04a757b10232565a6af8f51d960b6f5f494552df4205aba046b075c513b" + ] +} +available: false # serious bug in Enum.sample +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/feat/feat.20220101/opam b/packages/feat/feat.20220101/opam new file mode 100644 index 000000000..6dd675f14 --- /dev/null +++ b/packages/feat/feat.20220101/opam @@ -0,0 +1,28 @@ +opam-version: "2.0" +synopsis: + "Facilities for enumerating and sampling algebraic data types, using Zarith for big numbers" +maintainer: "francois.pottier@inria.fr" +authors: "François Pottier " +license: "MIT" +homepage: "https://gitlab.inria.fr/fpottier/feat" +bug-reports: "francois.pottier@inria.fr" +depends: [ + "ocaml" {>= "4.03"} + "dune" {>= "1.4" & <= "3.17.1"} + "feat-core" {= version} + "zarith" {<= "1.14"} +] +build: ["dune" "build" "-p" name "-j" jobs] +dev-repo: "git+https://gitlab.inria.fr/fpottier/feat.git" +url { + src: + "https://gitlab.inria.fr/fpottier/feat/-/archive/20220101/archive.tar.gz" + checksum: [ + "md5=876efce3e1bdd1b5a00b7a1ced3acf24" + "sha512=b70b9d9da3c36907d2c5d6cb9028e69e1ec5c1335b838cb2da3d388fcf90123ea3c2c6a52ea76592c3802126832960af295a128b759acb47bb5500e7e4861116" + ] +} +available: false # serious bug in Enum.sample +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/functoria/functoria.3.0.3/opam b/packages/functoria/functoria.3.0.3/opam new file mode 100644 index 000000000..041428b23 --- /dev/null +++ b/packages/functoria/functoria.3.0.3/opam @@ -0,0 +1,56 @@ +opam-version: "2.0" +maintainer: "Gabriel Radanne " +authors: [ "Thomas Gazagnaire" + "Anil Madhavapeddy" + "Dave Scott" + "Thomas Leonard" + "Gabriel Radanne" ] +homepage: "https://github.com/mirage/functoria" +bug-reports: "https://github.com/mirage/functoria/issues" +dev-repo: "git+https://github.com/mirage/functoria.git" +doc: "https://mirage.github.io/functoria/" +license: "ISC" +tags: ["org:mirage"] + +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] + +depends: [ + "ocaml" {>= "4.04.0"} + "dune" {>= "1.1.0" & <= "3.17.1"} + "base-unix" {= "base"} + "cmdliner" {>= "0.9.8" & < "1.1.0"} + "rresult" {<= "0.7.0"} + "astring" {<= "0.8.5"} + "fmt" {>= "0.8.5" & <= "0.9.0"} + "ocamlgraph" {<= "2.1.0"} + "logs" {<= "0.7.0"} + "bos" {<= "0.2.1"} + "fpath" {<= "0.7.3"} + "alcotest" {with-test & <= "1.8.0"} + "ptime" {<= "1.2.0"} +] +available: [false] + +synopsis: "A DSL to organize functor applications" +description: """ +Functoria is a DSL to describe a set of modules and functors, their types and +how to apply them in order to produce a complete application. + +The main use case is mirage. See the [mirage](https://github.com/mirage/mirage) +repository for details. +""" +url { + src: + "https://github.com/mirage/functoria/releases/download/v3.0.3/functoria-v3.0.3.tbz" + checksum: [ + "sha256=d0d1bf16cd51dbca26023e2197c0c216258737237f2ca15c88ecfc0712129b23" + "sha512=088c78ef266f873c03e051cdd8a8208c6a5ddf365b9b9442db9a8fecd0753d0107b792c66315c8ed0398e54c3c49c928d7c121d37c98e24bf4c9c0de564601be" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/functoria/functoria.3.1.0/opam b/packages/functoria/functoria.3.1.0/opam new file mode 100644 index 000000000..c1d6e6b0f --- /dev/null +++ b/packages/functoria/functoria.3.1.0/opam @@ -0,0 +1,56 @@ +opam-version: "2.0" +maintainer: "Gabriel Radanne " +authors: [ "Thomas Gazagnaire" + "Anil Madhavapeddy" + "Dave Scott" + "Thomas Leonard" + "Gabriel Radanne" ] +homepage: "https://github.com/mirage/functoria" +bug-reports: "https://github.com/mirage/functoria/issues" +dev-repo: "git+https://github.com/mirage/functoria.git" +doc: "https://mirage.github.io/functoria/" +license: "ISC" +tags: ["org:mirage"] + +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] + +depends: [ + "ocaml" {>= "4.04.0"} + "dune" {>= "1.1.0" & <= "3.17.1"} + "base-unix" {= "base"} + "cmdliner" {>= "0.9.8" & < "1.1.0"} + "rresult" {<= "0.7.0"} + "astring" {<= "0.8.5"} + "fmt" {>= "0.8.5" & <= "0.9.0"} + "ocamlgraph" {<= "2.1.0"} + "logs" {<= "0.7.0"} + "bos" {<= "0.2.1"} + "fpath" {<= "0.7.3"} + "alcotest" {with-test & <= "1.8.0"} + "ptime" {<= "1.2.0"} +] +available: [false] + +synopsis: "A DSL to organize functor applications" +description: """ +Functoria is a DSL to describe a set of modules and functors, their types and +how to apply them in order to produce a complete application. + +The main use case is mirage. See the [mirage](https://github.com/mirage/mirage) +repository for details. +""" +url { + src: + "https://github.com/mirage/functoria/releases/download/v3.1.0/functoria-v3.1.0.tbz" + checksum: [ + "sha256=c24fba6807024599a51820c7183819fc2ffef9b239372f5fea20ba1d64c34d96" + "sha512=3fc7edbdef77e6f8dc5a29d0b7c444b429f68ea4a29e984f3fd8b5294e495d32a69df1d4c960084990622f5a2f4c1c80550d4f1149bb930f16b5c9abbe3218ee" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/genet/genet.0.6/opam b/packages/genet/genet.0.6/opam new file mode 100644 index 000000000..1674ad760 --- /dev/null +++ b/packages/genet/genet.0.6/opam @@ -0,0 +1,56 @@ +opam-version: "2.0" +maintainer: "zoggy@bat8.org" +authors: ["Maxence Guesdon"] +homepage: "http://zoggy.github.io/genet" +license: "GPL-3.0-only" +doc: ["http://zoggy.github.io/genet/doc.html"] +tags: [ + "continuous integration" + "test" + "execution chains" + "rdf" + "sparql" +] +build: [ + ["./configure" "--prefix" prefix] + [make] +] +remove: [["ocamlfind" "remove" "genet"]] +depends: [ + "ocaml" {>= "4.00.0" & < "4.06"} + "ocamlfind" {<= "1.9.6"} + "config-file" {>= "1.1" & <= "1.2.1"} + "lablgtk-extras" {>= "1.2" & <= "1.6"} + "lablgtk" {>= "2.16.0" & <= "2.18.13"} + "menhir" {>= "20120123" & <= "20240715"} + "xtmpl" {>= "0.8" & <= "1.0.0"} + "mysql" {>= "1.1.1" & <= "1.2.4"} + "pcre" {>= "7.0.2" & <= "8.0.1"} + "ocamlnet" {>= "3.6.5" & <= "4.1.9-2"} + "ocamldot" {>= "1.0" & <= "1.1"} + "rdf" {>= "0.8.0" & <= "1.0.0"} + "conf-gnomecanvas" {= "2"} + "conf-glade" {= "2"} +] +depopts: ["postgresql"] +install: [make "install"] +synopsis: "Genet is tool to build a continuous integration platform." +description: """ +The user defines tools, branches and versions. Interfaces +are added to branches and versions to modelize the possible +behaviour of the tools. + +Then the user defines chains, i.e. data flow using interfaces, +and test cases. + +Genet computes all tool version combinations to execute the +chains on the test cases. Results can be compared.""" +flags: light-uninstall +url { + src: "http://zoggy.github.io/genet/genet-0.6.tar.gz" + checksum: "md5=ac3aca5272d1e09180fdb50f42c5f8bb" +} +available: false # source tarball not available +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["source-unavailable"] diff --git a/packages/git-mirage/git-mirage.3.7.1/opam b/packages/git-mirage/git-mirage.3.7.1/opam new file mode 100644 index 000000000..d185fca9d --- /dev/null +++ b/packages/git-mirage/git-mirage.3.7.1/opam @@ -0,0 +1,66 @@ +opam-version: "2.0" +synopsis: "A package to use ocaml-git with MirageOS backend" +maintainer: ["thomas@gazagnaire.org" "romain.calascibetta@gmail.com"] +authors: "Thomas Gazagnaire" +license: "ISC" +homepage: "https://github.com/mirage/ocaml-git" +doc: "https://mirage.github.io/ocaml-git/" +bug-reports: "https://github.com/mirage/ocaml-git/issues" +depends: [ + "ocaml" {>= "4.08.0"} + "dune" {>= "2.8.0" & <= "3.17.1"} + "mimic" {<= "0.0.9"} + "mimic-happy-eyeballs" {>= "0.0.5" & < "0.0.8"} + "base64" {>= "3.5.0" & <= "3.5.1"} + "git" {= version} + "git-paf" {= version} + "awa" {>= "0.1.0" & < "0.2.0"} + "awa-mirage" {>= "0.1.0" & < "0.2.0"} + "dns" {>= "6.1.3" & <= "9.1.0"} + "dns-client" {>= "6.1.3" & < "6.4.0"} + "tls" {< "1.0.0"} + "tls-mirage" {< "1.0.0"} + "uri" {<= "4.4.0"} + "hex" {<= "1.5.0"} + "happy-eyeballs-mirage" {>= "0.1.2" & <= "1.2.2"} + "happy-eyeballs" {>= "0.1.2" & <= "1.2.2"} + "ca-certs-nss" {<= "3.101-1"} + "mirage-crypto" {< "1.0.0"} + "ptime" {<= "1.2.0"} + "x509" {<= "1.0.5"} + "cstruct" {<= "6.2.0"} + "tcpip" {>= "7.0.0" & <= "8.2.0"} + "domain-name" {>= "0.3.0" & <= "0.4.0"} + "fmt" {>= "0.8.9" & <= "0.9.0"} + "ipaddr" {>= "5.0.1" & <= "5.6.0"} + "lwt" {>= "5.3.0" & <= "5.9.0"} + "mirage-clock" {>= "3.1.0" & <= "4.2.0"} + "mirage-flow" {>= "2.0.1" & <= "4.0.2"} + "mirage-random" {>= "2.0.0" & < "4.0.0"} + "mirage-time" {>= "2.0.1" & <= "3.0.0"} + "result" {= "1.5"} + "rresult" {>= "0.6.0" & <= "0.7.0"} + "alcotest" {>= "1.2.3" & with-test & <= "1.8.0"} + "alcotest-lwt" {>= "1.2.3" & with-test & <= "1.8.0"} + "bigstringaf" {>= "0.7.0" & with-test & <= "0.10.0"} + "cstruct" {>= "6.0.0" & with-test & <= "6.2.0"} + "logs" {= "0.7.0"} + "ke" {>= "0.4" & with-test & <= "0.6"} +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs "--no-buffer"] {with-test} +] +dev-repo: "git+https://github.com/mirage/ocaml-git.git" +url { + src: + "https://github.com/mirage/ocaml-git/releases/download/3.7.1/git-3.7.1.tbz" + checksum: [ + "sha256=19d6d41d27adf5cf0e84f0c01de8a19c5a4a3bcf7f99bfb27df42e7869ac2b4e" + "sha512=cc301271382309d0088d00bafc2ebe23f5b8ec60ac212e42363da84b1e951c32d93431eab7b8781e21ec7f4da0c7deb07e7ad36eaea959e3399d582e6727c44e" + ] +} +x-commit-hash: "6dca2516ce200b62174bbe5558686ace96707af5" +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/git-mirage/git-mirage.3.8.1/opam b/packages/git-mirage/git-mirage.3.8.1/opam new file mode 100644 index 000000000..5db17cf24 --- /dev/null +++ b/packages/git-mirage/git-mirage.3.8.1/opam @@ -0,0 +1,66 @@ +opam-version: "2.0" +synopsis: "A package to use ocaml-git with MirageOS backend" +maintainer: ["thomas@gazagnaire.org" "romain.calascibetta@gmail.com"] +authors: "Thomas Gazagnaire" +license: "ISC" +homepage: "https://github.com/mirage/ocaml-git" +doc: "https://mirage.github.io/ocaml-git/" +bug-reports: "https://github.com/mirage/ocaml-git/issues" +depends: [ + "ocaml" {>= "4.08.0"} + "dune" {>= "2.8.0" & <= "3.17.1"} + "mimic" {<= "0.0.9"} + "mimic-happy-eyeballs" {>= "0.0.5" & < "0.0.8"} + "base64" {>= "3.5.0" & <= "3.5.1"} + "git" {= version} + "git-paf" {= version} + "awa" {>= "0.1.0" & < "0.2.0"} + "awa-mirage" {>= "0.1.0" & < "0.2.0"} + "dns" {>= "6.1.3" & <= "9.1.0"} + "dns-client" {>= "6.1.3" & < "6.4.0"} + "tls" {< "1.0.0"} + "tls-mirage" {< "1.0.0"} + "uri" {<= "4.4.0"} + "hex" {<= "1.5.0"} + "happy-eyeballs-mirage" {>= "0.1.2" & <= "1.2.2"} + "happy-eyeballs" {>= "0.1.2" & <= "1.2.2"} + "ca-certs-nss" {<= "3.101-1"} + "mirage-crypto" {< "1.0.0"} + "ptime" {<= "1.2.0"} + "x509" {<= "1.0.5"} + "cstruct" {<= "6.2.0"} + "tcpip" {>= "7.0.0" & <= "8.2.0"} + "domain-name" {>= "0.3.0" & <= "0.4.0"} + "fmt" {>= "0.8.9" & <= "0.9.0"} + "ipaddr" {>= "5.0.1" & <= "5.6.0"} + "lwt" {>= "5.3.0" & <= "5.9.0"} + "mirage-clock" {>= "3.1.0" & <= "4.2.0"} + "mirage-flow" {>= "2.0.1" & <= "4.0.2"} + "mirage-random" {>= "2.0.0" & < "4.0.0"} + "mirage-time" {>= "2.0.1" & <= "3.0.0"} + "result" {= "1.5"} + "rresult" {>= "0.6.0" & <= "0.7.0"} + "alcotest" {>= "1.2.3" & with-test & <= "1.8.0"} + "alcotest-lwt" {>= "1.2.3" & with-test & <= "1.8.0"} + "bigstringaf" {>= "0.7.0" & with-test & <= "0.10.0"} + "cstruct" {>= "6.0.0" & with-test & <= "6.2.0"} + "logs" {= "0.7.0"} + "ke" {>= "0.4" & with-test & <= "0.6"} +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs "--no-buffer"] {with-test} +] +dev-repo: "git+https://github.com/mirage/ocaml-git.git" +url { + src: + "https://github.com/mirage/ocaml-git/releases/download/3.8.1/git-3.8.1.tbz" + checksum: [ + "sha256=3deba0887bb2d35e9c87911a2caf28d8348e55e4e9f7a08c293a6b85536c9605" + "sha512=9a8cd97837e53a5d1ebc7de15b8f65f1c9163a891317ba4375cb4c5364a3cb12930312b02046132cd288eaf48d8cdd10a57980bcb22a9b19dcce5ee4bec0291e" + ] +} +x-commit-hash: "def054470094be478c9f1d3ce9237df92fb0819b" +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/git-paf/git-paf.3.7.1/opam b/packages/git-paf/git-paf.3.7.1/opam new file mode 100644 index 000000000..515e90b43 --- /dev/null +++ b/packages/git-paf/git-paf.3.7.1/opam @@ -0,0 +1,50 @@ +opam-version: "2.0" +synopsis: "A package to use HTTP-based ocaml-git with MirageOS backend" +maintainer: ["thomas@gazagnaire.org" "romain.calascibetta@gmail.com"] +authors: "Thomas Gazagnaire" +license: "ISC" +homepage: "https://github.com/mirage/ocaml-git" +doc: "https://mirage.github.io/ocaml-git/" +bug-reports: "https://github.com/mirage/ocaml-git/issues" +depends: [ + "ocaml" {>= "4.08.0"} + "dune" {>= "2.8.0" & <= "3.17.1"} + "git" {= version} + "mimic" {>= "0.0.4" & <= "0.0.9"} + "paf" {>= "0.0.7" & < "0.2.0"} + "ca-certs-nss" {<= "3.101-1"} + "fmt" {<= "0.9.0"} + "ipaddr" {<= "5.6.0"} + "logs" {<= "0.7.0"} + "lwt" {<= "5.9.0"} + "mirage-clock" {<= "4.2.0"} + "tcpip" {>= "7.0.0" & <= "8.2.0"} + "mirage-time" {<= "3.0.0"} + "result" {<= "1.5"} + "rresult" {<= "0.7.0"} + "tls" {>= "0.14.0" & < "1.0.0"} + "uri" {<= "4.4.0"} + "bigarray-compat" {<= "1.1.0"} + "bigstringaf" {<= "0.10.0"} + "domain-name" {<= "0.4.0"} + "httpaf" {<= "0.7.1"} + "mirage-flow" {<= "4.0.2"} + "tls-mirage" {< "1.0.0"} +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs "--no-buffer"] {with-test} +] +dev-repo: "git+https://github.com/mirage/ocaml-git.git" +url { + src: + "https://github.com/mirage/ocaml-git/releases/download/3.7.1/git-3.7.1.tbz" + checksum: [ + "sha256=19d6d41d27adf5cf0e84f0c01de8a19c5a4a3bcf7f99bfb27df42e7869ac2b4e" + "sha512=cc301271382309d0088d00bafc2ebe23f5b8ec60ac212e42363da84b1e951c32d93431eab7b8781e21ec7f4da0c7deb07e7ad36eaea959e3399d582e6727c44e" + ] +} +x-commit-hash: "6dca2516ce200b62174bbe5558686ace96707af5" +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/git-paf/git-paf.3.8.1/opam b/packages/git-paf/git-paf.3.8.1/opam new file mode 100644 index 000000000..0e1cf9533 --- /dev/null +++ b/packages/git-paf/git-paf.3.8.1/opam @@ -0,0 +1,50 @@ +opam-version: "2.0" +synopsis: "A package to use HTTP-based ocaml-git with MirageOS backend" +maintainer: ["thomas@gazagnaire.org" "romain.calascibetta@gmail.com"] +authors: "Thomas Gazagnaire" +license: "ISC" +homepage: "https://github.com/mirage/ocaml-git" +doc: "https://mirage.github.io/ocaml-git/" +bug-reports: "https://github.com/mirage/ocaml-git/issues" +depends: [ + "ocaml" {>= "4.08.0"} + "dune" {>= "2.8.0" & <= "3.17.1"} + "git" {= version} + "mimic" {>= "0.0.4" & <= "0.0.9"} + "paf" {>= "0.0.7" & < "0.2.0"} + "ca-certs-nss" {<= "3.101-1"} + "fmt" {<= "0.9.0"} + "ipaddr" {<= "5.6.0"} + "logs" {<= "0.7.0"} + "lwt" {<= "5.9.0"} + "mirage-clock" {<= "4.2.0"} + "tcpip" {>= "7.0.0" & <= "8.2.0"} + "mirage-time" {<= "3.0.0"} + "result" {<= "1.5"} + "rresult" {<= "0.7.0"} + "tls" {>= "0.14.0" & < "1.0.0"} + "uri" {<= "4.4.0"} + "bigarray-compat" {<= "1.1.0"} + "bigstringaf" {<= "0.10.0"} + "domain-name" {<= "0.4.0"} + "httpaf" {<= "0.7.1"} + "mirage-flow" {<= "4.0.2"} + "tls-mirage" {< "1.0.0"} +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs "--no-buffer"] {with-test} +] +dev-repo: "git+https://github.com/mirage/ocaml-git.git" +url { + src: + "https://github.com/mirage/ocaml-git/releases/download/3.8.1/git-3.8.1.tbz" + checksum: [ + "sha256=3deba0887bb2d35e9c87911a2caf28d8348e55e4e9f7a08c293a6b85536c9605" + "sha512=9a8cd97837e53a5d1ebc7de15b8f65f1c9163a891317ba4375cb4c5364a3cb12930312b02046132cd288eaf48d8cdd10a57980bcb22a9b19dcce5ee4bec0291e" + ] +} +x-commit-hash: "def054470094be478c9f1d3ce9237df92fb0819b" +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/git-unix/git-unix.3.7.1/opam b/packages/git-unix/git-unix.3.7.1/opam new file mode 100644 index 000000000..136473cb9 --- /dev/null +++ b/packages/git-unix/git-unix.3.7.1/opam @@ -0,0 +1,71 @@ +opam-version: "2.0" +synopsis: "Virtual package to install and configure ocaml-git's Unix backend" +maintainer: ["thomas@gazagnaire.org" "romain.calascibetta@gmail.com"] +authors: "Thomas Gazagnaire" +license: "ISC" +homepage: "https://github.com/mirage/ocaml-git" +doc: "https://mirage.github.io/ocaml-git/" +bug-reports: "https://github.com/mirage/ocaml-git/issues" +depends: [ + "ocaml" {>= "4.08.0"} + "dune" {>= "2.8.0" & <= "3.17.1"} + "mmap" {>= "1.1.0" & <= "1.2.0"} + "git" {= version} + "git-mirage" {= version} + "happy-eyeballs-lwt" {>= "0.1.2" & <= "1.2.2"} + "rresult" {<= "0.7.0"} + "result" {<= "1.5"} + "bigstringaf" {<= "0.10.0"} + "bigarray-compat" {<= "1.1.0"} + "fmt" {>= "0.8.7" & <= "0.9.0"} + "bos" {<= "0.2.1"} + "fpath" {<= "0.7.3"} + "uri" {with-test & <= "4.4.0"} + "digestif" {>= "0.8.1" & <= "1.2.0"} + "logs" {<= "0.7.0"} + "lwt" {<= "5.9.0"} + "base-unix" {= "base"} + "alcotest" {with-test & >= "1.1.0" & <= "1.8.0"} + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "base64" {with-test & >= "3.0.0" & <= "3.5.1"} + "mirage-clock" {>= "4.1.0" & <= "4.2.0"} + "mirage-clock-unix" {>= "4.1.0" & <= "4.2.0"} + "astring" {= "0.8.5"} + "awa" {>= "0.1.0" & <= "0.4.0"} + "mirage-time" {>= "2.0.0" & <= "3.0.0"} + "mirage-unix" {>= "5.0.0" & <= "5.0.1"} + "cmdliner" {>= "1.1.0" & <= "1.3.0"} + "decompress" {>= "1.4.0" & <= "1.5.3"} + "domain-name" {>= "0.3.0" & <= "0.4.0"} + "ipaddr" {>= "5.0.1" & <= "5.6.0"} + "mtime" {>= "1.2.0" & <= "2.1.0"} + "ocamlfind" {>= "1.8.1" & <= "1.9.6"} + "tcpip" {>= "7.0.0" & <= "8.2.0"} + "cstruct" {>= "6.0.0" & <= "6.2.0"} + "awa-mirage" {>= "0.1.0" & <= "0.4.0"} + "mirage-flow" {>= "2.0.1" & <= "4.0.2"} + "ke" {>= "0.4" & with-test & <= "0.6"} + "mirage-crypto-rng" {with-test & >= "0.8.8" & < "1.0.0"} + "ptime" {<= "1.2.0"} + "mimic" {<= "0.0.9"} + "ca-certs-nss" {>= "3.60" & <= "3.101-1"} + "tls" {>= "0.14.0" & < "1.0.0"} + "tls-mirage" {>= "0.14.0" & < "1.0.0"} +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs "--no-buffer"] {with-test} +] +dev-repo: "git+https://github.com/mirage/ocaml-git.git" +url { + src: + "https://github.com/mirage/ocaml-git/releases/download/3.7.1/git-3.7.1.tbz" + checksum: [ + "sha256=19d6d41d27adf5cf0e84f0c01de8a19c5a4a3bcf7f99bfb27df42e7869ac2b4e" + "sha512=cc301271382309d0088d00bafc2ebe23f5b8ec60ac212e42363da84b1e951c32d93431eab7b8781e21ec7f4da0c7deb07e7ad36eaea959e3399d582e6727c44e" + ] +} +x-commit-hash: "6dca2516ce200b62174bbe5558686ace96707af5" +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/git-unix/git-unix.3.8.1/opam b/packages/git-unix/git-unix.3.8.1/opam new file mode 100644 index 000000000..69f06d693 --- /dev/null +++ b/packages/git-unix/git-unix.3.8.1/opam @@ -0,0 +1,71 @@ +opam-version: "2.0" +synopsis: "Virtual package to install and configure ocaml-git's Unix backend" +maintainer: ["thomas@gazagnaire.org" "romain.calascibetta@gmail.com"] +authors: "Thomas Gazagnaire" +license: "ISC" +homepage: "https://github.com/mirage/ocaml-git" +doc: "https://mirage.github.io/ocaml-git/" +bug-reports: "https://github.com/mirage/ocaml-git/issues" +depends: [ + "ocaml" {>= "4.08.0"} + "dune" {>= "2.8.0" & <= "3.17.1"} + "mmap" {>= "1.1.0" & <= "1.2.0"} + "git" {= version} + "git-mirage" {= version} + "happy-eyeballs-lwt" {>= "0.1.2" & <= "1.2.2"} + "rresult" {<= "0.7.0"} + "result" {<= "1.5"} + "bigstringaf" {<= "0.10.0"} + "bigarray-compat" {<= "1.1.0"} + "fmt" {>= "0.8.7" & <= "0.9.0"} + "bos" {<= "0.2.1"} + "fpath" {<= "0.7.3"} + "uri" {with-test & <= "4.4.0"} + "digestif" {>= "0.8.1" & <= "1.2.0"} + "logs" {<= "0.7.0"} + "lwt" {<= "5.9.0"} + "base-unix" {= "base"} + "alcotest" {with-test & >= "1.1.0" & <= "1.8.0"} + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "base64" {with-test & >= "3.0.0" & <= "3.5.1"} + "mirage-clock" {>= "4.1.0" & <= "4.2.0"} + "mirage-clock-unix" {>= "4.1.0" & <= "4.2.0"} + "astring" {= "0.8.5"} + "awa" {>= "0.1.0" & <= "0.4.0"} + "mirage-time" {>= "2.0.0" & <= "3.0.0"} + "mirage-unix" {>= "5.0.0" & <= "5.0.1"} + "cmdliner" {>= "1.1.0" & <= "1.3.0"} + "decompress" {>= "1.4.0" & <= "1.5.3"} + "domain-name" {>= "0.3.0" & <= "0.4.0"} + "ipaddr" {>= "5.0.1" & <= "5.6.0"} + "mtime" {>= "1.2.0" & <= "2.1.0"} + "ocamlfind" {>= "1.8.1" & <= "1.9.6"} + "tcpip" {>= "7.0.0" & <= "8.2.0"} + "cstruct" {>= "6.0.0" & <= "6.2.0"} + "awa-mirage" {>= "0.1.0" & <= "0.4.0"} + "mirage-flow" {>= "2.0.1" & <= "4.0.2"} + "ke" {>= "0.4" & with-test & <= "0.6"} + "mirage-crypto-rng" {with-test & >= "0.8.8" & < "1.0.0"} + "ptime" {<= "1.2.0"} + "mimic" {<= "0.0.9"} + "ca-certs-nss" {>= "3.60" & <= "3.101-1"} + "tls" {>= "0.14.0" & < "1.0.0"} + "tls-mirage" {>= "0.14.0" & < "1.0.0"} +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs "--no-buffer"] {with-test} +] +dev-repo: "git+https://github.com/mirage/ocaml-git.git" +url { + src: + "https://github.com/mirage/ocaml-git/releases/download/3.8.1/git-3.8.1.tbz" + checksum: [ + "sha256=3deba0887bb2d35e9c87911a2caf28d8348e55e4e9f7a08c293a6b85536c9605" + "sha512=9a8cd97837e53a5d1ebc7de15b8f65f1c9163a891317ba4375cb4c5364a3cb12930312b02046132cd288eaf48d8cdd10a57980bcb22a9b19dcce5ee4bec0291e" + ] +} +x-commit-hash: "def054470094be478c9f1d3ce9237df92fb0819b" +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/git/git.3.7.1/opam b/packages/git/git.3.7.1/opam new file mode 100644 index 000000000..2d6adf533 --- /dev/null +++ b/packages/git/git.3.7.1/opam @@ -0,0 +1,75 @@ +opam-version: "2.0" +synopsis: "Git format and protocol in pure OCaml" +description: """\ +Support for on-disk and in-memory Git stores. Can read and write all +the Git objects: the usual blobs, trees, commits and tags but also +the pack files, pack indexes and the index file (where the staging area +lives). + +All the objects share a consistent API, and convenience functions are +provided to manipulate the different objects.""" +maintainer: ["thomas@gazagnaire.org" "romain.calascibetta@gmail.com"] +authors: "Thomas Gazagnaire" +license: "ISC" +homepage: "https://github.com/mirage/ocaml-git" +doc: "https://mirage.github.io/ocaml-git/" +bug-reports: "https://github.com/mirage/ocaml-git/issues" +depends: [ + "ocaml" {>= "4.08.0"} + "dune" {>= "2.8.0" & <= "3.17.1"} + "digestif" {>= "0.8.1" & <= "1.2.0"} + "rresult" {<= "0.7.0"} + "base64" {>= "3.0.0" & <= "3.5.1"} + "result" {<= "1.5"} + "bigstringaf" {< "0.9.0"} + "bigarray-compat" {<= "1.1.0"} + "optint" {<= "0.3.0"} + "decompress" {>= "1.4.0" & < "1.4.3"} + "logs" {<= "0.7.0"} + "lwt" {<= "5.9.0"} + "mimic" {>= "0.0.4" & <= "0.0.9"} + "cstruct" {>= "6.0.0" & < "6.1.0"} + "angstrom" {>= "0.14.0" & <= "0.16.1"} + "carton" {>= "0.4.3" & <= "0.7.2"} + "carton-lwt" {>= "0.4.3" & <= "0.7.2"} + "carton-git" {>= "0.4.3" & <= "0.7.2"} + "ke" {>= "0.4" & <= "0.6"} + "fmt" {>= "0.8.7" & <= "0.9.0"} + "checkseum" {>= "0.2.1" & <= "0.5.2"} + "ocamlgraph" {>= "1.8.8" & <= "2.1.0"} + "astring" {<= "0.8.5"} + "fpath" {<= "0.7.3"} + "encore" {= "0.8"} + "alcotest" {with-test & >= "1.1.0" & <= "1.8.0"} + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "mirage-crypto-rng" {with-test & >= "0.8.0" & < "1.0.0"} + "cmdliner" {with-test & >= "1.1.0" & <= "1.3.0"} + "base-unix" {with-test & = "base"} + "fpath" {<= "0.7.3"} + "hxd" {>= "0.3.2" & <= "0.3.3"} + "mirage-flow" {>= "2.0.1" & <= "4.0.2"} + "domain-name" {>= "0.3.0" & <= "0.4.0"} + "emile" {= "1.1"} + "ipaddr" {>= "5.0.1" & <= "5.6.0"} + "psq" {>= "0.2.0" & <= "0.2.1"} + "uri" {>= "4.1.0" & <= "4.4.0"} + "crowbar" {= "0.2.1"} +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name] {with-test} +] +dev-repo: "git+https://github.com/mirage/ocaml-git.git" +url { + src: + "https://github.com/mirage/ocaml-git/releases/download/3.7.1/git-3.7.1.tbz" + checksum: [ + "sha256=19d6d41d27adf5cf0e84f0c01de8a19c5a4a3bcf7f99bfb27df42e7869ac2b4e" + "sha512=cc301271382309d0088d00bafc2ebe23f5b8ec60ac212e42363da84b1e951c32d93431eab7b8781e21ec7f4da0c7deb07e7ad36eaea959e3399d582e6727c44e" + ] +} +x-commit-hash: "6dca2516ce200b62174bbe5558686ace96707af5" +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/git/git.3.8.1/opam b/packages/git/git.3.8.1/opam new file mode 100644 index 000000000..eae912d4a --- /dev/null +++ b/packages/git/git.3.8.1/opam @@ -0,0 +1,75 @@ +opam-version: "2.0" +synopsis: "Git format and protocol in pure OCaml" +description: """\ +Support for on-disk and in-memory Git stores. Can read and write all +the Git objects: the usual blobs, trees, commits and tags but also +the pack files, pack indexes and the index file (where the staging area +lives). + +All the objects share a consistent API, and convenience functions are +provided to manipulate the different objects.""" +maintainer: ["thomas@gazagnaire.org" "romain.calascibetta@gmail.com"] +authors: "Thomas Gazagnaire" +license: "ISC" +homepage: "https://github.com/mirage/ocaml-git" +doc: "https://mirage.github.io/ocaml-git/" +bug-reports: "https://github.com/mirage/ocaml-git/issues" +depends: [ + "ocaml" {>= "4.08.0"} + "dune" {>= "2.8.0" & <= "3.17.1"} + "digestif" {>= "0.8.1" & <= "1.2.0"} + "rresult" {<= "0.7.0"} + "base64" {>= "3.0.0" & <= "3.5.1"} + "result" {<= "1.5"} + "bigstringaf" {< "0.9.0"} + "bigarray-compat" {<= "1.1.0"} + "optint" {<= "0.3.0"} + "decompress" {>= "1.4.0" & < "1.4.3"} + "logs" {<= "0.7.0"} + "lwt" {<= "5.9.0"} + "mimic" {>= "0.0.4" & <= "0.0.9"} + "cstruct" {>= "6.0.0" & < "6.1.0"} + "angstrom" {>= "0.14.0" & <= "0.16.1"} + "carton" {>= "0.4.3" & <= "0.7.2"} + "carton-lwt" {>= "0.4.3" & <= "0.7.2"} + "carton-git" {>= "0.4.3" & <= "0.7.2"} + "ke" {>= "0.4" & <= "0.6"} + "fmt" {>= "0.8.7" & <= "0.9.0"} + "checkseum" {>= "0.2.1" & <= "0.5.2"} + "ocamlgraph" {>= "1.8.8" & <= "2.1.0"} + "astring" {<= "0.8.5"} + "fpath" {<= "0.7.3"} + "encore" {= "0.8"} + "alcotest" {with-test & >= "1.1.0" & <= "1.8.0"} + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "mirage-crypto-rng" {with-test & >= "0.8.0" & < "1.0.0"} + "cmdliner" {with-test & >= "1.1.0" & <= "1.3.0"} + "base-unix" {with-test & = "base"} + "fpath" {<= "0.7.3"} + "hxd" {>= "0.3.2" & <= "0.3.3"} + "mirage-flow" {>= "2.0.1" & <= "4.0.2"} + "domain-name" {>= "0.3.0" & <= "0.4.0"} + "emile" {= "1.1"} + "ipaddr" {>= "5.0.1" & <= "5.6.0"} + "psq" {>= "0.2.0" & <= "0.2.1"} + "uri" {>= "4.1.0" & <= "4.4.0"} + "crowbar" {= "0.2.1"} +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name] {with-test} +] +dev-repo: "git+https://github.com/mirage/ocaml-git.git" +url { + src: + "https://github.com/mirage/ocaml-git/releases/download/3.8.1/git-3.8.1.tbz" + checksum: [ + "sha256=3deba0887bb2d35e9c87911a2caf28d8348e55e4e9f7a08c293a6b85536c9605" + "sha512=9a8cd97837e53a5d1ebc7de15b8f65f1c9163a891317ba4375cb4c5364a3cb12930312b02046132cd288eaf48d8cdd10a57980bcb22a9b19dcce5ee4bec0291e" + ] +} +x-commit-hash: "def054470094be478c9f1d3ce9237df92fb0819b" +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/git_split/git_split.0.0.1/opam b/packages/git_split/git_split.0.0.1/opam new file mode 100644 index 000000000..9cc2a34d1 --- /dev/null +++ b/packages/git_split/git_split.0.0.1/opam @@ -0,0 +1,49 @@ +# This file is generated by dune, edit dune-project instead +opam-version: "2.0" +synopsis: "A tool to split a git commit into multiple" +description: + "When one commit becomes too large and needs to be split up, the general git workflow that involves resetting the commit and then using interactive staging to generate multiple commits from it can be quite cumbersome. In addition to that, the git interactive staging tool's UX can be quite bad, therefore this tools aims to provide this functionality in a nicer way." +maintainer: ["Markus Loide "] +authors: ["Markus Loide "] +license: "Apache-2.0" +homepage: "https://github.com/Artamus/git-split" +bug-reports: "https://github.com/Artamus/git-split/issues" +depends: [ + "ocaml" {>= "4.13"} + "dune" {>= "3.15" & <= "3.17.1"} + "re" {<= "1.12.0"} + "notty" {<= "0.2.3"} + "feather" {= "0.3.0"} + "ppx_deriving" {<= "6.0.3"} + "alcotest" {with-test & <= "1.8.0"} + "odoc" {with-doc & <= "2.4.4"} +] +conflicts: [ + "result" {< "1.5"} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] +] +dev-repo: "git+https://github.com/Artamus/git-split.git" +url { + src: "https://github.com/Artamus/git-split/archive/refs/tags/0.0.1.tar.gz" + checksum: [ + "md5=c2ae0a22df057de6dbef09886c8efd2f" + "sha512=fc753a4b06e8bc3c8be373a5b8108801532371a664b813d8373da3f4270f74f066e9c46437c0ac4c7b2a1c3ad0fff0309a8e51a273e980f7dbe190dfe8bcef78" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/gradescope_submit/gradescope_submit.0.1/opam b/packages/gradescope_submit/gradescope_submit.0.1/opam new file mode 100644 index 000000000..cf0ca15ae --- /dev/null +++ b/packages/gradescope_submit/gradescope_submit.0.1/opam @@ -0,0 +1,50 @@ +# This file is generated by dune, edit dune-project instead +opam-version: "2.0" +synopsis: "A small script to submit to Gradescope via GitHub" +description: "Submits the current git repository to Gradescope" +maintainer: ["nick@mittudev.com"] +authors: ["Nikhil Mittu"] +license: "MIT" +tags: ["topics" "git" "gradescope" "https" "api"] +homepage: "https://github.com/nmittu/gradescope-submit" +doc: "https://github.com/nmittu/gradescope-submit" +bug-reports: "https://github.com/nmittu/gradescope-submit/issues" +available: false +depends: [ + "ocaml" {>= "4.12"} + "dune" {>= "3.6" & <= "3.17.1"} + "core" {>= "v0.15.1" & <= "v0.17.1"} + "core_unix" {>= "v0.15.2" & <= "v0.17.0"} + "cohttp" {>= "5.0.0" & <= "6.0.0"} + "cohttp-lwt-unix" {>= "5.0.0" & <= "2.5.2-1"} + "lambdasoup" {>= "0.7.3" & <= "1.1.1"} + "toml" {= "7.1.0"} + "yojson" {>= "2.0.2" & <= "2.2.2"} + "odoc" {with-doc & <= "2.4.4"} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] +] +dev-repo: "git+https://github.com/nmittu/gradescope-submit.git" +url { + src: + "https://github.com/nmittu/gradescope-submit/archive/refs/tags/0.1.tar.gz" + checksum: [ + "md5=2a01cbba2495eac7a0734e3db757a9f5" + "sha512=566419e32c883adb5dd5dd8f7ba4b9131b15e332ee77b974c098d4e5db8aca444a2563bfbd95f37c4d86a2adb6c1c466dced85d1edaddfe4836ab00f440951a5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/incremental/incremental.v0.16.0/opam b/packages/incremental/incremental.v0.16.0/opam new file mode 100644 index 000000000..a72da868f --- /dev/null +++ b/packages/incremental/incremental.v0.16.0/opam @@ -0,0 +1,39 @@ +opam-version: "2.0" +maintainer: "Jane Street developers" +authors: ["Jane Street Group, LLC"] +homepage: "https://github.com/janestreet/incremental" +bug-reports: "https://github.com/janestreet/incremental/issues" +dev-repo: "git+https://github.com/janestreet/incremental.git" +doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/incremental/index.html" +license: "MIT" +build: [ + ["dune" "build" "-p" name "-j" jobs] +] +depends: [ + "ocaml" {>= "4.14.0"} + "core" {>= "v0.16" & < "v0.17"} + "core_kernel" {>= "v0.16" & < "v0.17"} + "lru_cache" {>= "v0.16" & < "v0.17" & <= "v0.16.0"} + "ppx_jane" {>= "v0.16" & < "v0.17"} + "ppx_optcomp" {>= "v0.16" & < "v0.17"} + "dune" {>= "2.0.0" & <= "3.17.1"} +] +synopsis: "Library for incremental computations" +description: " +Part of Jane Street's Core library +The Core suite of libraries is an industrial strength alternative to +OCaml's standard library that was developed by Jane Street, the +largest industrial user of OCaml. +" +url { +src: "https://ocaml.janestreet.com/ocaml-core/v0.16/files/incremental-v0.16.0.tar.gz" +checksum: "sha256=3464f34f1048ee53e0727c83acfaa8c303f0133e3cf78ef745773fa63aa0872a" +} +available: false +flags: deprecated +post-messages: [ + "Due to a name clash a dependency of incremental lru_cache has been renamed janestreet_lru_cache." +] +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/iocaml-kernel/iocaml-kernel.0.4.0/opam b/packages/iocaml-kernel/iocaml-kernel.0.4.0/opam new file mode 100644 index 000000000..6498e4af2 --- /dev/null +++ b/packages/iocaml-kernel/iocaml-kernel.0.4.0/opam @@ -0,0 +1,39 @@ +opam-version: "2.0" +maintainer: "andy.ray@ujamjar.com" +homepage: "https://github.com/andrewray/iocaml" +build: [ + [make "all"] +] +depends: [ + "ocaml" {>= "4.01.0" & < "4.02.0"} + "ocamlfind" {<= "1.9.6"} + "ounit" {<= "2.2.7"} + "uint" {>= "1.1.0" & <= "2.0.1"} + "uuidm" {<= "0.9.9"} + "yojson" {<= "2.2.2"} + "atdgen" {<= "2.15.0"} + "ocp-index" {>= "1.0.1" & <= "1.3.6"} + "zmq" {= "3.2-2"} + "ocamlbuild" {build & <= "0.15.0"} + "conf-zmq" {build & = "0.1"} +] +dev-repo: "git+https://github.com/andrewray/iocaml" +synopsis: "An OCaml kernel for the IPython notebook." +url { + src: "https://github.com/andrewray/iocaml/archive/v0.4.tar.gz" + checksum: [ + "sha256=73f28a40f17e4fc386f389c6c8c3cff4bd2751502d3800d00713cf6d137d9aee" + "md5=1fca1fed3c9bc970e10836ec71c14235" + ] +} +extra-source "iocaml-kernel.install" { + src: + "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/iocaml-kernel/iocaml-kernel.install" + checksum: [ + "sha256=f0ed349d0728a490db7b506af38638013d8728cc12f2a5ea97aea18be8ce780c" + "md5=d765a86e5e9a65da61e746e25512a859" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/iocaml/iocaml.0.4.2/opam b/packages/iocaml/iocaml.0.4.2/opam new file mode 100644 index 000000000..012174bda --- /dev/null +++ b/packages/iocaml/iocaml.0.4.2/opam @@ -0,0 +1,43 @@ +opam-version: "2.0" +maintainer: "andy.ray@ujamjar.com" +homepage: "https://github.com/andrewray/iocamlserver" +build: [ + ["cp" "config.darwin.ml" "config.ml"] {os = "macos"} + [make "all"] +] +depends: [ + "ocaml" {>= "4.01.0" & < "4.02.0"} + "ocamlfind" {<= "1.9.6"} + "uuidm" {<= "0.9.9"} + "yojson" {<= "2.2.2"} + "cow" {< "2.0.0"} + "zmq" {>= "3.2-2" & <= "5.3.0"} + "lwt" {>= "2.4" & <= "5.9.0"} + "lwt-zmq" {<= "1.0-beta4"} + "websocket" {>= "0.8" & <= "2.17"} + "cohttp" {>= "0.10.0" & <= "6.0.0"} + "crunch" {<= "3.3.1"} + "iocaml-kernel" {= "0.4.0"} + "iocamljs-kernel" {= "0.4.0"} + "ocamlbuild" {build & <= "0.15.0"} +] +dev-repo: "git+https://github.com/andrewray/iocamlserver" +synopsis: "A webserver for iocaml-kernel and iocamljs-kernel." +url { + src: "https://github.com/andrewray/iocamlserver/archive/v0.4.2.tar.gz" + checksum: [ + "sha256=85893372d32573e78e8db21afa50f072e5cc5fcd0e1c5d36b81af3af91c2d525" + "md5=d03065eaecd8ddcce9ddb98fcff062b0" + ] +} +extra-source "iocaml.install" { + src: + "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/iocaml/iocaml.install.0.4.2" + checksum: [ + "sha256=958ae03848210711c22c3bd104890608b2b12ec6235979a20430dd30fcaca6ad" + "md5=b5671ae5c0e15ac1641decc66c832398" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/irmin-bench/irmin-bench.2.7.1/opam b/packages/irmin-bench/irmin-bench.2.7.1/opam new file mode 100644 index 000000000..ad2e5f359 --- /dev/null +++ b/packages/irmin-bench/irmin-bench.2.7.1/opam @@ -0,0 +1,59 @@ +opam-version: "2.0" +maintainer: "thomas@gazagnaire.org" +authors: ["Thomas Gazagnaire"] +license: "ISC" +homepage: "https://github.com/mirage/irmin" +bug-reports: "https://github.com/mirage/irmin/issues" +dev-repo: "git+https://github.com/mirage/irmin.git" +doc: "https://mirage.github.io/irmin/" + +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] +] + +depends: [ + "dune" {>= "2.7.0" & <= "3.17.1"} + "irmin-pack" {= version} + "irmin-layers" {= version} + "irmin-test" {= version} + "cmdliner" {<= "1.3.0"} + "logs" {<= "0.7.0"} + "lwt" {>= "5.3.0" & <= "5.9.0"} + "ppx_deriving_yojson" {<= "3.9.1"} + "yojson" {<= "2.2.2"} + "memtrace" {>= "0.1.2" & <= "0.2.3"} + "repr" {>= "0.3.0" & <= "0.7.0"} + "ppx_repr" {<= "0.7.0"} + "re" {>= "1.9.0" & <= "1.12.0"} + "fmt" {<= "0.9.0"} + "uuidm" {<= "0.9.9"} + "progress" {= "1.1.0"} + "fpath" {with-test & <= "0.7.3"} + "bentov" {with-test & = "1"} + "mtime" {with-test & <= "2.1.0"} + "ppx_deriving" {with-test & <= "6.0.3"} + "alcotest" {with-test & <= "1.8.0"} + "rusage" {= "1.0.0"} + "uutf" {with-test & <= "1.0.3"} + "uucp" {with-test & <= "16.0.0"} + "printbox" {with-test & <= "0.12"} +] + +synopsis: "Irmin benchmarking suite" +description: """ +`irmin-bench` provides access to the Irmin suite for benchmarking storage backend +implementations. +""" +url { + src: + "https://github.com/mirage/irmin/releases/download/2.7.1/irmin-2.7.1.tbz" + checksum: [ + "sha256=fac7c032f472fb369378ad2d8fe77e7cd3b3c1c6a0d7bf59980b69528891b399" + "sha512=06db1c4e90d43bdfbea2d4f15037eef77207877c05019a6ce0f7f7771afe7d9200da019e3d845ff98ee86947f3e538e1521d818e6d6ddd97105fcaeb746fe418" + ] +} +x-commit-hash: "3c305fb302220d89d865d15b8b90897171ab5dd8" +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/jose/jose.0.2.0/opam b/packages/jose/jose.0.2.0/opam new file mode 100644 index 000000000..e53ae9dad --- /dev/null +++ b/packages/jose/jose.0.2.0/opam @@ -0,0 +1,54 @@ +opam-version: "2.0" +synopsis: "JOSE implementation for OCaml and ReasonML" +description: + "JavaScript Object Signing and Encryption built ontop of pure OCaml libs" +maintainer: ["ulrik.strid@outlook.com"] +authors: ["Ulrik Strid"] +license: "MIT" +homepage: "https://ulrikstrid.github.io/reason-jose" +doc: "https://ulrikstrid.github.io/reason-jose" +bug-reports: "https://github.com/ulrikstrid/reason-jose/issues" +depends: [ + "ocaml" {>= "4.07.0"} + "base64" {>= "3.0.0" & <= "3.5.1"} + "dune" {>= "1.11" & <= "3.17.1"} + "mirage-crypto" {>= "0.6.0" & <= "0.7.0"} + "x509" {>= "0.10.0" & <= "1.0.5"} + "cstruct" {>= "4.0.0" & <= "6.2.0"} + "astring" {<= "0.8.5"} + "yojson" {<= "2.2.2"} + "zarith" {<= "1.14"} + "containers" {with-test & <= "3.15"} + "bisect_ppx" {with-test & <= "2.8.3"} + "alcotest" {with-test & <= "1.8.0"} + "junit" {with-test & <= "2.1.0"} + "junit_alcotest" {with-test & <= "2.1.0"} + "lwt" {with-test & <= "5.9.0"} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] +] +available: false +dev-repo: "git+https://github.com/ulrikstrid/reason-jose.git" +url { + src: + "https://github.com/ulrikstrid/reason-jose/releases/download/v0.2.0/jose-v0.2.0.tbz" + checksum: [ + "sha256=1549cd3371d15177830b0c30fa3700dd587985300973e7a95a7335a6712bf553" + "sha512=038be2bba7f67d57ed70551a33266002ff4cafaf35a51e1019757f0622933b4b9b7d5cef68b7021a1de132e0ad3ba8d1253dfb68ddae735038a5ff2b6f98cea9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/jose/jose.0.3.0/opam b/packages/jose/jose.0.3.0/opam new file mode 100644 index 000000000..eb6df3bc7 --- /dev/null +++ b/packages/jose/jose.0.3.0/opam @@ -0,0 +1,54 @@ +opam-version: "2.0" +synopsis: "JOSE implementation for OCaml and ReasonML" +description: + "JavaScript Object Signing and Encryption built ontop of pure OCaml libs" +maintainer: ["ulrik.strid@outlook.com"] +authors: ["Ulrik Strid"] +license: "MIT" +homepage: "https://ulrikstrid.github.io/reason-jose" +doc: "https://ulrikstrid.github.io/reason-jose" +bug-reports: "https://github.com/ulrikstrid/reason-jose/issues" +depends: [ + "ocaml" {>= "4.07.0"} + "base64" {>= "3.0.0" & <= "3.5.1"} + "dune" {>= "1.11" & <= "3.17.1"} + "mirage-crypto" {>= "0.6.0" & < "0.7.0"} + "x509" {>= "0.10.0" & <= "1.0.5"} + "cstruct" {>= "4.0.0" & <= "6.2.0"} + "astring" {<= "0.8.5"} + "yojson" {<= "2.2.2"} + "zarith" {<= "1.14"} + "containers" {with-test & <= "3.15"} + "bisect_ppx" {with-test & <= "2.8.3"} + "alcotest" {with-test & <= "1.8.0"} + "junit" {with-test & <= "2.1.0"} + "junit_alcotest" {with-test & <= "2.1.0"} + "lwt" {with-test & <= "5.9.0"} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] +] +available: false +dev-repo: "git+https://github.com/ulrikstrid/reason-jose.git" +url { + src: + "https://github.com/ulrikstrid/reason-jose/releases/download/v0.3.0/jose-v0.3.0.tbz" + checksum: [ + "sha256=af0516bf6dbac36ffe619bc71aae0930482119a4cb9e8cd5ddff290458ee5a9a" + "sha512=a2f8ad51298e766679609b53dde1663eb75f54c8eaf25bd34459fd059890ef6b5e8574fe0a5c01134ef8f7da0563d2ff2235fcdcd4e93f9c5fe1a82a7ab75eba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/jose/jose.0.3.1/opam b/packages/jose/jose.0.3.1/opam new file mode 100644 index 000000000..4a368e6fc --- /dev/null +++ b/packages/jose/jose.0.3.1/opam @@ -0,0 +1,55 @@ +opam-version: "2.0" +synopsis: "JOSE implementation for OCaml and ReasonML" +description: + "JavaScript Object Signing and Encryption built ontop of pure OCaml libs" +maintainer: ["ulrik.strid@outlook.com"] +authors: ["Ulrik Strid"] +license: "MIT" +homepage: "https://ulrikstrid.github.io/reason-jose" +doc: "https://ulrikstrid.github.io/reason-jose" +bug-reports: "https://github.com/ulrikstrid/reason-jose/issues" +depends: [ + "ocaml" {>= "4.07.0"} + "base64" {>= "3.0.0" & <= "3.5.1"} + "dune" {>= "1.11" & <= "3.17.1"} + "mirage-crypto" {>= "0.6.0" & < "0.8.0"} + "x509" {>= "0.10.0" & <= "1.0.5"} + "cstruct" {>= "4.0.0" & <= "6.2.0"} + "astring" {<= "0.8.5"} + "yojson" {<= "2.2.2"} + "result" {<= "1.5"} + "zarith" {<= "1.14"} + "containers" {with-test & <= "3.15"} + "bisect_ppx" {with-test & <= "2.8.3"} + "alcotest" {with-test & <= "1.8.0"} + "junit" {with-test & <= "2.1.0"} + "junit_alcotest" {with-test & <= "2.1.0"} + "lwt" {with-test & <= "5.9.0"} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] +] +available: false +dev-repo: "git+https://github.com/ulrikstrid/reason-jose.git" +url { + src: + "https://github.com/ulrikstrid/reason-jose/releases/download/v0.3.1/jose-v0.3.1.tbz" + checksum: [ + "sha256=e1352a308ccb6ba3cf1df16fbcd527491c1dea34af4b4d509e409670a4b5a47d" + "sha512=497d6bb39aa41741310b73e284dbffd4eb9762cc7f66f7700ae94d4228acb7a29c13e1e480241ae9599e0fdbccbd8fad3842e29552909e7c0219f4b16e62c980" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/jose/jose.0.4.0/opam b/packages/jose/jose.0.4.0/opam new file mode 100644 index 000000000..0ccb1c1e6 --- /dev/null +++ b/packages/jose/jose.0.4.0/opam @@ -0,0 +1,55 @@ +opam-version: "2.0" +synopsis: "JOSE implementation for OCaml and ReasonML" +description: + "JavaScript Object Signing and Encryption built ontop of pure OCaml libs" +maintainer: ["ulrik.strid@outlook.com"] +authors: ["Ulrik Strid"] +license: "MIT" +homepage: "https://ulrikstrid.github.io/reason-jose" +doc: "https://ulrikstrid.github.io/reason-jose" +bug-reports: "https://github.com/ulrikstrid/reason-jose/issues" +depends: [ + "ocaml" {>= "4.07.0"} + "base64" {>= "3.0.0" & <= "3.5.1"} + "dune" {>= "1.11" & <= "3.17.1"} + "mirage-crypto" {>= "0.6.0" & < "0.8.0"} + "x509" {>= "0.10.0" & <= "1.0.5"} + "cstruct" {>= "4.0.0" & <= "6.2.0"} + "astring" {<= "0.8.5"} + "yojson" {<= "2.2.2"} + "result" {<= "1.5"} + "zarith" {<= "1.14"} + "containers" {with-test & <= "3.15"} + "bisect_ppx" {with-test & <= "2.8.3"} + "alcotest" {with-test & <= "1.8.0"} + "junit" {with-test & <= "2.1.0"} + "junit_alcotest" {with-test & <= "2.1.0"} + "lwt" {with-test & <= "5.9.0"} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] +] +available: false +dev-repo: "git+https://github.com/ulrikstrid/reason-jose.git" +url { + src: + "https://github.com/ulrikstrid/reason-jose/releases/download/v0.4.0/jose-v0.4.0.tbz" + checksum: [ + "sha256=507dba80b052dbc3822aedc16f2f98013911515c472dd208faf6520c459bd71a" + "sha512=de6d004e8c760427feab9683c36ba5b1fa629ff3b7319e13bd01711cafb0c4a7c689194891e6f676f64e456383f574b72e9c66834be91d3b93394409f44ebc7a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/jose/jose.0.5.0/opam b/packages/jose/jose.0.5.0/opam new file mode 100644 index 000000000..de141f1ca --- /dev/null +++ b/packages/jose/jose.0.5.0/opam @@ -0,0 +1,57 @@ +opam-version: "2.0" +synopsis: "JOSE implementation for OCaml and ReasonML" +description: + "JavaScript Object Signing and Encryption built ontop of pure OCaml libs" +maintainer: ["ulrik.strid@outlook.com"] +authors: ["Ulrik Strid"] +license: "MIT" +homepage: "https://ulrikstrid.github.io/reason-jose" +doc: "https://ulrikstrid.github.io/reason-jose" +bug-reports: "https://github.com/ulrikstrid/reason-jose/issues" +depends: [ + "ocaml" {>= "4.08.0"} + "base64" {>= "3.0.0" & <= "3.5.1"} + "dune" {>= "1.11" & <= "3.17.1"} + "eqaf" {>= "0.7" & <= "0.10"} + "mirage-crypto" {>= "0.8.1" & < "1.0.0"} + "x509" {>= "0.10.0" & < "0.12.0"} + "cstruct" {>= "4.0.0" & <= "6.2.0"} + "astring" {<= "0.8.5"} + "yojson" {<= "2.2.2"} + "result" {<= "1.5"} + "zarith" {<= "1.14"} + "containers" {with-test & <= "3.15"} + "bisect_ppx" {with-test & <= "2.8.3"} + "alcotest" {with-test & <= "1.8.0"} + "junit" {with-test & <= "2.1.0"} + "junit_alcotest" {with-test & <= "2.1.0"} + "lwt" {with-test & <= "5.9.0"} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] +] +available: false +dev-repo: "git+https://github.com/ulrikstrid/reason-jose.git" +x-commit-hash: "207db96bee33c10b062734383760db4792d5f282" +url { + src: + "https://github.com/ulrikstrid/reason-jose/releases/download/v0.5.0/jose-v0.5.0.tbz" + checksum: [ + "sha256=ce1b8304b3090dce83b1c84dc4c6b46805587fcde9429abd86f46a53731ab90e" + "sha512=6d76d17fb654c74b14cf3c6fb940b0d42fb46db32e42c245d882f82bdd099c5e82f740bb0ebfa4188d52aad6cb243c101ca09a6252bc117a595edab2c0e99bf1" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/jose/jose.0.5.1/opam b/packages/jose/jose.0.5.1/opam new file mode 100644 index 000000000..47c1ea4e7 --- /dev/null +++ b/packages/jose/jose.0.5.1/opam @@ -0,0 +1,57 @@ +opam-version: "2.0" +synopsis: "JOSE implementation for OCaml and ReasonML" +description: + "JavaScript Object Signing and Encryption built ontop of pure OCaml libs" +maintainer: ["ulrik.strid@outlook.com"] +authors: ["Ulrik Strid"] +license: "MIT" +homepage: "https://ulrikstrid.github.io/reason-jose" +doc: "https://ulrikstrid.github.io/reason-jose" +bug-reports: "https://github.com/ulrikstrid/reason-jose/issues" +depends: [ + "ocaml" {>= "4.08.0"} + "base64" {>= "3.0.0" & <= "3.5.1"} + "dune" {>= "1.11" & <= "3.17.1"} + "eqaf" {>= "0.7" & <= "0.10"} + "mirage-crypto" {>= "0.8.1" & < "1.0.0"} + "x509" {>= "0.10.0" & < "0.12.0"} + "cstruct" {>= "4.0.0" & <= "6.2.0"} + "astring" {<= "0.8.5"} + "yojson" {<= "2.2.2"} + "result" {<= "1.5"} + "zarith" {<= "1.14"} + "containers" {with-test & <= "3.15"} + "bisect_ppx" {with-test & <= "2.8.3"} + "alcotest" {with-test & <= "1.8.0"} + "junit" {with-test & <= "2.1.0"} + "junit_alcotest" {with-test & <= "2.1.0"} + "lwt" {with-test & <= "5.9.0"} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] +] +available: false +dev-repo: "git+https://github.com/ulrikstrid/reason-jose.git" +x-commit-hash: "d90a584f737a45556ca135f373aa10fbc3b5d45d" +url { + src: + "https://github.com/ulrikstrid/reason-jose/releases/download/v0.5.1/jose-v0.5.1.tbz" + checksum: [ + "sha256=56b8753ae1e7643a03e0325a75b26623cf613233c385b7b220ac23fc85bd604d" + "sha512=0e2d50265e5b8ee8763a31ae32f33029c7cb4f0dc711bfd5a610f704049291882dadad8c4166c7889f09be048db8a938083c838b4d2615c2f5546d4e5ce1c69b" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/jose/jose.0.6.0/opam b/packages/jose/jose.0.6.0/opam new file mode 100644 index 000000000..5196800c3 --- /dev/null +++ b/packages/jose/jose.0.6.0/opam @@ -0,0 +1,58 @@ +opam-version: "2.0" +synopsis: "JOSE implementation for OCaml and ReasonML" +description: + "JavaScript Object Signing and Encryption built ontop of pure OCaml libs" +maintainer: ["ulrik.strid@outlook.com"] +authors: ["Ulrik Strid"] +license: "MIT" +homepage: "https://ulrikstrid.github.io/reason-jose" +doc: "https://ulrikstrid.github.io/reason-jose" +bug-reports: "https://github.com/ulrikstrid/reason-jose/issues" +depends: [ + "ocaml" {>= "4.08.0"} + "base64" {>= "3.0.0" & <= "3.5.1"} + "dune" {>= "2.8" & <= "3.17.1"} + "eqaf" {>= "0.7" & <= "0.10"} + "mirage-crypto" {>= "0.10.0" & < "1.0.0"} + "x509" {>= "0.13.0" & <= "1.0.5"} + "cstruct" {>= "4.0.0" & < "6.1.0"} + "astring" {<= "0.8.5"} + "yojson" {<= "2.2.2"} + "result" {<= "1.5"} + "zarith" {<= "1.14"} + "containers" {with-test & <= "3.15"} + "bisect_ppx" {with-test & <= "2.8.3"} + "alcotest" {with-test & <= "1.8.0"} + "junit" {with-test & <= "2.1.0"} + "junit_alcotest" {with-test & <= "2.1.0"} + "lwt" {with-test & <= "5.9.0"} + "odoc" {with-doc & <= "2.4.4"} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] +] +available: false +dev-repo: "git+https://github.com/ulrikstrid/reason-jose.git" +x-commit-hash: "30215c30b0b14907f54a951e7db8d2062cd29774" +url { + src: + "https://github.com/ulrikstrid/reason-jose/releases/download/v0.6.0/jose-0.6.0.tbz" + checksum: [ + "sha256=508fade0ca615aaf92b2d9ce25980162c1713173b091adc4e0a16c5e89a2f7cc" + "sha512=8a569aee92987681cadfbf862aacfeeb5f1e48d5b3d5741a913801d1ac369bce7a8b97a89521e7f151ba342488d276928d9d7aa0a2da8bf21c696706ae202acc" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/jose/jose.0.7.0/opam b/packages/jose/jose.0.7.0/opam new file mode 100644 index 000000000..f08aa5e8d --- /dev/null +++ b/packages/jose/jose.0.7.0/opam @@ -0,0 +1,61 @@ +opam-version: "2.0" +synopsis: "JOSE implementation for OCaml and ReasonML" +description: + "JavaScript Object Signing and Encryption built ontop of pure OCaml libs" +maintainer: ["ulrik.strid@outlook.com"] +authors: ["Ulrik Strid"] +license: "MIT" +homepage: "https://ulrikstrid.github.io/reason-jose" +doc: "https://ulrikstrid.github.io/reason-jose" +bug-reports: "https://github.com/ulrikstrid/reason-jose/issues" +depends: [ + "ocaml" {>= "4.08.0"} + "base64" {>= "3.0.0" & <= "3.5.1"} + "dune" {>= "2.8" & >= "1.11" & <= "3.17.1"} + "eqaf" {>= "0.7" & <= "0.10"} + "mirage-crypto" {>= "0.10.0" & < "1.0.0"} + "x509" {>= "0.13.0" & <= "1.0.5"} + "cstruct" {>= "6.0.0" & <= "6.2.0"} + "astring" {<= "0.8.5"} + "yojson" {>= "1.6.0" & <= "2.2.2"} + "zarith" {<= "1.14"} + "containers" {with-test & <= "3.15"} + "bisect_ppx" {with-test & <= "2.8.3"} + "alcotest" {with-test & <= "1.8.0"} + "junit" {with-test & <= "2.1.0"} + "junit_alcotest" {with-test & <= "2.1.0"} + "lwt" {with-test & <= "5.9.0"} + "odoc" {with-doc & <= "2.4.4"} +] +conflicts: [ + "result" {< "1.5"} + "rresult" +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] +] +available: false +dev-repo: "git+https://github.com/ulrikstrid/reason-jose.git" +url { + src: + "https://github.com/ulrikstrid/reason-jose/releases/download/v0.7.0/jose-v0.7.0.tbz" + checksum: [ + "sha256=d831a77f805a49278ccff8b8509f95d68e71c1ffdd4eda89f909a6ff99c2248c" + "sha512=d3e17de49251a7d16847b41f7d1ec667ad5c71b0b805d8c7f1141951c8104e24b09aa5252682bec159dad849f41aac5b0b2780ba006bb9b3ce8ce2c2cd924e30" + ] +} +x-commit-hash: "07045dbede43e36ea07a499d4d3e5a40873e55f0" +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/jose/jose.0.8.1/opam b/packages/jose/jose.0.8.1/opam new file mode 100644 index 000000000..35d796ad0 --- /dev/null +++ b/packages/jose/jose.0.8.1/opam @@ -0,0 +1,57 @@ +opam-version: "2.0" +synopsis: "JOSE implementation for OCaml and ReasonML" +description: + "JavaScript Object Signing and Encryption built ontop of pure OCaml libs" +maintainer: ["ulrik.strid@outlook.com"] +authors: ["Ulrik Strid"] +license: "MIT" +homepage: "https://ulrikstrid.github.io/reason-jose" +doc: "https://ulrikstrid.github.io/reason-jose" +bug-reports: "https://github.com/ulrikstrid/reason-jose/issues" +depends: [ + "ocaml" {>= "4.08.0"} + "base64" {>= "3.3.0" & <= "3.5.1"} + "dune" {>= "2.8" & <= "3.17.1"} + "eqaf" {>= "0.7" & <= "0.10"} + "mirage-crypto" {>= "0.10.0" & < "1.0.0"} + "x509" {>= "0.13.0" & <= "1.0.5"} + "cstruct" {>= "6.0.0" & <= "6.2.0"} + "astring" {<= "0.8.5"} + "yojson" {>= "1.6.0" & <= "2.2.2"} + "zarith" {<= "1.14"} + "containers" {with-test & <= "3.15"} + "bisect_ppx" {with-test & <= "2.8.3"} + "alcotest" {with-test & <= "1.8.0"} + "junit" {with-test & <= "2.1.0"} + "junit_alcotest" {with-test & <= "2.1.0"} + "lwt" {with-test & <= "5.9.0"} + "odoc" {with-doc & <= "2.4.4"} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] +] +available: false +dev-repo: "git+https://github.com/ulrikstrid/reason-jose.git" +url { + src: + "https://github.com/ulrikstrid/reason-jose/releases/download/v0.8.1/jose-v0.8.1.tbz" + checksum: [ + "sha256=fceff4d21742198270db87a3a213839b748afb78eb93372a14d0c81ffe2d0ddf" + "sha512=d824829189cca85c8be2d5f595ee41382ca5fc7b00e3117b7f46f2a750885e50dd2a3885eb5875e742bf85413b1e2731fb14e7d58915cfa0a80db1e39d1031a0" + ] +} +x-commit-hash: "9acb825a3d5332ff911eb390d3268e2d49185ed7" +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/js_of_ocaml-compiler/js_of_ocaml-compiler.3.7.0/opam b/packages/js_of_ocaml-compiler/js_of_ocaml-compiler.3.7.0/opam new file mode 100644 index 000000000..c60f4f5da --- /dev/null +++ b/packages/js_of_ocaml-compiler/js_of_ocaml-compiler.3.7.0/opam @@ -0,0 +1,46 @@ +opam-version: "2.0" +maintainer: "dev@ocsigen.org" +authors: "Ocsigen team" +bug-reports: "https://github.com/ocsigen/js_of_ocaml/issues" +homepage: "http://ocsigen.github.io/js_of_ocaml" +dev-repo: "git+https://github.com/ocsigen/js_of_ocaml.git" +synopsis: "Compiler from OCaml bytecode to Javascript" +description: """ +Js_of_ocaml is a compiler from OCaml bytecode to JavaScript. +It makes it possible to run pure OCaml programs in JavaScript +environment like browsers and Node.js +""" + +build: [["dune" "build" "-p" name "-j" jobs]] + +depends: [ + "ocaml" {>= "4.02.0" & < "4.12.0"} + "dune" {>= "2.5" & <= "3.17.1"} + "ppx_expect" {with-test & >= "v0.12.0" & <= "v0.17.2"} + "cmdliner" {<= "1.3.0"} + "menhir" {< "20211215"} + "ocaml-migrate-parsetree" {< "2.0.0"} + "yojson" {<= "2.2.2"} # It's optional, but we want users to be able to use source-map without pain. +] + +depopts: [ "ocamlfind" ] + +conflicts: [ + "ocamlfind" {< "1.5.1"} + "js_of_ocaml" {< "3.0"} + "base-domains" + "ocaml-option-bytecode-only" +] +x-commit-hash: "d50221f1cf19f7637dfca7407762a85dcd420f46" +url { + src: + "https://github.com/ocsigen/js_of_ocaml/releases/download/3.7.0/js_of_ocaml-3.7.0.tbz" + checksum: [ + "sha256=dcf4ffea23d4a2b2709c75bf5c7e2de355897bcfef7081d1569efe41a7638667" + "sha512=de3fcd7b2e0a7fdd074a236efa759178888559d28db35d4431a342567b4a068bb6581545bdfca02bacdf23e08499119879d37e71c5b0e860d79252116430160e" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/js_of_ocaml-lwt/js_of_ocaml-lwt.3.7.0/opam b/packages/js_of_ocaml-lwt/js_of_ocaml-lwt.3.7.0/opam new file mode 100644 index 000000000..cc01f77ac --- /dev/null +++ b/packages/js_of_ocaml-lwt/js_of_ocaml-lwt.3.7.0/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "dev@ocsigen.org" +authors: "Ocsigen team" +bug-reports: "https://github.com/ocsigen/js_of_ocaml/issues" +homepage: "http://ocsigen.github.io/js_of_ocaml" +dev-repo: "git+https://github.com/ocsigen/js_of_ocaml.git" +synopsis: "Compiler from OCaml bytecode to Javascript" +description: """ +Js_of_ocaml is a compiler from OCaml bytecode to JavaScript. +It makes it possible to run pure OCaml programs in JavaScript +environment like browsers and Node.js +""" + +build: [["dune" "build" "-p" name "-j" jobs]] + +depends: [ + "ocaml" {>= "4.02.0"} + "dune" {>= "2.5" & <= "3.17.1"} + "lwt" {>= "2.4.4" & <= "5.9.0"} + "js_of_ocaml" {= version} + "js_of_ocaml-ppx" {= version} +] +depopts: [ "graphics" "lwt_log" ] +x-commit-hash: "d50221f1cf19f7637dfca7407762a85dcd420f46" +url { + src: + "https://github.com/ocsigen/js_of_ocaml/releases/download/3.7.0/js_of_ocaml-3.7.0.tbz" + checksum: [ + "sha256=dcf4ffea23d4a2b2709c75bf5c7e2de355897bcfef7081d1569efe41a7638667" + "sha512=de3fcd7b2e0a7fdd074a236efa759178888559d28db35d4431a342567b4a068bb6581545bdfca02bacdf23e08499119879d37e71c5b0e860d79252116430160e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/js_of_ocaml-ppx/js_of_ocaml-ppx.3.7.0/opam b/packages/js_of_ocaml-ppx/js_of_ocaml-ppx.3.7.0/opam new file mode 100644 index 000000000..0c05a9741 --- /dev/null +++ b/packages/js_of_ocaml-ppx/js_of_ocaml-ppx.3.7.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "dev@ocsigen.org" +authors: "Ocsigen team" +bug-reports: "https://github.com/ocsigen/js_of_ocaml/issues" +homepage: "http://ocsigen.github.io/js_of_ocaml" +dev-repo: "git+https://github.com/ocsigen/js_of_ocaml.git" +synopsis: "Compiler from OCaml bytecode to Javascript" +description: """ +Js_of_ocaml is a compiler from OCaml bytecode to JavaScript. +It makes it possible to run pure OCaml programs in JavaScript +environment like browsers and Node.js +""" + +build: [["dune" "build" "-p" name "-j" jobs]] + +depends: [ + "ocaml" {>= "4.02.0"} + "dune" {>= "2.5" & <= "3.17.1"} + "ocaml-migrate-parsetree" {>= "1.4" & < "2.0.0"} + "ppx_tools_versioned" {>= "5.2.3" & <= "5.4.0"} + "js_of_ocaml" {= version} +] +x-commit-hash: "d50221f1cf19f7637dfca7407762a85dcd420f46" +url { + src: + "https://github.com/ocsigen/js_of_ocaml/releases/download/3.7.0/js_of_ocaml-3.7.0.tbz" + checksum: [ + "sha256=dcf4ffea23d4a2b2709c75bf5c7e2de355897bcfef7081d1569efe41a7638667" + "sha512=de3fcd7b2e0a7fdd074a236efa759178888559d28db35d4431a342567b4a068bb6581545bdfca02bacdf23e08499119879d37e71c5b0e860d79252116430160e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/js_of_ocaml-ppx_deriving_json/js_of_ocaml-ppx_deriving_json.3.7.0/opam b/packages/js_of_ocaml-ppx_deriving_json/js_of_ocaml-ppx_deriving_json.3.7.0/opam new file mode 100644 index 000000000..cae02b33e --- /dev/null +++ b/packages/js_of_ocaml-ppx_deriving_json/js_of_ocaml-ppx_deriving_json.3.7.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "dev@ocsigen.org" +authors: "Ocsigen team" +bug-reports: "https://github.com/ocsigen/js_of_ocaml/issues" +homepage: "http://ocsigen.github.io/js_of_ocaml" +dev-repo: "git+https://github.com/ocsigen/js_of_ocaml.git" +synopsis: "Compiler from OCaml bytecode to Javascript" +description: """ +Js_of_ocaml is a compiler from OCaml bytecode to JavaScript. +It makes it possible to run pure OCaml programs in JavaScript +environment like browsers and Node.js +""" + +build: [["dune" "build" "-p" name "-j" jobs]] + +depends: [ + "ocaml" {>= "4.04.1"} + "dune" {>= "2.5" & <= "3.17.1"} + "js_of_ocaml" {= version} + "ocaml-migrate-parsetree" {< "2.0.0"} + "ppxlib" {>= "0.9.0" & < "0.14.0"} +] +x-commit-hash: "d50221f1cf19f7637dfca7407762a85dcd420f46" +url { + src: + "https://github.com/ocsigen/js_of_ocaml/releases/download/3.7.0/js_of_ocaml-3.7.0.tbz" + checksum: [ + "sha256=dcf4ffea23d4a2b2709c75bf5c7e2de355897bcfef7081d1569efe41a7638667" + "sha512=de3fcd7b2e0a7fdd074a236efa759178888559d28db35d4431a342567b4a068bb6581545bdfca02bacdf23e08499119879d37e71c5b0e860d79252116430160e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/js_of_ocaml-toplevel/js_of_ocaml-toplevel.3.7.0/opam b/packages/js_of_ocaml-toplevel/js_of_ocaml-toplevel.3.7.0/opam new file mode 100644 index 000000000..28009464c --- /dev/null +++ b/packages/js_of_ocaml-toplevel/js_of_ocaml-toplevel.3.7.0/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "dev@ocsigen.org" +authors: "Ocsigen team" +bug-reports: "https://github.com/ocsigen/js_of_ocaml/issues" +homepage: "http://ocsigen.github.io/js_of_ocaml" +dev-repo: "git+https://github.com/ocsigen/js_of_ocaml.git" +synopsis: "Compiler from OCaml bytecode to Javascript" +description: """ +Js_of_ocaml is a compiler from OCaml bytecode to JavaScript. +It makes it possible to run pure OCaml programs in JavaScript +environment like browsers and Node.js +""" + +build: [["dune" "build" "-p" name "-j" jobs]] + +depends: [ + "ocaml" {>= "4.02.0"} + "dune" {>= "2.5" & <= "3.17.1"} + "ocamlfind" {>= "1.5.1" & <= "1.9.6"} + "js_of_ocaml-compiler" {= version} + "js_of_ocaml-ppx" {= version} + "js_of_ocaml" {= version} +] +x-commit-hash: "d50221f1cf19f7637dfca7407762a85dcd420f46" +url { + src: + "https://github.com/ocsigen/js_of_ocaml/releases/download/3.7.0/js_of_ocaml-3.7.0.tbz" + checksum: [ + "sha256=dcf4ffea23d4a2b2709c75bf5c7e2de355897bcfef7081d1569efe41a7638667" + "sha512=de3fcd7b2e0a7fdd074a236efa759178888559d28db35d4431a342567b4a068bb6581545bdfca02bacdf23e08499119879d37e71c5b0e860d79252116430160e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/js_of_ocaml-tyxml/js_of_ocaml-tyxml.3.7.0/opam b/packages/js_of_ocaml-tyxml/js_of_ocaml-tyxml.3.7.0/opam new file mode 100644 index 000000000..95d50794a --- /dev/null +++ b/packages/js_of_ocaml-tyxml/js_of_ocaml-tyxml.3.7.0/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "dev@ocsigen.org" +authors: "Ocsigen team" +bug-reports: "https://github.com/ocsigen/js_of_ocaml/issues" +homepage: "http://ocsigen.github.io/js_of_ocaml" +dev-repo: "git+https://github.com/ocsigen/js_of_ocaml.git" +synopsis: "Compiler from OCaml bytecode to Javascript" +description: """ +Js_of_ocaml is a compiler from OCaml bytecode to JavaScript. +It makes it possible to run pure OCaml programs in JavaScript +environment like browsers and Node.js +""" + +build: [["dune" "build" "-p" name "-j" jobs]] + +depends: [ + "ocaml" {>= "4.02.0"} + "dune" {>= "2.5" & <= "3.17.1"} + "tyxml" {>= "4.3" & <= "4.6.0"} + "reactiveData" {>= "0.2" & <= "0.3.0"} + "js_of_ocaml" {= version} + "js_of_ocaml-ppx" {= version} +] +x-commit-hash: "d50221f1cf19f7637dfca7407762a85dcd420f46" +url { + src: + "https://github.com/ocsigen/js_of_ocaml/releases/download/3.7.0/js_of_ocaml-3.7.0.tbz" + checksum: [ + "sha256=dcf4ffea23d4a2b2709c75bf5c7e2de355897bcfef7081d1569efe41a7638667" + "sha512=de3fcd7b2e0a7fdd074a236efa759178888559d28db35d4431a342567b4a068bb6581545bdfca02bacdf23e08499119879d37e71c5b0e860d79252116430160e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/js_of_ocaml/js_of_ocaml.3.7.0/opam b/packages/js_of_ocaml/js_of_ocaml.3.7.0/opam new file mode 100644 index 000000000..d317aaea7 --- /dev/null +++ b/packages/js_of_ocaml/js_of_ocaml.3.7.0/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "dev@ocsigen.org" +authors: "Ocsigen team" +bug-reports: "https://github.com/ocsigen/js_of_ocaml/issues" +homepage: "http://ocsigen.github.io/js_of_ocaml" +dev-repo: "git+https://github.com/ocsigen/js_of_ocaml.git" +synopsis: "Compiler from OCaml bytecode to Javascript" +description: """ +Js_of_ocaml is a compiler from OCaml bytecode to JavaScript. +It makes it possible to run pure OCaml programs in JavaScript +environment like browsers and Node.js +""" + +build: [["dune" "build" "-p" name "-j" jobs]] + +depends: [ + "ocaml" {>= "4.02.0"} + "dune" {>= "2.5" & <= "3.17.1"} + "ocaml-migrate-parsetree" {>= "1.4" & < "2.0.0"} + "ppx_tools_versioned" {>= "5.2.3" & <= "5.4.0"} + "uchar" {<= "0.0.2"} + "js_of_ocaml-compiler" {= version} +] +x-commit-hash: "d50221f1cf19f7637dfca7407762a85dcd420f46" +url { + src: + "https://github.com/ocsigen/js_of_ocaml/releases/download/3.7.0/js_of_ocaml-3.7.0.tbz" + checksum: [ + "sha256=dcf4ffea23d4a2b2709c75bf5c7e2de355897bcfef7081d1569efe41a7638667" + "sha512=de3fcd7b2e0a7fdd074a236efa759178888559d28db35d4431a342567b4a068bb6581545bdfca02bacdf23e08499119879d37e71c5b0e860d79252116430160e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/jupyter-kernel/jupyter-kernel.0.1/opam b/packages/jupyter-kernel/jupyter-kernel.0.1/opam new file mode 100644 index 000000000..056a14071 --- /dev/null +++ b/packages/jupyter-kernel/jupyter-kernel.0.1/opam @@ -0,0 +1,40 @@ +opam-version: "2.0" +maintainer: "simon.cruanes.2007@m4x.org" +authors: ["Simon Cruanes" "Andrew Ray"] +homepage: "https://github.com/ocaml-jupyter/jupyter-kernel" +bug-reports: "https://github.com/ocaml-jupyter/jupyter-kernel/issues" +tags: ["jupyter" "ipython"] +dev-repo: "git+https://github.com/ocaml-jupyter/jupyter-kernel.git" +build: [ + [make "build"] + ["jbuilder" "doc"] {with-doc} +] +depends: [ + "ocaml" {>= "4.02.0"} + "jbuilder" {<= "transition"} + "base-bytes" {<= "base"} + "result" {<= "1.5"} + "base-unix" {= "base"} + "zmq" {<= "5.3.0"} + "atdgen" {<= "2.15.0"} + "yojson" {<= "2.2.2"} + "uuidm" {<= "0.9.9"} + "lwt" {< "4.0.0"} + "lwt-zmq" {<= "1.0-beta4"} + "nocrypto" {<= "0.5.4-2"} + "hex" {<= "1.5.0"} + "ISO8601" {<= "0.2.6"} +] +available: [ false ] # lwt.ppx failure +synopsis: + "A library for writing [Jupyter](https://jupyter.org) kernels in OCaml" +url { + src: "https://github.com/ocaml-jupyter/jupyter-kernel/archive/0.1.tar.gz" + checksum: [ + "sha256=5521531f386f2fdf79b17a63a3eab491395175f7478955ce71ab4300f3f7d93d" + "md5=32fbe3c0d117cc920d8f3872b5c68967" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/jupyter-kernel/jupyter-kernel.0.2/opam b/packages/jupyter-kernel/jupyter-kernel.0.2/opam new file mode 100644 index 000000000..e8e5a91fa --- /dev/null +++ b/packages/jupyter-kernel/jupyter-kernel.0.2/opam @@ -0,0 +1,48 @@ +opam-version: "2.0" +maintainer: "simon.cruanes.2007@m4x.org" +authors: ["Simon Cruanes" "Andrew Ray"] +homepage: "https://github.com/ocaml-jupyter/jupyter-kernel" +bug-reports: "https://github.com/ocaml-jupyter/jupyter-kernel/issues" +tags: ["jupyter" "ipython"] +dev-repo: "git+https://github.com/ocaml-jupyter/jupyter-kernel.git" +build: [ + [make "build"] + ["jbuilder" "doc"] {with-doc} +] +depends: [ + "ocaml" {>= "4.02.0"} + "jbuilder" {<= "transition"} + "base-bytes" {<= "base"} + "result" {<= "1.5"} + "base-unix" {= "base"} + "zmq" {<= "5.3.0"} + "atdgen" {<= "2.15.0"} + "yojson" {<= "2.2.2"} + "uuidm" {<= "0.9.9"} + "lwt" {< "4.0.0"} + "lwt-zmq" {<= "1.0-beta4"} + "nocrypto" {<= "0.5.4-2"} + "hex" {<= "1.5.0"} + "ISO8601" {<= "0.2.6"} +] +available: [ false ] # lwt.ppx failure +depopts: "tyxml" +synopsis: + "A library for writing [Jupyter](https://jupyter.org) kernels in OCaml" +description: """ +This project is a library for *writing Jupyter kernels in OCaml*. + +If you are looking for a *Jupyter kernel for OCaml*, try one of these: +- https://github.com/KKostya/simple_jucaml +- https://github.com/andrewray/iocaml +- https://github.com/akabe/ocaml-jupyter""" +url { + src: "https://github.com/ocaml-jupyter/jupyter-kernel/archive/0.2.tar.gz" + checksum: [ + "sha256=ace32ca8c68b2c5a9c775a35ebb59bf83eab623e5817abaae6c12070377872bf" + "md5=413923e5b118647e755d07876d604066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/jupyter-kernel/jupyter-kernel.0.3/opam b/packages/jupyter-kernel/jupyter-kernel.0.3/opam new file mode 100644 index 000000000..cb27bfc26 --- /dev/null +++ b/packages/jupyter-kernel/jupyter-kernel.0.3/opam @@ -0,0 +1,49 @@ +opam-version: "2.0" +maintainer: "simon.cruanes.2007@m4x.org" +authors: ["Simon Cruanes" "Andrew Ray"] +homepage: "https://github.com/ocaml-jupyter/jupyter-kernel" +bug-reports: "https://github.com/ocaml-jupyter/jupyter-kernel/issues" +tags: ["jupyter" "ipython"] +dev-repo: "git+https://github.com/ocaml-jupyter/jupyter-kernel.git" +build: [ + [make "build"] + ["jbuilder" "doc"] {with-doc} +] +depends: [ + "ocaml" {>= "4.02.0"} + "jbuilder" {<= "transition"} + "base-bytes" {<= "base"} + "result" {<= "1.5"} + "base-unix" {= "base"} + "zmq" {<= "5.3.0"} + "atdgen" {<= "2.15.0"} + "yojson" {<= "2.2.2"} + "uuidm" {<= "0.9.9"} + "lwt" {< "4.0.0"} + "lwt-zmq" {<= "1.0-beta4"} + "nocrypto" {<= "0.5.4-2"} + "hex" {<= "1.5.0"} + "ISO8601" {<= "0.2.6"} + "uutf" {<= "1.0.3"} +] +available: [ false ] # lwt.ppx failure +depopts: "tyxml" +synopsis: + "A library for writing [Jupyter](https://jupyter.org) kernels in OCaml" +description: """ +This project is a library for *writing Jupyter kernels in OCaml*. + +If you are looking for a *Jupyter kernel for OCaml*, try one of these: +- https://github.com/KKostya/simple_jucaml +- https://github.com/andrewray/iocaml +- https://github.com/akabe/ocaml-jupyter""" +url { + src: "https://github.com/ocaml-jupyter/jupyter-kernel/archive/0.3.tar.gz" + checksum: [ + "sha256=916fe6fe59e6df702c13f3815dafcd4940cf0190067941d8db171b29b7967971" + "md5=8aa567197110e6e376fa40fe26ba6ea3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/lablqml/lablqml.0.5/opam b/packages/lablqml/lablqml.0.5/opam new file mode 100644 index 000000000..e0ccbec3b --- /dev/null +++ b/packages/lablqml/lablqml.0.5/opam @@ -0,0 +1,48 @@ +opam-version: "2.0" +maintainer: "kakadu.hafanana@gmail.com" +authors: "kakadu.hafanana@gmail.com" +homepage: "http://kakadu.github.io/lablqt/" +license: "LGPL-2.1-or-later" +bug-reports: "https://github.com/kakadu/lablqml/issues" +dev-repo: "git+https://github.com/Kakadu/lablqml.git" +tags: [ "gui" "ui" "qt" ] + +available: [false] + +build: [ + ["sh" "-exc" "PATH=/usr/lib64/qt5/bin:/usr/lib/qt5/bin:$PATH ./configure"] {os-distribution = "alpine"} + ["sh" "-exc" "PATH=/usr/lib64/qt5/bin:/usr/lib/qt5/bin:$PATH make"] {os-distribution = "alpine"} +# ["sh" "-exc" "PATH=/usr/lib64/qt5/bin:/usr/lib/qt5/bin:$PATH make demos"] {os-distribution = "alpine" & with-test } + + ["./configure"] { os-distribution != "alpine" } + [make] { os-distribution != "alpine" } +# [make "demos"] {with-test & os-distribution != "alpine" } +] +install: [make "opam.install"] +remove: [ + ["ocamlfind" "remove" "lablqml"] + ["rm" "-f" "%{prefix}%/bin/ppx_qt"] +] +flags: [ light-uninstall deprecated ] +depends: [ + "ocaml" {>= "4.03.0" & < "4.05" } + "ocamlfind" {<= "1.9.6"} + "ocamlbuild" {build & <= "0.15.0"} + "conf-qt" {= "5.2.1"} + "conf-pkg-config" {build & <= "3"} + "lwt" {with-test & <= "5.9.0"} + "cppo" {with-test & <= "1.8.0"} +] +synopsis: + "OCamlfind package and PPX extension to interface OCaml and QtQuick" +description: "Versions <= 0.4 are known as `lablqt`, >0.5 -- as `lablqml`." +url { + src: "https://github.com/Kakadu/lablqml/archive/0.5.tar.gz" + checksum: [ + "sha256=6bc364a23c4ed87cd9e4cd8da75b3116fa5dde463e7e907dacde8256015cdf35" + "md5=a1d391900fc26e82c4d57cf5562d58ab" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/lablqt/lablqt.0.2/opam b/packages/lablqt/lablqt.0.2/opam new file mode 100644 index 000000000..eaf40ecfe --- /dev/null +++ b/packages/lablqt/lablqt.0.2/opam @@ -0,0 +1,44 @@ +opam-version: "2.0" +maintainer: "kakadu.hafanana@gmail.com" +authors: "kakadu.hafanana@gmail.com" +homepage: "http://kakadu.github.io/lablqt/" +bug-reports: "https://github.com/kakadu/lablqt/issues" +dev-repo: "git+https://github.com/Kakadu/lablqt.git" + +license: "LGPL-2.1-or-later" + +available: [false] + +build: [ + ["./configure"] + [make "generator"] + ["sh" "-exc" "cd lablqml && ./configure --datarootdir=%{lib}% && %{make}%" ] +] +install: [ + [make "opam.install" ] +] +remove: [ + ["ocamlfind" "remove" "lablqml"] + ["rm" "-f" "%{prefix}%/bin/mocml" "%{man}%/man1/mocml.1"] +] +depends: [ + "ocaml" {>= "4.01.0" & < "4.03.0"} + "core_kernel" {<= "v0.17.0"} + "sexplib" {< "113.24.00"} + "yojson" {<= "2.2.2"} + "conf-qt" {>= "5.2" & = "5.2.1"} + "ocamlbuild" {build & <= "0.15.0"} +] +synopsis: "Tool for interfacing QtQuick with OCaml" +description: "Versions <= 0.4 are known as `lablqt`, >0.5 -- as `lablqml`." +flags: [ light-uninstall deprecated ] +url { + src: "https://github.com/Kakadu/lablqml/archive/0.2.tar.gz" + checksum: [ + "sha256=131135b44674b10446d4854822227b10a05d789d11096c56b9e3506a1aec7e4a" + "md5=4ab2b69aa146f9f57000a064e1e0553b" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/let-if/let-if.0.1.0/opam b/packages/let-if/let-if.0.1.0/opam new file mode 100644 index 000000000..ae2a3fb16 --- /dev/null +++ b/packages/let-if/let-if.0.1.0/opam @@ -0,0 +1,28 @@ +opam-version: "2.0" +maintainer: "Reynir Björnsson " +authors: "Reynir Björnsson " +homepage: "https://github.com/reynir/let-if/" +bug-reports: "https://github.com/reynir/let-if/issues/" +dev-repo: "git+https://github.com/reynir/let-if.git" +license: "BSD-2-clause" +build: ["jbuilder" "build" "-p" name] +depends: [ + "ocaml" + "jbuilder" {>= "1.0+beta7" & <= "transition"} + "ppxlib" {< "0.9.0"} +] +synopsis: "This ppx brings a `let%if` construct similar Rust's `if let`." +description: """ +A let-expression decorated with [%%if ] is like a regular let-expression except +`()` is returned if the bound expression doesn't match the pattern.""" +url { + src: "https://github.com/reynir/let-if/archive/v0.1.0.tar.gz" + checksum: [ + "sha256=c8c61f6a1cfd895e488bfc4023ac9ddbd9e61785fb515e4665ce8e09087f1871" + "md5=556643437208196daaf97f511a57db1d" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/let-if/let-if.0.2.0/opam b/packages/let-if/let-if.0.2.0/opam new file mode 100644 index 000000000..e7e97fb3f --- /dev/null +++ b/packages/let-if/let-if.0.2.0/opam @@ -0,0 +1,26 @@ +opam-version: "2.0" +synopsis: "let%if syntax inspired by Rust's if let syntax" +maintainer: "Reynir Björnsson " +authors: "Reynir Björnsson " +homepage: "https://github.com/reynir/let-if/" +bug-reports: "https://github.com/reynir/let-if/issues/" +dev-repo: "git+https://github.com/reynir/let-if.git" +license: "BSD-2-clause" +build: ["dune" "build" "-p" name "-j" jobs] +depends: [ + "ocaml" + "dune" {<= "3.17.1"} + "ppxlib" {<= "0.33.1~5.3preview"} +] +url { + src: + "https://github.com/reynir/let-if/releases/download/v0.2.0/let-if-v0.2.0.tbz" + checksum: [ + "sha256=a32249512167613bc454814eb3def160521b963534941e3aa04cad52c5714c90" + "sha512=3a748df4d3e3daa2de7fd1dd4f28f5aef0e2325f58c04d149f9c3b840117fea09d7735ac4eba965f24807a0d9f72c05b328138505f93ddfa53c1280726622dd9" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/let-if/let-if.0.3.0/opam b/packages/let-if/let-if.0.3.0/opam new file mode 100644 index 000000000..663e97920 --- /dev/null +++ b/packages/let-if/let-if.0.3.0/opam @@ -0,0 +1,27 @@ +opam-version: "2.0" +synopsis: "A let%if syntax inspired by Rust's if let syntax" +maintainer: "Reynir Björnsson " +authors: "Reynir Björnsson " +homepage: "https://github.com/reynir/let-if/" +bug-reports: "https://github.com/reynir/let-if/issues/" +dev-repo: "git+https://github.com/reynir/let-if.git" +license: "BSD-2-clause" +build: ["dune" "build" "-p" name "-j" jobs] +depends: [ + "ocaml" + "dune" {<= "3.17.1"} + "ppxlib" {>= "0.7.0" & <= "0.33.1~5.3preview"} +] +url { + src: + "https://github.com/reynir/let-if/releases/download/v0.3.0/let-if-0.3.0.tbz" + checksum: [ + "sha256=eda75b5c3285864f90f06c96a69154b235944207442bb8aa6282c0e032619fa1" + "sha512=db4c238dd1492632bbce060bab8c99ee5819e968dd6e22eca043ee972a6132e63419e3a987fe0a7e0f5ca60614c01b1872f332d46823920f3693928942c56f06" + ] +} +x-commit-hash: "7d508d2e760be1720cb827cfea6be0261128421a" +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/leveldb/leveldb.1.0.2/opam b/packages/leveldb/leveldb.1.0.2/opam new file mode 100644 index 000000000..24b811bcd --- /dev/null +++ b/packages/leveldb/leveldb.1.0.2/opam @@ -0,0 +1,52 @@ +opam-version: "2.0" +maintainer: "mfp@acm.org" +authors: "mfp@acm.org" +homepage: "https://github.com/mfp/ocaml-leveldb" +bug-reports: "https://github.com/mfp/ocaml-leveldb/issues" +license: "LGPL+static" +doc: "https://github.com/mfp/ocaml-leveldb/blob/master/README.md" +dev-repo: "git+https://github.com/mfp/ocaml-leveldb" +build: [ + ["omake" "-j9"] + ["omake" "test"] {with-test & ounit:installed} +] +remove: [ + ["ocamlfind" "remove" "leveldb"] +] +depends: ["ocaml" "ocamlfind" {<= "1.9.6"} "omake" {<= "0.10.7"} "conf-leveldb" {<= "2"} "conf-snappy" {= "1"} "ounit" {<= "2.2.7"}] +patches: [ "link_against_extra_libs.patch" ] +install: ["omake" "install" "prefix=%{prefix}%"] +available: [ false ] +synopsis: "OCaml bindings for Google's LevelDB library." +description: """ +These bindings expose nearly the full LevelDB C++ API, including: + +* iterators +* snapshots +* batch updates +* support for custom comparators + +Blocking functions release the OCaml runtime system, allowing to: + +* run them in parallel with other OCaml code +* perform multiple LevelDB operations in parallel""" +flags: light-uninstall +url { + src: + "https://github.com/mfp/ocaml-leveldb/archive/ocaml-leveldb-1.0.2.tar.gz" + checksum: [ + "sha256=d767a28218455fe1d4528798ea41976839dbe6b02f83a78be03aabbdb21c2952" + "md5=3aa286567a0ef693de47bf0769a8a3d3" + ] +} +extra-source "link_against_extra_libs.patch" { + src: + "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/leveldb/link_against_extra_libs.patch" + checksum: [ + "sha256=cfdaec18a252de512a68556dffcf674579846d26937eb4509d4f3f86df52e281" + "md5=b3518b543559aaa0bbdd0d5e3eadd660" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/liquidsoap-core/liquidsoap-core.2.2.4/opam b/packages/liquidsoap-core/liquidsoap-core.2.2.4/opam new file mode 100644 index 000000000..266d7802c --- /dev/null +++ b/packages/liquidsoap-core/liquidsoap-core.2.2.4/opam @@ -0,0 +1,146 @@ +opam-version: "2.0" +synopsis: "Liquidsoap core library and binary" +maintainer: "The Savonet Team " +authors: "The Savonet Team " +license: "GPL-2.0-or-later" +homepage: "https://github.com/savonet/liquidsoap" +bug-reports: "https://github.com/savonet/liquidsoap/issues" +available: false +depends: [ + "dune" {>= "3.6" & <= "3.17.1"} + "ocaml" {>= "4.14.0" & < "5.3"} + "dtools" {= "0.4.5"} + "duppy" {>= "0.9.3" & <= "0.9.4"} + "mm" {>= "0.8.4" & <= "0.8.6"} + "pcre" {>= "7.5.0" & <= "8.0.1"} + "ocurl" {= "0.9.2"} + "cry" {>= "1.0.2" & <= "1.0.3"} + "camomile" {= "2.0.0"} + "uri" {<= "4.4.0"} + "fileutils" {<= "0.6.6"} + "menhirLib" {<= "20240715"} + "metadata" {>= "0.2.0" & <= "0.3.0"} + "magic-mime" {<= "1.3.1"} + "dune-build-info" {<= "3.17.1"} + "liquidsoap-lang" {= version} + "ppx_string" {build & <= "v0.17.0"} + "odoc" {with-doc & <= "2.4.4"} +] +depopts: [ + "alsa" + "ao" + "bjack" + "camlimages" + "ctypes-foreign" + "dssi" + "faad" + "fdkaac" + "ffmpeg" + "flac" + "frei0r" + "gd" + "graphics" + "gstreamer" + "imagelib" + "inotify" + "irc-client-unix" + "jemalloc" + "ladspa" + "lame" + "lastfm" + "lilv" + "lo" + "mad" + "memtrace" + "mem_usage" + "ogg" + "opus" + "osc-unix" + "portaudio" + "posix-time2" + "pulseaudio" + "prometheus-liquidsoap" + "samplerate" + "shine" + "soundtouch" + "speex" + "srt" + "ssl" + "taglib" + "tls-liquidsoap" + "theora" + "sdl-liquidsoap" + "vorbis" + "yaml" + "xmlplaylist" +] +conflicts: [ + "alsa" {< "0.3.0"} + "ao" {< "0.2.0"} + "bjack" {< "0.1.3"} + "camomile" {< "1.0.0"} + "dssi" {< "0.1.3"} + "faad" {< "0.5.0"} + "fdkaac" {< "0.3.1"} + "ffmpeg" {< "1.1.8"} + "ffmpeg-avutil" {< "1.1.8"} + "ffmpeg" {>= "1.2.0"} + "ffmpeg-avutil" {>= "1.2.0"} + "flac" {< "0.3.0"} + "frei0r" {< "0.1.0"} + "gstreamer" {< "0.3.1"} + "inotify" {< "1.0"} + "ladspa" {< "0.2.0"} + "lame" {< "0.3.7"} + "lastfm" {< "0.3.0"} + "lo" {< "0.2.0"} + "mad" {< "0.5.0"} + "magic" {< "0.6"} + "mem_usage" {< "0.0.3"} + "ogg" {< "0.7.4"} + "opus" {< "0.2.0"} + "portaudio" {< "0.2.0"} + "posix-time2" {< "2.0.2"} + "pulseaudio" {< "0.1.4"} + "samplerate" {< "0.1.5"} + "shine" {< "0.2.0"} + "soundtouch" {< "0.1.9"} + "speex" {< "0.4.0"} + "srt" {< "0.3.0"} + "ssl" {< "0.7.0"} + "taglib" {< "0.3.10"} + "tls" {>= "0.17.4"} + "sdl-liquidsoap" {< "2"} + "theora" {< "0.4.0"} + "vorbis" {< "0.8.0"} + "xmlplaylist" {< "0.1.3"} +] +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/savonet/liquidsoap.git" +url { + src: + "https://github.com/savonet/liquidsoap-release-assets/releases/download/v2.2.4/liquidsoap-2.2.4.tar.gz" + checksum: [ + "md5=3e5b2804d436740a8e91bc201dcb046e" + "sha512=5287c4ff7112b0b79fc3ca6921a973f37b0428fbe5b5ec9a4f39dc52de66f770eb46b91d5ce8cca7705e53c89db893ace53385304bf61b7a495a1cd1cb333df1" + ] +} +x-maintenance-intent: ["(latest)"] +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/liquidsoap-js/liquidsoap-js.2.2.4/opam b/packages/liquidsoap-js/liquidsoap-js.2.2.4/opam new file mode 100644 index 000000000..c67fd6ef1 --- /dev/null +++ b/packages/liquidsoap-js/liquidsoap-js.2.2.4/opam @@ -0,0 +1,47 @@ +opam-version: "2.0" +synopsis: "Liquidsoap language - javascript wrapper" +maintainer: "The Savonet Team " +authors: "The Savonet Team " +license: "GPL-2.0-or-later" +homepage: "https://github.com/savonet/liquidsoap" +bug-reports: "https://github.com/savonet/liquidsoap/issues" +available: false +depends: [ + "dune" {>= "3.6" & <= "3.17.1"} + "ocaml" {>= "4.14.0"} + "liquidsoap-lang" {= version} + "js_of_ocaml-ppx" {<= "5.9.1"} + "js_of_ocaml" {<= "5.9.1"} + "odoc" {with-doc & <= "2.4.4"} +] +conflicts: [ + "liquidsoap" {!= version} +] +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/savonet/liquidsoap.git" +url { + src: + "https://github.com/savonet/liquidsoap-release-assets/releases/download/v2.2.4/liquidsoap-2.2.4.tar.gz" + checksum: [ + "md5=3e5b2804d436740a8e91bc201dcb046e" + "sha512=5287c4ff7112b0b79fc3ca6921a973f37b0428fbe5b5ec9a4f39dc52de66f770eb46b91d5ce8cca7705e53c89db893ace53385304bf61b7a495a1cd1cb333df1" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/liquidsoap-lang/liquidsoap-lang.2.2.4/opam b/packages/liquidsoap-lang/liquidsoap-lang.2.2.4/opam new file mode 100644 index 000000000..7c15a47af --- /dev/null +++ b/packages/liquidsoap-lang/liquidsoap-lang.2.2.4/opam @@ -0,0 +1,45 @@ +opam-version: "2.0" +synopsis: "Liquidsoap language library" +maintainer: "The Savonet Team " +authors: "The Savonet Team " +license: "GPL-2.0-or-later" +homepage: "https://github.com/savonet/liquidsoap" +bug-reports: "https://github.com/savonet/liquidsoap/issues" +available: false +depends: [ + "dune" {>= "3.6" & <= "3.17.1"} + "ocaml" {>= "4.14.0"} + "dune-site" {<= "3.17.1"} + "ppx_string" {build & <= "v0.17.0"} + "sedlex" {>= "3.2" & <= "3.3"} + "menhir" {>= "20180703" & <= "20240715"} + "odoc" {with-doc & <= "2.4.4"} +] +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/savonet/liquidsoap.git" +url { + src: + "https://github.com/savonet/liquidsoap-release-assets/releases/download/v2.2.4/liquidsoap-2.2.4.tar.gz" + checksum: [ + "md5=3e5b2804d436740a8e91bc201dcb046e" + "sha512=5287c4ff7112b0b79fc3ca6921a973f37b0428fbe5b5ec9a4f39dc52de66f770eb46b91d5ce8cca7705e53c89db893ace53385304bf61b7a495a1cd1cb333df1" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/liquidsoap-libs-extra/liquidsoap-libs-extra.2.2.4/opam b/packages/liquidsoap-libs-extra/liquidsoap-libs-extra.2.2.4/opam new file mode 100644 index 000000000..cf51f1533 --- /dev/null +++ b/packages/liquidsoap-libs-extra/liquidsoap-libs-extra.2.2.4/opam @@ -0,0 +1,42 @@ +opam-version: "2.0" +synopsis: "Liquidosap standard library -- extra functionalities" +maintainer: "The Savonet Team " +authors: "The Savonet Team " +license: "GPL-2.0-or-later" +homepage: "https://github.com/savonet/liquidsoap" +bug-reports: "https://github.com/savonet/liquidsoap/issues" +available: false +depends: [ + "dune" {>= "3.6" & <= "3.17.1"} + "liquidsoap-libs" {= version} + "liquidsoap-lang" {build & <= "2.2.4-1"} + "odoc" {with-doc & <= "2.4.4"} +] +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/savonet/liquidsoap.git" +url { + src: + "https://github.com/savonet/liquidsoap-release-assets/releases/download/v2.2.4/liquidsoap-2.2.4.tar.gz" + checksum: [ + "md5=3e5b2804d436740a8e91bc201dcb046e" + "sha512=5287c4ff7112b0b79fc3ca6921a973f37b0428fbe5b5ec9a4f39dc52de66f770eb46b91d5ce8cca7705e53c89db893ace53385304bf61b7a495a1cd1cb333df1" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/liquidsoap-libs/liquidsoap-libs.2.2.4/opam b/packages/liquidsoap-libs/liquidsoap-libs.2.2.4/opam new file mode 100644 index 000000000..bcf24369f --- /dev/null +++ b/packages/liquidsoap-libs/liquidsoap-libs.2.2.4/opam @@ -0,0 +1,41 @@ +opam-version: "2.0" +synopsis: "Liquidosap standard library" +maintainer: "The Savonet Team " +authors: "The Savonet Team " +license: "GPL-2.0-or-later" +homepage: "https://github.com/savonet/liquidsoap" +bug-reports: "https://github.com/savonet/liquidsoap/issues" +available: false +depends: [ + "dune" {>= "3.6" & <= "3.17.1"} + "liquidsoap-lang" {build & <= "2.2.4-1"} + "odoc" {with-doc & <= "2.4.4"} +] +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/savonet/liquidsoap.git" +url { + src: + "https://github.com/savonet/liquidsoap-release-assets/releases/download/v2.2.4/liquidsoap-2.2.4.tar.gz" + checksum: [ + "md5=3e5b2804d436740a8e91bc201dcb046e" + "sha512=5287c4ff7112b0b79fc3ca6921a973f37b0428fbe5b5ec9a4f39dc52de66f770eb46b91d5ce8cca7705e53c89db893ace53385304bf61b7a495a1cd1cb333df1" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/liquidsoap-mode/liquidsoap-mode.2.2.4/opam b/packages/liquidsoap-mode/liquidsoap-mode.2.2.4/opam new file mode 100644 index 000000000..27a9374cb --- /dev/null +++ b/packages/liquidsoap-mode/liquidsoap-mode.2.2.4/opam @@ -0,0 +1,49 @@ +opam-version: "2.0" +synopsis: "Liquidosap emacs mode" +maintainer: "The Savonet Team " +authors: "The Savonet Team " +license: "GPL-2.0-or-later" +homepage: "https://github.com/savonet/liquidsoap" +bug-reports: "https://github.com/savonet/liquidsoap/issues" +available: false +depends: [ + "dune" {>= "3.6" & <= "3.17.1"} + "liquidsoap" {= version} + "odoc" {with-doc & <= "2.4.4"} +] +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] +] +post-messages: + """\ +This package requires additional configuration for use in editors. Install package 'user-setup', or manually: + +* for Emacs, add these lines to ~/.emacs: + (add-to-list 'load-path "%{share}%/emacs/site-lisp") + (require 'emacs-mode)""" + {success & !user-setup:installed} +dev-repo: "git+https://github.com/savonet/liquidsoap.git" +url { + src: + "https://github.com/savonet/liquidsoap-release-assets/releases/download/v2.2.4/liquidsoap-2.2.4.tar.gz" + checksum: [ + "md5=3e5b2804d436740a8e91bc201dcb046e" + "sha512=5287c4ff7112b0b79fc3ca6921a973f37b0428fbe5b5ec9a4f39dc52de66f770eb46b91d5ce8cca7705e53c89db893ace53385304bf61b7a495a1cd1cb333df1" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/liquidsoap/liquidsoap.2.1.0/opam b/packages/liquidsoap/liquidsoap.2.1.0/opam new file mode 100644 index 000000000..195f0c056 --- /dev/null +++ b/packages/liquidsoap/liquidsoap.2.1.0/opam @@ -0,0 +1,206 @@ +available: false +opam-version: "2.0" +synopsis: "Swiss-army knife for multimedia streaming" +description: """\ +Liquidsoap is a powerful and flexible language for describing your +streams. It offers a rich collection of operators that you can combine +at will, giving you more power than you need for creating or +transforming streams. But liquidsoap is still very light and easy to +use, in the Unix tradition of simple strong components working +together.""" +maintainer: "romain.beauxis@gmail.com" +authors: "The Savonet Team " +license: "GPL-2.0-or-later" +homepage: "https://github.com/savonet/liquidsoap" +bug-reports: "https://github.com/savonet/liquidsoap/issues" +depends: [ + "conf-autoconf" {dev & <= "0.2"} + "conf-automake" {dev & = "1"} + "ocaml" {>= "4.12.0" & < "5.0.0"} + "camomile" {>= "1.0.0" & < "2.0.0"} + "dtools" {>= "0.4.4" & <= "0.4.5"} + "duppy" {>= "0.9.1" & < "0.9.3"} + "menhir" {>= "20180703" & <= "20240715"} + "mm" {>= "0.8.1" & <= "0.8.6"} + "ocamlfind" {build & <= "1.9.6"} + "conf-pkg-config" {build & <= "3"} + "conf-which" {build & = "1"} + "pcre" {>= "7.5.0" & <= "8.0.1"} + "sedlex" {>= "2.2" & <= "3.3"} +] +depopts: [ + "alsa" + "ao" + "bjack" + "camlimages" + "cry" + "dssi" + "faad" + "fdkaac" + "ffmpeg" + "flac" + "frei0r" + "gd" + "graphics" + "gstreamer" + "inotify" + "irc-client-unix" + "ladspa" + "lame" + "lastfm" + "lilv" + "lo" + "mad" + "magic" + "memtrace" + "mem_usage" + "ocurl" + "ogg" + "opus" + "osx-secure-transport" + "portaudio" + "posix-time2" + "pulseaudio" + "prometheus-liquidsoap" + "samplerate" + "shine" + "soundtouch" + "speex" + "srt" + "ssl" + "taglib" + "theora" + "sdl-liquidsoap" + "tsdl" + "tsdl-image" + "tsdl-ttf" + "vorbis" + "xmlplaylist" +] +conflicts: [ + "alsa" {< "0.3.0"} + "ao" {< "0.2.0"} + "bjack" {< "0.1.3"} + "cry" {< "0.6.5"} + "cry" {>= "1.0.0"} + "dssi" {< "0.1.3"} + "faad" {< "0.5.0"} + "fdkaac" {< "0.3.1"} + "ffmpeg" {< "1.1.4"} + "ffmpeg" {>= "1.1.8"} + "ffmpeg-avutil" {< "1.1.4"} + "ffmpeg-avutil" {>= "1.1.8"} + "ffmpeg-av" {< "1.1.4"} + "ffmpeg-av" {>= "1.1.8"} + "ffmpeg-avcodec" {< "1.1.4"} + "ffmpeg-avcodec" {>= "1.1.8"} + "ffmpeg-avdevice" {< "1.1.4"} + "ffmpeg-avdevice" {>= "1.1.8"} + "ffmpeg-avfilter" {< "1.1.4"} + "ffmpeg-avfilter" {>= "1.1.8"} + "ffmpeg-swresample" {< "1.1.4"} + "ffmpeg-swresample" {>= "1.1.8"} + "ffmpeg-swscale" {< "1.1.4"} + "ffmpeg-swscale" {>= "1.1.8"} + "flac" {< "0.3.0" | >= "0.4.0"} + "frei0r" {< "0.1.0"} + "gstreamer" {< "0.3.1"} + "inotify" {< "1.0"} + "ladspa" {< "0.2.0"} + "lame" {< "0.3.5"} + "lastfm" {< "0.3.0"} + "lo" {< "0.2.0"} + "mad" {< "0.5.0"} + "magic" {< "0.6"} + "ocurl" {< "0.9.2"} + "ogg" {< "0.7.0"} + "opus" {< "0.2.0"} + "portaudio" {< "0.2.0"} + "pulseaudio" {< "0.1.4"} + "samplerate" {< "0.1.5"} + "sdl-liquidsoap" {< "2"} + "shine" {< "0.2.0"} + "soundtouch" {< "0.1.9"} + "speex" {< "0.4.0"} + "srt" {< "0.1.2" | >= "0.3.0"} + "ssl" {< "0.5.2"} + "taglib" {< "0.3.7"} + "tsdl-image" {< "0.2.0"} + "theora" {< "0.4.0"} + "vorbis" {< "0.8.0"} + "xmlplaylist" {< "0.1.3"} +] +build: [ + ["./bootstrap"] {dev} + [ + "./configure" + "--prefix" + prefix + "--sbindir=%{lib}%/liquidsoap/sbin" + "--libexecdir=%{lib}%/liquidsoap/libexec" + "--sysconfdir=%{lib}%/liquidsoap/etc" + "--sharedstatedir=%{lib}%/liquidsoap/com" + "--localstatedir=%{lib}%/liquidsoap/var" + "--libdir=%{lib}%/liquidsoap/lib" + "--includedir=%{lib}%/liquidsoap/include" + "--datarootdir=%{lib}%/liquidsoap/share" + "--with-bash-completion-dir=%{lib}%/liquidsoap/etc/bash_completion.d" + "--with-user=dummy" + "--with-group=dummy" + ] + [make "clean"] {dev} + [make] +] +install: [make "install"] +remove: ["rm" "-rf" "%{lib}%/liquidsoap"] +post-messages: [ + """\ +We're sorry that your liquidsoap install failed. Check out our installation +instructions at: https://www.liquidsoap.info/doc-%{version}%/install.html#opam +for more information.""" + {failure} + "✨ Congratulations on installing liquidsoap! ✨" {success} + """\ +We noticed that you did not install any mp3 decoder. This is a feature most +users want. You might need to install the mad or ffmpeg package.""" + {success & !mad-enabled & !ffmpeg-enabled} + """\ +We noticed that you did not install any mp3 encoder. This is a feature most +users want. You might need to install the lame or shine package.""" + {success & !lame-enabled & !shine-enabled & !ffmpeg-enabled} + """\ +We noticed that you did not install the taglib package that provides support +for reading metatadata in audio files. This is a feature most users want.""" + {success & !taglib-enabled} + """\ +We noticed that you did not install the samplerate package. We strongly +recommend this package for audio samplerate conversion.""" + {success & !samperate-enabled} + """\ +We noticed that you did not install the ocurl package. We strongly +recommend this package for http request resolving support.""" + {success & !curl-enabled} + """\ +We noticed that you did not install the cry package that provides icecast +output. This is a feature most users want.""" + {success & !cry-enabled} + """\ +We noticed that you did not install any ssl support package. Liquidsoap won't +be able to use any HTTPS feature. You might want to install one of ssl or +osx-secure-transport package.""" + {success & !ssl-enabled & !secure-transport-enabled} +] +depexts: ["coreutils"] {os = "macos" & os-distribution = "homebrew"} +dev-repo: "git+https://github.com/savonet/liquidsoap.git" +url { + src: + "https://github.com/savonet/liquidsoap-release-assets/releases/download/v2.1.0/liquidsoap-2.1.0.tar.bz2" + checksum: [ + "md5=966a5318127afbff1c050785f19ac138" + "sha512=20576c69fccadd96eb0fcb32ceb4f71fadf5b4b6ae85940915a35dd4b236c362918f7183bc64084ce00d6ae1929d031240102ca89ff2acf438219aceeef17535" + ] +} +x-maintenance-intent: ["(latest)"] +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/liquidsoap/liquidsoap.2.2.4/opam b/packages/liquidsoap/liquidsoap.2.2.4/opam new file mode 100644 index 000000000..34a6ae25a --- /dev/null +++ b/packages/liquidsoap/liquidsoap.2.2.4/opam @@ -0,0 +1,76 @@ +opam-version: "2.0" +synopsis: "Swiss-army knife for multimedia streaming" +description: """\ +Liquidsoap is a powerful and flexible language for describing your +streams. It offers a rich collection of operators that you can combine +at will, giving you more power than you need for creating or +transforming streams. But liquidsoap is still very light and easy to +use, in the Unix tradition of simple strong components working +together.""" +maintainer: "The Savonet Team " +authors: "The Savonet Team " +license: "GPL-2.0-or-later" +homepage: "https://github.com/savonet/liquidsoap" +bug-reports: "https://github.com/savonet/liquidsoap/issues" +available: false +depends: [ + "dune" {>= "3.6" & <= "3.17.1"} + "liquidsoap-core" {= version} + "liquidsoap-libs" {>= "2.2.4" & < "2.2.5" & <= "2.2.4-1"} + "liquidsoap-libs-extra" {>= "2.2.4" & < "2.2.5" & <= "2.2.4-1"} + "odoc" {with-doc & <= "2.4.4"} +] +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] +] +post-messages: [ + """\ +We're sorry that your liquidsoap install failed. Check out our installation +instructions at: https://www.liquidsoap.info/doc-%{version}%/install.html#opam +for more information.""" + {failure} + "✨ Congratulations on installing liquidsoap! ✨" {success} + """\ +We noticed that you did not install the ffmpeg package. This package is +highly recommended for most users and provides a lot of useful features, +including decoding and encoding multiple media format, sending and +receiving from various inputs and outputs and more.""" + {success & !ffmpeg-enabled} + """\ +We noticed that you did not install any ssl or tls support. Liquidsoap won't +be able to use SSL encryption in its input or output operators. You might want +to install one of ssl or tls-liquidsoap package.""" + {success & !ssl-enabled & !tls-enabled} + """\ +We noticed that your build includes GStreamer support. This support is DEPRECATED. +We suggest you consider moving to FFmpeg, which should provide same the same level +of functionalities.""" + {success & gstreamer-enabled} +] +depexts: ["coreutils"] {os = "macos" & os-distribution = "homebrew"} +dev-repo: "git+https://github.com/savonet/liquidsoap.git" +url { + src: + "https://github.com/savonet/liquidsoap-release-assets/releases/download/v2.2.4/liquidsoap-2.2.4.tar.gz" + checksum: [ + "md5=3e5b2804d436740a8e91bc201dcb046e" + "sha512=5287c4ff7112b0b79fc3ca6921a973f37b0428fbe5b5ec9a4f39dc52de66f770eb46b91d5ce8cca7705e53c89db893ace53385304bf61b7a495a1cd1cb333df1" + ] +} +x-maintenance-intent: ["(latest)"] +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/lockfree/lockfree.0.3.0/opam b/packages/lockfree/lockfree.0.3.0/opam new file mode 100644 index 000000000..977595ead --- /dev/null +++ b/packages/lockfree/lockfree.0.3.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "KC Sivaramakrishnan " +authors: ["KC Sivaramakrishnan "] +homepage: "https://github.com/ocaml-multicore/lockfree" +doc: "https://ocaml-multicore.github.io/lockfree" +synopsis: "Lock-free data structures for multicore OCaml" +license: "ISC" +dev-repo: "git+https://github.com/ocaml-multicore/lockfree.git" +bug-reports: "https://github.com/ocaml-multicore/lockfree/issues" +depends: [ + "ocaml" {>= "5.0"} + "dune" {>= "3.0" & <= "3.17.1"} + "qcheck" {with-test & >= "0.18.1" & <= "0.23"} + "qcheck-alcotest" {with-test & >= "0.18.1" & <= "0.23"} + "alcotest" {>= "1.6.0" & <= "1.8.0"} + "yojson" {>= "2.0.2" & <= "2.2.2"} + "dscheck" {>= "0.0.1" & <= "0.5.0"} +] +build: ["dune" "build" "-p" name "-j" jobs] +url { + src: + "https://github.com/ocaml-multicore/lockfree/releases/download/0.3.0/lockfree-0.3.0.tbz" + checksum: [ + "sha256=5dd251e688c5b00edb278699e6b875d0d8e8a44d0d8dfa90f4a8ad38b321dc9a" + "sha512=f98a9d102450e3713cebce48709c6c4ad30b2101d1b5acf8c394bb6af40b9909858e000fe28924cf6c6996d7de6e036e81e67fe660faa560cb901d40deff3fa1" + ] +} +x-commit-hash: "bf8f5000a6e802b4a21a6cfbf8ec8aa5208a8612" +available: false # broken Atomic override +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/lru_cache/lru_cache.v0.16.0/opam b/packages/lru_cache/lru_cache.v0.16.0/opam new file mode 100644 index 000000000..6c6823e3d --- /dev/null +++ b/packages/lru_cache/lru_cache.v0.16.0/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "Jane Street developers" +authors: ["Jane Street Group, LLC"] +homepage: "https://github.com/janestreet/lru_cache" +bug-reports: "https://github.com/janestreet/lru_cache/issues" +dev-repo: "git+https://github.com/janestreet/lru_cache.git" +doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/lru_cache/index.html" +license: "MIT" +build: [ + ["dune" "build" "-p" name "-j" jobs] +] +depends: [ + "ocaml" {>= "4.14.0"} + "core" {>= "v0.16" & < "v0.17"} + "ppx_jane" {>= "v0.16" & < "v0.17"} + "dune" {>= "2.0.0" & <= "3.17.1"} +] +synopsis: "An LRU Cache implementation." +description: " +Implementation of a Least Recently Used Cache. +" +url { +src: "https://ocaml.janestreet.com/ocaml-core/v0.16/files/lru_cache-v0.16.0.tar.gz" +checksum: "sha256=aa6b87aa9316ee41ca6e8b1291b6955305b26ba3330aa4e7fdcc0f921e3fc976" +} +available: false +flags: deprecated +post-messages: [ + "Due to a name clash lru_cache has been renamed janestreet_lru_cache." +] +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/lua_parser/lua_parser.1.0.1/opam b/packages/lua_parser/lua_parser.1.0.1/opam new file mode 100644 index 000000000..b282df285 --- /dev/null +++ b/packages/lua_parser/lua_parser.1.0.1/opam @@ -0,0 +1,43 @@ +# This file is generated by dune, edit dune-project instead +opam-version: "2.0" +synopsis: "A Lua 5.2 Parser" +description: "This is a parser and pretty-printer for lua 5.2" +maintainer: ["drjdnielsen@gmail.com"] +authors: ["Jason D. Nielsen"] +license: "MIT" +homepage: "https://github.com/drjdn/ocaml_lua_parser" +bug-reports: "https://github.com/drjdn/ocaml_lua_parser/issues" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "menhir" {>= "20200624" & <= "20240715"} + "sexp_pretty" {>= "v0.14.0" & <= "v0.17.0"} + "sexplib" {>= "v0.14.0" & <= "v0.17.0"} + "ppx_sexp_conv" {>= "v0.14.1" & <= "v0.17.0"} + "ppx_deriving" {>= "4.5" & <= "6.0.3"} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] +] +dev-repo: "git+https://github.com/drjdn/ocaml_lua_parser.git" +available: false +url { + src: "https://github.com/drjdn/ocaml_lua_parser/archive/1.0.1.tar.gz" + checksum: [ + "md5=4db40248809ddaac3e0dfcd2a5078f2f" + "sha512=4f7c76e82d25119b9e5a1881cf32d7b359eb77eb09a790ec5556373b7ff92ade3bce2a3986ffff27c76043af0915dc45c917e32ebaae7c4be6f830bad67fabd1" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/lwt_ppx_let/lwt_ppx_let.5.5.0/opam b/packages/lwt_ppx_let/lwt_ppx_let.5.5.0/opam new file mode 100644 index 000000000..826bae4ba --- /dev/null +++ b/packages/lwt_ppx_let/lwt_ppx_let.5.5.0/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" + +synopsis: "Dummy package context for ppx_let tests" +license: "MIT" +homepage: "https://github.com/ocsigen/lwt" +doc: "https://ocsigen.org/lwt" +bug-reports: "https://github.com/ocsigen/lwt/issues" + +authors: [ + "Jérôme Vouillon" + "Jérémie Dimino" +] +maintainer: [ + "Raphaël Proust " + "Anton Bachin " +] +dev-repo: "git+https://github.com/ocsigen/lwt.git" + +depends: [ + "dune" {>= "1.8.0" & <= "3.17.1"} + "lwt" {<= "5.9.0"} + "ppx_let" {with-test & <= "v0.17.0"} +] + +description: "Internal package used to partition ppx_let tests." +url { + src: "https://github.com/ocsigen/lwt/archive/refs/tags/5.5.0.tar.gz" + checksum: [ + "md5=94272fac89c5bf21a89c102b8a8f35a5" + "sha512=8951b94555e930634375816d71815b9d85daad6ffb7dab24864661504d11be26575ab0b237196c54693efa372a9b69cdc1d5068a20a250dc0bbb4a3c03c5fda1" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/lwt_ppx_let/lwt_ppx_let.5.6.0/opam b/packages/lwt_ppx_let/lwt_ppx_let.5.6.0/opam new file mode 100644 index 000000000..15b4c0b08 --- /dev/null +++ b/packages/lwt_ppx_let/lwt_ppx_let.5.6.0/opam @@ -0,0 +1,37 @@ +opam-version: "2.0" + +synopsis: "Dummy package context for ppx_let tests" +license: "MIT" +homepage: "https://github.com/ocsigen/lwt" +doc: "https://ocsigen.org/lwt" +bug-reports: "https://github.com/ocsigen/lwt/issues" + +authors: [ + "Jérôme Vouillon" + "Jérémie Dimino" +] +maintainer: [ + "Raphaël Proust " + "Anton Bachin " +] +dev-repo: "git+https://github.com/ocsigen/lwt.git" + +depends: [ + "dune" {>= "1.8.0" & <= "3.17.1"} + "lwt" {<= "5.9.0"} + "ppx_let" {with-test & <= "v0.17.0"} + "ocaml" {>= "4.08"} +] + +description: "Internal package used to partition ppx_let tests." +url { + src: "https://github.com/ocsigen/lwt/archive/5.6.0.tar.gz" + checksum: [ + "md5=e63979ee40a80d5b9e9e5545f33323b4" + "sha512=d616389bc9e0da11f25843ab7541ac2d40c9543700a89455f14115b339bbe58cef2b8acf0ae97fd54e15a4cb93149cfe1ebfda301aa93933045f76b7d9344160" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/malfunction/malfunction.0.2.1/opam b/packages/malfunction/malfunction.0.2.1/opam new file mode 100644 index 000000000..fed720f1d --- /dev/null +++ b/packages/malfunction/malfunction.0.2.1/opam @@ -0,0 +1,82 @@ +opam-version: "2.0" +maintainer: "stephen.dolan@cl.cam.ac.uk" +authors: ["Stephen Dolan"] +homepage: "https://github.com/stedolan/malfunction" +bug-reports: "https://github.com/stedolan/malfunction/issues" +dev-repo: "git+https://github.com/stedolan/malfunction.git" +license: "LGPL-2.0-or-later" +build: [ + [ + "jbuilder" + "build" + "--only-packages" + "%{name}%" + "--no-config" {jbuilder:version >= "1.0+beta18"} + "--root" + "." + "-j" + jobs + "@install" + ] + [ + "jbuilder" + "build" + "--only-packages" + "%{name}%" + "--no-config" {jbuilder:version >= "1.0+beta18"} + "--root" + "." + "-j" + jobs + "@runtest" + ] {with-test} +] +depends: [ + "ocaml" {< "5.2"} + "ocaml-variants" + {(= "4.03.0+beta1+flambda" | = "4.03.0+beta2+flambda" | = "4.03.0+flambda" | + = "4.03.0+fp+flambda" | + = "4.03.0+trunk+flambda" | + = "4.03.0+trunk+fp+flambda" | + = "4.04.0+beta1+flambda" | + = "4.04.0+beta2+flambda" | + = "4.04.0+flambda" | + = "4.04.0+fp+flambda" | + = "4.04.0+trunk+forced_lto" | + = "4.04.1+flambda" | + = "4.04.1+fp+flambda" | + = "4.04.2+flambda" | + = "4.04.2+fp+flambda" | + = "4.05.0+beta1+flambda" | + = "4.05.0+beta2+flambda" | + = "4.05.0+flambda" | + = "4.05.0+musl+static+flambda" | + = "4.05.0+rc1+flambda" | + = "4.05.0+trunk+flambda" | + = "4.05.0+trunk+fp+flambda" | + = "4.05.0+trunk+lto" | + = "4.06.0+trunk+flambda" | + = "4.06.0+trunk+fp+flambda") & + <= "5.1.1+effect-syntax"} + "ocamlfind" {<= "1.9.6"} + "base-flambda" {= "base"} + "jbuilder" {<= "transition"} + "cppo" {build & <= "1.8.0"} + "omd" {with-test & <= "2.0.0~alpha4"} + "zarith" {<= "1.14"} +] +synopsis: "Compiler back-end for functional languages, based on OCaml." +description: """ +Malfunction is a high-performance, low-level untyped program +representation, designed as a target for compilers of functional +programming languages.""" +url { + src: "https://github.com/stedolan/malfunction/archive/v0.2.1.tar.gz" + checksum: [ + "sha256=d883aae01e0fde04716e94cc3e3ed1199bb29ea20726f1d934076e00bf60d142" + "md5=afe6a5143d70a35a61762b213a066f05" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/malfunction/malfunction.0.2/opam b/packages/malfunction/malfunction.0.2/opam new file mode 100644 index 000000000..6fcc07e44 --- /dev/null +++ b/packages/malfunction/malfunction.0.2/opam @@ -0,0 +1,82 @@ +opam-version: "2.0" +maintainer: "stephen.dolan@cl.cam.ac.uk" +authors: ["Stephen Dolan"] +homepage: "https://github.com/stedolan/malfunction" +bug-reports: "https://github.com/stedolan/malfunction/issues" +dev-repo: "git+https://github.com/stedolan/malfunction.git" +license: "LGPL-2.0-or-later" +build: [ + [ + "jbuilder" + "build" + "--only-packages" + "%{name}%" + "--no-config" {jbuilder:version >= "1.0+beta18"} + "--root" + "." + "-j" + jobs + "@install" + ] + [ + "jbuilder" + "build" + "--only-packages" + "%{name}%" + "--no-config" {jbuilder:version >= "1.0+beta18"} + "--root" + "." + "-j" + jobs + "@runtest" + ] {with-test} +] +depends: [ + "ocaml" {< "5.2"} + "ocaml-variants" + {(= "4.03.0+beta1+flambda" | = "4.03.0+beta2+flambda" | = "4.03.0+flambda" | + = "4.03.0+fp+flambda" | + = "4.03.0+trunk+flambda" | + = "4.03.0+trunk+fp+flambda" | + = "4.04.0+beta1+flambda" | + = "4.04.0+beta2+flambda" | + = "4.04.0+flambda" | + = "4.04.0+fp+flambda" | + = "4.04.0+trunk+forced_lto" | + = "4.04.1+flambda" | + = "4.04.1+fp+flambda" | + = "4.04.2+flambda" | + = "4.04.2+fp+flambda" | + = "4.05.0+beta1+flambda" | + = "4.05.0+beta2+flambda" | + = "4.05.0+flambda" | + = "4.05.0+musl+static+flambda" | + = "4.05.0+rc1+flambda" | + = "4.05.0+trunk+flambda" | + = "4.05.0+trunk+fp+flambda" | + = "4.05.0+trunk+lto" | + = "4.06.0+trunk+flambda" | + = "4.06.0+trunk+fp+flambda") & + <= "5.1.1+effect-syntax"} + "ocamlfind" {<= "1.9.6"} + "base-flambda" {= "base"} + "jbuilder" {<= "transition"} + "cppo" {build & <= "1.8.0"} + "omd" {with-test & <= "2.0.0~alpha4"} + "zarith" {<= "1.14"} +] +synopsis: "Compiler back-end for functional languages, based on OCaml." +description: """ +Malfunction is a high-performance, low-level untyped program +representation, designed as a target for compilers of functional +programming languages.""" +url { + src: "https://github.com/stedolan/malfunction/archive/v0.2.tar.gz" + checksum: [ + "sha256=a83022e005958295f40715409cee378b8d9c9ecbab8cef87319213e4ad1fa3dd" + "md5=a6d334336888a1ec3b7dd14672608878" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/markup/markup.1.0.0/opam b/packages/markup/markup.1.0.0/opam new file mode 100644 index 000000000..53871419a --- /dev/null +++ b/packages/markup/markup.1.0.0/opam @@ -0,0 +1,57 @@ +opam-version: "2.0" + +synopsis: "Error-recovering functional HTML5 and XML parsers and writers" + +license: "MIT" +homepage: "https://github.com/aantron/markup.ml" +doc: "http://aantron.github.io/markup.ml" +bug-reports: "https://github.com/aantron/markup.ml/issues" + +authors: "Anton Bachin " +maintainer: "Anton Bachin " +dev-repo: "git+https://github.com/aantron/markup.ml.git" + +available: false + +depends: [ + "dune" {<= "3.17.1"} + "ocaml" {>= "4.02.0" & < "5.0"} + "uchar" {<= "0.0.2"} + "uutf" {>= "1.0.0" & <= "1.0.3"} + + "bisect_ppx" {dev & >= "2.0.0" & <= "2.8.3"} + "ounit2" {dev & <= "2.2.7"} +] +# Markup.ml implicitly requires OCaml 4.02.3, as this is a contraint of Dune. + +build: [ + ["dune" "build" "-p" name "-j" jobs] +] + +description: """ +Markup.ml provides an HTML parser and an XML parser. The parsers are wrapped in +a simple interface: they are functions that transform byte streams to parsing +signal streams. Streams can be manipulated in various ways, such as processing +by fold, filter, and map, assembly into DOM tree structures, or serialization +back to HTML or XML. + +Both parsers are based on their respective standards. The HTML parser, in +particular, is based on the state machines defined in HTML5. + +The parsers are error-recovering by default, and accept fragments. This makes it +very easy to get a best-effort parse of some input. The parsers can, however, be +easily configured to be strict, and to accept only full documents. + +Apart from this, the parsers are streaming (do not build up a document in +memory), non-blocking (can be used with threading libraries), lazy (do not +consume input unless the signal stream is being read), and process the input in +a single pass. They automatically detect the character encoding of the input +stream, and convert everything to UTF-8.""" + +url { + src: "https://github.com/aantron/markup.ml/archive/1.0.0.tar.gz" + checksum: "md5=cf90d39e585ebc6834d6048e12593371" +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/melange/melange.4.0.0-52/opam b/packages/melange/melange.4.0.0-52/opam new file mode 100644 index 000000000..47f893b9b --- /dev/null +++ b/packages/melange/melange.4.0.0-52/opam @@ -0,0 +1,48 @@ +opam-version: "2.0" +synopsis: "Toolchain to produce JS from Reason/OCaml" +maintainer: ["Antonio Nuno Monteiro "] +authors: ["Antonio Nuno Monteiro "] +license: "LGPL-2.1-or-later" +homepage: "https://github.com/melange-re/melange" +bug-reports: "https://github.com/melange-re/melange/issues" +depends: [ + "dune" {>= "3.16" & <= "3.17.1"} + "ocaml" {>= "5.2" & < "5.3"} + "cmdliner" {>= "1.1.0" & <= "1.3.0"} + "dune-build-info" {<= "3.17.1"} + "cppo" {build & <= "1.8.0"} + "ounit" {with-test & <= "2.2.7"} + "reason" {with-test & >= "3.9.0" & <= "3.14.0"} + "ppxlib" {>= "0.30.0" & <= "0.33.1~5.3preview"} + "menhir" {>= "20201214" & <= "20240715"} + "reason-react-ppx" {with-test & post & <= "0.15.0"} + "merlin" {with-test & <= "5.3-502"} + "odoc" {with-doc & <= "2.4.4"} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "@install" + "@doc" {with-doc} + ] +] +available: false +dev-repo: "git+https://github.com/melange-re/melange.git" +url { + src: + "https://github.com/melange-re/melange/releases/download/4.0.0-52/melange-4.0.0-52.tbz" + checksum: [ + "sha256=f85c70663900460e645d5fa626f3143488106eba622611a19d721d9de6b921da" + "sha512=6b1a2d6678ca282eb1bd22df78984d1c03e563c0f5633dda4e453fefe1de54b734bfb61a2890d2d97e2aadc1680c9a2fa2997a9282b9cd5a7b9330c7602ac0e4" + ] +} +x-commit-hash: "e077cafc06c30c0af23b0a60c614f7f9270a3cc3" +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/merlin-lib/merlin-lib.4.14-502~preview/opam b/packages/merlin-lib/merlin-lib.4.14-502~preview/opam new file mode 100644 index 000000000..ef7eac982 --- /dev/null +++ b/packages/merlin-lib/merlin-lib.4.14-502~preview/opam @@ -0,0 +1,38 @@ +opam-version: "2.0" +maintainer: "defree@gmail.com" +authors: "The Merlin team" +homepage: "https://github.com/ocaml/merlin" +bug-reports: "https://github.com/ocaml/merlin/issues" +dev-repo: "git+https://github.com/ocaml/merlin.git" +license: "MIT" +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] +] +depends: [ + "ocaml" {>= "5.2" & < "5.3"} + "dune" {>= "2.9.0" & <= "3.17.1"} + "csexp" {>= "1.5.1" & <= "1.5.2"} + "menhir" {dev & >= "20201216" & <= "20240715"} + "menhirLib" {dev & >= "20201216" & <= "20240715"} + "menhirSdk" {dev & >= "20201216" & <= "20240715"} +] +flags: avoid-version +synopsis: + "Merlin's libraries" +description: + "These libraries provides access to low-level compiler interfaces and the + standard higher-level merlin protocol. The library is provided as-is, is not + thoroughly documented, and its public API might break with any new release." +url { + src: + "https://github.com/ocaml/merlin/archive/884c07820b144e88018e23b468aeaf24f43ea8da.tar.gz" + checksum: [ + "sha256=8b7dd4127d3b57780e1cfdbc10e3a580f94278e5df11d554419471bc43d0098a" + "sha512=2f2e0bea2e4a939064201dea820d69d8281c3acf3c0c5e81b0f89df8792e2bed37b0e82a40487704706b6fbf82dfc03a4258579b111a0d619cc33a4043ceb3d4" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/merlin-lib/merlin-lib.4.4~5.0.preview/opam b/packages/merlin-lib/merlin-lib.4.4~5.0.preview/opam new file mode 100644 index 000000000..fea86dd49 --- /dev/null +++ b/packages/merlin-lib/merlin-lib.4.4~5.0.preview/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "defree@gmail.com" +authors: "The Merlin team" +homepage: "https://github.com/ocaml/merlin" +bug-reports: "https://github.com/ocaml/merlin/issues" +dev-repo: "git+https://github.com/ocaml/merlin.git" +license: "MIT" +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] +] +depends: [ + "ocaml" {>= "5.0" & < "5.1"} + "dune" {>= "2.9.0" & <= "3.17.1"} + "csexp" {>= "1.5.1" & <= "1.5.2"} + "menhir" {dev & <= "20240715"} + "menhirLib" {dev & <= "20240715"} + "menhirSdk" {dev & <= "20240715"} +] +synopsis: + "Merlin's libraries" +description: + "These libraries provides access to low-level compiler interfaces and the + standard higher-level merlin protocol. The library is provided as-is, is not + thoroughly documented, and its public API might break with any new release." +url { + src: "git+https://github.com/kit-ty-kate/merlin.git#500" +} +available: false # preview packages are not meant to be used indefinitely +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/merlin/merlin.4.14-502~preview/opam b/packages/merlin/merlin.4.14-502~preview/opam new file mode 100644 index 000000000..66e8b3a98 --- /dev/null +++ b/packages/merlin/merlin.4.14-502~preview/opam @@ -0,0 +1,85 @@ +opam-version: "2.0" +maintainer: "defree@gmail.com" +authors: "The Merlin team" +homepage: "https://github.com/ocaml/merlin" +bug-reports: "https://github.com/ocaml/merlin/issues" +dev-repo: "git+https://github.com/ocaml/merlin.git" +license: "MIT" +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +depends: [ + "ocaml" {>= "5.2" & < "5.3"} + "dune" {>= "2.9.0" & <= "3.17.1"} + "merlin-lib" {= version} + "dot-merlin-reader" {= version} + "yojson" {>= "2.0.0" & <= "2.2.2"} + "conf-jq" {with-test & = "1"} + "ppxlib" {with-test & <= "0.33.1~5.3preview"} +] +conflicts: [ + "seq" {!= "base"} + "base-effects" +] +flags: avoid-version +synopsis: + "Editor helper, provides completion, typing and source browsing in Vim and Emacs" +description: + "Merlin is an assistant for editing OCaml code. It aims to provide the features available in modern IDEs: error reporting, auto completion, source browsing and much more." +post-messages: [ + "merlin installed. + +Quick setup for VIM +------------------- +Append this to your .vimrc to add merlin to vim's runtime-path: + let g:opamshare = substitute(system('opam var share'),'\\n$','','''') + execute \"set rtp+=\" . g:opamshare . \"/merlin/vim\" + +Also run the following line in vim to index the documentation: + :execute \"helptags \" . g:opamshare . \"/merlin/vim/doc\" + +Quick setup for EMACS +------------------- +Add opam emacs directory to your load-path by appending this to your .emacs: + (let ((opam-share (ignore-errors (car (process-lines \"opam\" \"var\" \"share\"))))) + (when (and opam-share (file-directory-p opam-share)) + ;; Register Merlin + (add-to-list 'load-path (expand-file-name \"emacs/site-lisp\" opam-share)) + (autoload 'merlin-mode \"merlin\" nil t nil) + ;; Automatically start it in OCaml buffers + (add-hook 'tuareg-mode-hook 'merlin-mode t) + (add-hook 'caml-mode-hook 'merlin-mode t) + ;; Use opam switch to lookup ocamlmerlin binary + (setq merlin-command 'opam) + ;; To easily change opam switches within a given Emacs session, you can + ;; install the minor mode https://github.com/ProofGeneral/opam-switch-mode + ;; and use one of its \"OPSW\" menus. + )) +Take a look at https://github.com/ocaml/merlin for more information + +Quick setup with opam-user-setup +-------------------------------- + +Opam-user-setup support Merlin. + + $ opam user-setup install + +should take care of basic setup. +See https://github.com/OCamlPro/opam-user-setup +" + {success & !user-setup:installed} +] +url { + src: + "https://github.com/ocaml/merlin/archive/884c07820b144e88018e23b468aeaf24f43ea8da.tar.gz" + checksum: [ + "sha256=8b7dd4127d3b57780e1cfdbc10e3a580f94278e5df11d554419471bc43d0098a" + "sha512=2f2e0bea2e4a939064201dea820d69d8281c3acf3c0c5e81b0f89df8792e2bed37b0e82a40487704706b6fbf82dfc03a4258579b111a0d619cc33a4043ceb3d4" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/merlin/merlin.4.3.2~4.13preview/opam b/packages/merlin/merlin.4.3.2~4.13preview/opam new file mode 100644 index 000000000..7d5e4a7b7 --- /dev/null +++ b/packages/merlin/merlin.4.3.2~4.13preview/opam @@ -0,0 +1,80 @@ +opam-version: "2.0" +maintainer: "defree@gmail.com" +authors: "The Merlin team" +homepage: "https://github.com/ocaml/merlin" +bug-reports: "https://github.com/ocaml/merlin/issues" +dev-repo: "git+https://github.com/ocaml/merlin.git" +license: "MIT" +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" "merlin,dot-merlin-reader" "-j" jobs] {with-test} +] +flags: avoid-version +depends: [ + "ocaml" {>= "4.13" & < "4.14"} + "dune" {>= "2.9.0" & <= "3.17.1"} + "dot-merlin-reader" {>= "4.0" & <= "5.3-502"} + "yojson" {>= "1.6.0" & < "2.0.0"} + "conf-jq" {with-test & = "1"} + "csexp" {>= "1.2.3" & <= "1.5.2"} + "result" {= "1.5"} + "menhir" {dev & <= "20240715"} + "menhirLib" {dev & <= "20240715"} + "menhirSdk" {dev & <= "20240715"} +] +conflicts: [ + "biniou" {>= "1.2.2"} +] +synopsis: + "Editor helper, provides completion, typing and source browsing in Vim and Emacs" +description: + "Merlin is an assistant for editing OCaml code. It aims to provide the features available in modern IDEs: error reporting, auto completion, source browsing and much more." +post-messages: [ + "merlin installed. + +Quick setup for VIM +------------------- +Append this to your .vimrc to add merlin to vim's runtime-path: + let g:opamshare = substitute(system('opam var share'),'\\n$','','''') + execute \"set rtp+=\" . g:opamshare . \"/merlin/vim\" + +Also run the following line in vim to index the documentation: + :execute \"helptags \" . g:opamshare . \"/merlin/vim/doc\" + +Quick setup for EMACS +------------------- +Add opam emacs directory to your load-path by appending this to your .emacs: + (let ((opam-share (ignore-errors (car (process-lines \"opam\" \"config\" \"var\" \"share\"))))) + (when (and opam-share (file-directory-p opam-share)) + ;; Register Merlin + (add-to-list 'load-path (expand-file-name \"emacs/site-lisp\" opam-share)) + (autoload 'merlin-mode \"merlin\" nil t nil) + ;; Automatically start it in OCaml buffers + (add-hook 'tuareg-mode-hook 'merlin-mode t) + (add-hook 'caml-mode-hook 'merlin-mode t) + ;; Use opam switch to lookup ocamlmerlin binary + (setq merlin-command 'opam))) + +Take a look at https://github.com/ocaml/merlin for more information + +Quick setup with opam-user-setup +-------------------------------- + +Opam-user-setup support Merlin. + + $ opam user-setup install + +should take care of basic setup. +See https://github.com/OCamlPro/opam-user-setup +" + {success & !user-setup:installed} +] +x-commit-hash: "ba8ec63cf40b8999238c4639d111ca3bdb1e34cf" +url { + src: "git+https://github.com/kit-ty-kate/merlin.git#4.13" +} +available: false # preview packages are not meant to be used indefinitely +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/merlin/merlin.4.4.1~4.14preview/opam b/packages/merlin/merlin.4.4.1~4.14preview/opam new file mode 100644 index 000000000..dd201f36b --- /dev/null +++ b/packages/merlin/merlin.4.4.1~4.14preview/opam @@ -0,0 +1,78 @@ +opam-version: "2.0" +maintainer: "defree@gmail.com" +authors: "The Merlin team" +homepage: "https://github.com/ocaml/merlin" +bug-reports: "https://github.com/ocaml/merlin/issues" +dev-repo: "git+https://github.com/ocaml/merlin.git" +license: "MIT" +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] +] +flags: avoid-version +depends: [ + "ocaml" {>= "4.14" & < "4.15"} + "dune" {>= "2.9.0" & <= "3.17.1"} + "dot-merlin-reader" {>= "4.0" & <= "5.3-502"} + "yojson" {>= "1.6.0" & < "2.0.0"} + "conf-jq" {with-test & = "1"} + "csexp" {>= "1.2.3" & <= "1.5.2"} + "result" {= "1.5"} + "menhir" {dev & <= "20240715"} + "menhirLib" {dev & <= "20240715"} + "menhirSdk" {dev & <= "20240715"} +] +conflicts: [ + "biniou" {>= "1.2.2"} +] +synopsis: + "Editor helper, provides completion, typing and source browsing in Vim and Emacs" +description: + "Merlin is an assistant for editing OCaml code. It aims to provide the features available in modern IDEs: error reporting, auto completion, source browsing and much more." +post-messages: [ + "merlin installed. + +Quick setup for VIM +------------------- +Append this to your .vimrc to add merlin to vim's runtime-path: + let g:opamshare = substitute(system('opam var share'),'\\n$','','''') + execute \"set rtp+=\" . g:opamshare . \"/merlin/vim\" + +Also run the following line in vim to index the documentation: + :execute \"helptags \" . g:opamshare . \"/merlin/vim/doc\" + +Quick setup for EMACS +------------------- +Add opam emacs directory to your load-path by appending this to your .emacs: + (let ((opam-share (ignore-errors (car (process-lines \"opam\" \"var\" \"share\"))))) + (when (and opam-share (file-directory-p opam-share)) + ;; Register Merlin + (add-to-list 'load-path (expand-file-name \"emacs/site-lisp\" opam-share)) + (autoload 'merlin-mode \"merlin\" nil t nil) + ;; Automatically start it in OCaml buffers + (add-hook 'tuareg-mode-hook 'merlin-mode t) + (add-hook 'caml-mode-hook 'merlin-mode t) + ;; Use opam switch to lookup ocamlmerlin binary + (setq merlin-command 'opam))) + +Take a look at https://github.com/ocaml/merlin for more information + +Quick setup with opam-user-setup +-------------------------------- + +Opam-user-setup support Merlin. + + $ opam user-setup install + +should take care of basic setup. +See https://github.com/OCamlPro/opam-user-setup +" + {success & !user-setup:installed} +] +url { + src: "git+https://github.com/kit-ty-kate/merlin.git#414" +} +available: false # Preview +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/merlin/merlin.4.6.1~5.0preview/opam b/packages/merlin/merlin.4.6.1~5.0preview/opam new file mode 100644 index 000000000..d2e9a7f74 --- /dev/null +++ b/packages/merlin/merlin.4.6.1~5.0preview/opam @@ -0,0 +1,74 @@ +opam-version: "2.0" +maintainer: "defree@gmail.com" +authors: "The Merlin team" +homepage: "https://github.com/ocaml/merlin" +bug-reports: "https://github.com/ocaml/merlin/issues" +dev-repo: "git+https://github.com/ocaml/merlin.git" +license: "MIT" +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] +] +flags: avoid-version +depends: [ + "ocaml" {>= "5.0" & < "5.1"} + "dune" {>= "2.9.0" & <= "3.17.1"} + "merlin-lib" {<= "5.3-502"} + "dot-merlin-reader" {>= "4.4~5.0.preview" & <= "5.3-502"} + "yojson" {>= "2.0.0" & <= "2.2.2"} + "conf-jq" {with-test & = "1"} +] +conflicts: [ + "seq" {!= "base"} +] +synopsis: + "Editor helper, provides completion, typing and source browsing in Vim and Emacs" +description: + "Merlin is an assistant for editing OCaml code. It aims to provide the features available in modern IDEs: error reporting, auto completion, source browsing and much more." +post-messages: [ + "merlin installed. + +Quick setup for VIM +------------------- +Append this to your .vimrc to add merlin to vim's runtime-path: + let g:opamshare = substitute(system('opam var share'),'\\n$','','''') + execute \"set rtp+=\" . g:opamshare . \"/merlin/vim\" + +Also run the following line in vim to index the documentation: + :execute \"helptags \" . g:opamshare . \"/merlin/vim/doc\" + +Quick setup for EMACS +------------------- +Add opam emacs directory to your load-path by appending this to your .emacs: + (let ((opam-share (ignore-errors (car (process-lines \"opam\" \"var\" \"share\"))))) + (when (and opam-share (file-directory-p opam-share)) + ;; Register Merlin + (add-to-list 'load-path (expand-file-name \"emacs/site-lisp\" opam-share)) + (autoload 'merlin-mode \"merlin\" nil t nil) + ;; Automatically start it in OCaml buffers + (add-hook 'tuareg-mode-hook 'merlin-mode t) + (add-hook 'caml-mode-hook 'merlin-mode t) + ;; Use opam switch to lookup ocamlmerlin binary + (setq merlin-command 'opam))) + +Take a look at https://github.com/ocaml/merlin for more information + +Quick setup with opam-user-setup +-------------------------------- + +Opam-user-setup support Merlin. + + $ opam user-setup install + +should take care of basic setup. +See https://github.com/OCamlPro/opam-user-setup +" + {success & !user-setup:installed} +] +url { + src: "git+https://github.com/kit-ty-kate/merlin.git#500" +} +available: false # preview +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-block-combinators/mirage-block-combinators.2.0.0/opam b/packages/mirage-block-combinators/mirage-block-combinators.2.0.0/opam new file mode 100644 index 000000000..f3aae7ba7 --- /dev/null +++ b/packages/mirage-block-combinators/mirage-block-combinators.2.0.0/opam @@ -0,0 +1,38 @@ +opam-version: "2.0" +maintainer: "dave@recoil.org" +authors: "David Scott" +license: "ISC" +tags: "org:mirage" +homepage: "https://github.com/mirage/mirage-block" +doc: "https://mirage.github.io/mirage-block/" +bug-reports: "https://github.com/mirage/mirage-block/issues" +depends: [ + "ocaml" {>= "4.06.0"} + "dune" {>= "1.0" & <= "3.17.1"} + "cstruct" {>= "2.0.0" & < "6.0.1"} + "io-page" {<= "3.0.0"} + "lwt" {>= "4.0.0" & <= "5.9.0"} + "logs" {<= "0.7.0"} + "mirage-block" {=version} +] +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] +] +dev-repo: "git+https://github.com/mirage/mirage-block.git" +synopsis: "Block signatures and implementations for MirageOS using Lwt" +description: """ +This repo contains generic operations over Mirage `BLOCK` devices. +This package is specialised to the Lwt concurrency library for IO. +""" +url { + src: + "https://github.com/mirage/mirage-block/releases/download/v2.0.0/mirage-block-v2.0.0.tbz" + checksum: [ + "sha256=50c87e7d8085c3ac1b8238e344498df56dac9e242350e8d429564c5b3c531b17" + "sha512=999032a535860603bc4c5e35592bff5518856edb00d4eea996e95c5c1f94425981cd50e5c570778b9d887d2e942bfe14e4b1e68e73bcf7fd26545a8e23b8c10f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-block-xen/mirage-block-xen.0.3.1/opam b/packages/mirage-block-xen/mirage-block-xen.0.3.1/opam new file mode 100644 index 000000000..392aa60f0 --- /dev/null +++ b/packages/mirage-block-xen/mirage-block-xen.0.3.1/opam @@ -0,0 +1,45 @@ +opam-version: "2.0" +maintainer: "dave@recoil.org" +homepage: "https://github.com/mirage/mirage-block-xen" +dev-repo: "git+https://github.com/mirage/mirage-block-xen.git" +bug-reports: "https://github.com/mirage/mirage-block-xen/issues" +authors: [ + "Anil Madhavapeddy" + "David Scott" + "Thomas Leonard" +] +license: "ISC" +tags: [ + "org:mirage" + "org:xapi-project" +] +build: [ + [make] +] +install: [make "install" "BINDIR=%{bin}%"] +remove: [[make "uninstall" "BINDIR=%{bin}%"]] +depends: [ + "ocaml" {>= "4.00.0"} + "ocamlfind" {<= "1.9.6"} + "cmdliner" {<= "1.3.0"} + "lwt" {>= "2.4.3" & <= "5.9.0"} + "cstruct" {>= "0.8.1" & <= "1.9.0"} + "type_conv" {<= "113.00.02"} + "shared-memory-ring" {>= "0.4.1" & <= "3.2.1"} + "mirage-types" {= "0.3.0"} + "io-page-xen" {>= "0.9.9" & <= "2.3.0"} + "mirage-xen" {>= "0.9.9" & < "3.3.0"} + "ocamlbuild" {build & <= "0.15.0"} +] +available: false +synopsis: "Virtual package which installs the MirageOS block driver for xen" +url { + src: "https://github.com/mirage/mirage-block-xen/archive/0.3.1.tar.gz" + checksum: [ + "sha256=7508a97befb176f9d1d0f1c353a6a92f1901c7d746366d4f5e8cf880e6a5b13e" + "md5=9bfb6541332b0878f70213518ea668ae" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-block-xen/mirage-block-xen.0.4.0/opam b/packages/mirage-block-xen/mirage-block-xen.0.4.0/opam new file mode 100644 index 000000000..718d079c8 --- /dev/null +++ b/packages/mirage-block-xen/mirage-block-xen.0.4.0/opam @@ -0,0 +1,45 @@ +opam-version: "2.0" +maintainer: "dave@recoil.org" +homepage: "https://github.com/mirage/mirage-block-xen" +dev-repo: "git+https://github.com/mirage/mirage-block-xen.git" +bug-reports: "https://github.com/mirage/mirage-block-xen/issues" +authors: [ + "Anil Madhavapeddy" + "David Scott" + "Thomas Leonard" +] +license: "ISC" +tags: [ + "org:mirage" + "org:xapi-project" +] +build: [ + [make] +] +install: [make "install" "BINDIR=%{bin}%"] +remove: [[make "uninstall" "BINDIR=%{bin}%"]] +depends: [ + "ocaml" {>= "4.00.0"} + "ocamlfind" {<= "1.9.6"} + "cmdliner" {<= "1.3.0"} + "lwt" {>= "2.4.3" & <= "5.9.0"} + "cstruct" {>= "0.8.1" & <= "1.9.0"} + "type_conv" {<= "113.00.02"} + "shared-memory-ring" {>= "0.4.1" & <= "3.2.1"} + "mirage-types" {>= "0.4.0" & < "1.1.0"} + "io-page-xen" {>= "0.9.9" & <= "2.3.0"} + "mirage-xen" {>= "0.9.9" & < "3.3.0"} + "ocamlbuild" {build & <= "0.15.0"} +] +available: false +synopsis: "Virtual package which installs the MirageOS block driver for xen" +url { + src: "https://github.com/mirage/mirage-block-xen/archive/0.4.0.tar.gz" + checksum: [ + "sha256=c67a8b3081606d8743ba5dcd26a783231aeacfe5397c3a367ef55b31376f3c45" + "md5=0e5aec9845340464c2890ac1f73fda44" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-block-xen/mirage-block-xen.1.0.0/opam b/packages/mirage-block-xen/mirage-block-xen.1.0.0/opam new file mode 100644 index 000000000..5d51b0110 --- /dev/null +++ b/packages/mirage-block-xen/mirage-block-xen.1.0.0/opam @@ -0,0 +1,46 @@ +opam-version: "2.0" +maintainer: "dave@recoil.org" +homepage: "https://github.com/mirage/mirage-block-xen" +dev-repo: "git+https://github.com/mirage/mirage-block-xen.git" +bug-reports: "https://github.com/mirage/mirage-block-xen/issues" +authors: [ + "Anil Madhavapeddy" + "David Scott" + "Thomas Leonard" +] +license: "ISC" +tags: [ + "org:mirage" + "org:xapi-project" +] +build: [ + [make] +] +install: [make "install" "BINDIR=%{bin}%"] +remove: [[make "uninstall" "BINDIR=%{bin}%"]] +depends: [ + "ocaml" {>= "4.00.0"} + "ocamlfind" {<= "1.9.6"} + "cmdliner" {<= "1.3.0"} + "lwt" {>= "2.4.3" & <= "5.9.0"} + "cstruct" {>= "1.0.1" & <= "1.9.0"} + "type_conv" {<= "113.00.02"} + "shared-memory-ring" {>= "0.4.1" & <= "3.2.1"} + "mirage-types" {>= "0.5.0" & < "1.1.0"} + "io-page-xen" {>= "0.9.9" & <= "2.3.0"} + "mirage-xen" {>= "0.9.9" & < "3.3.0"} + "ocamlbuild" {build & <= "0.15.0"} +] +available: false +synopsis: + "MirageOS block driver for Xen that implements the blkfront/back protocol" +url { + src: "https://github.com/mirage/mirage-block-xen/archive/v1.0.0.tar.gz" + checksum: [ + "sha256=43a5030f7afdd38e45f47ff7f61a19ccac718a6f19e7a2c1f4cc82134ca93760" + "md5=c2d18a5defa8069b435dc55bf7e77ecc" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-block-xen/mirage-block-xen.1.1.0/opam b/packages/mirage-block-xen/mirage-block-xen.1.1.0/opam new file mode 100644 index 000000000..d9023736c --- /dev/null +++ b/packages/mirage-block-xen/mirage-block-xen.1.1.0/opam @@ -0,0 +1,47 @@ +opam-version: "2.0" +maintainer: "dave@recoil.org" +homepage: "https://github.com/mirage/mirage-block-xen" +dev-repo: "git+https://github.com/mirage/mirage-block-xen.git" +bug-reports: "https://github.com/mirage/mirage-block-xen/issues" +authors: [ + "Anil Madhavapeddy" + "David Scott" + "Thomas Leonard" +] +license: "ISC" +tags: [ + "org:mirage" + "org:xapi-project" +] +build: [ + [make] +] +install: [make "install" "BINDIR=%{bin}%"] +remove: [[make "uninstall" "BINDIR=%{bin}%"]] +depends: [ + "ocaml" {>= "4.00.0"} + "ocamlfind" {<= "1.9.6"} + "cmdliner" {<= "1.3.0"} + "lwt" {>= "2.4.3" & <= "5.9.0"} + "cstruct" {>= "1.0.1" & <= "1.9.0"} + "type_conv" {<= "113.00.02"} + "shared-memory-ring" {>= "0.4.1" & <= "3.2.1"} + "mirage-types" {>= "1.1.0" & <= "2.2.0"} + "ipaddr" {<= "5.6.0"} + "io-page" {>= "1.0.0" & < "1.3.0"} + "mirage-xen" {>= "1.0.1" & < "3.3.0"} + "ocamlbuild" {build & <= "0.15.0"} +] +available: false +synopsis: + "MirageOS block driver for Xen that implements the blkfront/back protocol" +url { + src: "https://github.com/mirage/mirage-block-xen/archive/v1.1.0.tar.gz" + checksum: [ + "sha256=2bab5d714a6897edb640f4dc6fc0796c7a11918827dcdcfb2fa783ff5f337c01" + "md5=7534c0af1b13e227ab79a4d554a6c942" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-block-xen/mirage-block-xen.1.2.0/opam b/packages/mirage-block-xen/mirage-block-xen.1.2.0/opam new file mode 100644 index 000000000..b28eec879 --- /dev/null +++ b/packages/mirage-block-xen/mirage-block-xen.1.2.0/opam @@ -0,0 +1,52 @@ +opam-version: "2.0" +maintainer: "dave@recoil.org" +homepage: "https://github.com/mirage/mirage-block-xen" +dev-repo: "git+https://github.com/mirage/mirage-block-xen.git" +bug-reports: "https://github.com/mirage/mirage-block-xen/issues" +authors: [ + "Anil Madhavapeddy" + "David Scott" + "Thomas Leonard" +] +license: "ISC" +tags: [ + "org:mirage" + "org:xapi-project" +] +build: [ + [make] +] +install: [make "install" "BINDIR=%{bin}%"] +remove: [[make "uninstall" "BINDIR=%{bin}%"]] +depends: [ + "ocaml" {>= "4.00.0"} + "ocamlfind" {<= "1.9.6"} + "cmdliner" {<= "1.3.0"} + "lwt" {>= "2.4.3" & <= "5.9.0"} + "cstruct" {>= "1.0.1" & <= "1.9.0"} + "type_conv" {<= "113.00.02"} + "shared-memory-ring" {>= "0.4.1" & <= "3.2.1"} + "mirage-types" {>= "1.1.0" & <= "2.2.0"} + "ipaddr" {<= "5.6.0"} + "io-page" {>= "1.0.0" & < "1.3.0"} + "mirage-xen" {>= "1.0.1" & < "3.3.0"} + "ocamlbuild" {build & <= "0.15.0"} +] +available: false +synopsis: + "MirageOS block driver for Xen that implements the blkfront/back protocol" +description: """ +This library allows + - MirageOS VMs to read and write disk data on Xen + - MirageOS VMs and userspace apps to act as disk servers for other VMs running + on the same Xen host""" +url { + src: "https://github.com/mirage/mirage-block-xen/archive/v1.2.0.tar.gz" + checksum: [ + "sha256=7b21d01b927cc02fd6602f38f34b8434330f5693546f15f92180668df33bd003" + "md5=e8af54601155b8b0e290353133fe600a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-block-xen/mirage-block-xen.1.3.0/opam b/packages/mirage-block-xen/mirage-block-xen.1.3.0/opam new file mode 100644 index 000000000..c62e9a8bc --- /dev/null +++ b/packages/mirage-block-xen/mirage-block-xen.1.3.0/opam @@ -0,0 +1,52 @@ +opam-version: "2.0" +maintainer: "dave@recoil.org" +homepage: "https://github.com/mirage/mirage-block-xen" +dev-repo: "git+https://github.com/mirage/mirage-block-xen.git" +bug-reports: "https://github.com/mirage/mirage-block-xen/issues" +authors: [ + "Anil Madhavapeddy" + "David Scott" + "Thomas Leonard" +] +license: "ISC" +tags: [ + "org:mirage" + "org:xapi-project" +] +build: [ + [make] +] +install:[make "install" "BINDIR=%{bin}%"] +remove: [[make "uninstall" "BINDIR=%{bin}%"]] +depends: [ + "ocaml" {>= "4.00.0"} + "ocamlfind" {<= "1.9.6"} + "cmdliner" {<= "1.3.0"} + "lwt" {>= "2.4.3" & <= "5.9.0"} + "cstruct" {>= "1.0.1" & <= "1.9.0"} + "type_conv" {<= "113.00.02"} + "shared-memory-ring" {>= "0.4.1" & <= "3.2.1"} + "mirage-types" {>= "1.1.0" & <= "2.2.0"} + "ipaddr" {<= "5.6.0"} + "io-page" {>= "1.4.0" & <= "3.0.0"} + "mirage-xen" {>= "1.0.1" & < "3.3.0"} + "ocamlbuild" {build & <= "0.15.0"} +] +available: false +synopsis: + "MirageOS block driver for Xen that implements the blkfront/back protocol" +description: """ +This library allows + - MirageOS VMs to read and write disk data on Xen + - MirageOS VMs and userspace apps to act as disk servers for other VMs running + on the same Xen host""" +url { + src: "https://github.com/mirage/mirage-block-xen/archive/v1.3.0.tar.gz" + checksum: [ + "sha256=004c50d86968b55f133a518084fb3f9e69194431b178fe63b0468bdf8bb1ea89" + "md5=eb4c40337747dd0c6c61c9a0414c4bc8" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-block-xen/mirage-block-xen.1.3.1/opam b/packages/mirage-block-xen/mirage-block-xen.1.3.1/opam new file mode 100644 index 000000000..71f48622e --- /dev/null +++ b/packages/mirage-block-xen/mirage-block-xen.1.3.1/opam @@ -0,0 +1,49 @@ +opam-version: "2.0" +maintainer: "dave@recoil.org" +homepage: "https://github.com/mirage/mirage-block-xen" +dev-repo: "git+https://github.com/mirage/mirage-block-xen.git" +bug-reports: "https://github.com/mirage/mirage-block-xen/issues" +authors: ["Anil Madhavapeddy" "David Scott" "Thomas Leonard"] +license: "ISC" +tags: ["org:mirage" "org:xapi-project"] +build: [ + [make] +] +install: [ + [make "install" "BINDIR=%{bin}%"] +] +remove: [ + [make "uninstall" "BINDIR=%{bin}%"] +] +depends: [ + "ocaml" {>= "4.00.0"} + "ocamlfind" {<= "1.9.6"} + "cmdliner" {<= "1.3.0"} + "lwt" {>= "2.4.3" & <= "5.9.0"} + "cstruct" {>= "1.0.1" & <= "1.9.0"} + "type_conv" {<= "113.00.02"} + "shared-memory-ring" {>= "0.4.1" & <= "3.2.1"} + "mirage-types" {>= "1.1.0" & < "3.0.0"} + "ipaddr" {<= "5.6.0"} + "io-page" {>= "1.4.0" & <= "3.0.0"} + "mirage-xen" {>= "1.0.1" & < "3.3.0"} + "ocamlbuild" {build & <= "0.15.0"} +] +available: false +synopsis: + "MirageOS block driver for Xen that implements the blkfront/back protocol" +description: """ +This library allows + - MirageOS VMs to read and write disk data on Xen + - MirageOS VMs and userspace apps to act as disk servers for other VMs running + on the same Xen host""" +url { + src: "https://github.com/mirage/mirage-block-xen/archive/v1.3.1.tar.gz" + checksum: [ + "sha256=fc5e1bd1c8abf4f6a0c6f9b71ee09e7ca03f87c88b09a619681d1755eb8bff78" + "md5=966e9401f5e4d44e47b1d94c530bba8f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-block-xen/mirage-block-xen.1.4.0/opam b/packages/mirage-block-xen/mirage-block-xen.1.4.0/opam new file mode 100644 index 000000000..dfd97ca4a --- /dev/null +++ b/packages/mirage-block-xen/mirage-block-xen.1.4.0/opam @@ -0,0 +1,50 @@ +opam-version: "2.0" +maintainer: "dave@recoil.org" +homepage: "https://github.com/mirage/mirage-block-xen" +dev-repo: "git+https://github.com/mirage/mirage-block-xen.git" +bug-reports: "https://github.com/mirage/mirage-block-xen/issues" +authors: ["Anil Madhavapeddy" "David Scott" "Thomas Leonard"] +license: "ISC" +tags: ["org:mirage" "org:xapi-project"] +build: [ + [make] +] +install: [ + [make "install" "BINDIR=%{bin}%"] +] +remove: [ + [make "uninstall" "BINDIR=%{bin}%"] +] +depends: [ + "ocaml" {>= "4.02.0"} + "ocamlfind" {<= "1.9.6"} + "cmdliner" {<= "1.3.0"} + "logs" {<= "0.7.0"} + "stringext" {<= "1.6.0"} + "lwt" {>= "2.4.3" & <= "5.9.0"} + "cstruct" {>= "1.9.0" & <= "6.2.0"} + "ppx_tools" {<= "6.6"} + "shared-memory-ring" {>= "0.4.1" & < "2.0.0"} + "mirage-types" {>= "1.1.0" & < "3.0.0"} + "ipaddr" {<= "5.6.0"} + "io-page" {>= "1.4.0" & <= "3.0.0"} + "mirage-xen" {>= "1.0.1" & < "3.3.0"} +] +available: false +synopsis: + "MirageOS block driver for Xen that implements the blkfront/back protocol" +description: """ +This library allows + - MirageOS VMs to read and write disk data on Xen + - MirageOS VMs and userspace apps to act as disk servers for other VMs running + on the same Xen host""" +url { + src: "https://github.com/mirage/mirage-block-xen/archive/v1.4.0.tar.gz" + checksum: [ + "sha256=7054c7ad66863174f1154ee5305fed3ecda04345aeb75f00cf54eda989eec4b8" + "md5=4e34cb99edab0d33539ef571356d567f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-block-xen/mirage-block-xen.1.5.0/opam b/packages/mirage-block-xen/mirage-block-xen.1.5.0/opam new file mode 100644 index 000000000..2aba1a05c --- /dev/null +++ b/packages/mirage-block-xen/mirage-block-xen.1.5.0/opam @@ -0,0 +1,52 @@ +opam-version: "2.0" +maintainer: "dave@recoil.org" +homepage: "https://github.com/mirage/mirage-block-xen" +dev-repo: "git+https://github.com/mirage/mirage-block-xen.git" +bug-reports: "https://github.com/mirage/mirage-block-xen/issues" +authors: [ + "Anil Madhavapeddy" + "David Scott" + "Thomas Leonard" +] +license: "ISC" +tags: [ + "org:mirage" + "org:xapi-project" +] +build: [ [make] ] +install: [ [make "install" "BINDIR=%{bin}%"] ] +remove: [ [make "uninstall" "BINDIR=%{bin}%"] ] +depends: [ + "ocaml" {>= "4.03.0"} + "ocamlfind" {<= "1.9.6"} + "cmdliner" {<= "1.3.0"} + "logs" {<= "0.7.0"} + "stringext" {<= "1.6.0"} + "lwt" {>= "2.4.3" & <= "5.9.0"} + "cstruct" {>= "1.9.0" & <= "6.2.0"} + "ppx_tools" {<= "6.6"} + "shared-memory-ring" {>= "0.4.1" & < "2.0.0"} + "mirage-block-lwt" {>= "1.0.0" & <= "1.2.0"} + "ipaddr" {<= "5.6.0"} + "io-page" {>= "1.4.0" & <= "3.0.0"} + "mirage-xen" {>= "1.0.1" & < "3.3.0"} + "rresult" {<= "0.7.0"} +] +available: false +synopsis: + "MirageOS block driver for Xen that implements the blkfront/back protocol" +description: """ +This library allows + - MirageOS VMs to read and write disk data on Xen + - MirageOS VMs and userspace apps to act as disk servers for other VMs running + on the same Xen host""" +url { + src: "https://github.com/mirage/mirage-block-xen/archive/v1.5.0.tar.gz" + checksum: [ + "sha256=5b31c22c720f4554ecbbc98b1328e4999b2f543dd62dec44f9c5c5773606581d" + "md5=57ba888b8ed46944ec8ce65d781df203" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-block-xen/mirage-block-xen.1.5.2/opam b/packages/mirage-block-xen/mirage-block-xen.1.5.2/opam new file mode 100644 index 000000000..7bb20e2aa --- /dev/null +++ b/packages/mirage-block-xen/mirage-block-xen.1.5.2/opam @@ -0,0 +1,59 @@ +opam-version: "2.0" +maintainer: "dave@recoil.org" +homepage: "https://github.com/mirage/mirage-block-xen" +dev-repo: "git+https://github.com/mirage/mirage-block-xen.git" +bug-reports: "https://github.com/mirage/mirage-block-xen/issues" +doc: "https://mirage.github.io/mirage-block-xen" + +authors: [ + "Anil Madhavapeddy" + "David Scott" + "Thomas Leonard" +] +license: "ISC" +tags: [ + "org:mirage" + "org:xapi-project" +] + +build: [ + ["jbuilder" "subst" "-p" name] {dev} + [ "jbuilder" "build" "-p" name "-j" jobs ] +] + +depends: [ + "ocaml" {>= "4.03.0"} + "ocamlfind" {build & <= "1.9.6"} + "jbuilder" {>= "1.0+beta9" & <= "transition"} + "cmdliner" {<= "1.3.0"} + "logs" {<= "0.7.0"} + "stringext" {<= "1.6.0"} + "lwt" {>= "2.4.3" & <= "5.9.0"} + "cstruct" {>= "1.9.0" & < "3.4.0"} + "ppx_tools" {<= "6.6"} + "shared-memory-ring-lwt" {<= "3.2.1"} + "mirage-block-lwt" {>= "1.0.0" & <= "1.2.0"} + "ipaddr" {<= "5.6.0"} + "io-page" {>= "1.4.0" & <= "3.0.0"} + "mirage-xen" {>= "1.0.1" & < "3.3.0"} + "rresult" {<= "0.7.0"} +] +synopsis: + "MirageOS block driver for Xen that implements the blkfront/back protocol" +description: """ +This library allows + - MirageOS VMs to read and write disk data on Xen + - MirageOS VMs and userspace apps to act as disk servers for other VMs running + on the same Xen host""" +url { + src: + "https://github.com/mirage/mirage-block-xen/releases/download/1.5.2/mirage-block-xen-1.5.2.tbz" + checksum: [ + "sha256=476d5f9ef77e20870bb89c50378780d738875add038efebe68ce20f766310ef7" + "md5=b630121cf6bd734ac01680fff24e6d04" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-block-xen/mirage-block-xen.1.5.3/opam b/packages/mirage-block-xen/mirage-block-xen.1.5.3/opam new file mode 100644 index 000000000..777a86102 --- /dev/null +++ b/packages/mirage-block-xen/mirage-block-xen.1.5.3/opam @@ -0,0 +1,59 @@ +opam-version: "2.0" +maintainer: "dave@recoil.org" +homepage: "https://github.com/mirage/mirage-block-xen" +dev-repo: "git+https://github.com/mirage/mirage-block-xen.git" +bug-reports: "https://github.com/mirage/mirage-block-xen/issues" +doc: "https://mirage.github.io/mirage-block-xen" + +authors: [ + "Anil Madhavapeddy" + "David Scott" + "Thomas Leonard" +] +license: "ISC" +tags: [ + "org:mirage" + "org:xapi-project" +] + +build: [ + ["jbuilder" "subst" "-p" name] {dev} + [ "jbuilder" "build" "-p" name "-j" jobs ] +] + +depends: [ + "ocaml" {>= "4.03.0"} + "ocamlfind" {build & <= "1.9.6"} + "jbuilder" {>= "1.0+beta9" & <= "transition"} + "cmdliner" {<= "1.3.0"} + "logs" {<= "0.7.0"} + "stringext" {<= "1.6.0"} + "lwt" {>= "2.4.3" & <= "5.9.0"} + "cstruct" {>= "1.9.0" & <"3.4.0"} + "ppx_tools" {<= "6.6"} + "shared-memory-ring-lwt" {<= "3.2.1"} + "mirage-block-lwt" {>= "1.0.0" & <= "1.2.0"} + "ipaddr" {<= "5.6.0"} + "io-page-xen" {>= "2.0.0" & <= "2.3.0"} + "mirage-xen" {>= "1.0.1" & <"3.3.0"} + "rresult" {<= "0.7.0"} +] +synopsis: + "MirageOS block driver for Xen that implements the blkfront/back protocol" +description: """ +This library allows + - MirageOS VMs to read and write disk data on Xen + - MirageOS VMs and userspace apps to act as disk servers for other VMs running + on the same Xen host""" +url { + src: + "https://github.com/mirage/mirage-block-xen/releases/download/1.5.3/mirage-block-xen-1.5.3.tbz" + checksum: [ + "sha256=af184c0ec45e0daab876942f6669dc4617227100df07895d8b0b9cca85988eab" + "md5=7a5bc94d4dc2d0584d25e191a35793a5" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-block-xen/mirage-block-xen.1.6.0/opam b/packages/mirage-block-xen/mirage-block-xen.1.6.0/opam new file mode 100644 index 000000000..0197f1fc3 --- /dev/null +++ b/packages/mirage-block-xen/mirage-block-xen.1.6.0/opam @@ -0,0 +1,56 @@ +opam-version: "2.0" +maintainer: "dave@recoil.org" +authors: ["Anil Madhavapeddy" "David Scott" "Thomas Leonard"] +license: "ISC" +tags: ["org:mirage" "org:xapi-project"] +homepage: "https://github.com/mirage/mirage-block-xen" +doc: "https://mirage.github.io/mirage-block-xen/" +bug-reports: "https://github.com/mirage/mirage-block-xen/issues" +depends: [ + "ocaml" {>= "4.02.0"} + "dune" {<= "3.17.1"} + "cmdliner" {<= "1.3.0"} + "logs" {<= "0.7.0"} + "stringext" {<= "1.6.0"} + "lwt" {>= "2.4.3" & <= "5.9.0"} + "cstruct" {>= "1.9.0" & <= "6.2.0"} + "shared-memory-ring-lwt" {<= "3.2.1"} + "mirage-block-lwt" {>= "1.0.0" & <= "1.2.0"} + "ipaddr" {<= "5.6.0"} + "io-page-xen" {>= "2.0.0" & <= "2.3.0"} + "mirage-xen" {>= "1.0.1" & <"3.3.0"} + "rresult" {<= "0.7.0"} +] +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] +] +dev-repo: "git+https://github.com/mirage/mirage-block-xen.git" +synopsis: "MirageOS block driver for Xen that implements the blkfront/back protocol" +description: """ +This library allows a Mirage OCaml application to + + 1. read and write blocks from any Xen "backend" (server) + 2. service block requests from any Xen "frontend" (client) + +This library can be used in both kernelspace (on Xen) +or in userspace (using libraries that come with Xen). + +This library depends on the +[shared-memory-ring](https://github.com/mirage/shared-memory-ring) +library which enables high-throughput, low-latency data +transfers over shared memory on both x86 and ARM architectures, +using the standard Xen RPC and event channel semantics. +""" +url { + src: + "https://github.com/mirage/mirage-block-xen/releases/download/v1.6.0/mirage-block-xen-v1.6.0.tbz" + checksum: [ + "sha256=40331fc9586653c57a2622624d99e19d3e5146bdcddc936fe0e8e9c3ccbb9c2f" + "md5=6a07dd312289ba29efddb0e5ca98bf78" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-block/mirage-block.2.0.0/opam b/packages/mirage-block/mirage-block.2.0.0/opam new file mode 100644 index 000000000..c6f67dd87 --- /dev/null +++ b/packages/mirage-block/mirage-block.2.0.0/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "dave@recoil.org" +authors: ["David Scott" "Thomas Gazagnaire"] +license: "ISC" +tags: "org:mirage" +homepage: "https://github.com/mirage/mirage-block" +doc: "https://mirage.github.io/mirage-block/" +bug-reports: "https://github.com/mirage/mirage-block/issues" +depends: [ + "ocaml" {>= "4.06.0"} + "dune" {>= "1.0" & <= "3.17.1"} + "mirage-device" {= "2.0.0"} + "lwt" {>= "4.0.0" & <= "5.9.0"} + "cstruct" {>= "4.0.0" & <= "6.2.0"} +] +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] +] +dev-repo: "git+https://github.com/mirage/mirage-block.git" +synopsis: "Block signatures and implementations for MirageOS" +description: """ +This repo contains generic operations over Mirage `BLOCK` devices. +""" +url { + src: + "https://github.com/mirage/mirage-block/releases/download/v2.0.0/mirage-block-v2.0.0.tbz" + checksum: [ + "sha256=50c87e7d8085c3ac1b8238e344498df56dac9e242350e8d429564c5b3c531b17" + "sha512=999032a535860603bc4c5e35592bff5518856edb00d4eea996e95c5c1f94425981cd50e5c570778b9d887d2e942bfe14e4b1e68e73bcf7fd26545a8e23b8c10f" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-channel/mirage-channel.4.0.0/opam b/packages/mirage-channel/mirage-channel.4.0.0/opam new file mode 100644 index 000000000..993d19e5d --- /dev/null +++ b/packages/mirage-channel/mirage-channel.4.0.0/opam @@ -0,0 +1,64 @@ +opam-version: "2.0" +maintainer: "Anil Madhavapeddy " +authors: ["Anil Madhavapeddy" "Mindy Preston" "Thomas Gazagnaire"] +license: "ISC" +tags: "org:mirage" +homepage: "https://github.com/mirage/mirage-channel" +doc: "http://mirage.github.io/mirage-channel/" +bug-reports: "https://github.com/mirage/mirage-channel/issues" +depends: [ + "ocaml" {>= "4.06.0"} + "dune" {>= "1.0" & <= "3.17.1"} + "mirage-flow" {>= "2.0.0" & <= "4.0.2"} + "lwt" {>= "4.0.0" & <= "5.9.0"} + "cstruct" {>= "4.0.0" & <= "6.2.0"} + "logs" {<= "0.7.0"} + "alcotest" {with-test & <= "1.8.0"} + "mirage-flow-combinators" {with-test & >= "2.0.0" & <= "4.0.2"} +] +conflicts: [ + "tcpip" {< "3.0.0"} +] +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] +] +dev-repo: "git+https://github.com/mirage/mirage-channel.git" +synopsis: "Buffered channels for MirageOS FLOW types" +description: """ +Channels are buffered reader/writers built on top of unbuffered `FLOW` +implementations. + +Example: + +```ocaml +module Channel = Channel.Make(Flow) +... +Channel.read_exactly ~len:16 t +>>= fun bufs -> (* read header of message *) +let payload_length = Cstruct.(LE.get_uint16 (concat bufs) 0) in +Channel.read_exactly ~len:payload_length t +>>= fun bufs -> (* payload of message *) + +(* process message *) + +Channel.write_buffer t header; +Channel.write_buffer t payload; +Channel.flush t +>>= fun () -> +``` + +mirage-channel is distributed under the ISC license. +""" +url { + src: + "https://github.com/mirage/mirage-channel/releases/download/v4.0.0/mirage-channel-v4.0.0.tbz" + checksum: [ + "sha256=b7e618d311af43a9d3db5b90f945ebde1e09c9e318cf8599d99fb314620cb485" + "sha512=820057723c197f6454519b606b062272badb921258e365b19c2dbb2c81bdcb6fa0ecf190b7cc44fa936b050da56335a26b7c46cc692c970d6546c86e810010b3" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-clock-freestanding/mirage-clock-freestanding.3.0.0/opam b/packages/mirage-clock-freestanding/mirage-clock-freestanding.3.0.0/opam new file mode 100644 index 000000000..17a9579b7 --- /dev/null +++ b/packages/mirage-clock-freestanding/mirage-clock-freestanding.3.0.0/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +authors: ["Anil Madhavapeddy" "Daniel C. Bünzli" "Matthew Gray"] +license: "ISC" +tags: "org:mirage" +homepage: "https://github.com/mirage/mirage-clock" +bug-reports: "https://github.com/mirage/mirage-clock/issues" +synopsis: "Paravirtual implementation of the MirageOS Clock interface" +description: """ +This 'freestanding' implementation of the MirageOS CLOCK interface +is designed to be linked against an embedded runtime that provides +a concrete implementation of the clock source. Example implementations +include the [Solo5](https://github.com/solo5/solo5) backend of +MirageOS. +""" +depends: [ + "ocaml" {>= "4.06.0"} + "dune" {<= "3.17.1"} + "mirage-clock" {= version} +] +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] +] +dev-repo: "git+https://github.com/mirage/mirage-clock.git" +url { + src: + "https://github.com/mirage/mirage-clock/releases/download/v3.0.0/mirage-clock-v3.0.0.tbz" + checksum: [ + "sha256=aedd122018dc2dcb3bf486003455c3eee0dc9e65e22b3bfc693f601e447913f1" + "sha512=c14860767fe5886dc8590d68a804eabf41968687ef139eac5e681ed869255b8557818af0d18d9b97d20f1d0cc2b254c5d129e0ec8cc367f8d9b614a693965bbe" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-clock-unix/mirage-clock-unix.3.0.0/opam b/packages/mirage-clock-unix/mirage-clock-unix.3.0.0/opam new file mode 100644 index 000000000..e8383cd29 --- /dev/null +++ b/packages/mirage-clock-unix/mirage-clock-unix.3.0.0/opam @@ -0,0 +1,37 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +authors: ["Anil Madhavapeddy" "Daniel C. Bünzli" "Matthew Gray"] +license: "ISC" +tags: "org:mirage" +homepage: "https://github.com/mirage/mirage-clock" +doc: "https://mirage.github.io/mirage-clock/" +bug-reports: "https://github.com/mirage/mirage-clock/issues" +synopsis: "Unix-based implementation for the MirageOS Clock interface" +description: """ +The Unix implementation of the MirageOS Clock interface uses +`gettimeofday` or `clock_gettime`, depending on +which OS is in use (see [clock_stubs.c](https://github.com/mirage/mirage-clock/blob/master/unix/clock_stubs.c)). +""" +depends: [ + "ocaml" {>= "4.06.0"} + "dune" {<= "3.17.1"} + "dune-configurator" {<= "3.17.1"} + "mirage-clock" {= version} +] +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name] {with-test} +] +dev-repo: "git+https://github.com/mirage/mirage-clock.git" +url { + src: + "https://github.com/mirage/mirage-clock/releases/download/v3.0.0/mirage-clock-v3.0.0.tbz" + checksum: [ + "sha256=aedd122018dc2dcb3bf486003455c3eee0dc9e65e22b3bfc693f601e447913f1" + "sha512=c14860767fe5886dc8590d68a804eabf41968687ef139eac5e681ed869255b8557818af0d18d9b97d20f1d0cc2b254c5d129e0ec8cc367f8d9b614a693965bbe" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-clock/mirage-clock.3.0.0/opam b/packages/mirage-clock/mirage-clock.3.0.0/opam new file mode 100644 index 000000000..ddaca686c --- /dev/null +++ b/packages/mirage-clock/mirage-clock.3.0.0/opam @@ -0,0 +1,39 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +authors: ["Anil Madhavapeddy" "Daniel C. Bünzli" "Matthew Gray"] +license: "ISC" +tags: "org:mirage" +homepage: "https://github.com/mirage/mirage-clock" +doc: "https://mirage.github.io/mirage-clock/" +bug-reports: "https://github.com/mirage/mirage-clock/issues" +synopsis: "Libraries and module types for portable clocks" +description: """ +This library implements portable support for an operating system timesource +that is compatible with the [MirageOS](https://mirage.io) library interfaces +found in: + +It implements an `MCLOCK` module that represents a monotonic timesource +since an arbitrary point, and `PCLOCK` which counts time since the Unix +epoch. +""" +depends: [ + "ocaml" {>= "4.06.0"} + "dune" {<= "3.17.1"} +] +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] +] +dev-repo: "git+https://github.com/mirage/mirage-clock.git" +url { + src: + "https://github.com/mirage/mirage-clock/releases/download/v3.0.0/mirage-clock-v3.0.0.tbz" + checksum: [ + "sha256=aedd122018dc2dcb3bf486003455c3eee0dc9e65e22b3bfc693f601e447913f1" + "sha512=c14860767fe5886dc8590d68a804eabf41968687ef139eac5e681ed869255b8557818af0d18d9b97d20f1d0cc2b254c5d129e0ec8cc367f8d9b614a693965bbe" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-conduit/mirage-conduit.2.1.0/opam b/packages/mirage-conduit/mirage-conduit.2.1.0/opam new file mode 100644 index 000000000..e40cad460 --- /dev/null +++ b/packages/mirage-conduit/mirage-conduit.2.1.0/opam @@ -0,0 +1,24 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +authors: ["Anil Madhavapeddy" "Thomas Leonard" "Thomas Gazagnaire"] +homepage: "https://github.com/mirage/ocaml-conduit" +dev-repo: "git+https://github.com/mirage/ocaml-conduit.git" +bug-reports: "https://github.com/mirage/ocaml-conduit/issues" +tags: "org:mirage" +build: [ + ["ocamlfind" "query" "conduit.mirage"] +] +depends: [ + "ocaml" {>= "4.01.0"} + "mirage-types" {>= "2.0.0" & < "3.0.0"} + "mirage-dns" {>= "2.0.0" & < "3.0.0"} + "tcpip" {<= "8.2.0"} + "vchan" {< "2.3.0"} + "conduit" {>= "0.8.0" & < "0.15.0"} + "tls" {>= "0.4.0" & < "0.11.0"} +] +synopsis: "Virtual package for the MirageOS Conduit transports" +flags: deprecated +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-console-unix/mirage-console-unix.3.0.0/opam b/packages/mirage-console-unix/mirage-console-unix.3.0.0/opam new file mode 100644 index 000000000..e5fab4c24 --- /dev/null +++ b/packages/mirage-console-unix/mirage-console-unix.3.0.0/opam @@ -0,0 +1,38 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +authors: ["Anil Madhavapeddy" "David Scott"] +license: "ISC" +tags: ["org:mirage" "org:xapi-project"] +homepage: "https://github.com/mirage/mirage-console" +doc: "https://mirage.github.io/mirage-console/" +bug-reports: "https://github.com/mirage/mirage-console/issues" +depends: [ + "ocaml" {>= "4.06.0"} + "dune" {>= "1.0" & <= "3.17.1"} + "lwt" {>= "4.0.0" & <= "5.9.0"} + "cstruct" {>= "4.0.0" & <= "6.2.0"} + "cstruct-lwt" {>= "4.0.0" & <= "6.2.0"} + "mirage-console" {=version} +] +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] +] +dev-repo: "git+https://github.com/mirage/mirage-console.git" +synopsis: "Implementation of Mirage consoles for Unix" +description: """ +This implements a MirageOS console device for use with +Unix-based targets. +""" +url { + src: + "https://github.com/mirage/mirage-console/releases/download/v3.0.0/mirage-console-v3.0.0.tbz" + checksum: [ + "sha256=0ff255114d3818a72eaa322f0683856f653ebee1f89b03a8dcd7e84d9b70d1f1" + "sha512=f8dd3a7d637fc7ca325e822dc8f0910b60373489f4987f82b2ff5e96830d14c902e19451e270c40ade8cc92bc11b385ea55cb4561a25fa420c0fdb607df4b257" + ] +} +flags: deprecated +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-console-unix/mirage-console-unix.3.0.1/opam b/packages/mirage-console-unix/mirage-console-unix.3.0.1/opam new file mode 100644 index 000000000..df9574a97 --- /dev/null +++ b/packages/mirage-console-unix/mirage-console-unix.3.0.1/opam @@ -0,0 +1,38 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +authors: ["Anil Madhavapeddy" "David Scott"] +license: "ISC" +tags: ["org:mirage" "org:xapi-project"] +homepage: "https://github.com/mirage/mirage-console" +doc: "https://mirage.github.io/mirage-console/" +bug-reports: "https://github.com/mirage/mirage-console/issues" +depends: [ + "ocaml" {>= "4.06.0"} + "dune" {>= "1.0" & <= "3.17.1"} + "lwt" {>= "4.0.0" & <= "5.9.0"} + "cstruct" {>= "4.0.0" & <= "6.2.0"} + "cstruct-lwt" {>= "4.0.0" & <= "6.2.0"} + "mirage-console" {=version} +] +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] +] +dev-repo: "git+https://github.com/mirage/mirage-console.git" +synopsis: "Implementation of Mirage consoles for Unix" +description: """ +This implements a MirageOS console device for use with +Unix-based targets. +""" +url { + src: + "https://github.com/mirage/mirage-console/releases/download/v3.0.1/mirage-console-v3.0.1.tbz" + checksum: [ + "sha256=00314a9564e6cc6755c5bf2bb44debd5a5954403b78f761fa7ec8eafa63f2b8b" + "sha512=4395a3b011814387a9ae5fc9f946b8bd8bde4fb274c34641d82ca93f05ceaab1e45fbddf08ee9e2f37a718dbb0674f00d84fffdbba57060c581975cd7bcc7681" + ] +} +flags: deprecated +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-console-xen-backend/mirage-console-xen-backend.3.0.0/opam b/packages/mirage-console-xen-backend/mirage-console-xen-backend.3.0.0/opam new file mode 100644 index 000000000..f3bcba919 --- /dev/null +++ b/packages/mirage-console-xen-backend/mirage-console-xen-backend.3.0.0/opam @@ -0,0 +1,38 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +authors: ["Anil Madhavapeddy" "David Scott"] +license: "ISC" +tags: ["org:mirage" "org:xapi-project"] +homepage: "https://github.com/mirage/mirage-console" +doc: "https://mirage.github.io/mirage-console/" +bug-reports: "https://github.com/mirage/mirage-console/issues" +depends: [ + "ocaml" {>= "4.06.0"} + "dune" {>= "1.0" & <= "3.17.1"} + "mirage-console" {= version} + "mirage-console-xen-proto" {= version} + "mirage-xen" {>= "4.0.0" & < "5.0.0"} + "lwt" {<= "5.9.0"} + "io-page-xen" {>= "2.0.0" & <= "2.3.0"} + "xenstore" {<= "2.3.0"} + "xen-evtchn" {<= "2.1.0"} + "shared-memory-ring-lwt" {<= "3.2.1"} +] +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] +] +dev-repo: "git+https://github.com/mirage/mirage-console.git" +synopsis: "Implementation of Mirage console backend for Xen" +url { + src: + "https://github.com/mirage/mirage-console/releases/download/v3.0.0/mirage-console-v3.0.0.tbz" + checksum: [ + "sha256=0ff255114d3818a72eaa322f0683856f653ebee1f89b03a8dcd7e84d9b70d1f1" + "sha512=f8dd3a7d637fc7ca325e822dc8f0910b60373489f4987f82b2ff5e96830d14c902e19451e270c40ade8cc92bc11b385ea55cb4561a25fa420c0fdb607df4b257" + ] +} +flags: deprecated +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-console-xen-backend/mirage-console-xen-backend.3.0.1/opam b/packages/mirage-console-xen-backend/mirage-console-xen-backend.3.0.1/opam new file mode 100644 index 000000000..8bfc1d09d --- /dev/null +++ b/packages/mirage-console-xen-backend/mirage-console-xen-backend.3.0.1/opam @@ -0,0 +1,38 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +authors: ["Anil Madhavapeddy" "David Scott"] +license: "ISC" +tags: ["org:mirage" "org:xapi-project"] +homepage: "https://github.com/mirage/mirage-console" +doc: "https://mirage.github.io/mirage-console/" +bug-reports: "https://github.com/mirage/mirage-console/issues" +depends: [ + "ocaml" {>= "4.06.0"} + "dune" {>= "1.0" & <= "3.17.1"} + "mirage-console" {= version} + "mirage-console-xen-proto" {= version} + "mirage-xen" {>= "5.0.0" & < "6.0.0"} + "lwt" {>= "4.0.0" & <= "5.9.0"} + "io-page-xen" {>= "2.0.0" & <= "2.3.0"} + "xenstore" {<= "2.3.0"} + "xen-evtchn" {<= "2.1.0"} + "shared-memory-ring-lwt" {<= "3.2.1"} +] +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] +] +dev-repo: "git+https://github.com/mirage/mirage-console.git" +synopsis: "Implementation of Mirage console backend for Xen" +url { + src: + "https://github.com/mirage/mirage-console/releases/download/v3.0.1/mirage-console-v3.0.1.tbz" + checksum: [ + "sha256=00314a9564e6cc6755c5bf2bb44debd5a5954403b78f761fa7ec8eafa63f2b8b" + "sha512=4395a3b011814387a9ae5fc9f946b8bd8bde4fb274c34641d82ca93f05ceaab1e45fbddf08ee9e2f37a718dbb0674f00d84fffdbba57060c581975cd7bcc7681" + ] +} +flags: deprecated +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-console-xen-proto/mirage-console-xen-proto.3.0.0/opam b/packages/mirage-console-xen-proto/mirage-console-xen-proto.3.0.0/opam new file mode 100644 index 000000000..43311febc --- /dev/null +++ b/packages/mirage-console-xen-proto/mirage-console-xen-proto.3.0.0/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +authors: ["Anil Madhavapeddy" "David Scott"] +license: "ISC" +tags: ["org:mirage" "org:xapi-project"] +homepage: "https://github.com/mirage/mirage-console" +doc: "https://mirage.github.io/mirage-console/" +bug-reports: "https://github.com/mirage/mirage-console/issues" +depends: [ + "ocaml" {>= "4.06.0"} + "dune" {>= "1.0" & <= "3.17.1"} + "mirage-console" {= version} + "rresult" {<= "0.7.0"} + "xenstore" {<= "2.3.0"} +] +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] +] +dev-repo: "git+https://github.com/mirage/mirage-console.git" +synopsis: "Implementation of Mirage console protocol for Xen" +url { + src: + "https://github.com/mirage/mirage-console/releases/download/v3.0.0/mirage-console-v3.0.0.tbz" + checksum: [ + "sha256=0ff255114d3818a72eaa322f0683856f653ebee1f89b03a8dcd7e84d9b70d1f1" + "sha512=f8dd3a7d637fc7ca325e822dc8f0910b60373489f4987f82b2ff5e96830d14c902e19451e270c40ade8cc92bc11b385ea55cb4561a25fa420c0fdb607df4b257" + ] +} +flags: deprecated +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-console-xen-proto/mirage-console-xen-proto.3.0.1/opam b/packages/mirage-console-xen-proto/mirage-console-xen-proto.3.0.1/opam new file mode 100644 index 000000000..d874dc5c7 --- /dev/null +++ b/packages/mirage-console-xen-proto/mirage-console-xen-proto.3.0.1/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +authors: ["Anil Madhavapeddy" "David Scott"] +license: "ISC" +tags: ["org:mirage" "org:xapi-project"] +homepage: "https://github.com/mirage/mirage-console" +doc: "https://mirage.github.io/mirage-console/" +bug-reports: "https://github.com/mirage/mirage-console/issues" +depends: [ + "ocaml" {>= "4.06.0"} + "dune" {>= "1.0" & <= "3.17.1"} + "mirage-console" {= version} + "rresult" {<= "0.7.0"} + "xenstore" {<= "2.3.0"} +] +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] +] +dev-repo: "git+https://github.com/mirage/mirage-console.git" +synopsis: "Implementation of Mirage console protocol for Xen" +url { + src: + "https://github.com/mirage/mirage-console/releases/download/v3.0.1/mirage-console-v3.0.1.tbz" + checksum: [ + "sha256=00314a9564e6cc6755c5bf2bb44debd5a5954403b78f761fa7ec8eafa63f2b8b" + "sha512=4395a3b011814387a9ae5fc9f946b8bd8bde4fb274c34641d82ca93f05ceaab1e45fbddf08ee9e2f37a718dbb0674f00d84fffdbba57060c581975cd7bcc7681" + ] +} +flags: deprecated +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-console-xen/mirage-console-xen.0.9.9/opam b/packages/mirage-console-xen/mirage-console-xen.0.9.9/opam new file mode 100644 index 000000000..0dc8cd088 --- /dev/null +++ b/packages/mirage-console-xen/mirage-console-xen.0.9.9/opam @@ -0,0 +1,28 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +tags: [ + "org:mirage" + "org:xapi-project" +] +build: [make "xen-build"] +depends: [ + "ocaml" + "ocamlfind" {<= "1.9.6"} + "mirage-types" {= "0.3.0"} + "mirage-xen" {>= "0.9.9" & < "2.0.0"} + "io-page-xen" {>= "0.9.9" & <= "2.3.0"} +] +dev-repo: "git+https://github.com/mirage/mirage-console" +install: [make "xen-install"] +synopsis: "A Mirage-compatible Console library for Xen" +url { + src: "https://github.com/mirage/mirage-console/archive/v0.9.9.tar.gz" + checksum: [ + "sha256=fa7d98c370fde4c0aec7770d255b7bfbde5d5b291cfabab9cef1587b5849fcac" + "md5=9628ac0871182f5bc3ade47190edcdab" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-console-xen/mirage-console-xen.1.0.0/opam b/packages/mirage-console-xen/mirage-console-xen.1.0.0/opam new file mode 100644 index 000000000..5020d0231 --- /dev/null +++ b/packages/mirage-console-xen/mirage-console-xen.1.0.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +tags: [ + "org:mirage" + "org:xapi-project" +] +build: [make "xen-build"] +remove: ["ocamlfind" "remove" "mirage-console-xen"] +depends: [ + "ocaml" + "ocamlfind" {<= "1.9.6"} + "mirage-types" {= "0.4.0"} + "mirage-xen" {>= "0.9.9" & < "2.0.0"} + "mirage-unix" {>= "0.9.9" & < "2.0.0"} + "io-page-xen" {>= "0.9.9" & < "1.2.0"} +] +dev-repo: "git+https://github.com/mirage/mirage-console" +install: [make "xen-install"] +synopsis: "A Mirage-compatible Console library for Xen" +flags: light-uninstall +url { + src: "https://github.com/mirage/mirage-console/archive/v1.0.0.tar.gz" + checksum: [ + "sha256=5919d019eb58b90e19b1af66156c25099b2070439035d50cf0f5c8211f9e632f" + "md5=50fe098cd7d56013f4f963a90e5320b5" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-console-xen/mirage-console-xen.1.0.1/opam b/packages/mirage-console-xen/mirage-console-xen.1.0.1/opam new file mode 100644 index 000000000..9106d869e --- /dev/null +++ b/packages/mirage-console-xen/mirage-console-xen.1.0.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +tags: [ + "org:mirage" + "org:xapi-project" +] +build: [make "xen-build"] +remove: ["ocamlfind" "remove" "mirage-console-xen"] +depends: [ + "ocaml" + "ocamlfind" {<= "1.9.6"} + "mirage-types" {= "0.4.0"} + "mirage-xen" {>= "0.9.9" & < "2.0.0"} + "mirage-unix" {>= "0.9.9" & < "2.0.0"} + "io-page-xen" {>= "0.9.9" & <"1.2.0"} +] +dev-repo: "git+https://github.com/mirage/mirage-console" +install: [make "xen-install"] +synopsis: "A Mirage-compatible Console library for Xen" +flags: light-uninstall +url { + src: "https://github.com/mirage/mirage-console/archive/v1.0.1.tar.gz" + checksum: [ + "sha256=fa53e493b5b2c7cf9a80a0c3eb5d0de319007ef3b87a74695ea30dc62a9940f7" + "md5=568f5a590464ed598d71c33209e25b9c" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-console-xen/mirage-console-xen.1.0.2/opam b/packages/mirage-console-xen/mirage-console-xen.1.0.2/opam new file mode 100644 index 000000000..1b0f4ac4a --- /dev/null +++ b/packages/mirage-console-xen/mirage-console-xen.1.0.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +tags: [ + "org:mirage" + "org:xapi-project" +] +build: [make "xen-build"] +remove: ["ocamlfind" "remove" "mirage-console-xen"] +depends: [ + "ocaml" + "ocamlfind" {<= "1.9.6"} + "mirage-types" {>= "1.1.0" & < "2.0.0"} + "mirage-xen" {>= "1.1.0" & < "4.0.0"} + "io-page-xen" {>= "0.9.9" & < "1.3.0"} +] +dev-repo: "git+https://github.com/mirage/mirage-console" +install: [make "xen-install"] +synopsis: "A Mirage-compatible Console library for Xen" +flags: light-uninstall +url { + src: "https://github.com/mirage/mirage-console/archive/v1.0.2.tar.gz" + checksum: [ + "sha256=6a2411d13d702b30046c5c70b72a42a0be8bcb17e174d90695323b0c4be46a91" + "md5=5d4223f9c9d768d0543a634879826d0d" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-console-xen/mirage-console-xen.2.2.0/opam b/packages/mirage-console-xen/mirage-console-xen.2.2.0/opam new file mode 100644 index 000000000..c26b26f5d --- /dev/null +++ b/packages/mirage-console-xen/mirage-console-xen.2.2.0/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +homepage: "https://github.com/mirage/mirage-console" +bug-reports: "https://github.com/mirage/mirage-console/issues" +dev-repo: "git+https://github.com/mirage/mirage-console.git" +doc: "https://mirage.github.io/mirage-console/" +authors: [ "Anil Madhavapeddy" "David Scott"] +tags: [ "org:mirage" "org:xapi-project"] +license: "ISC" + +build: ["ocaml" "pkg/pkg.ml" "build" "--pkg-name" name "--pinned" "%{pinned}%"] + +depends: [ + "ocaml" {>= "4.03.0"} + "ocamlfind" {build & <= "1.9.6"} + "ocamlbuild" {build & <= "0.15.0"} + "topkg" {build & >= "0.8.0" & <= "1.0.7"} + "mirage-console-lwt" {>= "2.2.0" & <= "2.4.3"} + "mirage-console-xen-proto" {>= "2.2.0" & <= "5.1.0"} + "xen-evtchn" {<= "2.1.0"} + "xen-gnt" {<= "4.0.2"} + "mirage-xen" {>= "3.0.0" & < "3.0.2"} +] +synopsis: "A Mirage-compatible Console library for Xen" +url { + src: + "https://github.com/mirage/mirage-console/releases/download/2.2.0/mirage-console-xen-2.2.0.tbz" + checksum: [ + "sha256=76592233b52568d6bfd978a909f1bf66a3a41f3114193f61efb3b3dfdf1ca64a" + "md5=8a0fc5a0a0cce21770b4a20fb5fd61dc" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-console-xen/mirage-console-xen.2.3.2/opam b/packages/mirage-console-xen/mirage-console-xen.2.3.2/opam new file mode 100644 index 000000000..7649c019b --- /dev/null +++ b/packages/mirage-console-xen/mirage-console-xen.2.3.2/opam @@ -0,0 +1,37 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +homepage: "https://github.com/mirage/mirage-console" +bug-reports: "https://github.com/mirage/mirage-console/issues" +dev-repo: "git+https://github.com/mirage/mirage-console.git" +doc: "https://mirage.github.io/mirage-console/" +authors: [ "Anil Madhavapeddy" "David Scott"] +tags: [ "org:mirage" "org:xapi-project"] +license: "ISC" + +build: [ + ["jbuilder" "subst" "-p" name] {dev} + [ "jbuilder" "build" "-p" name "-j" jobs ] +] + +depends: [ + "ocaml" {>= "4.03.0"} + "jbuilder" {>= "1.0+beta9" & <= "transition"} + "mirage-console-lwt" {>= "2.3.0" & <= "2.4.3"} + "mirage-console-xen-proto" {<= "5.1.0"} + "xen-evtchn" {<= "2.1.0"} + "xen-gnt" {<= "4.0.2"} + "mirage-xen" {>= "3.0.0" & < "3.0.2"} +] +synopsis: "A Mirage-compatible Console library for Xen" +url { + src: + "https://github.com/mirage/mirage-console/releases/download/2.3.2/mirage-console-2.3.2.tbz" + checksum: [ + "sha256=a15a1d9ee8b7a5f11aa03eb9e061fd031cc472381671d0a8212eac7f9f2cbcfa" + "md5=90bbc8993ad851a74b3a6d99c268d0e8" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-console-xen/mirage-console-xen.2.3.3/opam b/packages/mirage-console-xen/mirage-console-xen.2.3.3/opam new file mode 100644 index 000000000..d2b8515aa --- /dev/null +++ b/packages/mirage-console-xen/mirage-console-xen.2.3.3/opam @@ -0,0 +1,76 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +homepage: "https://github.com/mirage/mirage-console" +bug-reports: "https://github.com/mirage/mirage-console/issues" +dev-repo: "git+https://github.com/mirage/mirage-console.git" +doc: "https://mirage.github.io/mirage-console/" +authors: [ "Anil Madhavapeddy" "David Scott"] +tags: [ "org:mirage" "org:xapi-project"] +license: "ISC" + +build: [ + ["jbuilder" "subst" "-p" name] {dev} + [ "jbuilder" "build" "-p" name "-j" jobs ] +] + +depends: [ + "ocaml" {>= "4.03.0"} + "ocamlfind" {build & <= "1.9.6"} + "jbuilder" {>= "1.0+beta9" & <= "transition"} + "mirage-console-lwt" {>= "2.2.0" & <= "2.4.3"} + "mirage-console-xen-proto" {<= "5.1.0"} + "xen-evtchn" {<= "2.1.0"} + "xen-gnt" {<= "4.0.2"} + "mirage-xen" {>= "3.0.0" & < "3.0.2"} +] +synopsis: "Implementations of Mirage consoles, for Unix and Xen" +description: """ +The Unix version of the console currently uses standard output. The code is in + + unix/console.{ml,mli} + +The Xen kernel version of the console uses the primary PV console ring. The +code is in + + xen/console.{ml,mli} + +There is also a Unix userspace utility which creates and services Xen consoles +("console backends"): + +Connect a console to a VM like this: + +``` +[root@st30 ~]# ./mirage-console connect trusty +Operating on VM domain id: 19 +Creating device 1 (linux device /dev/tty1) +{ ref = 128; event_channel = 13 } +``` + +Then inside the guest: + +``` +[root@trusty ~]# cat > /dev/hvc1 +hello +there +``` + +And observe in dom0: + +``` +hello +there +``` + +Then hit Control+C and it all cleans up.""" +url { + src: + "https://github.com/mirage/mirage-console/releases/download/v2.3.3/mirage-console-2.3.3.tbz" + checksum: [ + "sha256=cea9913045018dbda194e8c94a5d85b84206934e93bb50c082a0854cd08d5dbb" + "md5=5333550e819614a59547a3ee98cf33ef" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-console-xen/mirage-console-xen.2.3.4/opam b/packages/mirage-console-xen/mirage-console-xen.2.3.4/opam new file mode 100644 index 000000000..ad93c8644 --- /dev/null +++ b/packages/mirage-console-xen/mirage-console-xen.2.3.4/opam @@ -0,0 +1,76 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +homepage: "https://github.com/mirage/mirage-console" +bug-reports: "https://github.com/mirage/mirage-console/issues" +dev-repo: "git+https://github.com/mirage/mirage-console.git" +doc: "https://mirage.github.io/mirage-console/" +authors: [ "Anil Madhavapeddy" "David Scott"] +tags: [ "org:mirage" "org:xapi-project"] +license: "ISC" + +build: [ + ["jbuilder" "subst" "-p" name] {dev} + [ "jbuilder" "build" "-p" name "-j" jobs ] +] + +depends: [ + "ocaml" {>= "4.03.0"} + "jbuilder" {>= "1.0+beta9" & <= "transition"} + "mirage-console-lwt" {>= "2.2.0" & <= "2.4.3"} + "mirage-console-xen-proto" {<= "5.1.0"} + "xen-evtchn" {<= "2.1.0"} + "xen-gnt" {<= "4.0.2"} + "io-page-xen" {<= "2.3.0"} + "mirage-xen" {>= "3.0.2" & < "4.0.0"} +] +synopsis: "Implementations of Mirage consoles, for Unix and Xen" +description: """ +The Unix version of the console currently uses standard output. The code is in + + unix/console.{ml,mli} + +The Xen kernel version of the console uses the primary PV console ring. The +code is in + + xen/console.{ml,mli} + +There is also a Unix userspace utility which creates and services Xen consoles +("console backends"): + +Connect a console to a VM like this: + +``` +[root@st30 ~]# ./mirage-console connect trusty +Operating on VM domain id: 19 +Creating device 1 (linux device /dev/tty1) +{ ref = 128; event_channel = 13 } +``` + +Then inside the guest: + +``` +[root@trusty ~]# cat > /dev/hvc1 +hello +there +``` + +And observe in dom0: + +``` +hello +there +``` + +Then hit Control+C and it all cleans up.""" +url { + src: + "https://github.com/mirage/mirage-console/releases/download/v2.3.4/mirage-console-2.3.4.tbz" + checksum: [ + "sha256=b0147914003d74a736e95233285f529dc8ebfc31af461e37a508331c6a4adcbf" + "md5=b81bd7033517c1e41527a2055ce0d22f" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-console-xen/mirage-console-xen.2.3.5/opam b/packages/mirage-console-xen/mirage-console-xen.2.3.5/opam new file mode 100644 index 000000000..5e45a86ee --- /dev/null +++ b/packages/mirage-console-xen/mirage-console-xen.2.3.5/opam @@ -0,0 +1,76 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +homepage: "https://github.com/mirage/mirage-console" +bug-reports: "https://github.com/mirage/mirage-console/issues" +dev-repo: "git+https://github.com/mirage/mirage-console.git" +doc: "https://mirage.github.io/mirage-console/" +authors: [ "Anil Madhavapeddy" "David Scott"] +tags: [ "org:mirage" "org:xapi-project"] +license: "ISC" + +build: [ + ["jbuilder" "subst" "-p" name] {dev} + [ "jbuilder" "build" "-p" name "-j" jobs ] +] + +depends: [ + "ocaml" {>= "4.03.0"} + "jbuilder" {>= "1.0+beta9" & <= "transition"} + "mirage-console-lwt" {>= "2.3.5" & <= "2.4.3"} + "mirage-console-xen-proto" {<= "5.1.0"} + "xen-evtchn" {<= "2.1.0"} + "xen-gnt" {<= "4.0.2"} + "io-page-xen" {>= "2.0.0" & <= "2.3.0"} + "mirage-xen" {>= "3.0.2" & < "4.0.0"} +] +synopsis: "Implementations of Mirage consoles, for Unix and Xen" +description: """ +The Unix version of the console currently uses standard output. The code is in + + unix/console.{ml,mli} + +The Xen kernel version of the console uses the primary PV console ring. The +code is in + + xen/console.{ml,mli} + +There is also a Unix userspace utility which creates and services Xen consoles +("console backends"): + +Connect a console to a VM like this: + +``` +[root@st30 ~]# ./mirage-console connect trusty +Operating on VM domain id: 19 +Creating device 1 (linux device /dev/tty1) +{ ref = 128; event_channel = 13 } +``` + +Then inside the guest: + +``` +[root@trusty ~]# cat > /dev/hvc1 +hello +there +``` + +And observe in dom0: + +``` +hello +there +``` + +Then hit Control+C and it all cleans up.""" +url { + src: + "https://github.com/mirage/mirage-console/releases/download/v2.3.5/mirage-console-2.3.5.tbz" + checksum: [ + "sha256=6f5e4487633e08ec9aae45ea1264d6829c942bce6641d14f6098e7cc02fe316d" + "md5=6d0d18cc25fc3e14f070fbb79a24f9ca" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-console-xen/mirage-console-xen.2.4.0/opam b/packages/mirage-console-xen/mirage-console-xen.2.4.0/opam new file mode 100644 index 000000000..94485350a --- /dev/null +++ b/packages/mirage-console-xen/mirage-console-xen.2.4.0/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +authors: ["Anil Madhavapeddy" "David Scott"] +license: "ISC" +tags: ["org:mirage" "org:xapi-project"] +homepage: "https://github.com/mirage/mirage-console" +doc: "https://mirage.github.io/mirage-console/" +bug-reports: "https://github.com/mirage/mirage-console/issues" +depends: [ + "ocaml" {>= "4.04.2"} + "dune" {>= "1.0" & <= "3.17.1"} + "mirage-console-lwt" {>= "2.2.0" & <= "2.4.3"} + "mirage-console-xen-proto" {<= "5.1.0"} + "xen-evtchn" {<= "2.1.0"} + "xen-gnt" {<= "4.0.2"} + "io-page-xen" {<= "2.3.0"} + "mirage-xen" {>= "3.0.2" & < "4.0.0"} +] +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] +] +dev-repo: "git+https://github.com/mirage/mirage-console.git" +synopsis: "Implementation of Mirage console for Xen" +url { + src: + "https://github.com/mirage/mirage-console/releases/download/v2.4.0/mirage-console-v2.4.0.tbz" + checksum: [ + "sha256=86f5807f926826f9593f712d761fa4611f5c7e73eeeef666182ec356c3acffad" + "md5=d2ae5a712fe27c78d80b158ff99ac2e9" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-console-xen/mirage-console-xen.2.4.1/opam b/packages/mirage-console-xen/mirage-console-xen.2.4.1/opam new file mode 100644 index 000000000..1d5d30175 --- /dev/null +++ b/packages/mirage-console-xen/mirage-console-xen.2.4.1/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +authors: ["Anil Madhavapeddy" "David Scott"] +license: "ISC" +tags: ["org:mirage" "org:xapi-project"] +homepage: "https://github.com/mirage/mirage-console" +doc: "https://mirage.github.io/mirage-console/" +bug-reports: "https://github.com/mirage/mirage-console/issues" +depends: [ + "ocaml" {>= "4.04.2"} + "dune" {>= "1.0" & <= "3.17.1"} + "mirage-console-lwt" {>= "2.2.0" & <= "2.4.3"} + "mirage-console-xen-proto" {<= "5.1.0"} + "xen-evtchn" {<= "2.1.0"} + "xen-gnt" {<= "4.0.2"} + "io-page-xen" {<= "2.3.0"} + "mirage-xen" {>= "3.0.2" & < "4.0.0"} +] +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] +] +dev-repo: "git+https://github.com/mirage/mirage-console.git" +synopsis: "Implementation of Mirage console for Xen" +url { + src: + "https://github.com/mirage/mirage-console/releases/download/v2.4.1/mirage-console-v2.4.1.tbz" + checksum: [ + "sha256=68d12b0657b5a23ffa0f88d560d71cdd210e3fe18d4b2fc9e0abe6b34f60fb28" + "md5=50bcb141537d229f849f9503b7f54bc2" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-console-xen/mirage-console-xen.3.0.0/opam b/packages/mirage-console-xen/mirage-console-xen.3.0.0/opam new file mode 100644 index 000000000..257fb4265 --- /dev/null +++ b/packages/mirage-console-xen/mirage-console-xen.3.0.0/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +authors: ["Anil Madhavapeddy" "David Scott"] +license: "ISC" +tags: ["org:mirage" "org:xapi-project"] +homepage: "https://github.com/mirage/mirage-console" +doc: "https://mirage.github.io/mirage-console/" +bug-reports: "https://github.com/mirage/mirage-console/issues" +depends: [ + "ocaml" {>= "4.06.0"} + "dune" {>= "1.0" & <= "3.17.1"} + "mirage-console" {= version} + "mirage-console-xen-proto" {= version} + "xen-evtchn" {<= "2.1.0"} + "io-page-xen" {<= "2.3.0"} + "mirage-xen" {>= "4.0.0" & < "5.0.0"} +] +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] +] +dev-repo: "git+https://github.com/mirage/mirage-console.git" +synopsis: "Implementation of Mirage console for Xen" +url { + src: + "https://github.com/mirage/mirage-console/releases/download/v3.0.0/mirage-console-v3.0.0.tbz" + checksum: [ + "sha256=0ff255114d3818a72eaa322f0683856f653ebee1f89b03a8dcd7e84d9b70d1f1" + "sha512=f8dd3a7d637fc7ca325e822dc8f0910b60373489f4987f82b2ff5e96830d14c902e19451e270c40ade8cc92bc11b385ea55cb4561a25fa420c0fdb607df4b257" + ] +} +flags: deprecated +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-console-xen/mirage-console-xen.3.0.1/opam b/packages/mirage-console-xen/mirage-console-xen.3.0.1/opam new file mode 100644 index 000000000..dcb40a456 --- /dev/null +++ b/packages/mirage-console-xen/mirage-console-xen.3.0.1/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +authors: ["Anil Madhavapeddy" "David Scott"] +license: "ISC" +tags: ["org:mirage" "org:xapi-project"] +homepage: "https://github.com/mirage/mirage-console" +doc: "https://mirage.github.io/mirage-console/" +bug-reports: "https://github.com/mirage/mirage-console/issues" +depends: [ + "ocaml" {>= "4.06.0"} + "dune" {>= "1.0" & <= "3.17.1"} + "mirage-console" {= version} + "mirage-console-xen-proto" {= version} + "xen-evtchn" {<= "2.1.0"} + "io-page-xen" {<= "2.3.0"} + "mirage-xen" {>= "5.0.0" & < "6.0.0"} +] +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] +] +dev-repo: "git+https://github.com/mirage/mirage-console.git" +synopsis: "Implementation of Mirage console for Xen" +url { + src: + "https://github.com/mirage/mirage-console/releases/download/v3.0.1/mirage-console-v3.0.1.tbz" + checksum: [ + "sha256=00314a9564e6cc6755c5bf2bb44debd5a5954403b78f761fa7ec8eafa63f2b8b" + "sha512=4395a3b011814387a9ae5fc9f946b8bd8bde4fb274c34641d82ca93f05ceaab1e45fbddf08ee9e2f37a718dbb0674f00d84fffdbba57060c581975cd7bcc7681" + ] +} +flags: deprecated +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-console/mirage-console.3.0.0/opam b/packages/mirage-console/mirage-console.3.0.0/opam new file mode 100644 index 000000000..451629206 --- /dev/null +++ b/packages/mirage-console/mirage-console.3.0.0/opam @@ -0,0 +1,38 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +authors: ["Anil Madhavapeddy" "David Scott"] +license: "ISC" +tags: ["org:mirage" "org:xapi-project"] +homepage: "https://github.com/mirage/mirage-console" +doc: "https://mirage.github.io/mirage-console/" +bug-reports: "https://github.com/mirage/mirage-console/issues" +depends: [ + "ocaml" {>= "4.06.0"} + "dune" {>= "1.0" & <= "3.17.1"} + "mirage-device" {= "2.0.0"} + "mirage-flow" {>= "2.0.0" & < "4.0.0"} + "lwt" {>= "4.0.0" & <= "5.9.0"} + "cstruct" {>= "4.0.0" & <= "6.2.0"} +] +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] +] +dev-repo: "git+https://github.com/mirage/mirage-console.git" +synopsis: "Implementations of Mirage console devices" +description: """ +This is a general implementation of a console device, intended +for use in MirageOS. +""" +url { + src: + "https://github.com/mirage/mirage-console/releases/download/v3.0.0/mirage-console-v3.0.0.tbz" + checksum: [ + "sha256=0ff255114d3818a72eaa322f0683856f653ebee1f89b03a8dcd7e84d9b70d1f1" + "sha512=f8dd3a7d637fc7ca325e822dc8f0910b60373489f4987f82b2ff5e96830d14c902e19451e270c40ade8cc92bc11b385ea55cb4561a25fa420c0fdb607df4b257" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-console/mirage-console.3.0.1/opam b/packages/mirage-console/mirage-console.3.0.1/opam new file mode 100644 index 000000000..cd4f3c1a7 --- /dev/null +++ b/packages/mirage-console/mirage-console.3.0.1/opam @@ -0,0 +1,38 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +authors: ["Anil Madhavapeddy" "David Scott"] +license: "ISC" +tags: ["org:mirage" "org:xapi-project"] +homepage: "https://github.com/mirage/mirage-console" +doc: "https://mirage.github.io/mirage-console/" +bug-reports: "https://github.com/mirage/mirage-console/issues" +depends: [ + "ocaml" {>= "4.06.0"} + "dune" {>= "1.0" & <= "3.17.1"} + "mirage-device" {= "2.0.0"} + "mirage-flow" {>= "2.0.0" & < "4.0.0"} + "lwt" {>= "4.0.0" & <= "5.9.0"} + "cstruct" {>= "4.0.0" & <= "6.2.0"} +] +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] +] +dev-repo: "git+https://github.com/mirage/mirage-console.git" +synopsis: "Implementations of Mirage console devices" +description: """ +This is a general implementation of a console device, intended +for use in MirageOS. +""" +url { + src: + "https://github.com/mirage/mirage-console/releases/download/v3.0.1/mirage-console-v3.0.1.tbz" + checksum: [ + "sha256=00314a9564e6cc6755c5bf2bb44debd5a5954403b78f761fa7ec8eafa63f2b8b" + "sha512=4395a3b011814387a9ae5fc9f946b8bd8bde4fb274c34641d82ca93f05ceaab1e45fbddf08ee9e2f37a718dbb0674f00d84fffdbba57060c581975cd7bcc7681" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-crypto-ec/mirage-crypto-ec.0.9.0/opam b/packages/mirage-crypto-ec/mirage-crypto-ec.0.9.0/opam new file mode 100644 index 000000000..11940a9cc --- /dev/null +++ b/packages/mirage-crypto-ec/mirage-crypto-ec.0.9.0/opam @@ -0,0 +1,68 @@ +opam-version: "2.0" +synopsis: "Elliptic Curve Cryptography with primitives taken from Fiat" +description: """ +An implementation of key exchange (ECDH) and digital signature (ECDSA/EdDSA) +algorithms using code from Fiat (). + +The curves P224 (SECP224R1), P256 (SECP256R1), P384 (SECP384R1), +P521 (SECP521R1), and 25519 (X25519, Ed25519) are implemented by this package. +""" +maintainer: "Hannes Mehnert " +authors: [ + "Hannes Mehnert " + "Nathan Rebours " + "Clément Pascutto " + "Etienne Millon " +# and from the fiat-crypto AUTHORS file + "Andres Erbsen " + "Google Inc." + "Jade Philipoom " + "Massachusetts Institute of Technology" + "Zoe Paraskevopoulou " +] +license: "MIT" +homepage: "https://github.com/mirage/mirage-crypto" +doc: "https://mirage.github.io/mirage-crypto/doc" +bug-reports: "https://github.com/mirage/mirage-crypto/issues" +depends: [ + "conf-pkg-config" {build & <= "3"} + "dune" {>= "2.6" & <= "3.17.1"} + "ocaml" {>= "4.08.0"} + "cstruct" {>= "3.5.0" & <= "6.2.0"} + "dune-configurator" {<= "3.17.1"} + "eqaf" {>= "0.7" & <= "0.10"} + "mirage-crypto" {=version} + "mirage-crypto-rng" {=version} + "mirage-crypto-pk" {with-test & =version} + "hex" {with-test & <= "1.5.0"} + "alcotest" {with-test & <= "1.8.0"} + "asn1-combinators" {with-test & >= "0.2.5" & < "0.3.0" & <= "0.2.0-1"} + "ppx_deriving_yojson" {with-test & <= "3.9.1"} + "ppx_deriving" {with-test & <= "6.0.3"} + "yojson" {with-test & >= "1.6.0" & <= "2.2.2"} +] +depopts: ["ocaml-freestanding"] +conflicts: [ + "mirage-xen" {< "6.0.0"} + "ocaml-freestanding" {< "0.4.1"} +] +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +dev-repo: "git+https://github.com/mirage/mirage-crypto.git" +tags: ["org:mirage"] +x-commit-hash: "3013c5286f563743e2f5c13da068a6bdf90cd805" +url { + src: + "https://github.com/mirage/mirage-crypto/releases/download/v0.9.0/mirage-crypto-v0.9.0.tbz" + checksum: [ + "sha256=716684f8a70031f16115e3c84d42141c75fb1e688b7a699bbd09166176ed5217" + "sha512=7eb56f28583567824b32bf33635b15c39dd684a047455b2cc6a5f768c52ccbe6d8eac80308fac80d78c8f678b0132059fdbc219a252de6ecfd53c26c717a9a3a" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-crypto-ec/mirage-crypto-ec.0.9.1/opam b/packages/mirage-crypto-ec/mirage-crypto-ec.0.9.1/opam new file mode 100644 index 000000000..4f7fd5f3e --- /dev/null +++ b/packages/mirage-crypto-ec/mirage-crypto-ec.0.9.1/opam @@ -0,0 +1,68 @@ +opam-version: "2.0" +synopsis: "Elliptic Curve Cryptography with primitives taken from Fiat" +description: """ +An implementation of key exchange (ECDH) and digital signature (ECDSA/EdDSA) +algorithms using code from Fiat (). + +The curves P224 (SECP224R1), P256 (SECP256R1), P384 (SECP384R1), +P521 (SECP521R1), and 25519 (X25519, Ed25519) are implemented by this package. +""" +maintainer: "Hannes Mehnert " +authors: [ + "Hannes Mehnert " + "Nathan Rebours " + "Clément Pascutto " + "Etienne Millon " +# and from the fiat-crypto AUTHORS file + "Andres Erbsen " + "Google Inc." + "Jade Philipoom " + "Massachusetts Institute of Technology" + "Zoe Paraskevopoulou " +] +license: "MIT" +homepage: "https://github.com/mirage/mirage-crypto" +doc: "https://mirage.github.io/mirage-crypto/doc" +bug-reports: "https://github.com/mirage/mirage-crypto/issues" +depends: [ + "conf-pkg-config" {build & <= "3"} + "dune" {>= "2.6" & <= "3.17.1"} + "ocaml" {>= "4.08.0"} + "cstruct" {>= "3.5.0" & <= "6.2.0"} + "dune-configurator" {<= "3.17.1"} + "eqaf" {>= "0.7" & <= "0.10"} + "mirage-crypto" {=version} + "mirage-crypto-rng" {=version} + "mirage-crypto-pk" {with-test & =version} + "hex" {with-test & <= "1.5.0"} + "alcotest" {with-test & <= "1.8.0"} + "asn1-combinators" {with-test & >= "0.2.5" & < "0.3.0" & <= "0.2.0-1"} + "ppx_deriving_yojson" {with-test & <= "3.9.1"} + "ppx_deriving" {with-test & <= "6.0.3"} + "yojson" {with-test & >= "1.6.0" & <= "2.2.2"} +] +depopts: ["ocaml-freestanding"] +conflicts: [ + "mirage-xen" {< "6.0.0"} + "ocaml-freestanding" {< "0.4.1"} +] +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +dev-repo: "git+https://github.com/mirage/mirage-crypto.git" +tags: ["org:mirage"] +x-commit-hash: "85a2c340be0480c23ec724838ac0b0b66e118882" +url { + src: + "https://github.com/mirage/mirage-crypto/releases/download/v0.9.1/mirage-crypto-v0.9.1.tbz" + checksum: [ + "sha256=53e0ae90f19651ab7f09156557ea5ec07bce7a52468ec6687471e0333f3e2133" + "sha512=8d93266ad71fabed7abeb825f427f6fc76baae48f2142f6b00f8908b7b494faf0efc60362624a27ac7c6ad90c771e4f17b5b33bd8e309bcbfeda8b9a65eb2747" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-crypto-ec/mirage-crypto-ec.1.0.0/opam b/packages/mirage-crypto-ec/mirage-crypto-ec.1.0.0/opam new file mode 100644 index 000000000..42fe0e106 --- /dev/null +++ b/packages/mirage-crypto-ec/mirage-crypto-ec.1.0.0/opam @@ -0,0 +1,64 @@ +opam-version: "2.0" +synopsis: "Elliptic Curve Cryptography with primitives taken from Fiat" +description: """ +An implementation of key exchange (ECDH) and digital signature (ECDSA/EdDSA) +algorithms using code from Fiat (). + +The curves P256 (SECP256R1), P384 (SECP384R1), +P521 (SECP521R1), and 25519 (X25519, Ed25519) are implemented by this package. +""" +maintainer: "Hannes Mehnert " +authors: [ + "Hannes Mehnert " + "Nathan Rebours " + "Clément Pascutto " + "Etienne Millon " + "Virgile Robles " +# and from the fiat-crypto AUTHORS file + "Andres Erbsen " + "Google Inc." + "Jade Philipoom " + "Massachusetts Institute of Technology" + "Zoe Paraskevopoulou " +] +license: "MIT" +homepage: "https://github.com/mirage/mirage-crypto" +doc: "https://mirage.github.io/mirage-crypto/doc" +bug-reports: "https://github.com/mirage/mirage-crypto/issues" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "ocaml" {>= "4.13.0"} + "dune-configurator" {<= "3.17.1"} + "eqaf" {>= "0.7" & <= "0.10"} + "mirage-crypto-rng" {=version} + "digestif" {= "1.2.0"} + "alcotest" {with-test & >= "0.8.1" & <= "1.8.0"} + "ppx_deriving_yojson" {with-test & <= "3.9.1"} + "ppx_deriving" {with-test & <= "6.0.3"} + "yojson" {with-test & >= "1.6.0" & <= "2.2.2"} + "asn1-combinators" {with-test & >= "0.3.1" & <= "0.2.0-1"} + "ohex" {= "0.2.0"} + "ounit2" {with-test & <= "2.2.7"} +] +conflicts: [ + "ocaml-freestanding" +] +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +dev-repo: "git+https://github.com/mirage/mirage-crypto.git" +tags: ["org:mirage"] +url { + src: + "https://github.com/mirage/mirage-crypto/releases/download/v1.0.0/mirage-crypto-1.0.0.tbz" + checksum: [ + "sha256=4f9b06af4f6440eee85e5645c01184ca10cd30a8127864e80fc5f206cf864769" + "sha512=73855eeea482b6ba4b7e095a92af2322e97a6da67bee79ef2b3b05449d7ed522712dd11e825759e812eec21281083ef8422429a156851930078aad41215ecdfc" + ] +} +x-commit-hash: "28e9cc96492b43a994652c25ab8db4f265f51165" +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-crypto-pk/mirage-crypto-pk.0.7.0/opam b/packages/mirage-crypto-pk/mirage-crypto-pk.0.7.0/opam new file mode 100644 index 000000000..780005829 --- /dev/null +++ b/packages/mirage-crypto-pk/mirage-crypto-pk.0.7.0/opam @@ -0,0 +1,46 @@ +opam-version: "2.0" +homepage: "https://github.com/mirage/mirage-crypto" +dev-repo: "git+https://github.com/mirage/mirage-crypto.git" +bug-reports: "https://github.com/mirage/mirage-crypto/issues" +doc: "https://mirage.github.io/mirage-crypto/doc" +authors: ["David Kaloper " "Hannes Mehnert " ] +maintainer: "Hannes Mehnert " +license: "ISC" +synopsis: "Simple public-key cryptography for the modern age" + +build: [ ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs ] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] + +depends: [ + "conf-gmp-powm-sec" {build & <= "3"} + "ocaml" {>= "4.08.0"} + "dune" {>= "1.7" & <= "3.17.1"} + "ounit" {with-test & <= "2.2.7"} + "randomconv" {with-test & >= "0.1.3" & < "0.2.0"} + "cstruct" {>= "3.2.0" & <= "6.2.0"} + "mirage-crypto" {=version} + "mirage-crypto-rng" {=version} + "sexplib" {<= "v0.17.0"} + "ppx_sexp_conv" {<= "v0.17.0"} + "zarith" {>= "1.4" & <= "1.14"} + "eqaf" {>= "0.7" & < "0.10"} + "bigarray-compat" {<= "1.1.0"} # required to get eqaf.cstruct + "rresult" {>= "0.6.0" & <= "0.7.0"} + ("mirage-no-xen" {= "1"} | "zarith-xen" {<= "1.7"}) + ("mirage-no-solo5" {= "1"} | "zarith-freestanding" {<= "1.7-2"}) +] +description: """ +Mirage-crypto-pk provides public-key cryptography (RSA, DSA, DH). +""" +url { + src: + "https://github.com/mirage/mirage-crypto/releases/download/v0.7.0/mirage-crypto-v0.7.0.tbz" + checksum: [ + "sha256=8e59d63186f695f57cbf86643f453fdc941cd017b3a56ba41729c03536a5f34c" + "sha512=066d6cd718878e824f570bbc20c1a85f2cef31bd4c421d00952f68e62c21ec8764d8ba591bc01c4061888abee6e8d3b5b93f5d5537dc7dafa7e7f13dabdd40ae" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-crypto-pk/mirage-crypto-pk.0.8.1/opam b/packages/mirage-crypto-pk/mirage-crypto-pk.0.8.1/opam new file mode 100644 index 000000000..a8f926492 --- /dev/null +++ b/packages/mirage-crypto-pk/mirage-crypto-pk.0.8.1/opam @@ -0,0 +1,45 @@ +opam-version: "2.0" +homepage: "https://github.com/mirage/mirage-crypto" +dev-repo: "git+https://github.com/mirage/mirage-crypto.git" +bug-reports: "https://github.com/mirage/mirage-crypto/issues" +doc: "https://mirage.github.io/mirage-crypto/doc" +authors: ["David Kaloper " "Hannes Mehnert " ] +maintainer: "Hannes Mehnert " +license: "ISC" +synopsis: "Simple public-key cryptography for the modern age" + +build: [ ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs ] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] + +depends: [ + "conf-gmp-powm-sec" {build & <= "3"} + "ocaml" {>= "4.08.0"} + "dune" {>= "1.7" & <= "3.17.1"} + "ounit" {with-test & <= "2.2.7"} + "randomconv" {with-test & >= "0.1.3" & < "0.2.0"} + "cstruct" {>= "3.2.0" & <= "6.2.0"} + "mirage-crypto" {=version} + "mirage-crypto-rng" {=version} + "sexplib" {<= "v0.17.0"} + "ppx_sexp_conv" {<= "v0.17.0"} + "zarith" {>= "1.4" & <= "1.14"} + "eqaf" {>= "0.7" & <= "0.10"} + "rresult" {>= "0.6.0" & <= "0.7.0"} + ("mirage-no-xen" {= "1"} | "zarith-xen" {<= "1.7"}) + ("mirage-no-solo5" {= "1"} | "zarith-freestanding" {<= "1.7-2"}) +] +description: """ +Mirage-crypto-pk provides public-key cryptography (RSA, DSA, DH). +""" +url { + src: + "https://github.com/mirage/mirage-crypto/releases/download/v0.8.1/mirage-crypto-v0.8.1.tbz" + checksum: [ + "sha256=f3494aa290f2b87859108b48b8c12152e649e771e4e87374e0717b25a38e128f" + "sha512=7a3f5a1528cc86831c6f7f78941a426757ef747bc94713f3d04e528cdeda0fab65fb61c944f04a3be9bf147d9b2d1b1c6b1e595697ddc839b245341fc821c3d0" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-crypto-pk/mirage-crypto-pk.0.8.2/opam b/packages/mirage-crypto-pk/mirage-crypto-pk.0.8.2/opam new file mode 100644 index 000000000..771923cf4 --- /dev/null +++ b/packages/mirage-crypto-pk/mirage-crypto-pk.0.8.2/opam @@ -0,0 +1,46 @@ +opam-version: "2.0" +homepage: "https://github.com/mirage/mirage-crypto" +dev-repo: "git+https://github.com/mirage/mirage-crypto.git" +bug-reports: "https://github.com/mirage/mirage-crypto/issues" +doc: "https://mirage.github.io/mirage-crypto/doc" +authors: ["David Kaloper " "Hannes Mehnert " ] +maintainer: "Hannes Mehnert " +license: "ISC" +synopsis: "Simple public-key cryptography for the modern age" + +build: [ ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs ] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] + +depends: [ + "conf-gmp-powm-sec" {build & <= "3"} + "ocaml" {>= "4.08.0"} + "dune" {>= "1.7" & <= "3.17.1"} + "ounit" {with-test & <= "2.2.7"} + "randomconv" {with-test & >= "0.1.3" & < "0.2.0"} + "cstruct" {>= "3.2.0" & <= "6.2.0"} + "mirage-crypto" {=version} + "mirage-crypto-rng" {=version} + "sexplib" {<= "v0.17.0"} + "ppx_sexp_conv" {<= "v0.17.0"} + "zarith" {>= "1.4" & <= "1.14"} + "eqaf" {>= "0.7" & <= "0.10"} + "rresult" {>= "0.6.0" & <= "0.7.0"} + ("mirage-no-xen" {= "1"} | "zarith-xen" {<= "1.7"}) + ("mirage-no-solo5" {= "1"} | "zarith-freestanding" {<= "1.7-2"}) +] +description: """ +Mirage-crypto-pk provides public-key cryptography (RSA, DSA, DH). +""" +x-commit-hash: "df53132eda1cd44a0d9b3fba9015a669537cc729" +url { + src: + "https://github.com/mirage/mirage-crypto/releases/download/v0.8.2/mirage-crypto-v0.8.2.tbz" + checksum: [ + "sha256=e2f103e6faef2f99576918933deb75ce288e9ccbe71f9de8418a007c16f95a26" + "sha512=20131b787ab7fba478a9846e253ce3c9adb83e955d06e480b90b3c22adb3c165f55816d2ff7da5aa332b4fc8ea9aa209637451eb794fcaa079f206343596d6c8" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-crypto-pk/mirage-crypto-pk.0.8.3/opam b/packages/mirage-crypto-pk/mirage-crypto-pk.0.8.3/opam new file mode 100644 index 000000000..7b0f8a6f1 --- /dev/null +++ b/packages/mirage-crypto-pk/mirage-crypto-pk.0.8.3/opam @@ -0,0 +1,45 @@ +opam-version: "2.0" +homepage: "https://github.com/mirage/mirage-crypto" +dev-repo: "git+https://github.com/mirage/mirage-crypto.git" +bug-reports: "https://github.com/mirage/mirage-crypto/issues" +doc: "https://mirage.github.io/mirage-crypto/doc" +authors: ["David Kaloper " "Hannes Mehnert " ] +maintainer: "Hannes Mehnert " +license: "ISC" +synopsis: "Simple public-key cryptography for the modern age" + +build: [ ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs ] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] + +depends: [ + "conf-gmp-powm-sec" {build & <= "3"} + "ocaml" {>= "4.08.0"} + "dune" {>= "1.7" & <= "3.17.1"} + "ounit" {with-test & <= "2.2.7"} + "randomconv" {with-test & >= "0.1.3" & < "0.2.0"} + "cstruct" {>= "3.2.0" & <= "6.2.0"} + "mirage-crypto" {=version} + "mirage-crypto-rng" {=version} + "sexplib" {<= "v0.17.0"} + "ppx_sexp_conv" {<= "v0.17.0"} + "zarith" {>= "1.4" & <= "1.14"} + "eqaf" {>= "0.7" & <= "0.10"} + "rresult" {>= "0.6.0" & <= "0.7.0"} + ("mirage-no-xen" {= "1"} | "zarith-xen" {<= "1.7"}) + ("mirage-no-solo5" {= "1"} | "zarith-freestanding" {<= "1.7-2"}) +] +description: """ +Mirage-crypto-pk provides public-key cryptography (RSA, DSA, DH). +""" +url { + src: + "https://github.com/mirage/mirage-crypto/releases/download/v0.8.3/mirage-crypto-v0.8.3.tbz" + checksum: [ + "sha256=9147ac044a56dfe22793ba25ec8d5c64da78f879db84d916b4d61030b3843523" + "sha512=d4f24c94c7d1e6929411ee3238d46cca43655a10581514d4d02d4a3b1511e9c0b9b08f078a65cb63abda1b9d93d46e7dfa8240c6e363f3f1416f8a8e2c6ad20b" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-crypto-pk/mirage-crypto-pk.0.8.4/opam b/packages/mirage-crypto-pk/mirage-crypto-pk.0.8.4/opam new file mode 100644 index 000000000..4b6af5435 --- /dev/null +++ b/packages/mirage-crypto-pk/mirage-crypto-pk.0.8.4/opam @@ -0,0 +1,46 @@ +opam-version: "2.0" +homepage: "https://github.com/mirage/mirage-crypto" +dev-repo: "git+https://github.com/mirage/mirage-crypto.git" +bug-reports: "https://github.com/mirage/mirage-crypto/issues" +doc: "https://mirage.github.io/mirage-crypto/doc" +authors: ["David Kaloper " "Hannes Mehnert " ] +maintainer: "Hannes Mehnert " +license: "ISC" +synopsis: "Simple public-key cryptography for the modern age" + +build: [ ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs ] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] + +depends: [ + "conf-gmp-powm-sec" {build & <= "3"} + "ocaml" {>= "4.08.0"} + "dune" {>= "1.7" & <= "3.17.1"} + "ounit" {with-test & <= "2.2.7"} + "randomconv" {with-test & >= "0.1.3" & < "0.2.0"} + "cstruct" {>= "3.2.0" & <= "6.2.0"} + "mirage-crypto" {=version} + "mirage-crypto-rng" {=version} + "sexplib" {<= "v0.17.0"} + "ppx_sexp_conv" {<= "v0.17.0"} + "zarith" {>= "1.4" & <= "1.14"} + "eqaf" {>= "0.7" & <= "0.10"} + "rresult" {>= "0.6.0" & <= "0.7.0"} + ("mirage-no-xen" {= "1"} | "zarith-xen" {<= "1.7"}) + ("mirage-no-solo5" {= "1"} | "zarith-freestanding" {<= "1.7-2"}) +] +description: """ +Mirage-crypto-pk provides public-key cryptography (RSA, DSA, DH). +""" +x-commit-hash: "162d04ec4684f8d5a0c05154ca8219d217ad0b39" +url { + src: + "https://github.com/mirage/mirage-crypto/releases/download/v0.8.4/mirage-crypto-v0.8.4.tbz" + checksum: [ + "sha256=b94b1e4ac8e5d93802f95843e323ebc0b6645c778e2b80970a37134d29e509f0" + "sha512=d320b55e66d546c877f6398bac0a1ea17d90b6473082bd3911ef7f338ee821fa965c359326215fc521a64e41ea577ee35adbe3ce9155964530434c8c624db99e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-crypto-pk/mirage-crypto-pk.0.8.9/opam b/packages/mirage-crypto-pk/mirage-crypto-pk.0.8.9/opam new file mode 100644 index 000000000..93a788d36 --- /dev/null +++ b/packages/mirage-crypto-pk/mirage-crypto-pk.0.8.9/opam @@ -0,0 +1,49 @@ +opam-version: "2.0" +homepage: "https://github.com/mirage/mirage-crypto" +dev-repo: "git+https://github.com/mirage/mirage-crypto.git" +bug-reports: "https://github.com/mirage/mirage-crypto/issues" +doc: "https://mirage.github.io/mirage-crypto/doc" +authors: ["David Kaloper " "Hannes Mehnert " ] +maintainer: "Hannes Mehnert " +license: "ISC" +synopsis: "Simple public-key cryptography for the modern age" + +build: [ ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs ] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] + +depends: [ + "conf-gmp-powm-sec" {build & <= "3"} + "ocaml" {>= "4.08.0"} + "dune" {>= "2.6" & <= "3.17.1"} + "ounit" {with-test & <= "2.2.7"} + "randomconv" {with-test & >= "0.1.3" & < "0.2.0"} + "cstruct" {>= "3.2.0" & <= "6.2.0"} + "mirage-crypto" {=version} + "mirage-crypto-rng" {=version} + "sexplib" {<= "v0.17.0"} + "ppx_sexp_conv" {<= "v0.17.0"} + "zarith" {>= "1.4" & <= "1.14"} + "eqaf" {>= "0.7" & <= "0.10"} + "rresult" {>= "0.6.0" & <= "0.7.0"} + (("mirage-no-solo5" {= "1"} & "mirage-no-xen" {= "1"}) | + "zarith-freestanding" {<= "1.7-2"}) +] +conflicts: [ + "mirage-xen" {< "6.0.0"} +] +description: """ +Mirage-crypto-pk provides public-key cryptography (RSA, DSA, DH). +""" +url { + src: + "https://github.com/mirage/mirage-crypto/releases/download/v0.8.9/mirage-crypto-v0.8.9.tbz" + checksum: [ + "sha256=648d14a5085226f9ccd7e3435f81af90e2cdea64bcd127a773604a583fc4eb73" + "sha512=711a6da6ada6a9f2430b147a4b243d73cb2665391828465d2ec47e2d86e31ad04fe4afd964065e0f31ece3c1623d3ea3c81d0c9d6ccc8bebee924abea2cef554" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-crypto-pk/mirage-crypto-pk.1.0.0/opam b/packages/mirage-crypto-pk/mirage-crypto-pk.1.0.0/opam new file mode 100644 index 000000000..9874c3e06 --- /dev/null +++ b/packages/mirage-crypto-pk/mirage-crypto-pk.1.0.0/opam @@ -0,0 +1,45 @@ +opam-version: "2.0" +homepage: "https://github.com/mirage/mirage-crypto" +dev-repo: "git+https://github.com/mirage/mirage-crypto.git" +bug-reports: "https://github.com/mirage/mirage-crypto/issues" +doc: "https://mirage.github.io/mirage-crypto/doc" +authors: ["David Kaloper " "Hannes Mehnert " ] +maintainer: "Hannes Mehnert " +license: "ISC" +synopsis: "Simple public-key cryptography for the modern age" + +build: [ ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs ] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] + +depends: [ + "conf-gmp-powm-sec" {build & <= "3"} + "ocaml" {>= "4.13.0"} + "dune" {>= "2.7" & <= "3.17.1"} + "ounit2" {with-test & <= "2.2.7"} + "randomconv" {= "0.2.0"} + "ohex" {= "0.2.0"} + "mirage-crypto" {=version} + "mirage-crypto-rng" {=version} + "digestif" {= "1.2.0"} + "zarith" {>= "1.13" & <= "1.14"} + "eqaf" {>= "0.8" & <= "0.10"} +] +conflicts: [ + "ocaml-freestanding" +] +description: """ +Mirage-crypto-pk provides public-key cryptography (RSA, DSA, DH). +""" +url { + src: + "https://github.com/mirage/mirage-crypto/releases/download/v1.0.0/mirage-crypto-1.0.0.tbz" + checksum: [ + "sha256=4f9b06af4f6440eee85e5645c01184ca10cd30a8127864e80fc5f206cf864769" + "sha512=73855eeea482b6ba4b7e095a92af2322e97a6da67bee79ef2b3b05449d7ed522712dd11e825759e812eec21281083ef8422429a156851930078aad41215ecdfc" + ] +} +x-commit-hash: "28e9cc96492b43a994652c25ab8db4f265f51165" +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-crypto-rng-async/mirage-crypto-rng-async.0.8.9/opam b/packages/mirage-crypto-rng-async/mirage-crypto-rng-async.0.8.9/opam new file mode 100644 index 000000000..d7739442d --- /dev/null +++ b/packages/mirage-crypto-rng-async/mirage-crypto-rng-async.0.8.9/opam @@ -0,0 +1,40 @@ +opam-version: "2.0" +homepage: "https://github.com/mirage/mirage-crypto" +dev-repo: "git+https://github.com/mirage/mirage-crypto.git" +bug-reports: "https://github.com/mirage/mirage-crypto/issues" +doc: "https://mirage.github.io/mirage-crypto/doc" +authors: ["David Kaloper " "Hannes Mehnert " ] +maintainer: "Hannes Mehnert " +license: "ISC" +synopsis: "Feed the entropy source in an Async-friendly way" + +build: [ ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs ] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] + +depends: [ + "ocaml" {>= "4.08.0"} + "dune" {>= "2.6" & <= "3.17.1"} + "dune-configurator" {>= "2.0.0" & <= "3.17.1"} + "async" {<= "v0.17.0"} + "logs" {<= "0.7.0"} + "mirage-crypto" {=version} + "mirage-crypto-rng" {=version} +] +description: """ + +Mirage-crypto-rng-async feeds the entropy source for Mirage_crypto_rng-based +random number genreator implementations, in an Async-friendly way. +""" +url { + src: + "https://github.com/mirage/mirage-crypto/releases/download/v0.8.9/mirage-crypto-v0.8.9.tbz" + checksum: [ + "sha256=648d14a5085226f9ccd7e3435f81af90e2cdea64bcd127a773604a583fc4eb73" + "sha512=711a6da6ada6a9f2430b147a4b243d73cb2665391828465d2ec47e2d86e31ad04fe4afd964065e0f31ece3c1623d3ea3c81d0c9d6ccc8bebee924abea2cef554" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-crypto-rng-async/mirage-crypto-rng-async.1.0.0/opam b/packages/mirage-crypto-rng-async/mirage-crypto-rng-async.1.0.0/opam new file mode 100644 index 000000000..4aefe3682 --- /dev/null +++ b/packages/mirage-crypto-rng-async/mirage-crypto-rng-async.1.0.0/opam @@ -0,0 +1,42 @@ +opam-version: "2.0" +homepage: "https://github.com/mirage/mirage-crypto" +dev-repo: "git+https://github.com/mirage/mirage-crypto.git" +bug-reports: "https://github.com/mirage/mirage-crypto/issues" +doc: "https://mirage.github.io/mirage-crypto/doc" +authors: ["David Kaloper " "Hannes Mehnert " ] +maintainer: "Hannes Mehnert " +license: "ISC" +synopsis: "Feed the entropy source in an Async-friendly way" + +build: [ ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs ] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] + +depends: [ + "ocaml" {>= "4.13.0"} + "dune" {>= "2.7" & <= "3.17.1"} + "dune-configurator" {>= "2.0.0" & <= "3.17.1"} + "async" {>= "v0.14" & <= "v0.17.0"} + "logs" {<= "0.7.0"} + "mirage-crypto-rng" {=version} + "ohex" {= "0.2.0"} +] +available: os != "win32" +description: """ + +Mirage-crypto-rng-async feeds the entropy source for Mirage_crypto_rng-based +random number generator implementations, in an Async-friendly way. +""" +url { + src: + "https://github.com/mirage/mirage-crypto/releases/download/v1.0.0/mirage-crypto-1.0.0.tbz" + checksum: [ + "sha256=4f9b06af4f6440eee85e5645c01184ca10cd30a8127864e80fc5f206cf864769" + "sha512=73855eeea482b6ba4b7e095a92af2322e97a6da67bee79ef2b3b05449d7ed522712dd11e825759e812eec21281083ef8422429a156851930078aad41215ecdfc" + ] +} +x-commit-hash: "28e9cc96492b43a994652c25ab8db4f265f51165" + +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-crypto-rng-eio/mirage-crypto-rng-eio.1.0.0/opam b/packages/mirage-crypto-rng-eio/mirage-crypto-rng-eio.1.0.0/opam new file mode 100644 index 000000000..c8ef56146 --- /dev/null +++ b/packages/mirage-crypto-rng-eio/mirage-crypto-rng-eio.1.0.0/opam @@ -0,0 +1,41 @@ +opam-version: "2.0" +homepage: "https://github.com/mirage/mirage-crypto" +dev-repo: "git+https://github.com/mirage/mirage-crypto.git" +bug-reports: "https://github.com/mirage/mirage-crypto/issues" +doc: "https://mirage.github.io/mirage-crypto/doc" +authors: ["Bikal Gurung " ] +maintainer: "Bikal Gurung " +license: "ISC" +synopsis: "Feed the entropy source in an eio-friendly way" + +build: [ ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs ] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] + +depends: [ + "ocaml" {>= "5.0.0"} + "dune" {>= "2.7" & <= "3.17.1"} + "eio" {>= "0.12" & <= "1.2"} + "logs" {<= "0.7.0"} + "mirage-crypto-rng" {=version} + "duration" {<= "0.2.1"} + "mtime" {<= "2.1.0"} + "eio_main" {with-test & <= "1.2"} + "ohex" {= "0.2.0"} +] +description: """ +Mirage-crypto-rng-eio feeds the entropy source for Mirage_crypto_rng-based +random number generator implementations, in an eio-friendly way. +""" +url { + src: + "https://github.com/mirage/mirage-crypto/releases/download/v1.0.0/mirage-crypto-1.0.0.tbz" + checksum: [ + "sha256=4f9b06af4f6440eee85e5645c01184ca10cd30a8127864e80fc5f206cf864769" + "sha512=73855eeea482b6ba4b7e095a92af2322e97a6da67bee79ef2b3b05449d7ed522712dd11e825759e812eec21281083ef8422429a156851930078aad41215ecdfc" + ] +} +x-commit-hash: "28e9cc96492b43a994652c25ab8db4f265f51165" +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-crypto-rng-lwt/mirage-crypto-rng-lwt.1.0.0/opam b/packages/mirage-crypto-rng-lwt/mirage-crypto-rng-lwt.1.0.0/opam new file mode 100644 index 000000000..1693a5470 --- /dev/null +++ b/packages/mirage-crypto-rng-lwt/mirage-crypto-rng-lwt.1.0.0/opam @@ -0,0 +1,38 @@ +opam-version: "2.0" +homepage: "https://github.com/mirage/mirage-crypto" +dev-repo: "git+https://github.com/mirage/mirage-crypto.git" +bug-reports: "https://github.com/mirage/mirage-crypto/issues" +doc: "https://mirage.github.io/mirage-crypto/doc" +authors: ["David Kaloper " "Hannes Mehnert " ] +maintainer: "Hannes Mehnert " +license: "ISC" +synopsis: "A cryptographically secure PRNG" + +build: [ ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs ] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] + +depends: [ + "ocaml" {>= "4.13.0"} + "dune" {>= "2.7" & <= "3.17.1"} + "duration" {<= "0.2.1"} + "logs" {<= "0.7.0"} + "mirage-crypto-rng" {=version} + "mtime" {>= "1.0.0" & <= "2.1.0"} + "lwt" {>= "4.0.0" & <= "5.9.0"} +] +description: """ +Mirage-crypto-rng-lwt provides entropy collection code for the RNG using Lwt. +""" +url { + src: + "https://github.com/mirage/mirage-crypto/releases/download/v1.0.0/mirage-crypto-1.0.0.tbz" + checksum: [ + "sha256=4f9b06af4f6440eee85e5645c01184ca10cd30a8127864e80fc5f206cf864769" + "sha512=73855eeea482b6ba4b7e095a92af2322e97a6da67bee79ef2b3b05449d7ed522712dd11e825759e812eec21281083ef8422429a156851930078aad41215ecdfc" + ] +} +x-commit-hash: "28e9cc96492b43a994652c25ab8db4f265f51165" +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-crypto-rng-miou-unix/mirage-crypto-rng-miou-unix.1.0.0/opam b/packages/mirage-crypto-rng-miou-unix/mirage-crypto-rng-miou-unix.1.0.0/opam new file mode 100644 index 000000000..893de98d6 --- /dev/null +++ b/packages/mirage-crypto-rng-miou-unix/mirage-crypto-rng-miou-unix.1.0.0/opam @@ -0,0 +1,41 @@ +opam-version: "2.0" +homepage: "https://github.com/mirage/mirage-crypto" +dev-repo: "git+https://github.com/mirage/mirage-crypto.git" +bug-reports: "https://github.com/mirage/mirage-crypto/issues" +doc: "https://mirage.github.io/mirage-crypto/doc" +authors: ["Romain Calascibetta " ] +maintainer: "Romain Calascibetta " +license: "ISC" +synopsis: "Feed the entropy source in an miou.unix-friendly way" + +build: [ ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs ] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] + +depends: [ + "ocaml" {>= "5.0.0"} + "dune" {>= "2.7" & <= "3.17.1"} + "miou" {>= "0.2.0" & <= "0.3.0"} + "logs" {<= "0.7.0"} + "mirage-crypto-rng" {=version} + "duration" {<= "0.2.1"} + "mtime" {>= "1.0.0" & <= "2.1.0"} + "digestif" {= "1.2.0"} + "ohex" {= "0.2.0"} +] +description: """ +Mirage-crypto-rng-miou-unix feeds the entropy source for Mirage_crypto_rng-based +random number generator implementations, in an miou.unix-friendly way. +""" +url { + src: + "https://github.com/mirage/mirage-crypto/releases/download/v1.0.0/mirage-crypto-1.0.0.tbz" + checksum: [ + "sha256=4f9b06af4f6440eee85e5645c01184ca10cd30a8127864e80fc5f206cf864769" + "sha512=73855eeea482b6ba4b7e095a92af2322e97a6da67bee79ef2b3b05449d7ed522712dd11e825759e812eec21281083ef8422429a156851930078aad41215ecdfc" + ] +} +x-commit-hash: "28e9cc96492b43a994652c25ab8db4f265f51165" +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-crypto-rng-mirage/mirage-crypto-rng-mirage.0.8.1/opam b/packages/mirage-crypto-rng-mirage/mirage-crypto-rng-mirage.0.8.1/opam new file mode 100644 index 000000000..9b99da091 --- /dev/null +++ b/packages/mirage-crypto-rng-mirage/mirage-crypto-rng-mirage.0.8.1/opam @@ -0,0 +1,41 @@ +opam-version: "2.0" +homepage: "https://github.com/mirage/mirage-crypto" +dev-repo: "git+https://github.com/mirage/mirage-crypto.git" +bug-reports: "https://github.com/mirage/mirage-crypto/issues" +doc: "https://mirage.github.io/mirage-crypto/doc" +authors: ["David Kaloper " "Hannes Mehnert " ] +maintainer: "Hannes Mehnert " +license: "ISC" +synopsis: "Entropy collection for a cryptographically secure PRNG" + +build: [ ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs ] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] + +depends: [ + "ocaml" {>= "4.08.0"} + "dune" {>= "1.7" & <= "3.17.1"} + "mirage-crypto-rng" {=version} + "duration" {<= "0.2.1"} + "cstruct" {>= "4.0.0" & <= "6.2.0"} + "mirage-runtime" {>= "3.8.0" & <= "4.8.2"} + "mirage-time" {>= "2.0.0" & <= "3.0.0"} + "mirage-clock" {>= "3.0.0" & <= "4.2.0"} + "mirage-unix" {with-test & >= "3.0.0" & <= "5.0.1"} + "mirage-time-unix" {with-test & >= "2.0.0" & <= "3.0.0"} + "mirage-clock-unix" {with-test & >= "3.0.0" & <= "4.2.0"} +] +description: """ +Mirage-crypto-rng-mirage provides entropy collection code for the RNG. +""" +url { + src: + "https://github.com/mirage/mirage-crypto/releases/download/v0.8.1/mirage-crypto-v0.8.1.tbz" + checksum: [ + "sha256=f3494aa290f2b87859108b48b8c12152e649e771e4e87374e0717b25a38e128f" + "sha512=7a3f5a1528cc86831c6f7f78941a426757ef747bc94713f3d04e528cdeda0fab65fb61c944f04a3be9bf147d9b2d1b1c6b1e595697ddc839b245341fc821c3d0" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-crypto-rng-mirage/mirage-crypto-rng-mirage.0.8.2/opam b/packages/mirage-crypto-rng-mirage/mirage-crypto-rng-mirage.0.8.2/opam new file mode 100644 index 000000000..625eb83e1 --- /dev/null +++ b/packages/mirage-crypto-rng-mirage/mirage-crypto-rng-mirage.0.8.2/opam @@ -0,0 +1,42 @@ +opam-version: "2.0" +homepage: "https://github.com/mirage/mirage-crypto" +dev-repo: "git+https://github.com/mirage/mirage-crypto.git" +bug-reports: "https://github.com/mirage/mirage-crypto/issues" +doc: "https://mirage.github.io/mirage-crypto/doc" +authors: ["David Kaloper " "Hannes Mehnert " ] +maintainer: "Hannes Mehnert " +license: "ISC" +synopsis: "Entropy collection for a cryptographically secure PRNG" + +build: [ ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs ] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] + +depends: [ + "ocaml" {>= "4.08.0"} + "dune" {>= "1.7" & <= "3.17.1"} + "mirage-crypto-rng" {=version} + "duration" {<= "0.2.1"} + "cstruct" {>= "4.0.0" & <= "6.2.0"} + "mirage-runtime" {>= "3.8.0" & <= "4.8.2"} + "mirage-time" {>= "2.0.0" & <= "3.0.0"} + "mirage-clock" {>= "3.0.0" & <= "4.2.0"} + "mirage-unix" {with-test & >= "3.0.0" & <= "5.0.1"} + "mirage-time-unix" {with-test & >= "2.0.0" & <= "3.0.0"} + "mirage-clock-unix" {with-test & >= "3.0.0" & <= "4.2.0"} +] +description: """ +Mirage-crypto-rng-mirage provides entropy collection code for the RNG. +""" +x-commit-hash: "df53132eda1cd44a0d9b3fba9015a669537cc729" +url { + src: + "https://github.com/mirage/mirage-crypto/releases/download/v0.8.2/mirage-crypto-v0.8.2.tbz" + checksum: [ + "sha256=e2f103e6faef2f99576918933deb75ce288e9ccbe71f9de8418a007c16f95a26" + "sha512=20131b787ab7fba478a9846e253ce3c9adb83e955d06e480b90b3c22adb3c165f55816d2ff7da5aa332b4fc8ea9aa209637451eb794fcaa079f206343596d6c8" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-crypto-rng-mirage/mirage-crypto-rng-mirage.0.8.3/opam b/packages/mirage-crypto-rng-mirage/mirage-crypto-rng-mirage.0.8.3/opam new file mode 100644 index 000000000..0b4cbb733 --- /dev/null +++ b/packages/mirage-crypto-rng-mirage/mirage-crypto-rng-mirage.0.8.3/opam @@ -0,0 +1,41 @@ +opam-version: "2.0" +homepage: "https://github.com/mirage/mirage-crypto" +dev-repo: "git+https://github.com/mirage/mirage-crypto.git" +bug-reports: "https://github.com/mirage/mirage-crypto/issues" +doc: "https://mirage.github.io/mirage-crypto/doc" +authors: ["David Kaloper " "Hannes Mehnert " ] +maintainer: "Hannes Mehnert " +license: "ISC" +synopsis: "Entropy collection for a cryptographically secure PRNG" + +build: [ ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs ] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] + +depends: [ + "ocaml" {>= "4.08.0"} + "dune" {>= "1.7" & <= "3.17.1"} + "mirage-crypto-rng" {=version} + "duration" {<= "0.2.1"} + "cstruct" {>= "4.0.0" & <= "6.2.0"} + "mirage-runtime" {>= "3.8.0" & <= "4.8.2"} + "mirage-time" {>= "2.0.0" & <= "3.0.0"} + "mirage-clock" {>= "3.0.0" & <= "4.2.0"} + "mirage-unix" {with-test & >= "3.0.0" & <= "5.0.1"} + "mirage-time-unix" {with-test & >= "2.0.0" & <= "3.0.0"} + "mirage-clock-unix" {with-test & >= "3.0.0" & <= "4.2.0"} +] +description: """ +Mirage-crypto-rng-mirage provides entropy collection code for the RNG. +""" +url { + src: + "https://github.com/mirage/mirage-crypto/releases/download/v0.8.3/mirage-crypto-v0.8.3.tbz" + checksum: [ + "sha256=9147ac044a56dfe22793ba25ec8d5c64da78f879db84d916b4d61030b3843523" + "sha512=d4f24c94c7d1e6929411ee3238d46cca43655a10581514d4d02d4a3b1511e9c0b9b08f078a65cb63abda1b9d93d46e7dfa8240c6e363f3f1416f8a8e2c6ad20b" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-crypto-rng-mirage/mirage-crypto-rng-mirage.0.8.4/opam b/packages/mirage-crypto-rng-mirage/mirage-crypto-rng-mirage.0.8.4/opam new file mode 100644 index 000000000..0bc85463e --- /dev/null +++ b/packages/mirage-crypto-rng-mirage/mirage-crypto-rng-mirage.0.8.4/opam @@ -0,0 +1,42 @@ +opam-version: "2.0" +homepage: "https://github.com/mirage/mirage-crypto" +dev-repo: "git+https://github.com/mirage/mirage-crypto.git" +bug-reports: "https://github.com/mirage/mirage-crypto/issues" +doc: "https://mirage.github.io/mirage-crypto/doc" +authors: ["David Kaloper " "Hannes Mehnert " ] +maintainer: "Hannes Mehnert " +license: "ISC" +synopsis: "Entropy collection for a cryptographically secure PRNG" + +build: [ ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs ] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] + +depends: [ + "ocaml" {>= "4.08.0"} + "dune" {>= "1.7" & <= "3.17.1"} + "mirage-crypto-rng" {=version} + "duration" {<= "0.2.1"} + "cstruct" {>= "4.0.0" & <= "6.2.0"} + "mirage-runtime" {>= "3.8.0" & <= "4.8.2"} + "mirage-time" {>= "2.0.0" & <= "3.0.0"} + "mirage-clock" {>= "3.0.0" & <= "4.2.0"} + "mirage-unix" {with-test & >= "3.0.0" & <= "5.0.1"} + "mirage-time-unix" {with-test & >= "2.0.0" & <= "3.0.0"} + "mirage-clock-unix" {with-test & >= "3.0.0" & <= "4.2.0"} +] +description: """ +Mirage-crypto-rng-mirage provides entropy collection code for the RNG. +""" +x-commit-hash: "162d04ec4684f8d5a0c05154ca8219d217ad0b39" +url { + src: + "https://github.com/mirage/mirage-crypto/releases/download/v0.8.4/mirage-crypto-v0.8.4.tbz" + checksum: [ + "sha256=b94b1e4ac8e5d93802f95843e323ebc0b6645c778e2b80970a37134d29e509f0" + "sha512=d320b55e66d546c877f6398bac0a1ea17d90b6473082bd3911ef7f338ee821fa965c359326215fc521a64e41ea577ee35adbe3ce9155964530434c8c624db99e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-crypto-rng-mirage/mirage-crypto-rng-mirage.0.8.9/opam b/packages/mirage-crypto-rng-mirage/mirage-crypto-rng-mirage.0.8.9/opam new file mode 100644 index 000000000..0fcd04dcf --- /dev/null +++ b/packages/mirage-crypto-rng-mirage/mirage-crypto-rng-mirage.0.8.9/opam @@ -0,0 +1,44 @@ +opam-version: "2.0" +homepage: "https://github.com/mirage/mirage-crypto" +dev-repo: "git+https://github.com/mirage/mirage-crypto.git" +bug-reports: "https://github.com/mirage/mirage-crypto/issues" +doc: "https://mirage.github.io/mirage-crypto/doc" +authors: ["David Kaloper " "Hannes Mehnert " ] +maintainer: "Hannes Mehnert " +license: "ISC" +synopsis: "Entropy collection for a cryptographically secure PRNG" + +build: [ ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs ] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] + +depends: [ + "ocaml" {>= "4.08.0"} + "dune" {>= "2.6" & <= "3.17.1"} + "mirage-crypto-rng" {=version} + "duration" {<= "0.2.1"} + "cstruct" {>= "4.0.0" & <= "6.2.0"} + "logs" {<= "0.7.0"} + "lwt" {>= "4.0.0" & <= "5.9.0"} + "mirage-runtime" {>= "3.8.0" & <= "4.8.2"} + "mirage-time" {>= "2.0.0" & <= "3.0.0"} + "mirage-clock" {>= "3.0.0" & <= "4.2.0"} + "mirage-unix" {with-test & >= "3.0.0" & <= "5.0.1"} + "mirage-time-unix" {with-test & >= "2.0.0" & <= "3.0.0"} + "mirage-clock-unix" {with-test & >= "3.0.0" & <= "4.2.0"} +] +description: """ +Mirage-crypto-rng-mirage provides entropy collection code for the RNG. +""" +url { + src: + "https://github.com/mirage/mirage-crypto/releases/download/v0.8.9/mirage-crypto-v0.8.9.tbz" + checksum: [ + "sha256=648d14a5085226f9ccd7e3435f81af90e2cdea64bcd127a773604a583fc4eb73" + "sha512=711a6da6ada6a9f2430b147a4b243d73cb2665391828465d2ec47e2d86e31ad04fe4afd964065e0f31ece3c1623d3ea3c81d0c9d6ccc8bebee924abea2cef554" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-crypto-rng-mirage/mirage-crypto-rng-mirage.1.0.0/opam b/packages/mirage-crypto-rng-mirage/mirage-crypto-rng-mirage.1.0.0/opam new file mode 100644 index 000000000..c49ea8882 --- /dev/null +++ b/packages/mirage-crypto-rng-mirage/mirage-crypto-rng-mirage.1.0.0/opam @@ -0,0 +1,44 @@ +opam-version: "2.0" +homepage: "https://github.com/mirage/mirage-crypto" +dev-repo: "git+https://github.com/mirage/mirage-crypto.git" +bug-reports: "https://github.com/mirage/mirage-crypto/issues" +doc: "https://mirage.github.io/mirage-crypto/doc" +authors: ["David Kaloper " "Hannes Mehnert " ] +maintainer: "Hannes Mehnert " +license: "BSD-2-Clause" +synopsis: "Entropy collection for a cryptographically secure PRNG" + +build: [ ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs ] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] + +depends: [ + "ocaml" {>= "4.13.0"} + "dune" {>= "2.7" & <= "3.17.1"} + "mirage-crypto-rng" {=version} + "duration" {<= "0.2.1"} + "logs" {<= "0.7.0"} + "lwt" {>= "4.0.0" & <= "5.9.0"} + "mirage-runtime" {>= "3.8.0" & <= "4.8.2"} + "mirage-time" {>= "2.0.0" & <= "3.0.0"} + "mirage-clock" {>= "3.0.0" & <= "4.2.0"} + "mirage-unix" {with-test & >= "5.0.0" & <= "5.0.1"} + "mirage-time-unix" {with-test & >= "2.0.0" & <= "3.0.0"} + "mirage-clock-unix" {with-test & >= "3.0.0" & <= "4.2.0"} + "ohex" {= "0.2.0"} +] +description: """ +Mirage-crypto-rng-mirage provides entropy collection code for the RNG. +""" +url { + src: + "https://github.com/mirage/mirage-crypto/releases/download/v1.0.0/mirage-crypto-1.0.0.tbz" + checksum: [ + "sha256=4f9b06af4f6440eee85e5645c01184ca10cd30a8127864e80fc5f206cf864769" + "sha512=73855eeea482b6ba4b7e095a92af2322e97a6da67bee79ef2b3b05449d7ed522712dd11e825759e812eec21281083ef8422429a156851930078aad41215ecdfc" + ] +} +x-commit-hash: "28e9cc96492b43a994652c25ab8db4f265f51165" +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-crypto-rng/mirage-crypto-rng.0.7.0/opam b/packages/mirage-crypto-rng/mirage-crypto-rng.0.7.0/opam new file mode 100644 index 000000000..fe3189270 --- /dev/null +++ b/packages/mirage-crypto-rng/mirage-crypto-rng.0.7.0/opam @@ -0,0 +1,52 @@ +opam-version: "2.0" +homepage: "https://github.com/mirage/mirage-crypto" +dev-repo: "git+https://github.com/mirage/mirage-crypto.git" +bug-reports: "https://github.com/mirage/mirage-crypto/issues" +doc: "https://mirage.github.io/mirage-crypto/doc" +authors: ["David Kaloper " "Hannes Mehnert " ] +maintainer: "Hannes Mehnert " +license: "ISC" +synopsis: "A cryptographically secure PRNG" + +build: [ ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs ] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] + +available: false +depends: [ + "ocaml" {>= "4.08.0"} + "dune" {>= "1.7" & <= "3.17.1"} + "dune-configurator" {<= "3.17.1"} + "duration" {<= "0.2.1"} + "cstruct" {>= "4.0.0" & <= "6.2.0"} + "logs" {<= "0.7.0"} + "mirage-crypto" {=version} + "ounit" {with-test & <= "2.2.7"} + "randomconv" {with-test & >= "0.1.3" & < "0.2.0"} +# lwt sublibrary + "mtime" {>= "1.0.0" & <= "2.1.0"} + "lwt" {>= "4.0.0" & <= "5.9.0"} +# mirage sublibrary + "mirage-runtime" {>= "3.7.0" & < "3.8.0"} + "mirage-time" {>= "2.0.0" & <= "3.0.0"} + "mirage-clock" {>= "3.0.0" & <= "4.2.0"} + "mirage-unix" {with-test & >= "3.0.0" & <= "5.0.1"} + "mirage-time-unix" {with-test & >= "2.0.0" & <= "3.0.0"} + "mirage-clock-unix" {with-test & >= "3.0.0" & <= "4.2.0"} +] +description: """ +Mirage-crypto-rng provides a random number generator interface, and +implementations: Fortuna, HMAC-DRBG, getrandom/getentropy based (in the unix +sublibrary) +""" +url { + src: + "https://github.com/mirage/mirage-crypto/releases/download/v0.7.0/mirage-crypto-v0.7.0.tbz" + checksum: [ + "sha256=8e59d63186f695f57cbf86643f453fdc941cd017b3a56ba41729c03536a5f34c" + "sha512=066d6cd718878e824f570bbc20c1a85f2cef31bd4c421d00952f68e62c21ec8764d8ba591bc01c4061888abee6e8d3b5b93f5d5537dc7dafa7e7f13dabdd40ae" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-crypto-rng/mirage-crypto-rng.0.8.1/opam b/packages/mirage-crypto-rng/mirage-crypto-rng.0.8.1/opam new file mode 100644 index 000000000..accb22708 --- /dev/null +++ b/packages/mirage-crypto-rng/mirage-crypto-rng.0.8.1/opam @@ -0,0 +1,45 @@ +opam-version: "2.0" +homepage: "https://github.com/mirage/mirage-crypto" +dev-repo: "git+https://github.com/mirage/mirage-crypto.git" +bug-reports: "https://github.com/mirage/mirage-crypto/issues" +doc: "https://mirage.github.io/mirage-crypto/doc" +authors: ["David Kaloper " "Hannes Mehnert " ] +maintainer: "Hannes Mehnert " +license: "ISC" +synopsis: "A cryptographically secure PRNG" + +build: [ ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs ] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] + +depends: [ + "ocaml" {>= "4.08.0"} + "dune" {>= "1.7" & <= "3.17.1"} + "dune-configurator" {<= "3.17.1"} + "duration" {<= "0.2.1"} + "cstruct" {>= "4.0.0" & <= "6.2.0"} + "logs" {<= "0.7.0"} + "mirage-crypto" {=version} + "ounit" {with-test & <= "2.2.7"} + "randomconv" {with-test & >= "0.1.3" & < "0.2.0"} +# lwt sublibrary + "mtime" {>= "1.0.0" & <= "2.1.0"} + "lwt" {>= "4.0.0" & <= "5.9.0"} +] +conflicts: [ "mirage-runtime" {< "3.8.0"} ] +description: """ +Mirage-crypto-rng provides a random number generator interface, and +implementations: Fortuna, HMAC-DRBG, getrandom/getentropy based (in the unix +sublibrary) +""" +url { + src: + "https://github.com/mirage/mirage-crypto/releases/download/v0.8.1/mirage-crypto-v0.8.1.tbz" + checksum: [ + "sha256=f3494aa290f2b87859108b48b8c12152e649e771e4e87374e0717b25a38e128f" + "sha512=7a3f5a1528cc86831c6f7f78941a426757ef747bc94713f3d04e528cdeda0fab65fb61c944f04a3be9bf147d9b2d1b1c6b1e595697ddc839b245341fc821c3d0" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-crypto-rng/mirage-crypto-rng.0.8.2/opam b/packages/mirage-crypto-rng/mirage-crypto-rng.0.8.2/opam new file mode 100644 index 000000000..0ebba647b --- /dev/null +++ b/packages/mirage-crypto-rng/mirage-crypto-rng.0.8.2/opam @@ -0,0 +1,46 @@ +opam-version: "2.0" +homepage: "https://github.com/mirage/mirage-crypto" +dev-repo: "git+https://github.com/mirage/mirage-crypto.git" +bug-reports: "https://github.com/mirage/mirage-crypto/issues" +doc: "https://mirage.github.io/mirage-crypto/doc" +authors: ["David Kaloper " "Hannes Mehnert " ] +maintainer: "Hannes Mehnert " +license: "ISC" +synopsis: "A cryptographically secure PRNG" + +build: [ ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs ] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] + +depends: [ + "ocaml" {>= "4.08.0"} + "dune" {>= "1.7" & <= "3.17.1"} + "dune-configurator" {<= "3.17.1"} + "duration" {<= "0.2.1"} + "cstruct" {>= "4.0.0" & <= "6.2.0"} + "logs" {<= "0.7.0"} + "mirage-crypto" {=version} + "ounit" {with-test & <= "2.2.7"} + "randomconv" {with-test & >= "0.1.3" & < "0.2.0"} +# lwt sublibrary + "mtime" {>= "1.0.0" & <= "2.1.0"} + "lwt" {>= "4.0.0" & <= "5.9.0"} +] +conflicts: [ "mirage-runtime" {< "3.8.0"} ] +description: """ +Mirage-crypto-rng provides a random number generator interface, and +implementations: Fortuna, HMAC-DRBG, getrandom/getentropy based (in the unix +sublibrary) +""" +x-commit-hash: "df53132eda1cd44a0d9b3fba9015a669537cc729" +url { + src: + "https://github.com/mirage/mirage-crypto/releases/download/v0.8.2/mirage-crypto-v0.8.2.tbz" + checksum: [ + "sha256=e2f103e6faef2f99576918933deb75ce288e9ccbe71f9de8418a007c16f95a26" + "sha512=20131b787ab7fba478a9846e253ce3c9adb83e955d06e480b90b3c22adb3c165f55816d2ff7da5aa332b4fc8ea9aa209637451eb794fcaa079f206343596d6c8" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-crypto-rng/mirage-crypto-rng.0.8.3/opam b/packages/mirage-crypto-rng/mirage-crypto-rng.0.8.3/opam new file mode 100644 index 000000000..2b913372f --- /dev/null +++ b/packages/mirage-crypto-rng/mirage-crypto-rng.0.8.3/opam @@ -0,0 +1,45 @@ +opam-version: "2.0" +homepage: "https://github.com/mirage/mirage-crypto" +dev-repo: "git+https://github.com/mirage/mirage-crypto.git" +bug-reports: "https://github.com/mirage/mirage-crypto/issues" +doc: "https://mirage.github.io/mirage-crypto/doc" +authors: ["David Kaloper " "Hannes Mehnert " ] +maintainer: "Hannes Mehnert " +license: "ISC" +synopsis: "A cryptographically secure PRNG" + +build: [ ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs ] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] + +depends: [ + "ocaml" {>= "4.08.0"} + "dune" {>= "1.7" & <= "3.17.1"} + "dune-configurator" {<= "3.17.1"} + "duration" {<= "0.2.1"} + "cstruct" {>= "4.0.0" & <= "6.2.0"} + "logs" {<= "0.7.0"} + "mirage-crypto" {=version} + "ounit" {with-test & <= "2.2.7"} + "randomconv" {with-test & >= "0.1.3" & < "0.2.0"} +# lwt sublibrary + "mtime" {>= "1.0.0" & <= "2.1.0"} + "lwt" {>= "4.0.0" & <= "5.9.0"} +] +conflicts: [ "mirage-runtime" {< "3.8.0"} ] +description: """ +Mirage-crypto-rng provides a random number generator interface, and +implementations: Fortuna, HMAC-DRBG, getrandom/getentropy based (in the unix +sublibrary) +""" +url { + src: + "https://github.com/mirage/mirage-crypto/releases/download/v0.8.3/mirage-crypto-v0.8.3.tbz" + checksum: [ + "sha256=9147ac044a56dfe22793ba25ec8d5c64da78f879db84d916b4d61030b3843523" + "sha512=d4f24c94c7d1e6929411ee3238d46cca43655a10581514d4d02d4a3b1511e9c0b9b08f078a65cb63abda1b9d93d46e7dfa8240c6e363f3f1416f8a8e2c6ad20b" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-crypto-rng/mirage-crypto-rng.0.8.4/opam b/packages/mirage-crypto-rng/mirage-crypto-rng.0.8.4/opam new file mode 100644 index 000000000..cb5806228 --- /dev/null +++ b/packages/mirage-crypto-rng/mirage-crypto-rng.0.8.4/opam @@ -0,0 +1,46 @@ +opam-version: "2.0" +homepage: "https://github.com/mirage/mirage-crypto" +dev-repo: "git+https://github.com/mirage/mirage-crypto.git" +bug-reports: "https://github.com/mirage/mirage-crypto/issues" +doc: "https://mirage.github.io/mirage-crypto/doc" +authors: ["David Kaloper " "Hannes Mehnert " ] +maintainer: "Hannes Mehnert " +license: "ISC" +synopsis: "A cryptographically secure PRNG" + +build: [ ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs ] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] + +depends: [ + "ocaml" {>= "4.08.0"} + "dune" {>= "1.7" & <= "3.17.1"} + "dune-configurator" {<= "3.17.1"} + "duration" {<= "0.2.1"} + "cstruct" {>= "4.0.0" & <= "6.2.0"} + "logs" {<= "0.7.0"} + "mirage-crypto" {=version} + "ounit" {with-test & <= "2.2.7"} + "randomconv" {with-test & >= "0.1.3" & < "0.2.0"} +# lwt sublibrary + "mtime" {>= "1.0.0" & <= "2.1.0"} + "lwt" {>= "4.0.0" & <= "5.9.0"} +] +conflicts: [ "mirage-runtime" {< "3.8.0"} ] +description: """ +Mirage-crypto-rng provides a random number generator interface, and +implementations: Fortuna, HMAC-DRBG, getrandom/getentropy based (in the unix +sublibrary) +""" +x-commit-hash: "162d04ec4684f8d5a0c05154ca8219d217ad0b39" +url { + src: + "https://github.com/mirage/mirage-crypto/releases/download/v0.8.4/mirage-crypto-v0.8.4.tbz" + checksum: [ + "sha256=b94b1e4ac8e5d93802f95843e323ebc0b6645c778e2b80970a37134d29e509f0" + "sha512=d320b55e66d546c877f6398bac0a1ea17d90b6473082bd3911ef7f338ee821fa965c359326215fc521a64e41ea577ee35adbe3ce9155964530434c8c624db99e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-crypto-rng/mirage-crypto-rng.0.8.9/opam b/packages/mirage-crypto-rng/mirage-crypto-rng.0.8.9/opam new file mode 100644 index 000000000..4e94a764d --- /dev/null +++ b/packages/mirage-crypto-rng/mirage-crypto-rng.0.8.9/opam @@ -0,0 +1,46 @@ +opam-version: "2.0" +homepage: "https://github.com/mirage/mirage-crypto" +dev-repo: "git+https://github.com/mirage/mirage-crypto.git" +bug-reports: "https://github.com/mirage/mirage-crypto/issues" +doc: "https://mirage.github.io/mirage-crypto/doc" +authors: ["David Kaloper " "Hannes Mehnert " ] +maintainer: "Hannes Mehnert " +license: "ISC" +synopsis: "A cryptographically secure PRNG" + +build: [ ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs ] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] + +depends: [ + "ocaml" {>= "4.08.0"} + "dune" {>= "2.6" & <= "3.17.1"} + "dune-configurator" {>= "2.0.0" & <= "3.17.1"} + "duration" {<= "0.2.1"} + "cstruct" {>= "4.0.0" & <= "6.2.0"} + "logs" {<= "0.7.0"} + "mirage-crypto" {=version} + "ounit" {with-test & <= "2.2.7"} + "randomconv" {with-test & >= "0.1.3" & < "0.2.0"} +# lwt sublibrary + "mtime" {>= "1.0.0" & <= "2.1.0"} + "lwt" {>= "4.0.0" & <= "5.9.0"} +] +conflicts: [ "mirage-runtime" {< "3.8.0"} ] +description: """ +Mirage-crypto-rng provides a random number generator interface, and +implementations: Fortuna, HMAC-DRBG, getrandom/getentropy based (in the unix +sublibrary) +""" +url { + src: + "https://github.com/mirage/mirage-crypto/releases/download/v0.8.9/mirage-crypto-v0.8.9.tbz" + checksum: [ + "sha256=648d14a5085226f9ccd7e3435f81af90e2cdea64bcd127a773604a583fc4eb73" + "sha512=711a6da6ada6a9f2430b147a4b243d73cb2665391828465d2ec47e2d86e31ad04fe4afd964065e0f31ece3c1623d3ea3c81d0c9d6ccc8bebee924abea2cef554" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-crypto-rng/mirage-crypto-rng.1.0.0/opam b/packages/mirage-crypto-rng/mirage-crypto-rng.1.0.0/opam new file mode 100644 index 000000000..6cee182b5 --- /dev/null +++ b/packages/mirage-crypto-rng/mirage-crypto-rng.1.0.0/opam @@ -0,0 +1,44 @@ +opam-version: "2.0" +homepage: "https://github.com/mirage/mirage-crypto" +dev-repo: "git+https://github.com/mirage/mirage-crypto.git" +bug-reports: "https://github.com/mirage/mirage-crypto/issues" +doc: "https://mirage.github.io/mirage-crypto/doc" +authors: ["David Kaloper " "Hannes Mehnert " ] +maintainer: "Hannes Mehnert " +license: "ISC" +synopsis: "A cryptographically secure PRNG" + +build: [ ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs ] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] + +depends: [ + "ocaml" {>= "4.13.0"} + "dune" {>= "2.7" & <= "3.17.1"} + "dune-configurator" {>= "2.0.0" & <= "3.17.1"} + "duration" {<= "0.2.1"} + "logs" {<= "0.7.0"} + "mirage-crypto" {=version} + "digestif" {>= "1.1.4" & <= "1.2.0"} + "ounit2" {with-test & <= "2.2.7"} + "randomconv" {= "0.2.0"} + "ohex" {= "0.2.0"} +] +conflicts: [ "mirage-runtime" {< "3.8.0"} ] +description: """ +Mirage-crypto-rng provides a random number generator interface, and +implementations: Fortuna, HMAC-DRBG, getrandom/getentropy based (in the unix +sublibrary) +""" +url { + src: + "https://github.com/mirage/mirage-crypto/releases/download/v1.0.0/mirage-crypto-1.0.0.tbz" + checksum: [ + "sha256=4f9b06af4f6440eee85e5645c01184ca10cd30a8127864e80fc5f206cf864769" + "sha512=73855eeea482b6ba4b7e095a92af2322e97a6da67bee79ef2b3b05449d7ed522712dd11e825759e812eec21281083ef8422429a156851930078aad41215ecdfc" + ] +} +x-commit-hash: "28e9cc96492b43a994652c25ab8db4f265f51165" +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-crypto/mirage-crypto.0.8.1/opam b/packages/mirage-crypto/mirage-crypto.0.8.1/opam new file mode 100644 index 000000000..867613555 --- /dev/null +++ b/packages/mirage-crypto/mirage-crypto.0.8.1/opam @@ -0,0 +1,48 @@ +opam-version: "2.0" +homepage: "https://github.com/mirage/mirage-crypto" +dev-repo: "git+https://github.com/mirage/mirage-crypto.git" +bug-reports: "https://github.com/mirage/mirage-crypto/issues" +doc: "https://mirage.github.io/mirage-crypto/doc" +authors: ["David Kaloper " "Hannes Mehnert " ] +maintainer: "Hannes Mehnert " +license: "ISC" +synopsis: "Simple symmetric cryptography for the modern age" + +build: [ ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs ] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] + +depends: [ + "conf-pkg-config" {build & <= "3"} + "ocaml" {>= "4.08.0"} + "dune" {>= "1.7" & <= "3.17.1"} + "dune-configurator" {>= "2.0.0" & <= "3.17.1"} + "ounit" {with-test & <= "2.2.7"} + "cstruct" {>= "3.2.0" & <= "6.2.0"} + "bigarray-compat" {<= "1.1.0"} # required to get eqaf.cstruct + "eqaf" {>= "0.7" & < "0.10"} +] +depopts: [ + "mirage-xen-posix" + "ocaml-freestanding" +] +conflicts: [ + "mirage-xen" {< "3.1.0"} + "ocaml-freestanding" {< "0.4.1"} +] +description: """ +Mirage-crypto provides symmetric ciphers (DES, AES, RC4, ChaCha20/Poly1305), and +hashes (MD5, SHA-1, SHA-2). +""" +url { + src: + "https://github.com/mirage/mirage-crypto/releases/download/v0.8.1/mirage-crypto-v0.8.1.tbz" + checksum: [ + "sha256=f3494aa290f2b87859108b48b8c12152e649e771e4e87374e0717b25a38e128f" + "sha512=7a3f5a1528cc86831c6f7f78941a426757ef747bc94713f3d04e528cdeda0fab65fb61c944f04a3be9bf147d9b2d1b1c6b1e595697ddc839b245341fc821c3d0" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-crypto/mirage-crypto.0.8.2/opam b/packages/mirage-crypto/mirage-crypto.0.8.2/opam new file mode 100644 index 000000000..b6f78d82d --- /dev/null +++ b/packages/mirage-crypto/mirage-crypto.0.8.2/opam @@ -0,0 +1,49 @@ +opam-version: "2.0" +homepage: "https://github.com/mirage/mirage-crypto" +dev-repo: "git+https://github.com/mirage/mirage-crypto.git" +bug-reports: "https://github.com/mirage/mirage-crypto/issues" +doc: "https://mirage.github.io/mirage-crypto/doc" +authors: ["David Kaloper " "Hannes Mehnert " ] +maintainer: "Hannes Mehnert " +license: "ISC" +synopsis: "Simple symmetric cryptography for the modern age" + +build: [ ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs ] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] + +depends: [ + "conf-pkg-config" {build & <= "3"} + "ocaml" {>= "4.08.0"} + "dune" {>= "1.7" & <= "3.17.1"} + "dune-configurator" {>= "2.0.0" & <= "3.17.1"} + "ounit" {with-test & <= "2.2.7"} + "cstruct" {>= "3.2.0" & <= "6.2.0"} + "bigarray-compat" {<= "1.1.0"} # required to get eqaf.cstruct + "eqaf" {>= "0.7" & < "0.10"} +] +depopts: [ + "mirage-xen-posix" + "ocaml-freestanding" +] +conflicts: [ + "mirage-xen" {< "3.1.0"} + "ocaml-freestanding" {< "0.4.1"} +] +description: """ +Mirage-crypto provides symmetric ciphers (DES, AES, RC4, ChaCha20/Poly1305), and +hashes (MD5, SHA-1, SHA-2). +""" +x-commit-hash: "df53132eda1cd44a0d9b3fba9015a669537cc729" +url { + src: + "https://github.com/mirage/mirage-crypto/releases/download/v0.8.2/mirage-crypto-v0.8.2.tbz" + checksum: [ + "sha256=e2f103e6faef2f99576918933deb75ce288e9ccbe71f9de8418a007c16f95a26" + "sha512=20131b787ab7fba478a9846e253ce3c9adb83e955d06e480b90b3c22adb3c165f55816d2ff7da5aa332b4fc8ea9aa209637451eb794fcaa079f206343596d6c8" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-crypto/mirage-crypto.0.8.3/opam b/packages/mirage-crypto/mirage-crypto.0.8.3/opam new file mode 100644 index 000000000..df8b06163 --- /dev/null +++ b/packages/mirage-crypto/mirage-crypto.0.8.3/opam @@ -0,0 +1,48 @@ +opam-version: "2.0" +homepage: "https://github.com/mirage/mirage-crypto" +dev-repo: "git+https://github.com/mirage/mirage-crypto.git" +bug-reports: "https://github.com/mirage/mirage-crypto/issues" +doc: "https://mirage.github.io/mirage-crypto/doc" +authors: ["David Kaloper " "Hannes Mehnert " ] +maintainer: "Hannes Mehnert " +license: "ISC" +synopsis: "Simple symmetric cryptography for the modern age" + +build: [ ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs ] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] + +depends: [ + "conf-pkg-config" {build & <= "3"} + "ocaml" {>= "4.08.0"} + "dune" {>= "1.7" & <= "3.17.1"} + "dune-configurator" {>= "2.0.0" & <= "3.17.1"} + "ounit" {with-test & <= "2.2.7"} + "cstruct" {>= "3.2.0" & <= "6.2.0"} + "bigarray-compat" {<= "1.1.0"} # required to get eqaf.cstruct + "eqaf" {>= "0.7" & < "0.10"} +] +depopts: [ + "mirage-xen-posix" + "ocaml-freestanding" +] +conflicts: [ + "mirage-xen" {< "3.1.0"} + "ocaml-freestanding" {< "0.4.1"} +] +description: """ +Mirage-crypto provides symmetric ciphers (DES, AES, RC4, ChaCha20/Poly1305), and +hashes (MD5, SHA-1, SHA-2). +""" +url { + src: + "https://github.com/mirage/mirage-crypto/releases/download/v0.8.3/mirage-crypto-v0.8.3.tbz" + checksum: [ + "sha256=9147ac044a56dfe22793ba25ec8d5c64da78f879db84d916b4d61030b3843523" + "sha512=d4f24c94c7d1e6929411ee3238d46cca43655a10581514d4d02d4a3b1511e9c0b9b08f078a65cb63abda1b9d93d46e7dfa8240c6e363f3f1416f8a8e2c6ad20b" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-crypto/mirage-crypto.0.8.4/opam b/packages/mirage-crypto/mirage-crypto.0.8.4/opam new file mode 100644 index 000000000..bc9f8cf96 --- /dev/null +++ b/packages/mirage-crypto/mirage-crypto.0.8.4/opam @@ -0,0 +1,49 @@ +opam-version: "2.0" +homepage: "https://github.com/mirage/mirage-crypto" +dev-repo: "git+https://github.com/mirage/mirage-crypto.git" +bug-reports: "https://github.com/mirage/mirage-crypto/issues" +doc: "https://mirage.github.io/mirage-crypto/doc" +authors: ["David Kaloper " "Hannes Mehnert " ] +maintainer: "Hannes Mehnert " +license: "ISC" +synopsis: "Simple symmetric cryptography for the modern age" + +build: [ ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs ] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] + +depends: [ + "conf-pkg-config" {build & <= "3"} + "ocaml" {>= "4.08.0"} + "dune" {>= "1.7" & <= "3.17.1"} + "dune-configurator" {>= "2.0.0" & <= "3.17.1"} + "ounit" {with-test & <= "2.2.7"} + "cstruct" {>= "3.2.0" & <= "6.2.0"} + "bigarray-compat" {<= "1.1.0"} # required to get eqaf.cstruct + "eqaf" {>= "0.7" & < "0.10"} +] +depopts: [ + "mirage-xen-posix" + "ocaml-freestanding" +] +conflicts: [ + "mirage-xen" {< "3.1.0"} + "ocaml-freestanding" {< "0.4.1"} +] +description: """ +Mirage-crypto provides symmetric ciphers (DES, AES, RC4, ChaCha20/Poly1305), and +hashes (MD5, SHA-1, SHA-2). +""" +x-commit-hash: "162d04ec4684f8d5a0c05154ca8219d217ad0b39" +url { + src: + "https://github.com/mirage/mirage-crypto/releases/download/v0.8.4/mirage-crypto-v0.8.4.tbz" + checksum: [ + "sha256=b94b1e4ac8e5d93802f95843e323ebc0b6645c778e2b80970a37134d29e509f0" + "sha512=d320b55e66d546c877f6398bac0a1ea17d90b6473082bd3911ef7f338ee821fa965c359326215fc521a64e41ea577ee35adbe3ce9155964530434c8c624db99e" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-crypto/mirage-crypto.0.8.9/opam b/packages/mirage-crypto/mirage-crypto.0.8.9/opam new file mode 100644 index 000000000..01d5b5c70 --- /dev/null +++ b/packages/mirage-crypto/mirage-crypto.0.8.9/opam @@ -0,0 +1,47 @@ +opam-version: "2.0" +homepage: "https://github.com/mirage/mirage-crypto" +dev-repo: "git+https://github.com/mirage/mirage-crypto.git" +bug-reports: "https://github.com/mirage/mirage-crypto/issues" +doc: "https://mirage.github.io/mirage-crypto/doc" +authors: ["David Kaloper " "Hannes Mehnert " ] +maintainer: "Hannes Mehnert " +license: "ISC" +synopsis: "Simple symmetric cryptography for the modern age" + +build: [ ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs ] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] + +depends: [ + "conf-pkg-config" {build & <= "3"} + "ocaml" {>= "4.08.0"} + "dune" {>= "2.6" & <= "3.17.1"} + "dune-configurator" {>= "2.0.0" & <= "3.17.1"} + "ounit" {with-test & <= "2.2.7"} + "cstruct" {>="3.2.0" & < "6.1.0"} + "bigarray-compat" {<= "1.1.0"} # required to get eqaf.cstruct + "eqaf" {>= "0.7" & < "0.10"} +] +depopts: [ + "ocaml-freestanding" +] +conflicts: [ + "mirage-xen" {< "6.0.0"} + "ocaml-freestanding" {< "0.4.1"} +] +description: """ +Mirage-crypto provides symmetric ciphers (DES, AES, RC4, ChaCha20/Poly1305), and +hashes (MD5, SHA-1, SHA-2). +""" +url { + src: + "https://github.com/mirage/mirage-crypto/releases/download/v0.8.9/mirage-crypto-v0.8.9.tbz" + checksum: [ + "sha256=648d14a5085226f9ccd7e3435f81af90e2cdea64bcd127a773604a583fc4eb73" + "sha512=711a6da6ada6a9f2430b147a4b243d73cb2665391828465d2ec47e2d86e31ad04fe4afd964065e0f31ece3c1623d3ea3c81d0c9d6ccc8bebee924abea2cef554" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-crypto/mirage-crypto.1.0.0/opam b/packages/mirage-crypto/mirage-crypto.1.0.0/opam new file mode 100644 index 000000000..23f92637d --- /dev/null +++ b/packages/mirage-crypto/mirage-crypto.1.0.0/opam @@ -0,0 +1,42 @@ +opam-version: "2.0" +homepage: "https://github.com/mirage/mirage-crypto" +dev-repo: "git+https://github.com/mirage/mirage-crypto.git" +bug-reports: "https://github.com/mirage/mirage-crypto/issues" +doc: "https://mirage.github.io/mirage-crypto/doc" +authors: ["David Kaloper " "Hannes Mehnert " ] +maintainer: "Hannes Mehnert " +license: "ISC" +synopsis: "Simple symmetric cryptography for the modern age" + +build: [ ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs ] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] + +depends: [ + "ocaml" {>= "4.13.0"} + "dune" {>= "2.7" & <= "3.17.1"} + "dune-configurator" {>= "2.0.0" & <= "3.17.1"} + "ounit2" {with-test & <= "2.2.7"} + "ohex" {= "0.2.0"} + "eqaf" {>= "0.8" & <= "0.10"} +] +conflicts: [ + "ocaml-freestanding" + "result" {< "1.5"} +] +description: """ +Mirage-crypto provides symmetric ciphers (DES, AES, RC4, ChaCha20/Poly1305). +""" +url { + src: + "https://github.com/mirage/mirage-crypto/releases/download/v1.0.0/mirage-crypto-1.0.0.tbz" + checksum: [ + "sha256=4f9b06af4f6440eee85e5645c01184ca10cd30a8127864e80fc5f206cf864769" + "sha512=73855eeea482b6ba4b7e095a92af2322e97a6da67bee79ef2b3b05449d7ed522712dd11e825759e812eec21281083ef8422429a156851930078aad41215ecdfc" + ] +} +x-commit-hash: "28e9cc96492b43a994652c25ab8db4f265f51165" +available: false # there's a bug in Mirage_crypto.AES.CCM16, 1.0.1 has a fix +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-entropy-xen/mirage-entropy-xen.0.2.0/opam b/packages/mirage-entropy-xen/mirage-entropy-xen.0.2.0/opam new file mode 100644 index 000000000..90fcf28d5 --- /dev/null +++ b/packages/mirage-entropy-xen/mirage-entropy-xen.0.2.0/opam @@ -0,0 +1,37 @@ +bug-reports: "https://github.com/mirage/mirage-entropy/issues" +homepage: "https://github.com/mirage/mirage-entropy" +authors: ["Hannes Mehnert" "David Kaloper" "Anil Madhavapeddy" "Dave Scott"] +opam-version: "2.0" +maintainer: "hannes@mehnert.org" +build: [make "xen-build"] +remove: [ + ["ocamlfind" "remove" "mirage-entropy-xen"] +] +depends: [ + "ocaml" {>= "4.01.0" & < "4.06.0"} + "ocamlfind" {build & <= "1.9.6"} + "camlp4" {build & <= "5.3"} + "cstruct" {>= "1.3.0" & <= "6.2.0"} + "cstruct-lwt" {<= "6.2.0"} + "mirage-types-lwt" {< "2.5.0"} + "mirage-console" {>= "2.1.3" & < "2.2.0"} + "mirage-xen" {>= "2.2.0" & <"3.0.0"} + "xen-gnt" {<= "4.0.2"} + "xen-evtchn" {<= "2.1.0"} + "xenstore" {<= "2.3.0"} +] +dev-repo: "git+https://github.com/mirage/mirage-entropy" +install: [make "xen-install"] +synopsis: "MirageOS entropy device" +flags: [ light-uninstall deprecated ] +url { + src: "https://github.com/mirage/mirage-entropy/archive/v0.2.0.tar.gz" + checksum: [ + "sha256=736327c27049ff1b585f3c5acbc93d7b6d829d9640b53a48d3b4076cf4b7348c" + "md5=772d355891c8036d04e6e52c655657b3" + ] +} +post-messages: [ "mirage-entropy-xen is deprecated" ] +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-entropy-xen/mirage-entropy-xen.0.3.0/opam b/packages/mirage-entropy-xen/mirage-entropy-xen.0.3.0/opam new file mode 100644 index 000000000..3d5378146 --- /dev/null +++ b/packages/mirage-entropy-xen/mirage-entropy-xen.0.3.0/opam @@ -0,0 +1,40 @@ +opam-version: "2.0" +homepage: "https://github.com/mirage/mirage-entropy" +dev-repo: "git+https://github.com/mirage/mirage-entropy.git" +bug-reports: "https://github.com/mirage/mirage-entropy/issues" +authors: ["Hannes Mehnert" "David Kaloper" "Anil Madhavapeddy" "Dave Scott"] +maintainer: "david@numm.org" +license: "BSD-2-Clause" + +build: [ + ["./configure" "--prefix" prefix] + [make] +] +install: [make "install"] +remove: [ + ["ocamlfind" "remove" "mirage-entropy-xen"] +] +depends: [ + "ocaml" {>= "4.01.0" & < "4.06.0"} + "ocamlfind" {build & <= "1.9.6"} + "camlp4" {build & <= "5.3"} + "cstruct" {>= "1.4.0" & < "3.0.0"} + "cstruct-lwt" {<= "6.2.0"} + "mirage-xen" {>= "2.2.0" & < "3.0.0"} + "ocamlbuild" {build & <= "0.15.0"} + "lwt" {< "3.2.0"} +] +tags: [ "org:mirage"] +synopsis: "MirageOS entropy device" +flags: [ light-uninstall deprecated ] +url { + src: "https://github.com/mirage/mirage-entropy/archive/0.3.0.tar.gz" + checksum: [ + "sha256=cb103f9cd353e3f0d9209acac266d026399b8fb587b5ada53aad0dbcc759e582" + "md5=6259cd4df8e0fe088e1d81a19c7f2944" + ] +} +post-messages: [ "mirage-entropy-xen is deprecated" ] +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-flow-combinators/mirage-flow-combinators.2.0.0/opam b/packages/mirage-flow-combinators/mirage-flow-combinators.2.0.0/opam new file mode 100644 index 000000000..7b53bbb6c --- /dev/null +++ b/packages/mirage-flow-combinators/mirage-flow-combinators.2.0.0/opam @@ -0,0 +1,40 @@ +opam-version: "2.0" +maintainer: "thomas@gazagnaire.org" +authors: ["Thomas Gazagnaire" "Dave Scott"] +license: "ISC" +tags: "org:mirage" +homepage: "https://github.com/mirage/mirage-flow" +doc: "https://mirage.github.io/mirage-flow/" +bug-reports: "https://github.com/mirage/mirage-flow/issues" +depends: [ + "ocaml" {>= "4.06.0"} + "dune" {>= "1.0" & <= "3.17.1"} + "fmt" {<= "0.9.0"} + "lwt" {>= "4.0.0" & <= "5.9.0"} + "logs" {<= "0.7.0"} + "cstruct" {>= "4.0.0" & <= "6.2.0"} + "mirage-clock" {>= "3.0.0" & <= "4.2.0"} + "mirage-flow" {= version} +] +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] +] +dev-repo: "git+https://github.com/mirage/mirage-flow.git" +synopsis: "Flow implementations and combinators for MirageOS specialized to lwt" +description: """ +This repo contains generic operations over Mirage `FLOW` implementations. + +Please consult [the API documentation](https://mirage.github.io/mirage-flow/index.html). +""" +url { + src: + "https://github.com/mirage/mirage-flow/releases/download/v2.0.0/mirage-flow-v2.0.0.tbz" + checksum: [ + "sha256=61f3b736541ce7b6780def542b2fe99a27acab19f430b52fe7f22ee898faf0ea" + "sha512=8d95a195c4d37220fa58dfc55acb632bd9874649926a36c1074234b728ad93b6bbc1a8ddb3d90eb74a41279c8228cab4faa05c93610cd06809fce0b7fc3319a8" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-flow-unix/mirage-flow-unix.2.0.0/opam b/packages/mirage-flow-unix/mirage-flow-unix.2.0.0/opam new file mode 100644 index 000000000..1ca4cd6ea --- /dev/null +++ b/packages/mirage-flow-unix/mirage-flow-unix.2.0.0/opam @@ -0,0 +1,42 @@ +opam-version: "2.0" +maintainer: "thomas@gazagnaire.org" +authors: ["Thomas Gazagnaire" "Dave Scott"] +license: "ISC" +tags: "org:mirage" +homepage: "https://github.com/mirage/mirage-flow" +doc: "https://mirage.github.io/mirage-flow/" +bug-reports: "https://github.com/mirage/mirage-flow/issues" +depends: [ + "ocaml" {>= "4.06.0"} + "dune" {>= "1.0" & <= "3.17.1"} + "fmt" {<= "0.9.0"} + "logs" {<= "0.7.0"} + "mirage-flow" {= version} + "lwt" {>= "4.0.0" & <= "5.9.0"} + "cstruct" {>= "4.0.0" & <= "6.2.0"} + "alcotest" {with-test & <= "1.8.0"} + "mirage-flow-combinators" {with-test & = version} +] +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +dev-repo: "git+https://github.com/mirage/mirage-flow.git" +synopsis: "Flow implementations and combinators for MirageOS on Unix" +description: """ +This repo contains generic operations over Mirage `FLOW` implementations. + +Please consult [the API documentation](https://mirage.github.io/mirage-flow/index.html). +""" +url { + src: + "https://github.com/mirage/mirage-flow/releases/download/v2.0.0/mirage-flow-v2.0.0.tbz" + checksum: [ + "sha256=61f3b736541ce7b6780def542b2fe99a27acab19f430b52fe7f22ee898faf0ea" + "sha512=8d95a195c4d37220fa58dfc55acb632bd9874649926a36c1074234b728ad93b6bbc1a8ddb3d90eb74a41279c8228cab4faa05c93610cd06809fce0b7fc3319a8" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-flow/mirage-flow.2.0.0/opam b/packages/mirage-flow/mirage-flow.2.0.0/opam new file mode 100644 index 000000000..6bff0028c --- /dev/null +++ b/packages/mirage-flow/mirage-flow.2.0.0/opam @@ -0,0 +1,38 @@ +opam-version: "2.0" +maintainer: "thomas@gazagnaire.org" +authors: ["Thomas Gazagnaire" "Dave Scott"] +license: "ISC" +tags: "org:mirage" +homepage: "https://github.com/mirage/mirage-flow" +doc: "https://mirage.github.io/mirage-flow/" +bug-reports: "https://github.com/mirage/mirage-flow/issues" +depends: [ + "ocaml" {>= "4.06.0"} + "dune" {>= "1.0" & <= "3.17.1"} + "cstruct" {>= "4.0.0" & <= "6.2.0"} + "fmt" {<= "0.9.0"} + "lwt" {>= "4.0.0" & <= "5.9.0"} +] +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] +] +dev-repo: "git+https://github.com/mirage/mirage-flow.git" +synopsis: "Flow implementations and combinators for MirageOS" +description: """ +This repo contains generic operations over Mirage `FLOW` implementations. + +Please consult [the API documentation](https://mirage.github.io/mirage-flow/index.html). +""" +url { + src: + "https://github.com/mirage/mirage-flow/releases/download/v2.0.0/mirage-flow-v2.0.0.tbz" + checksum: [ + "sha256=61f3b736541ce7b6780def542b2fe99a27acab19f430b52fe7f22ee898faf0ea" + "sha512=8d95a195c4d37220fa58dfc55acb632bd9874649926a36c1074234b728ad93b6bbc1a8ddb3d90eb74a41279c8228cab4faa05c93610cd06809fce0b7fc3319a8" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-fs-unix/mirage-fs-unix.1.0.0/opam b/packages/mirage-fs-unix/mirage-fs-unix.1.0.0/opam new file mode 100644 index 000000000..af95cf5e5 --- /dev/null +++ b/packages/mirage-fs-unix/mirage-fs-unix.1.0.0/opam @@ -0,0 +1,31 @@ +bug-reports: "https://github.com/mirage/mirage-fs-unix/issues" +authors: ["Anil Madhavapeddy "] +opam-version: "2.0" +maintainer: "anil@recoil.org" +homepage: "https://github.com/mirage/mirage-fs-unix" +build: make +remove: ["ocamlfind" "remove" "mirage-fs-unix"] +depends: [ + "ocaml" + "cstruct" {>= "0.8.1" & <= "6.2.0"} + "ocamlfind" {<= "1.9.6"} + "lwt" {>= "2.4.3" & <= "5.9.0"} + "mirage-types" {>= "0.5.0" & < "1.0.0"} + "ocamlbuild" {build & <= "0.15.0"} + "cstruct-lwt" {<= "6.2.0"} +] +dev-repo: "git+https://github.com/mirage/mirage-fs-unix" +install: [make "install"] +synopsis: "MirageOS filesystem passthrough driver for Unix" +flags: light-uninstall +url { + src: "https://github.com/mirage/mirage-fs-unix/archive/v1.0.0.tar.gz" + checksum: [ + "sha256=6d4f5ecbea108c2c659a66803d4c6a2fc16e2da4a063226aee75e79834080e16" + "md5=cd6ae6b68718fdb1b85d9d7cfe1a4d2b" + ] +} +available: false # insecure, not installable! +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-fs-unix/mirage-fs-unix.1.1.0/opam b/packages/mirage-fs-unix/mirage-fs-unix.1.1.0/opam new file mode 100644 index 000000000..86cafd0c3 --- /dev/null +++ b/packages/mirage-fs-unix/mirage-fs-unix.1.1.0/opam @@ -0,0 +1,31 @@ +bug-reports: "https://github.com/mirage/mirage-fs-unix/issues" +authors: ["Anil Madhavapeddy "] +opam-version: "2.0" +maintainer: "anil@recoil.org" +homepage: "https://github.com/mirage/mirage-fs-unix" +build: make +remove: ["ocamlfind" "remove" "mirage-fs-unix"] +depends: [ + "ocaml" + "cstruct" {>= "0.8.1" & < "3.4.0"} + "ocamlfind" {<= "1.9.6"} + "lwt" {>= "2.4.3" & <= "5.9.0"} + "mirage-types" {>= "1.1.0" & < "2.0.0"} + "ocamlbuild" {build & <= "0.15.0"} + "cstruct-lwt" {<= "6.2.0"} +] +dev-repo: "git+https://github.com/mirage/mirage-fs-unix" +install: [make "install"] +synopsis: "MirageOS filesystem passthrough driver for Unix" +flags: light-uninstall +url { + src: "https://github.com/mirage/mirage-fs-unix/archive/v1.1.0.tar.gz" + checksum: [ + "sha256=ca10c0f2aa84c5eda1b4e184d325aba3d3934beaab0aaca1737a90a7837130fa" + "md5=50f525cec6a18280aa7af05df6f60deb" + ] +} +available: false # insecure, not installable! +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-fs/mirage-fs.3.0.0/opam b/packages/mirage-fs/mirage-fs.3.0.0/opam new file mode 100644 index 000000000..5f3f93caa --- /dev/null +++ b/packages/mirage-fs/mirage-fs.3.0.0/opam @@ -0,0 +1,47 @@ +opam-version: "2.0" +maintainer: "Thomas Gazagnaire " +authors: ["Thomas Gazagnaire "] +homepage: "https://github.com/mirage/mirage-fs" +doc: "https://mirage.github.io/mirage-fs/" +license: "ISC" +dev-repo: "git+https://github.com/mirage/mirage-fs.git" +bug-reports: "https://github.com/mirage/mirage-fs/issues" +tags: ["org:mirage"] + +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] +] + +depends: [ + "ocaml" {>= "4.06.0"} + "dune" {<= "3.17.1"} + "fmt" {<= "0.9.0"} + "mirage-device" {= "2.0.0"} + "lwt" {>= "4.0.0" & <= "5.9.0"} + "cstruct" {>= "4.0.0" & <= "6.2.0"} + "mirage-kv" {>= "3.0.0" & < "5.0.0"} +] +synopsis: "MirageOS signatures for filesystem devices" +description: """ +mirage-fs provides the `[Mirage_fs.S][fs]` signatures +the MirageOS filesystem devices should implement. + +[fs]: http://mirage.github.io/mirage-fs/Mirage_fs.html +""" +post-messages: [ + "This package will be retired in MirageOS 4.0. Please use mirage-kv instead." +] +url { + src: + "https://github.com/mirage/mirage-fs/releases/download/v3.0.0/mirage-fs-v3.0.0.tbz" + checksum: [ + "sha256=01678dd223ccc4eec5b33203c9aaac750a04f054199366dec42e227013537649" + "sha512=88563f5fc3c6f0c7b20cd914e66c2c7a789922e1f6edb1ec6d077e64486bf8c3683902f628b9d9477486472ffa9d32a2fe0e4568d1f6bea3a14a3524ccec11cf" + ] +} +available: false +flags: deprecated +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-http-xen/mirage-http-xen.1.0.0/opam b/packages/mirage-http-xen/mirage-http-xen.1.0.0/opam new file mode 100644 index 000000000..f60ce2f03 --- /dev/null +++ b/packages/mirage-http-xen/mirage-http-xen.1.0.0/opam @@ -0,0 +1,27 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +build: make +remove: [[make "uninstall"]] +depends: [ + "ocaml" {>= "4.00.0"} + "mirage-types" {<= "1.0.0"} + "mirage-xen" {>= "1.0.0" & < "5.0.0"} + "ocamlfind" {<= "1.9.6"} + "lwt" {>= "2.4.3" & <= "5.9.0"} + "mirage-tcpip-xen" {= "0.9.5"} + "cohttp" {>= "0.9.14" & < "0.10.0"} + "ocamlbuild" {build & <= "0.15.0"} +] +dev-repo: "git+https://github.com/mirage/mirage-http-xen" +install: [make "install"] +synopsis: "MirageOS HTTP client and server driver for Xen" +url { + src: "https://github.com/mirage/mirage-http-xen/archive/v1.0.0.tar.gz" + checksum: [ + "sha256=ce8c31a17743d1747cce340aea6eb95254d1882de89d62ff53c9e86be9247f86" + "md5=a74503fd2eabc534a1107fd3020c54d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-kv/mirage-kv.3.0.0/opam b/packages/mirage-kv/mirage-kv.3.0.0/opam new file mode 100644 index 000000000..40453fa8d --- /dev/null +++ b/packages/mirage-kv/mirage-kv.3.0.0/opam @@ -0,0 +1,40 @@ +opam-version: "2.0" +maintainer: "Thomas Gazagnaire " +authors: ["Thomas Gazagnaire " "Stefanie Schirmer" "Hannes Mehnert"] +homepage: "https://github.com/mirage/mirage-kv" +doc: "https://mirage.github.io/mirage-kv/" +license: "ISC" +dev-repo: "git+https://github.com/mirage/mirage-kv.git" +bug-reports: "https://github.com/mirage/mirage-kv/issues" +tags: ["org:mirage"] + +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name] {with-test} +] +depends: [ + "ocaml" {>= "4.06.0"} + "dune" {<= "3.17.1"} + "mirage-device" {= "2.0.0"} + "fmt" {>= "0.8.4" & <= "0.9.0"} + "lwt" {>= "4.0.0" & <= "5.9.0"} + "alcotest" {with-test & <= "1.8.0"} +] +synopsis: "MirageOS signatures for key/value devices" +description: """ +mirage-kv provides the `Mirage_kv.RO` and `Mirage_kv.RW` +signatures the MirageOS key/value devices should implement. +""" +url { + src: + "https://github.com/mirage/mirage-kv/releases/download/v3.0.0/mirage-kv-v3.0.0.tbz" + checksum: [ + "sha256=31d06b53bd0780ec3bdfac5c8d3d058bbccaa6132524a91c89ebc6c5ff37431b" + "sha512=18b882c096b0b49dc66fdc443f6f97f351fb6509884a3956b718e876629c50efe663187503a60e959b82d921381ed32cbf4fa20f6f1cf4e36e2609d0086af987" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-kv/mirage-kv.6.0.0/opam b/packages/mirage-kv/mirage-kv.6.0.0/opam new file mode 100644 index 000000000..e8ec25522 --- /dev/null +++ b/packages/mirage-kv/mirage-kv.6.0.0/opam @@ -0,0 +1,42 @@ +opam-version: "2.0" +maintainer: "Thomas Gazagnaire " +authors: ["Thomas Gazagnaire " "Stefanie Schirmer" "Hannes Mehnert"] +homepage: "https://github.com/mirage/mirage-kv" +doc: "https://mirage.github.io/mirage-kv/" +license: "ISC" +dev-repo: "git+https://github.com/mirage/mirage-kv.git" +bug-reports: "https://github.com/mirage/mirage-kv/issues" +tags: ["org:mirage"] + +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name] {with-test} +] +depends: [ + "ocaml" {>= "4.08.0"} + "dune" {<= "3.17.1"} + "fmt" {>= "0.8.7" & <= "0.9.0"} + "lwt" {>= "4.0.0" & <= "5.9.0"} + "optint" {>= "0.2.0" & <= "0.3.0"} + "ptime" {>= "1.0.0" & <= "1.2.0"} + "alcotest" {with-test & <= "1.8.0"} +] +synopsis: "MirageOS signatures for key/value devices" +description: """ +mirage-kv provides the `Mirage_kv.RO` and `Mirage_kv.RW` +signatures the MirageOS key/value devices should implement. +""" +url { + src: + "https://github.com/mirage/mirage-kv/releases/download/v6.0.0/mirage-kv-6.0.0.tbz" + checksum: [ + "sha256=217cb9150e619d5649959b9b3c061a21dc3ad17512eed8c34716b22cb5113f3a" + "sha512=5b7fa67f0e3973ed35892e4d3fd9ae08343d24befd8cb40d9b81f3ee556449ebe566fad64f4f50436ef1b44cb9dc497c42cac2348a3c5f459685a9edb2739532" + ] +} +x-commit-hash: "297015e2b22524f648ffdc87443fcd0f3ab59b23" +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-net-xen/mirage-net-xen.0.9.0/opam b/packages/mirage-net-xen/mirage-net-xen.0.9.0/opam new file mode 100644 index 000000000..ac4762d7c --- /dev/null +++ b/packages/mirage-net-xen/mirage-net-xen.0.9.0/opam @@ -0,0 +1,33 @@ +bug-reports: "https://github.com/mirage/mirage-net-xen/issues" +homepage: "https://github.com/mirage/mirage-net-xen" +authors: ["Anil Madhavapeddy" "Thomas Leonard"] +opam-version: "2.0" +maintainer: "anil@recoil.org" +build: make +remove: ["ocamlfind" "remove" "mirage-net-xen"] +depends: [ + "ocaml" + "ocamlfind" {<= "1.9.6"} + "cstruct" {>= "1.0.1" & <= "6.2.0"} + "lwt" {>= "2.4.3" & <= "5.9.0"} + "mirage-types" {>= "0.5.0" & < "3.0.0"} + "io-page-xen" {>= "0.9.9" & <= "2.3.0"} + "mirage-xen" {>= "0.9.9" & < "4.0.0"} + "ipaddr" {>= "1.0.0" & < "3.0.0"} + "ocamlbuild" {build & <= "0.15.0"} +] +dev-repo: "git+https://github.com/mirage/mirage-net-xen" +install: [make "install"] +synopsis: "Ethernet network device driver for MirageOS/Xen" +flags: light-uninstall +url { + src: "https://github.com/mirage/mirage-net-xen/archive/v0.9.0.tar.gz" + checksum: [ + "sha256=f3fdeafc1159561a6187e2d58fcffe0bd0faa33f0a661e10382e6d98c3544a28" + "md5=a6ed3e87c508f3a22b8bc12363f877f7" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-net-xen/mirage-net-xen.1.1.0/opam b/packages/mirage-net-xen/mirage-net-xen.1.1.0/opam new file mode 100644 index 000000000..4caf5f605 --- /dev/null +++ b/packages/mirage-net-xen/mirage-net-xen.1.1.0/opam @@ -0,0 +1,33 @@ +bug-reports: "https://github.com/mirage/mirage-net-xen/issues" +homepage: "https://github.com/mirage/mirage-net-xen" +authors: ["Anil Madhavapeddy" "Thomas Leonard"] +opam-version: "2.0" +maintainer: "anil@recoil.org" +build: make +remove: ["ocamlfind" "remove" "mirage-net-xen"] +depends: [ + "ocaml" + "ocamlfind" {<= "1.9.6"} + "cstruct" {>= "1.0.1" & <= "6.2.0"} + "lwt" {>= "2.4.3" & <= "5.9.0"} + "mirage-types" {>= "1.1.0" & < "3.0.0"} + "io-page" {>= "1.0.0" & < "1.3.0"} + "mirage-xen" {>= "1.1.0" & < "4.0.0"} + "ipaddr" {>= "1.0.0" & < "3.0.0"} + "ocamlbuild" {build & <= "0.15.0"} +] +dev-repo: "git+https://github.com/mirage/mirage-net-xen" +install: [make "install"] +synopsis: "Ethernet network device driver for MirageOS/Xen" +flags: light-uninstall +url { + src: "https://github.com/mirage/mirage-net-xen/archive/v1.1.0.tar.gz" + checksum: [ + "sha256=db960d15a8e9f4abc32aae16b4384e99cb8d976d4d7163c84d630afb1c0ef5d8" + "md5=1706ed41e7c47a0754513c71469e53e0" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-net-xen/mirage-net-xen.1.1.1/opam b/packages/mirage-net-xen/mirage-net-xen.1.1.1/opam new file mode 100644 index 000000000..67fc0cd42 --- /dev/null +++ b/packages/mirage-net-xen/mirage-net-xen.1.1.1/opam @@ -0,0 +1,33 @@ +bug-reports: "https://github.com/mirage/mirage-net-xen/issues" +homepage: "https://github.com/mirage/mirage-net-xen" +authors: ["Anil Madhavapeddy" "Thomas Leonard"] +opam-version: "2.0" +maintainer: "anil@recoil.org" +build: make +remove: ["ocamlfind" "remove" "mirage-net-xen"] +depends: [ + "ocaml" + "ocamlfind" {<= "1.9.6"} + "cstruct" {>= "1.0.1" & <= "6.2.0"} + "lwt" {>= "2.4.3" & <= "5.9.0"} + "mirage-types" {>= "1.1.0" & < "3.0.0"} + "io-page" {>= "1.0.0" & < "1.3.0"} + "mirage-xen" {>= "1.1.0" & < "4.0.0"} + "ipaddr" {>= "1.0.0" & < "3.0.0"} + "ocamlbuild" {build & <= "0.15.0"} +] +dev-repo: "git+https://github.com/mirage/mirage-net-xen" +install: [make "install"] +synopsis: "Ethernet network device driver for MirageOS/Xen" +flags: light-uninstall +url { + src: "https://github.com/mirage/mirage-net-xen/archive/v1.1.1.tar.gz" + checksum: [ + "sha256=61d5faef97e47f40c14fcb71674ca5edba2b5e57ee8071f390e0c5b095e5fa12" + "md5=65bf3e74a38be93ee4888157a2ed4cf8" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-net-xen/mirage-net-xen.1.1.2/opam b/packages/mirage-net-xen/mirage-net-xen.1.1.2/opam new file mode 100644 index 000000000..d145403cb --- /dev/null +++ b/packages/mirage-net-xen/mirage-net-xen.1.1.2/opam @@ -0,0 +1,40 @@ +bug-reports: "https://github.com/mirage/mirage-net-xen/issues" +homepage: "https://github.com/mirage/mirage-net-xen" +authors: ["Anil Madhavapeddy" "Thomas Leonard"] +opam-version: "2.0" +maintainer: "anil@recoil.org" +build: make +remove: ["ocamlfind" "remove" "mirage-net-xen"] +depends: [ + "ocaml" + "ocamlfind" {<= "1.9.6"} + "cstruct" {>= "1.0.1" & <= "6.2.0"} + "lwt" {>= "2.4.3" & <= "5.9.0"} + "mirage-types" {>= "1.1.0" & < "3.0.0"} + "io-page" {>= "1.0.0" & < "1.3.0"} + "mirage-xen" {>= "1.1.0" & < "4.0.0"} + "ipaddr" {>= "1.0.0" & < "3.0.0"} + "ocamlbuild" {build & <= "0.15.0"} +] +dev-repo: "git+https://github.com/mirage/mirage-net-xen" +install: [make "install"] +synopsis: "Ethernet network device driver for MirageOS/Xen" +description: """ +This library allows an OCaml application to read and +write Ethernet frames via the `Netfront` protocol. + +* Web: +* E-mail: +* Issues: """ +flags: light-uninstall +url { + src: "https://github.com/mirage/mirage-net-xen/archive/v1.1.2.tar.gz" + checksum: [ + "sha256=1aa57f14d25c29ec6b4c7bfb05f875092a5821b1322881269e9038cb26a2a722" + "md5=84eb04c1f38e1bdc0d9c92fe8ad9f2a1" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-net-xen/mirage-net-xen.1.1.3/opam b/packages/mirage-net-xen/mirage-net-xen.1.1.3/opam new file mode 100644 index 000000000..128902c61 --- /dev/null +++ b/packages/mirage-net-xen/mirage-net-xen.1.1.3/opam @@ -0,0 +1,40 @@ +bug-reports: "https://github.com/mirage/mirage-net-xen/issues" +homepage: "https://github.com/mirage/mirage-net-xen" +authors: ["Anil Madhavapeddy" "Thomas Leonard"] +opam-version: "2.0" +maintainer: "anil@recoil.org" +build: make +remove: ["ocamlfind" "remove" "mirage-net-xen"] +depends: [ + "ocaml" + "ocamlfind" {<= "1.9.6"} + "cstruct" {>= "1.0.1" & <= "6.2.0"} + "lwt" {>= "2.4.3" & <= "5.9.0"} + "mirage-types" {>= "1.1.0" & < "3.0.0"} + "io-page" {>= "1.0.0" & < "1.3.0"} + "mirage-xen" {>= "1.1.0" & < "4.0.0"} + "ipaddr" {>= "1.0.0" & < "3.0.0"} + "ocamlbuild" {build & <= "0.15.0"} +] +dev-repo: "git+https://github.com/mirage/mirage-net-xen" +install: [make "install"] +synopsis: "Ethernet network device driver for MirageOS/Xen" +description: """ +This library allows an OCaml application to read and +write Ethernet frames via the `Netfront` protocol. + +* Web: +* E-mail: +* Issues: """ +flags: light-uninstall +url { + src: "https://github.com/mirage/mirage-net-xen/archive/v1.1.3.tar.gz" + checksum: [ + "sha256=6f6ad60a7fe02f57bcc9c6f469055453883f3085c1713d3d13d93de856ea1f73" + "md5=c0424606233ef006f5042aea350df152" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-net-xen/mirage-net-xen.1.10.0/opam b/packages/mirage-net-xen/mirage-net-xen.1.10.0/opam new file mode 100644 index 000000000..92aab46ec --- /dev/null +++ b/packages/mirage-net-xen/mirage-net-xen.1.10.0/opam @@ -0,0 +1,43 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +authors: ["Anil Madhavapeddy" "Thomas Leonard"] +homepage: "https://github.com/mirage/mirage-net-xen" +bug-reports: "https://github.com/mirage/mirage-net-xen/issues" +dev-repo: "git+https://github.com/mirage/mirage-net-xen.git" +doc: "https://mirage.github.io/mirage-net-xen/" +build: [ + ["dune" "subst"] {dev} + [ "dune" "build" "-p" name "-j" jobs ] +] + +depends: [ + "ocaml" {>= "4.04.0"} + "dune" {>= "1.0" & <= "3.17.1"} + "cstruct" {>= "3.0.0" & <= "6.2.0"} + "lwt" {>= "2.4.3" & <= "5.9.0"} + "mirage-net-lwt" {= "2.0.0"} + "io-page" {>= "1.5.0" & <= "3.0.0"} + "io-page-xen" {>= "2.0.0" & <= "2.3.0"} + "mirage-xen" {>= "1.1.0" & < "4.0.0"} + "netchannel" {>= "1.10.0" & <= "2.1.3"} + "lwt-dllist" {<= "1.0.1"} + "logs" {>= "0.5.0" & <= "0.7.0"} +] +available: false +tags: "org:mirage" +synopsis: "Network device for reading and writing Ethernet frames via then Xen netfront/netback protocol" +description: """ +This library allows an OCaml application to read and +write Ethernet frames via the [Netfront/netback][xen-net] protocol. +""" +url { + src: + "https://github.com/mirage/mirage-net-xen/releases/download/v1.10.0/mirage-net-xen-v1.10.0.tbz" + checksum: [ + "sha256=38c224c87fe98b180db4968275eff3678ebb52723f0b3011537bd16e3eda1417" + "md5=6eb1c139e18d3e99131351f24dd22508" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-net-xen/mirage-net-xen.1.10.1/opam b/packages/mirage-net-xen/mirage-net-xen.1.10.1/opam new file mode 100644 index 000000000..c4547a177 --- /dev/null +++ b/packages/mirage-net-xen/mirage-net-xen.1.10.1/opam @@ -0,0 +1,43 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +authors: ["Anil Madhavapeddy" "Thomas Leonard"] +homepage: "https://github.com/mirage/mirage-net-xen" +bug-reports: "https://github.com/mirage/mirage-net-xen/issues" +dev-repo: "git+https://github.com/mirage/mirage-net-xen.git" +doc: "https://mirage.github.io/mirage-net-xen/" +build: [ + ["dune" "subst"] {dev} + [ "dune" "build" "-p" name "-j" jobs ] +] + +depends: [ + "ocaml" {>= "4.04.0"} + "dune" {>= "1.0" & <= "3.17.1"} + "cstruct" {>= "3.0.0" & <= "6.2.0"} + "lwt" {>= "2.4.3" & <= "5.9.0"} + "mirage-net-lwt" {= "2.0.0"} + "io-page" {>= "1.5.0" & <= "3.0.0"} + "io-page-xen" {>= "2.0.0" & <= "2.3.0"} + "mirage-xen" {>= "1.1.0" & < "4.0.0"} + "netchannel" {= "1.10.1"} + "lwt-dllist" {<= "1.0.1"} + "logs" {>= "0.5.0" & <= "0.7.0"} +] +tags: "org:mirage" +synopsis: "Network device for reading and writing Ethernet frames via then Xen netfront/netback protocol" +description: """ +This library allows an OCaml application to read and +write Ethernet frames via the [Netfront/netback][xen-net] protocol. +""" +url { + src: + "https://github.com/mirage/mirage-net-xen/releases/download/v1.10.1/mirage-net-xen-v1.10.1.tbz" + checksum: [ + "sha256=3c1ed1529410fc9f719dc5c254ab8317e85704e5576333bb2a91094964794064" + "md5=2a7e7da514d479a38a428f31d9b6ed02" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-net-xen/mirage-net-xen.1.2.0/opam b/packages/mirage-net-xen/mirage-net-xen.1.2.0/opam new file mode 100644 index 000000000..9292237fd --- /dev/null +++ b/packages/mirage-net-xen/mirage-net-xen.1.2.0/opam @@ -0,0 +1,41 @@ +authors: ["Anil Madhavapeddy" "Thomas Leonard"] +opam-version: "2.0" +maintainer: "anil@recoil.org" +homepage: "https://github.com/mirage/mirage-net-xen" +bug-reports: "https://github.com/mirage/mirage-net-xen/issues" +dev-repo: "git+https://github.com/mirage/mirage-net-xen.git" +build: make +remove: ["ocamlfind" "remove" "mirage-net-xen"] +depends: [ + "ocaml" + "ocamlfind" {<= "1.9.6"} + "cstruct" {>= "1.0.1" & <= "6.2.0"} + "lwt" {>= "2.4.3" & <= "5.9.0"} + "mirage-types" {>= "1.1.0" & < "3.0.0"} + "io-page" {>= "1.0.0" & < "1.3.0"} + "mirage-xen" {>= "1.1.0" & < "4.0.0"} + "ipaddr" {>= "1.0.0" & < "3.0.0"} + "mirage-profile" {>= "0.3" & <= "0.9.1"} + "ocamlbuild" {build & <= "0.15.0"} +] +install: [make "install"] +synopsis: "Ethernet network device driver for MirageOS/Xen" +description: """ +This library allows an OCaml application to read and +write Ethernet frames via the `Netfront` protocol. + +* Web: +* E-mail: +* Issues: """ +flags: light-uninstall +url { + src: "https://github.com/mirage/mirage-net-xen/archive/v1.2.0.tar.gz" + checksum: [ + "sha256=d817204294527a86222ec6dbd86253094f6c500cd7dec82c801c3b647de96a68" + "md5=219c2d66ef283b84f7906194b6d346ae" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-net-xen/mirage-net-xen.1.3.0/opam b/packages/mirage-net-xen/mirage-net-xen.1.3.0/opam new file mode 100644 index 000000000..5ece4c068 --- /dev/null +++ b/packages/mirage-net-xen/mirage-net-xen.1.3.0/opam @@ -0,0 +1,41 @@ +authors: ["Anil Madhavapeddy" "Thomas Leonard"] +opam-version: "2.0" +maintainer: "anil@recoil.org" +homepage: "https://github.com/mirage/mirage-net-xen" +bug-reports: "https://github.com/mirage/mirage-net-xen/issues" +dev-repo: "git+https://github.com/mirage/mirage-net-xen.git" +build: make +remove: ["ocamlfind" "remove" "mirage-net-xen"] +depends: [ + "ocaml" + "ocamlfind" {<= "1.9.6"} + "cstruct" {>= "1.0.1" & <= "6.2.0"} + "lwt" {>= "2.4.3" & <= "5.9.0"} + "mirage-types" {>= "1.1.0" & < "3.0.0"} + "io-page" {>= "1.0.0" & <= "3.0.0"} + "mirage-xen" {>= "1.1.0" & < "4.0.0"} + "ipaddr" {>= "1.0.0" & < "3.0.0"} + "mirage-profile" {>= "0.3" & <= "0.9.1"} + "ocamlbuild" {build & <= "0.15.0"} +] +install: [make "install"] +synopsis: "Ethernet network device driver for MirageOS/Xen" +description: """ +This library allows an OCaml application to read and +write Ethernet frames via the `Netfront` protocol. + +* Web: +* E-mail: +* Issues: """ +flags: light-uninstall +url { + src: "https://github.com/mirage/mirage-net-xen/archive/v1.3.0.tar.gz" + checksum: [ + "sha256=181406a3c8d4b21f2233368b35035437a48ae31bbe14e44c7f39bcd1360661a7" + "md5=19153a5375f0322adebcb28e4efa88a5" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-net-xen/mirage-net-xen.1.4.0/opam b/packages/mirage-net-xen/mirage-net-xen.1.4.0/opam new file mode 100644 index 000000000..38f91478e --- /dev/null +++ b/packages/mirage-net-xen/mirage-net-xen.1.4.0/opam @@ -0,0 +1,41 @@ +authors: ["Anil Madhavapeddy" "Thomas Leonard"] +opam-version: "2.0" +maintainer: "anil@recoil.org" +homepage: "https://github.com/mirage/mirage-net-xen" +bug-reports: "https://github.com/mirage/mirage-net-xen/issues" +dev-repo: "git+https://github.com/mirage/mirage-net-xen.git" +build: make +remove: ["ocamlfind" "remove" "mirage-net-xen"] +depends: [ + "ocaml" + "ocamlfind" {<= "1.9.6"} + "cstruct" {>= "1.0.1" & <= "6.2.0"} + "lwt" {>= "2.4.3" & <= "5.9.0"} + "mirage-types" {>= "1.1.0" & < "3.0.0"} + "io-page" {>= "1.0.0" & <= "3.0.0"} + "mirage-xen" {>= "1.1.0" & < "4.0.0"} + "ipaddr" {>= "1.0.0" & < "3.0.0"} + "mirage-profile" {>= "0.3" & <= "0.9.1"} + "ocamlbuild" {build & <= "0.15.0"} +] +install: [make "install"] +synopsis: "Ethernet network device driver for MirageOS/Xen" +description: """ +This library allows an OCaml application to read and +write Ethernet frames via the `Netfront` protocol. + +* Web: +* E-mail: +* Issues: """ +flags: light-uninstall +url { + src: "https://github.com/mirage/mirage-net-xen/archive/v1.4.0.tar.gz" + checksum: [ + "sha256=e5697c5e809b2524a9eb85af96591d1d7334129553bec54acacae368b97143f4" + "md5=981c7d09af7600ed74bae2f4d36c80d6" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-net-xen/mirage-net-xen.1.4.1/opam b/packages/mirage-net-xen/mirage-net-xen.1.4.1/opam new file mode 100644 index 000000000..739c26d9b --- /dev/null +++ b/packages/mirage-net-xen/mirage-net-xen.1.4.1/opam @@ -0,0 +1,41 @@ +authors: ["Anil Madhavapeddy" "Thomas Leonard"] +opam-version: "2.0" +maintainer: "anil@recoil.org" +homepage: "https://github.com/mirage/mirage-net-xen" +bug-reports: "https://github.com/mirage/mirage-net-xen/issues" +dev-repo: "git+https://github.com/mirage/mirage-net-xen.git" +build: make +remove: ["ocamlfind" "remove" "mirage-net-xen"] +depends: [ + "ocaml" + "ocamlfind" {<= "1.9.6"} + "cstruct" {>= "1.0.1" & <= "6.2.0"} + "lwt" {>= "2.4.3" & <= "5.9.0"} + "mirage-types" {>= "1.1.0" & < "3.0.0"} + "io-page" {>= "1.0.0" & <= "3.0.0"} + "mirage-xen" {>= "1.1.0" & < "4.0.0"} + "ipaddr" {>= "1.0.0" & < "3.0.0"} + "mirage-profile" {>= "0.3" & <= "0.9.1"} + "ocamlbuild" {build & <= "0.15.0"} +] +install: [make "install"] +synopsis: "Ethernet network device driver for MirageOS/Xen" +description: """ +This library allows an OCaml application to read and +write Ethernet frames via the `Netfront` protocol. + +* Web: +* E-mail: +* Issues: """ +flags: light-uninstall +url { + src: "https://github.com/mirage/mirage-net-xen/archive/v1.4.1.tar.gz" + checksum: [ + "sha256=ed650e5454d0d6befc34031f2e4f4c3d56b315efa81260ceecc5fad1347b997b" + "md5=621be0dd240525931049770dc1668523" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-net-xen/mirage-net-xen.1.4.2/opam b/packages/mirage-net-xen/mirage-net-xen.1.4.2/opam new file mode 100644 index 000000000..0948dfeb7 --- /dev/null +++ b/packages/mirage-net-xen/mirage-net-xen.1.4.2/opam @@ -0,0 +1,42 @@ +authors: ["Anil Madhavapeddy" "Thomas Leonard"] +opam-version: "2.0" +maintainer: "anil@recoil.org" +homepage: "https://github.com/mirage/mirage-net-xen" +bug-reports: "https://github.com/mirage/mirage-net-xen/issues" +dev-repo: "git+https://github.com/mirage/mirage-net-xen.git" +build: make +remove: ["ocamlfind" "remove" "mirage-net-xen"] +depends: [ + "ocaml" {>= "4.01.0"} + "ocamlfind" {<= "1.9.6"} + "cstruct" {>= "1.0.1" & < "2.0.0"} + "camlp4" {<= "5.3"} + "lwt" {>= "2.4.3" & <= "5.9.0"} + "mirage-types" {>= "1.1.0" & < "3.0.0"} + "io-page" {>= "1.0.0" & <= "3.0.0"} + "mirage-xen" {>= "1.1.0" & < "4.0.0"} + "ipaddr" {>= "1.0.0" & < "3.0.0"} + "mirage-profile" {>= "0.3" & <= "0.9.1"} + "ocamlbuild" {build & <= "0.15.0"} +] +install: [make "install"] +synopsis: "Ethernet network device driver for MirageOS/Xen" +description: """ +This library allows an OCaml application to read and +write Ethernet frames via the `Netfront` protocol. + +* Web: +* E-mail: +* Issues: """ +flags: light-uninstall +url { + src: "https://github.com/mirage/mirage-net-xen/archive/v1.4.2.tar.gz" + checksum: [ + "sha256=5aa6ce3c0abe56da825e5aba934b00689a3c86fb2b3e434a917b45e12e14df70" + "md5=80531dea04e72d64bf1290c8d56df199" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-net-xen/mirage-net-xen.1.5.0/opam b/packages/mirage-net-xen/mirage-net-xen.1.5.0/opam new file mode 100644 index 000000000..3c89f01d1 --- /dev/null +++ b/packages/mirage-net-xen/mirage-net-xen.1.5.0/opam @@ -0,0 +1,46 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +authors: ["Anil Madhavapeddy" "Thomas Leonard"] +homepage: "https://github.com/mirage/mirage-net-xen" +bug-reports: "https://github.com/mirage/mirage-net-xen/issues" +dev-repo: "git+https://github.com/mirage/mirage-net-xen.git" +build: [make] +install: [make "install"] +remove: [ + ["ocamlfind" "remove" "mirage-net-xen"] + ["ocamlfind" "remove" "netchannel"] +] +depends: [ + "ocaml" {>= "4.01.0"} + "ocamlfind" {<= "1.9.6"} + "cstruct" {>= "1.7.1" & <= "6.2.0"} + "lwt" {>= "2.4.3" & <= "5.9.0"} + "mirage-types" {>= "1.1.0" & < "3.0.0"} + "io-page" {>= "1.5.0" & <= "3.0.0"} + "mirage-xen" {>= "1.1.0" & < "4.0.0"} + "ipaddr" {>= "1.0.0" & < "3.0.0"} + "mirage-profile" {>= "0.3" & <= "0.9.1"} + "shared-memory-ring" {>= "1.1.1" & <= "3.2.1"} + "sexplib" {< "113.01.00"} + "result" {<= "1.5"} +] +synopsis: "Ethernet network device driver for MirageOS/Xen" +description: """ +This library allows an OCaml application to read and +write Ethernet frames via the `Netfront` protocol. + +* Web: +* E-mail: +* Issues: """ +flags: light-uninstall +url { + src: "https://github.com/mirage/mirage-net-xen/archive/v1.5.0.tar.gz" + checksum: [ + "sha256=f46e1364b1ff7807b93fe50de2d4f55ed1eac29f9957168fc1a6167b3d7f701f" + "md5=0134047dd2f130814b51eae5b3fe4d3d" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-net-xen/mirage-net-xen.1.6.0/opam b/packages/mirage-net-xen/mirage-net-xen.1.6.0/opam new file mode 100644 index 000000000..bda562924 --- /dev/null +++ b/packages/mirage-net-xen/mirage-net-xen.1.6.0/opam @@ -0,0 +1,55 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +authors: ["Anil Madhavapeddy" "Thomas Leonard"] +homepage: "https://github.com/mirage/mirage-net-xen" +bug-reports: "https://github.com/mirage/mirage-net-xen/issues" +dev-repo: "git+https://github.com/mirage/mirage-net-xen.git" +build: [ + [make] +] +install: [ + [make "install"] +] +remove: [ + ["ocamlfind" "remove" "mirage-net-xen"] + ["ocamlfind" "remove" "netchannel"] +] +depends: [ + "ocaml" {>= "4.02.0" & < "4.04.0"} + "ocamlfind" {<= "1.9.6"} + "cstruct" {>= "1.9.0" & <= "6.2.0"} + "ppx_tools" {<= "6.6"} + "ppx_deriving" {<= "6.0.3"} + "ppx_sexp_conv" {<= "v0.17.0"} + "ocamlbuild" {build & <= "0.15.0"} + "lwt" {>= "2.4.3" & <= "5.9.0"} + "mirage-types" {>= "1.1.0" & < "3.0.0"} + "mirage-types-lwt" {>= "1.1.0" & < "3.0.0"} + "io-page" {>= "1.5.0" & <= "3.0.0"} + "mirage-xen" {>= "1.1.0" & < "4.0.0"} + "ipaddr" {>= "1.0.0" & < "3.0.0"} + "mirage-profile" {>= "0.3" & <= "0.9.1"} + "shared-memory-ring" {>= "1.1.1" & <= "3.2.1"} + "sexplib" {>= "113.01.00" & <= "v0.17.0"} + "result" {<= "1.5"} +] +synopsis: "Ethernet network device driver for MirageOS/Xen" +description: """ +This library allows an OCaml application to read and +write Ethernet frames via the `Netfront` protocol. + +* Web: +* E-mail: +* Issues: """ +flags: light-uninstall +url { + src: "https://github.com/mirage/mirage-net-xen/archive/v1.6.0.tar.gz" + checksum: [ + "sha256=11471bd04eb2abab5aecebfbac6e49aa2b730e2625f6e8e641f1a01f0957b01e" + "md5=f53888dfd5585fa3f98d4830169dcaa8" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-net-xen/mirage-net-xen.1.6.1/opam b/packages/mirage-net-xen/mirage-net-xen.1.6.1/opam new file mode 100644 index 000000000..66e37362a --- /dev/null +++ b/packages/mirage-net-xen/mirage-net-xen.1.6.1/opam @@ -0,0 +1,55 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +authors: ["Anil Madhavapeddy" "Thomas Leonard"] +homepage: "https://github.com/mirage/mirage-net-xen" +bug-reports: "https://github.com/mirage/mirage-net-xen/issues" +dev-repo: "git+https://github.com/mirage/mirage-net-xen.git" +build: [ + [make] +] +install: [ + [make "install"] +] +remove: [ + ["ocamlfind" "remove" "mirage-net-xen"] + ["ocamlfind" "remove" "netchannel"] +] +depends: [ + "ocaml" {>= "4.02.0" & < "4.04.0"} + "ocamlfind" {<= "1.9.6"} + "cstruct" {>= "1.9.0" & <= "6.2.0"} + "ppx_tools" {<= "6.6"} + "ppx_deriving" {<= "6.0.3"} + "ppx_sexp_conv" {<= "v0.17.0"} + "ocamlbuild" {build & <= "0.15.0"} + "lwt" {>= "2.4.3" & <= "5.9.0"} + "mirage-types" {>= "1.1.0" & < "3.0.0"} + "mirage-types-lwt" {>= "1.1.0" & < "3.0.0"} + "io-page" {>= "1.5.0" & <= "3.0.0"} + "mirage-xen" {>= "1.1.0" & < "4.0.0"} + "ipaddr" {>= "1.0.0" & < "3.0.0"} + "mirage-profile" {>= "0.3" & <= "0.9.1"} + "shared-memory-ring" {>= "1.1.1" & <= "3.2.1"} + "sexplib" {>= "113.01.00" & <= "v0.17.0"} + "result" {<= "1.5"} +] +synopsis: "Ethernet network device driver for MirageOS/Xen" +description: """ +This library allows an OCaml application to read and +write Ethernet frames via the `Netfront` protocol. + +* Web: +* E-mail: +* Issues: """ +flags: light-uninstall +url { + src: "https://github.com/mirage/mirage-net-xen/archive/v1.6.1.tar.gz" + checksum: [ + "sha256=728a4ce11c194ce0a9746d942fd1002e5e47a3425adee8eb26e2c037416facc5" + "md5=32bd4658383e831f57e68fa35669dbd8" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-net-xen/mirage-net-xen.1.7.0/opam b/packages/mirage-net-xen/mirage-net-xen.1.7.0/opam new file mode 100644 index 000000000..b0b191356 --- /dev/null +++ b/packages/mirage-net-xen/mirage-net-xen.1.7.0/opam @@ -0,0 +1,52 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +authors: ["Anil Madhavapeddy" "Thomas Leonard"] +homepage: "https://github.com/mirage/mirage-net-xen" +bug-reports: "https://github.com/mirage/mirage-net-xen/issues" +dev-repo: "git+https://github.com/mirage/mirage-net-xen.git" +build: [ [make] ] +install: [ [make "install"] ] +remove: [ + ["ocamlfind" "remove" "mirage-net-xen"] + ["ocamlfind" "remove" "netchannel"] +] +depends: [ + "ocaml" {>= "4.02.0"} + "ocamlfind" {build & <= "1.9.6"} + "cstruct" {>= "2.1.0" & < "3.4.0"} + "ppx_tools" {<= "6.6"} + "ppx_deriving" {<= "6.0.3"} + "ppx_sexp_conv" {<= "v0.17.0"} + "ocamlbuild" {build & <= "0.15.0"} + "lwt" {>= "2.4.3" & <= "5.9.0"} + "mirage-net-lwt" {>= "1.0.0" & < "2.0.0"} + "io-page" {>= "1.5.0" & <= "3.0.0"} + "mirage-xen" {>= "3.0.0" & < "3.3.0"} + "ipaddr" {>= "1.0.0" & < "3.0.0"} + "mirage-profile" {>= "0.3" & <= "0.9.1"} + "shared-memory-ring" {>= "1.1.1" & <= "3.2.1"} + "sexplib" {>= "113.01.00" & <= "v0.17.0"} + "result" {<= "1.5"} + "logs" {>= "0.5.0" & <= "0.7.0"} +] +tags: "org:mirage" +synopsis: "Ethernet network device driver for MirageOS/Xen" +description: """ +This library allows an OCaml application to read and +write Ethernet frames via the `Netfront` protocol. + +* Web: +* E-mail: +* Issues: """ +flags: light-uninstall +url { + src: "https://github.com/mirage/mirage-net-xen/archive/v1.7.0.tar.gz" + checksum: [ + "sha256=a087c728ebd3072fd873a681a94f4ea48546e5a8c0dcc84ec779f03037218c7d" + "md5=73b189d86dbe16f31ea3c6fc3203c80c" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-net-xen/mirage-net-xen.1.7.1/opam b/packages/mirage-net-xen/mirage-net-xen.1.7.1/opam new file mode 100644 index 000000000..b8c3181f3 --- /dev/null +++ b/packages/mirage-net-xen/mirage-net-xen.1.7.1/opam @@ -0,0 +1,45 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +authors: ["Anil Madhavapeddy" "Thomas Leonard"] +homepage: "https://github.com/mirage/mirage-net-xen" +bug-reports: "https://github.com/mirage/mirage-net-xen/issues" +dev-repo: "git+https://github.com/mirage/mirage-net-xen.git" +doc: "https://mirage.github.io/mirage-net-xen" +build: [ + ["jbuilder" "subst" "-p" name] {dev} + [ "jbuilder" "build" "-p" name "-j" jobs ] +] + +depends: [ + "ocaml" {>= "4.03.0"} + "jbuilder" {>= "1.0+beta9" & <= "transition"} + "cstruct" {>= "3.0.0" & <= "6.2.0"} + "lwt" {>= "2.4.3" & <= "5.9.0"} + "mirage-net-lwt" {>= "1.0.0" & < "2.0.0"} + "io-page" {>= "1.5.0" & <= "3.0.0"} + "io-page-xen" {>= "2.0.0" & <= "2.3.0"} + "mirage-xen" {>= "1.1.0" & <"3.3.0"} + "netchannel" {>= "1.7.1" & <= "2.1.3"} + "logs" {>= "0.5.0" & <= "0.7.0"} +] +tags: "org:mirage" +synopsis: "Ethernet network device driver for MirageOS/Xen" +description: """ +This library allows an OCaml application to read and +write Ethernet frames via the `Netfront` protocol. + +* Web: +* E-mail: +* Issues: """ +url { + src: + "https://github.com/mirage/mirage-net-xen/releases/download/1.7.1/mirage-net-xen-1.7.1.tbz" + checksum: [ + "sha256=e8f11957332b63e188684c5ee27bfee48b5bca4ad47f06ead859b0e62eb874bc" + "md5=ff89b0aa21dd3a3796aef7e537ff4ce7" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-net-xen/mirage-net-xen.1.8.1/opam b/packages/mirage-net-xen/mirage-net-xen.1.8.1/opam new file mode 100644 index 000000000..66109aa7d --- /dev/null +++ b/packages/mirage-net-xen/mirage-net-xen.1.8.1/opam @@ -0,0 +1,51 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +authors: ["Anil Madhavapeddy" "Thomas Leonard"] +homepage: "https://github.com/mirage/mirage-net-xen" +bug-reports: "https://github.com/mirage/mirage-net-xen/issues" +dev-repo: "git+https://github.com/mirage/mirage-net-xen.git" +doc: "https://mirage.github.io/mirage-net-xen" +build: [ + ["jbuilder" "subst" "-n" name] {dev} + [ "jbuilder" "build" "-p" name "-j" jobs ] +] + +depends: [ + "ocaml" {>= "4.04.0"} + "jbuilder" {>= "1.0+beta9" & <= "transition"} + "cstruct" {>= "3.0.0" & <= "6.2.0"} + "lwt" {>= "2.4.3" & <= "5.9.0"} + "mirage-net-lwt" {>= "1.0.0" & < "2.0.0"} + "io-page" {>= "1.5.0" & <= "3.0.0"} + "io-page-xen" {>= "2.0.0" & <= "2.3.0"} + "mirage-xen" {>= "1.1.0" & < "3.3.0"} + "netchannel" {<= "2.1.3"} + "logs" {>= "0.5.0" & <= "0.7.0"} +] +tags: "org:mirage" +synopsis: "Network device for reading and writing Ethernet frames via then Xen netfront/netback protocol" +description: """\ + +This library allows an OCaml application to read and +write Ethernet frames via the [Netfront/netback][xen-net] protocol. + +Note: the `Netif` module is the public API. +The `Netchannel` API is still under development. + +* Web: +* E-mail: +* Issues: + +[xen-net]: http://xenbits.xen.org/gitweb/?p=xen.git;a=blob;f=xen/include/public/io/netif.h""" +url { + src: + "https://github.com/mirage/mirage-net-xen/releases/download/v1.8.1/mirage-net-xen-1.8.1.tbz" + checksum: [ + "sha256=84c22f724546d81edd780c64ea94f31fe68fc3ba0e09008c09dfd47c169c7fc5" + "md5=ab5bf2613b8a37aa143d88d25e803c2d" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-net-xen/mirage-net-xen.1.9.0/opam b/packages/mirage-net-xen/mirage-net-xen.1.9.0/opam new file mode 100644 index 000000000..f721c1400 --- /dev/null +++ b/packages/mirage-net-xen/mirage-net-xen.1.9.0/opam @@ -0,0 +1,43 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +authors: ["Anil Madhavapeddy" "Thomas Leonard"] +homepage: "https://github.com/mirage/mirage-net-xen" +bug-reports: "https://github.com/mirage/mirage-net-xen/issues" +dev-repo: "git+https://github.com/mirage/mirage-net-xen.git" +doc: "https://mirage.github.io/mirage-net-xen/" +build: [ + ["dune" "subst"] {dev} + [ "dune" "build" "-p" name "-j" jobs ] +] + +depends: [ + "ocaml" {>= "4.04.0"} + "dune" {>= "1.0" & <= "3.17.1"} + "cstruct" {>= "3.0.0" & <= "6.2.0"} + "lwt" {>= "2.4.3" & <= "5.9.0"} + "mirage-net-lwt" {>= "1.0.0" & < "2.0.0"} + "io-page" {>= "1.5.0" & <= "3.0.0"} + "io-page-xen" {>= "2.0.0" & <= "2.3.0"} + "mirage-xen" {>= "1.1.0" & <"3.3.0"} + "netchannel" {<= "2.1.3"} + "lwt-dllist" {<= "1.0.1"} + "logs" {>= "0.5.0" & <= "0.7.0"} +] +tags: "org:mirage" +synopsis: "Network device for reading and writing Ethernet frames via then Xen netfront/netback protocol" +description: """ +This library allows an OCaml application to read and +write Ethernet frames via the [Netfront/netback][xen-net] protocol. +""" +url { + src: + "https://github.com/mirage/mirage-net-xen/releases/download/v1.9.0/mirage-net-xen-v1.9.0.tbz" + checksum: [ + "sha256=9fd3b15cb482ba711f5c85ca2e5dd3b065cc08bc7c99e9c314fbe47acbe1c620" + "md5=7116cf5cd1d3a4df593a7607237315b8" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-net-xen/mirage-net-xen.2.1.4/opam b/packages/mirage-net-xen/mirage-net-xen.2.1.4/opam new file mode 100644 index 000000000..517375095 --- /dev/null +++ b/packages/mirage-net-xen/mirage-net-xen.2.1.4/opam @@ -0,0 +1,48 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +authors: ["Anil Madhavapeddy" "Thomas Leonard"] +license: "ISC" +homepage: "https://github.com/mirage/mirage-net-xen" +bug-reports: "https://github.com/mirage/mirage-net-xen/issues" +dev-repo: "git+https://github.com/mirage/mirage-net-xen.git" +doc: "https://mirage.github.io/mirage-net-xen/" +build: [ + [ "dune" "subst"] {dev} + [ "dune" "build" "-p" name "-j" jobs ] +] +available: false +depends: [ + "ocaml" {>= "4.08.0"} + "dune" {>= "1.0" & <= "3.17.1"} + "cstruct" {>= "6.0.0" & <= "6.2.0"} + "lwt" {>= "2.4.3" & <= "5.9.0"} + "mirage-net" {>= "3.0.0" & <= "4.0.0"} + "io-page" {>= "1.5.0" & <= "3.0.0"} + "mirage-xen" {>= "7.0.0" & <= "8.0.3"} + "ipaddr" {>= "3.0.0" & <= "5.6.0"} + "shared-memory-ring" {>= "3.0.0" & <= "3.2.1"} + "macaddr" {>= "5.2.0" & <= "5.6.0"} + "lwt-dllist" {<= "1.0.1"} + "logs" {>= "0.5.0" & <= "0.7.0"} +] +conflicts: [ + "result" {< "1.5"} +] +tags: "org:mirage" +synopsis: "Network device for reading and writing Ethernet frames via then Xen netfront/netback protocol" +description: """ +This library allows an OCaml application to read and +write Ethernet frames via the [Netfront/netback][xen-net] protocol. +""" +url { + src: + "https://github.com/mirage/mirage-net-xen/releases/download/v2.1.4/mirage-net-xen-2.1.4.tbz" + checksum: [ + "sha256=38218929722745ea48fc53e053d1ce66c09fd0fe774f7e80be45f88a13fb486a" + "sha512=581642aad70cbb7a6b46384318aaaf65a4d80419ae99bfc4cca338dfc62376d42487fda61c7e14e17b886ff95fd7ae30aeca2e79fa8442e737b768b7630c1c32" + ] +} +x-commit-hash: "23965eb9a487b08ebac6edaa3fbbf9528580496e" +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-net/mirage-net.3.0.0/opam b/packages/mirage-net/mirage-net.3.0.0/opam new file mode 100644 index 000000000..8226956dc --- /dev/null +++ b/packages/mirage-net/mirage-net.3.0.0/opam @@ -0,0 +1,41 @@ +opam-version: "2.0" +maintainer: "thomas@gazagnaire.org" +homepage: "https://github.com/mirage/mirage-net" +bug-reports: "https://github.com/mirage/mirage-net/issues" +dev-repo: "git+https://github.com/mirage/mirage-net.git" +doc: "https://mirage.github.io/mirage-net/" +authors: ["Thomas Gazagnaire" "Anil Madhavapeddy" "Gabriel Radanne" + "Mindy Preston" "Thomas Leonard" "Nicolas Ojeda Bar" + "Dave Scott" "David Kaloper" "Hannes Mehnert" "Richard Mortier"] +tags: [ "org:mirage"] +license: "ISC" + +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] +] + +depends: [ + "ocaml" {>= "4.06.0"} + "dune" {>= "1.0" & <= "3.17.1"} + "mirage-device" {= "2.0.0"} + "fmt" {<= "0.9.0"} + "macaddr" {>= "4.0.0" & <= "5.6.0"} + "cstruct" {>= "4.0.0" & <= "6.2.0"} +] +synopsis: "Network signatures for MirageOS" +description: """ +mirage-net defines `Mirage_net.S`, the signature for network operations for MirageOS. +""" +url { + src: + "https://github.com/mirage/mirage-net/releases/download/v3.0.0/mirage-net-v3.0.0.tbz" + checksum: [ + "sha256=0740da3343a0b69dfef82763881f1e21f78658115ff62400232e7b34663a1b72" + "sha512=08fc5fc0a299b5678ca7202943acec354ef290b0cdb67c9d71dc80092bffaab6c4e872a4aa503020b10ac0a614da40d30d31bd51992dec0196ca3bbd416f40fc" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-protocols/mirage-protocols.4.0.0/opam b/packages/mirage-protocols/mirage-protocols.4.0.0/opam new file mode 100644 index 000000000..b9b7d0404 --- /dev/null +++ b/packages/mirage-protocols/mirage-protocols.4.0.0/opam @@ -0,0 +1,48 @@ +opam-version: "2.0" +maintainer: "Mindy Preston " +authors: ["Mindy Preston "] +homepage: "https://github.com/mirage/mirage-protocols" +doc: "https://mirage.github.io/mirage-protocols/" +license: "ISC" +dev-repo: "git+https://github.com/mirage/mirage-protocols.git" +bug-reports: "https://github.com/mirage/mirage-protocols/issues" +tags: ["org:mirage"] + +build: [ + [ "dune" "subst" ] {dev} + [ "dune" "build" "-p" name "-j" jobs ] +] + +depends: [ + "ocaml" {>= "4.06.0"} + "dune" {>= "1.0" & <= "3.17.1"} + "mirage-device" {= "2.0.0"} + "mirage-flow" {>= "2.0.0" & <= "4.0.2"} + "fmt" {<= "0.9.0"} + "duration" {<= "0.2.1"} + "lwt" {>= "4.0.0" & <= "5.9.0"} + "ipaddr" {>= "4.0.0" & <= "5.6.0"} + "macaddr" {>= "4.0.0" & <= "5.6.0"} +] +conflicts: [ "tcpip" {>= "7.0.0"} ] +synopsis: "MirageOS signatures for network protocols" +description: """ +mirage-protocols provides a set of module types which libraries intended to +be used as MirageOS network implementations should implement. + +The current signatures are: ETHERNET, ARP, IP, ICMP, UDP, TCP. +""" +url { + src: + "https://github.com/mirage/mirage-protocols/releases/download/v4.0.0/mirage-protocols-v4.0.0.tbz" + checksum: [ + "sha256=ea68e5f3281d5e23914df35f24558d3e1b817bdebfa2847d99e8d79da0b1e8cd" + "sha512=bbf092640b7f8af6ad4b99d442bcb951f5446d3ff0e779c709465ed6214b8d4f8a6a3be67fe022cffbfcabf9b7b77bf9c323f10aed159beeeeef30783f3821bb" + ] +} +available: false +flags: deprecated +post-messages: [ "mirage-protocols is deprecated" ] +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-qubes-ipv4/mirage-qubes-ipv4.0.9.4/opam b/packages/mirage-qubes-ipv4/mirage-qubes-ipv4.0.9.4/opam new file mode 100644 index 000000000..e58ed38b3 --- /dev/null +++ b/packages/mirage-qubes-ipv4/mirage-qubes-ipv4.0.9.4/opam @@ -0,0 +1,39 @@ +opam-version: "2.0" +maintainer: "talex@gmail.com" +authors: ["Thomas Leonard"] +license: "BSD-2-Clause" +homepage: "https://github.com/mirage/mirage-qubes" +bug-reports: "https://github.com/mirage/mirage-qubes/issues" +dev-repo: "git+https://github.com/mirage/mirage-qubes.git" +doc: "https://mirage.github.io/mirage-qubes" + +build: [ + [ "dune" "subst"] {dev} + [ "dune" "build" "-p" name "-j" jobs ] +] + +depends: [ + "dune" {>= "1.0" & <= "3.17.1"} + "mirage-qubes" {= version} + "tcpip" { >= "7.0.0" & < "8.1.0"} + "ethernet" {>= "3.0.0" & <= "3.2.0"} + "arp" {>= "3.0.0" & <= "3.1.1"} + "ipaddr" {>= "3.0.0" & <= "5.6.0"} + "mirage-random" {>= "2.0.0" & <= "4.0.0"} + "mirage-clock" {>= "3.0.0" & <= "4.2.0"} + "lwt" {>= "5.7.0" & <= "5.9.0"} + "ocaml" { >= "4.06.0" } +] +synopsis: "Implementations of IPv4 stack which reads configuration from QubesDB for MirageOS" +url { + src: + "https://github.com/mirage/mirage-qubes/releases/download/v0.9.4/mirage-qubes-0.9.4.tbz" + checksum: [ + "sha256=a214b006c7d0b1ff630138c4d7078b3f655480780a23b29c807b694bfe5bb049" + "sha512=2df99dec5c9b41d9e877f6773572089f410370cb5ddf4c85198d77e36d2065420e7afd38fe38a7a7dc351e7b6bc6fc739c545331b88d62744da11f70d5390b4b" + ] +} +x-commit-hash: "bf6b08bcc674a68513aac87bf24a347d36a84960" +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-qubes/mirage-qubes.0.1/opam b/packages/mirage-qubes/mirage-qubes.0.1/opam new file mode 100644 index 000000000..e37d22402 --- /dev/null +++ b/packages/mirage-qubes/mirage-qubes.0.1/opam @@ -0,0 +1,46 @@ +opam-version: "2.0" +maintainer: "talex@gmail.com" +authors: ["Thomas Leonard"] +license: "BSD-2-Clause" +homepage: "https://github.com/talex5/mirage-qubes" +bug-reports: "https://github.com/talex5/mirage-qubes/issues" +dev-repo: "git+https://github.com/talex5/mirage-qubes.git" +build: [ + ["./configure"] + [make] +] +install: [make "install"] +remove: ["ocamlfind" "remove" "mirage-qubes"] +depends: [ + "ocaml" {>= "4.02.0"} + "ocamlfind" {build & <= "1.9.6"} + "ocamlbuild" {build & <= "0.15.0"} + "cstruct" {<= "6.2.0"} + "vchan" {>= "2.0.0" & < "3.0.0"} + "xen-evtchn" {<= "2.1.0"} + "xen-gnt" {<= "4.0.2"} + "mirage-xen" {< "5.0.0"} + "lwt" {<= "5.9.0"} + "mirage-types" {< "3.0.0"} + "logs" {<= "0.4.2"} +] +synopsis: "Implementations of various QubesOS protocols:" +description: """ +- `Qubes.RExec`: provide services to other VMs +- `Qubes.GUI`: just enough of the GUI protocol so that Qubes accepts the AppVM +- `Qubes.DB`: read and write the VM's QubesDB database + +See [qubes-mirage-skeleton][] for an example using this library. + +[qubes-mirage-skeleton]: https://github.com/talex5/qubes-mirage-skeleton""" +flags: light-uninstall +url { + src: "https://github.com/talex5/mirage-qubes/archive/v0.1.tar.gz" + checksum: [ + "sha256=269ebf027ede08c74367c863e3568d2c36bdc33012f913da9cc5901cd4eeca09" + "md5=a7a5672afc6c1f04c976539827f5c1dc" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-qubes/mirage-qubes.0.2/opam b/packages/mirage-qubes/mirage-qubes.0.2/opam new file mode 100644 index 000000000..b88b79660 --- /dev/null +++ b/packages/mirage-qubes/mirage-qubes.0.2/opam @@ -0,0 +1,48 @@ +opam-version: "2.0" +maintainer: "talex@gmail.com" +authors: ["Thomas Leonard"] +license: "BSD-2-Clause" +homepage: "https://github.com/talex5/mirage-qubes" +bug-reports: "https://github.com/talex5/mirage-qubes/issues" +dev-repo: "git+https://github.com/talex5/mirage-qubes.git" +build: [ + ["./configure"] + [make] +] +install: [make "install"] +remove: ["ocamlfind" "remove" "mirage-qubes"] +depends: [ + "ocaml" {>= "4.01.0"} + "ocamlfind" {build & <= "1.9.6"} + "ocamlbuild" {build & <= "0.15.0"} + "type_conv" {<= "113.00.02"} + "cstruct" {< "2.0.0"} + "vchan" {>= "2.0.0" & < "3.0.0"} + "xen-evtchn" {<= "2.1.0"} + "xen-gnt" {<= "4.0.2"} + "mirage-xen" {< "5.0.0"} + "lwt" {< "4.0.0"} + "mirage-types" {< "3.0.0"} + "mirage-types-lwt" {< "3.0.0"} + "logs" {>= "0.5.0" & <= "0.7.0"} +] +synopsis: "Implementations of various QubesOS protocols:" +description: """ +- `Qubes.RExec`: provide services to other VMs +- `Qubes.GUI`: just enough of the GUI protocol so that Qubes accepts the AppVM +- `Qubes.DB`: read and write the VM's QubesDB database + +See [qubes-mirage-skeleton][] for an example using this library. + +[qubes-mirage-skeleton]: https://github.com/talex5/qubes-mirage-skeleton""" +flags: light-uninstall +url { + src: "https://github.com/talex5/mirage-qubes/archive/v0.2.tar.gz" + checksum: [ + "sha256=acf4be12a5de2d540fd1d4a698215462dfda07b146fb687210b5bd221c02e3d3" + "md5=0ec7df2635d1a657d71c634aa7a848ae" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-qubes/mirage-qubes.0.3/opam b/packages/mirage-qubes/mirage-qubes.0.3/opam new file mode 100644 index 000000000..689f02e08 --- /dev/null +++ b/packages/mirage-qubes/mirage-qubes.0.3/opam @@ -0,0 +1,47 @@ +opam-version: "2.0" +maintainer: "talex@gmail.com" +authors: ["Thomas Leonard"] +license: "BSD-2-Clause" +homepage: "https://github.com/talex5/mirage-qubes" +bug-reports: "https://github.com/talex5/mirage-qubes/issues" +dev-repo: "git+https://github.com/talex5/mirage-qubes.git" +build: [ + ["./configure"] + [make] +] +install: [make "install"] +remove: ["ocamlfind" "remove" "mirage-qubes"] +depends: [ + "ocaml" {>= "4.02.3"} + "ocamlfind" {build & <= "1.9.6"} + "ocamlbuild" {build & <= "0.15.0"} + "cstruct" {>= "1.9.0" & <= "6.2.0"} + "vchan" {>= "2.0.0" & < "3.0.0"} + "xen-evtchn" {<= "2.1.0"} + "xen-gnt" {<= "4.0.2"} + "mirage-xen" {<"3.0.0"} + "lwt" {<"4.0.0"} + "mirage-types" {< "3.0.0"} + "mirage-types-lwt" {<"3.0.0"} + "logs" {>= "0.5.0" & <= "0.7.0"} +] +synopsis: "Implementations of various QubesOS protocols:" +description: """ +- `Qubes.RExec`: provide services to other VMs +- `Qubes.GUI`: just enough of the GUI protocol so that Qubes accepts the AppVM +- `Qubes.DB`: read and write the VM's QubesDB database + +See [qubes-mirage-skeleton][] for an example using this library. + +[qubes-mirage-skeleton]: https://github.com/talex5/qubes-mirage-skeleton""" +flags: light-uninstall +url { + src: "https://github.com/talex5/mirage-qubes/archive/v0.3.tar.gz" + checksum: [ + "sha256=d3af3ad675c28dc9f80129ac04f4b15093938e6119b43facb80237a0e27ad285" + "md5=02e4bd034b27ba34886f5bf089fdc40c" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-qubes/mirage-qubes.0.4/opam b/packages/mirage-qubes/mirage-qubes.0.4/opam new file mode 100644 index 000000000..c07775f99 --- /dev/null +++ b/packages/mirage-qubes/mirage-qubes.0.4/opam @@ -0,0 +1,55 @@ +opam-version: "2.0" +maintainer: "talex@gmail.com" +authors: ["Thomas Leonard"] +license: "BSD-2-Clause" +homepage: "https://github.com/talex5/mirage-qubes" +bug-reports: "https://github.com/talex5/mirage-qubes/issues" +dev-repo: "git+https://github.com/talex5/mirage-qubes.git" +build: ["ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%" "--tests" "false" + "--with-ipv4" "%{tcpip+ipaddr+mirage-protocols-lwt:installed}%" +] + +depends: [ + "ocaml" {>= "4.03.0"} + "ocamlfind" {build & <= "1.9.6"} + "ocamlbuild" {build & <= "0.15.0"} + "topkg" {build & <= "1.0.7"} + "cstruct" {>= "1.9.0" & <= "6.2.0"} + "vchan" {>= "2.3.0" & < "3.0.0"} + "xen-evtchn" {<= "2.1.0"} + "xen-gnt" {<= "4.0.2"} + "mirage-xen" {>= "3.0.0" & < "5.0.0"} + "lwt" {<= "5.9.0"} + "mirage-types-lwt" {>= "3.0.0" & < "3.7.0"} + "logs" {>= "0.5.0" & <= "0.7.0"} +] +depopts: [ + "ipaddr" + "tcpip" + "mirage-protocols-lwt" +] +conflicts: [ + "tcpip" {< "3.0.0"} + "tcpip" {>= "3.5.0"} + "mirage-protocols-lwt" {>= "1.4.0"} +] +synopsis: "Implementations of various QubesOS protocols:" +description: """ +- `Qubes.RExec`: provide services to other VMs +- `Qubes.GUI`: just enough of the GUI protocol so that Qubes accepts the AppVM +- `Qubes.DB`: read and write the VM's QubesDB database + +See [qubes-mirage-skeleton][] for an example using this library. + +[qubes-mirage-skeleton]: https://github.com/talex5/qubes-mirage-skeleton""" +url { + src: + "https://github.com/mirage/mirage-qubes/releases/download/0.4/mirage-qubes-0.4.tbz" + checksum: [ + "sha256=d506331e0d2939d7c785625cb1cc4c93a5889a79475b780fc31fc1a228e20a8f" + "md5=2d7d5b799db7c4b66f59f77d58303ac6" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-qubes/mirage-qubes.0.9.4/opam b/packages/mirage-qubes/mirage-qubes.0.9.4/opam new file mode 100644 index 000000000..1c55ca23e --- /dev/null +++ b/packages/mirage-qubes/mirage-qubes.0.9.4/opam @@ -0,0 +1,44 @@ +opam-version: "2.0" +maintainer: "talex@gmail.com" +authors: ["Thomas Leonard"] +homepage: "https://github.com/mirage/mirage-qubes" +bug-reports: "https://github.com/mirage/mirage-qubes/issues" +dev-repo: "git+https://github.com/mirage/mirage-qubes.git" +doc: "https://mirage.github.io/mirage-qubes" +license: "BSD-2-Clause" +available: false +build: [ + [ "dune" "subst"] {dev} + [ "dune" "build" "-p" name "-j" jobs ] +] + +depends: [ + "dune" {>= "1.0" & <= "3.17.1"} + "cstruct" {>= "6.0.0" & <= "6.2.0"} + "vchan-xen" {>= "6.0.0" & <= "6.0.2"} + "mirage-xen" {>= "6.0.0" & <= "8.0.3"} + "lwt" {>= "5.7.0" & <= "5.9.0"} + "logs" {>= "0.5.0" & <= "0.7.0"} + "ocaml" { >= "4.08.0" } + "ohex" {= "0.2.0"} + "fmt" {>= "0.8.5" & <= "0.9.0"} +] +synopsis: "Implementations of various Qubes protocols for MirageOS" +description: """ +Implementations of various Qubes protocols: + +- Qubes.RExec: provide services to other VMs +- Qubes.GUI: just enough of the GUI protocol so that Qubes accepts the AppVM +- Qubes.DB: read and write the VM's QubesDB database""" +url { + src: + "https://github.com/mirage/mirage-qubes/releases/download/v0.9.4/mirage-qubes-0.9.4.tbz" + checksum: [ + "sha256=a214b006c7d0b1ff630138c4d7078b3f655480780a23b29c807b694bfe5bb049" + "sha512=2df99dec5c9b41d9e877f6773572089f410370cb5ddf4c85198d77e36d2065420e7afd38fe38a7a7dc351e7b6bc6fc739c545331b88d62744da11f70d5390b4b" + ] +} +x-commit-hash: "bf6b08bcc674a68513aac87bf24a347d36a84960" +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-stack/mirage-stack.2.0.0/opam b/packages/mirage-stack/mirage-stack.2.0.0/opam new file mode 100644 index 000000000..126db2af5 --- /dev/null +++ b/packages/mirage-stack/mirage-stack.2.0.0/opam @@ -0,0 +1,40 @@ +opam-version: "2.0" +maintainer: "Mindy Preston " +authors: "Mindy Preston " +license: "ISC" +tags: "org:mirage" +homepage: "https://github.com/mirage/mirage-stack" +doc: "https://mirage.github.io/mirage-stack/" +bug-reports: "https://github.com/mirage/mirage-stack/issues" +depends: [ + "ocaml" {>= "4.06.0"} + "dune" {>= "1.0" & <= "3.17.1"} + "mirage-device" {= "2.0.0"} + "mirage-protocols" {>= "4.0.0" & < "8.0.0"} + "fmt" {<= "0.9.0"} + "lwt" {>= "4.0.0" & <= "5.9.0"} +] +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] +] +dev-repo: "git+https://github.com/mirage/mirage-stack.git" +synopsis: "MirageOS signatures for network stacks" +description: """ +mirage-stack provides a set of module types which libraries intended to be used +as MirageOS network stacks should implement. +""" +url { + src: + "https://github.com/mirage/mirage-stack/releases/download/v2.0.0/mirage-stack-v2.0.0.tbz" + checksum: [ + "sha256=5375e41e036b9d7b1a178054fd1465f7ccca227a59665ed3e91f885889dadd07" + "sha512=b060f8662a72e0f5b2387e2d1084f2c7101a66de7e8803ca219d8336f8593dd146803336e40a1c5fa46999bb1c3ca698ced0afa9226f71631b17050a6fe9dc88" + ] +} +available: false +flags: deprecated +post-messages: [ "mirage-stack is deprecated" ] +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-tcpip-xen/mirage-tcpip-xen.0.9.5/opam b/packages/mirage-tcpip-xen/mirage-tcpip-xen.0.9.5/opam new file mode 100644 index 000000000..afc4cd45b --- /dev/null +++ b/packages/mirage-tcpip-xen/mirage-tcpip-xen.0.9.5/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +build: [make "OS=xen"] +remove: [ + ["ocamlfind" "remove" "mirage-tcpip-xen"] +] +depends: [ + "ocaml" {>= "4.00.0"} + "ocamlfind" {<= "1.9.6"} + "cstruct" {>= "1.0.1" & <= "6.2.0"} + "io-page-xen" {<= "2.3.0"} + "mirage-types" {= "0.5.0"} + "mirage-xen" {= "0.9.9"} + "mirage-clock-xen" {>= "1.0.0" & < "1.2.0" & <= "1.1"} + "mirage-net-xen" {>= "0.9.0" & <= "2.1.5"} + "ipaddr" {>= "1.0.0" & < "2.0.0"} + "ocamlbuild" {build & <= "0.15.0"} +] +dev-repo: "git+https://github.com/mirage/mirage-tcpip" +install: [make "install" "OS=xen"] +synopsis: "Userlevel TCP/IP stack" +flags: light-uninstall +url { + src: "https://github.com/mirage/mirage-tcpip/archive/v0.9.5.tar.gz" + checksum: [ + "sha256=297cb1b55cc3e45d88f58c08e4f6cb90bf9d8e587b394c414bae61818221caf8" + "md5=181072757691c47d1d9973fd5d766828" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-time-unix/mirage-time-unix.2.0.0/opam b/packages/mirage-time-unix/mirage-time-unix.2.0.0/opam new file mode 100644 index 000000000..f6b07e44d --- /dev/null +++ b/packages/mirage-time-unix/mirage-time-unix.2.0.0/opam @@ -0,0 +1,46 @@ +opam-version: "2.0" +maintainer: "thomas@gazagnaire.org" +authors: [ + "Thomas Gazagnaire" + "Anil Madhavapeddy" + "Gabriel Radanne" + "Mindy Preston" + "Thomas Leonard" + "Nicolas Ojeda Bar" + "Dave Scott" + "David Kaloper" + "Hannes Mehnert" + "Richard Mortier" +] +license: "ISC" +tags: "org:mirage" +homepage: "https://github.com/mirage/mirage-time" +doc: "https://mirage.github.io/mirage-time/" +bug-reports: "https://github.com/mirage/mirage-time/issues" +depends: [ + "ocaml" {>= "4.06.0"} + "dune" {>= "1.0" & <= "3.17.1"} + "mirage-time" {=version} + "lwt" {>= "4.0.0" & <= "5.9.0"} + "duration" {<= "0.2.1"} +] +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] +] +dev-repo: "git+https://github.com/mirage/mirage-time.git" +synopsis: "Time operations for MirageOS on Unix" +description: """ +mirage-time-unix defines `Time`, an implementation of the `Mirage_time.S` signature for the Unix backend. +""" +url { + src: + "https://github.com/mirage/mirage-time/releases/download/v2.0.0/mirage-time-v2.0.0.tbz" + checksum: [ + "sha256=3088c37afbbcee102eb90dbc23e5d88df6fd9183c343a1a1012f7344d25f7eec" + "sha512=0fb3e9ae5debb113a60a16e0623ea2e6590b66d5553355dd9b667495f43c0115efaee698b31b2dd2bd0053d9f0e6dcaaead914d142af4fc6f36e1e9221220580" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-time/mirage-time.2.0.0/opam b/packages/mirage-time/mirage-time.2.0.0/opam new file mode 100644 index 000000000..1c79166f1 --- /dev/null +++ b/packages/mirage-time/mirage-time.2.0.0/opam @@ -0,0 +1,45 @@ +opam-version: "2.0" +maintainer: "thomas@gazagnaire.org" +authors: [ + "Thomas Gazagnaire" + "Anil Madhavapeddy" + "Gabriel Radanne" + "Mindy Preston" + "Thomas Leonard" + "Nicolas Ojeda Bar" + "Dave Scott" + "David Kaloper" + "Hannes Mehnert" + "Richard Mortier" +] +license: "ISC" +tags: "org:mirage" +homepage: "https://github.com/mirage/mirage-time" +doc: "https://mirage.github.io/mirage-time/" +bug-reports: "https://github.com/mirage/mirage-time/issues" +depends: [ + "ocaml" {>= "4.06.0"} + "dune" {>= "1.0" & <= "3.17.1"} + "lwt" {>= "4.0.0" & <= "5.9.0"} +] +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] +] +dev-repo: "git+https://github.com/mirage/mirage-time.git" +synopsis: "Time operations for MirageOS" +description: """ +mirage-time defines `Mirage_time.S`, the signature for time-related operations for MirageOS. +""" +url { + src: + "https://github.com/mirage/mirage-time/releases/download/v2.0.0/mirage-time-v2.0.0.tbz" + checksum: [ + "sha256=3088c37afbbcee102eb90dbc23e5d88df6fd9183c343a1a1012f7344d25f7eec" + "sha512=0fb3e9ae5debb113a60a16e0623ea2e6590b66d5553355dd9b667495f43c0115efaee698b31b2dd2bd0053d9f0e6dcaaead914d142af4fc6f36e1e9221220580" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-xen-ocaml/mirage-xen-ocaml.3.0.4/opam b/packages/mirage-xen-ocaml/mirage-xen-ocaml.3.0.4/opam new file mode 100644 index 000000000..f204f7ec1 --- /dev/null +++ b/packages/mirage-xen-ocaml/mirage-xen-ocaml.3.0.4/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +authors: "The MirageOS team" +homepage: "https://github.com/mirage/mirage-platform" +bug-reports: "https://github.com/mirage/mirage-platform/issues/" +dev-repo: "git+https://github.com/mirage/mirage-platform.git" +build: [make "xen-ocaml-build"] +install: [make "xen-ocaml-install" "PREFIX=%{prefix}%"] +remove: [make "xen-ocaml-uninstall" "PREFIX=%{prefix}%"] +tags: ["org:mirage"] +depends: [ + "ocaml" {>= "4.04.2" & < "4.05.0"} + "mirage-xen-posix" {>= "3.0.4" & <= "3.3.1"} + "conf-pkg-config" {<= "3"} + "ocamlfind" {build & <= "1.9.6"} + "ocaml-src" {<= "4.09.1-1"} + "ocamlbuild" {build & <= "0.15.0"} +] +available: false +synopsis: "MirageOS headers for the OCaml runtime" +description: + "The package contains the OCaml runtime patches and build system." +url { + src: "https://github.com/mirage/mirage-platform/archive/v3.0.4.tar.gz" + checksum: [ + "sha256=7227462ea010b100b52014f0939943f1f2ffff2b85870f156aa096dfdcaac9c5" + "md5=d7fdca71808546c8caf79205f8c4e5fc" + ] +} +conflicts: [ + "mirage-xen" {>= "6.0.0"} +] +flags: deprecated +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-xen-ocaml/mirage-xen-ocaml.3.0.5/opam b/packages/mirage-xen-ocaml/mirage-xen-ocaml.3.0.5/opam new file mode 100644 index 000000000..adb79ea34 --- /dev/null +++ b/packages/mirage-xen-ocaml/mirage-xen-ocaml.3.0.5/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +authors: "The MirageOS team" +homepage: "https://github.com/mirage/mirage-platform" +bug-reports: "https://github.com/mirage/mirage-platform/issues/" +dev-repo: "git+https://github.com/mirage/mirage-platform.git" +build: [make "xen-ocaml-build"] +install: [make "xen-ocaml-install" "PREFIX=%{prefix}%"] +remove: [make "xen-ocaml-uninstall" "PREFIX=%{prefix}%"] +tags: ["org:mirage"] +depends: [ + "ocaml" {>= "4.04.2" & <= "4.05.0"} + "mirage-xen-posix" {>= "2.6.0" & <= "3.3.1"} + "conf-pkg-config" {<= "3"} + "ocamlfind" {build & <= "1.9.6"} + "ocaml-src" {<= "4.09.1-1"} + "ocamlbuild" {build & <= "0.15.0"} +] +available: false +synopsis: "MirageOS headers for the OCaml runtime" +description: + "The package contains the OCaml runtime patches and build system." +url { + src: "https://github.com/mirage/mirage-platform/archive/v3.0.5.tar.gz" + checksum: [ + "sha256=28535dec7c5fe72a57a23c909518e30c6a6a126e32b2898e8e238f4cd061730a" + "md5=249e56facfe2ade94dd65866b2d97900" + ] +} +conflicts: [ + "mirage-xen" {>= "6.0.0"} +] +flags: deprecated +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-xen/mirage-xen.0.9.1/opam b/packages/mirage-xen/mirage-xen.0.9.1/opam new file mode 100644 index 000000000..766a722b5 --- /dev/null +++ b/packages/mirage-xen/mirage-xen.0.9.1/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +build: [make "xen-build"] +remove: [[make "xen-uninstall" "PREFIX=%{prefix}%"]] +depends: [ + "ocaml" {>= "4.00.1" & < "4.02.0"} + "cstruct" {>= "0.7.1" & <= "6.2.0"} + "ocamlfind" {<= "1.9.6"} + "lwt" {>= "2.4.0" & <= "5.9.0"} + "shared-memory-ring" {>= "0.4.0" & < "2.0.0"} + "xenstore" {<= "1.2.1"} + "ocamlbuild" {build & <= "0.15.0"} +] +conflicts: ["mirage-unix"] +dev-repo: "git+https://github.com/mirage/mirage-platform" +available: false +install: [make "xen-install" "PREFIX=%{prefix}%"] +synopsis: "MirageOS platform library for Xen compilation" +url { + src: + "https://github.com/mirage/mirage-platform/archive/mirage-platform-0.9.1.tar.gz" + checksum: [ + "sha256=faefbb6de462255ccd720e8a02f34ddb3723a7c075ab6e42a8ed4f29187a993a" + "md5=e334b5eba4fd9b21069d440860e3fbf0" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-xen/mirage-xen.0.9.2/opam b/packages/mirage-xen/mirage-xen.0.9.2/opam new file mode 100644 index 000000000..1a43c0ea1 --- /dev/null +++ b/packages/mirage-xen/mirage-xen.0.9.2/opam @@ -0,0 +1,28 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +build: [make "xen-build"] +remove: [[make "xen-uninstall" "PREFIX=%{prefix}%"]] +depends: [ + "ocaml" {>= "4.00.1" & < "4.02.0"} + "cstruct" {>= "0.7.1" & <= "6.2.0"} + "ocamlfind" {<= "1.9.6"} + "lwt" {>= "2.4.0" & <= "5.9.0"} + "shared-memory-ring" {>= "0.4.0" & < "2.0.0"} + "xenstore" {<= "1.2.1"} + "ocamlbuild" {build & <= "0.15.0"} +] +conflicts: ["mirage-unix"] +dev-repo: "git+https://github.com/mirage/mirage-platform" +available: false +install: [make "xen-install" "PREFIX=%{prefix}%"] +synopsis: "MirageOS platform library for Xen compilation" +url { + src: "https://github.com/mirage/mirage-platform/archive/v0.9.2.tar.gz" + checksum: [ + "sha256=bd99c83bb9fd321bb2d11566ebd896ced6005daee6dc17081542fb029bc63ff5" + "md5=9c98d8b97e196b74a8b5444d33d2bea7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-xen/mirage-xen.0.9.3/opam b/packages/mirage-xen/mirage-xen.0.9.3/opam new file mode 100644 index 000000000..874ae01e7 --- /dev/null +++ b/packages/mirage-xen/mirage-xen.0.9.3/opam @@ -0,0 +1,28 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +build: [make "xen-build"] +remove: [[make "xen-uninstall" "PREFIX=%{prefix}%"]] +depends: [ + "ocaml" {>= "4.00.1" & < "4.02.0"} + "cstruct" {>= "0.7.1" & <= "6.2.0"} + "ocamlfind" {<= "1.9.6"} + "lwt" {>= "2.4.0" & <= "5.9.0"} + "shared-memory-ring" {>= "0.4.0" & < "2.0.0"} + "xenstore" {<= "1.2.1"} + "ocamlbuild" {build & <= "0.15.0"} +] +conflicts: ["mirage-unix"] +dev-repo: "git+https://github.com/mirage/mirage-platform" +available: false +install: [make "xen-install" "PREFIX=%{prefix}%"] +synopsis: "MirageOS platform library for Xen compilation" +url { + src: "https://github.com/mirage/mirage-platform/archive/v0.9.3.tar.gz" + checksum: [ + "sha256=e04ea4c3e8cfa70024eb49655923c24f4a8d2154277635e28a23f8c795f457c8" + "md5=d6b166f95a198d7889bb43f419bcfa78" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-xen/mirage-xen.0.9.4/opam b/packages/mirage-xen/mirage-xen.0.9.4/opam new file mode 100644 index 000000000..e2ae2c448 --- /dev/null +++ b/packages/mirage-xen/mirage-xen.0.9.4/opam @@ -0,0 +1,28 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +build: [make "xen-build"] +remove: [[make "xen-uninstall" "PREFIX=%{prefix}%"]] +depends: [ + "ocaml" {>= "4.00.1" & < "4.02.0"} + "cstruct" {>= "0.7.1" & <= "6.2.0"} + "ocamlfind" {<= "1.9.6"} + "lwt" {>= "2.4.0" & <= "5.9.0"} + "shared-memory-ring" {>= "0.4.1" & < "2.0.0"} + "xenstore" {= "1.2.2"} + "ocamlbuild" {build & <= "0.15.0"} +] +conflicts: ["mirage-unix"] +dev-repo: "git+https://github.com/mirage/mirage-platform" +available: false +install: [make "xen-install" "PREFIX=%{prefix}%"] +synopsis: "MirageOS platform library for Xen compilation" +url { + src: "https://github.com/mirage/mirage-platform/archive/v0.9.4.tar.gz" + checksum: [ + "sha256=e93af85532e64d7a412ae5716732f85fda37e84b6ca91b52c94bbab8e29577e1" + "md5=b2fb35fc8d8cec9e6367635cba6d0f12" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-xen/mirage-xen.0.9.5/opam b/packages/mirage-xen/mirage-xen.0.9.5/opam new file mode 100644 index 000000000..33d3cf0e4 --- /dev/null +++ b/packages/mirage-xen/mirage-xen.0.9.5/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +build: [make "xen-build"] +remove: [[make "xen-uninstall" "PREFIX=%{prefix}%"]] +depends: [ + "ocaml" {>= "4.00.1" & < "4.02.0"} + "cstruct" {>= "0.7.1" & <= "6.2.0"} + "ocamlfind" {<= "1.9.6"} + "lwt" {>= "2.4.0" & <= "5.9.0"} + "shared-memory-ring" {>= "0.4.1" & < "2.0.0"} + "xenstore" {= "1.2.2"} + "ipaddr" {>= "0.2.2" & <= "5.6.0"} + "ocamlbuild" {build & <= "0.15.0"} +] +conflicts: ["mirage-unix"] +dev-repo: "git+https://github.com/mirage/mirage-platform" +available: false +install: [make "xen-install" "PREFIX=%{prefix}%"] +synopsis: "MirageOS platform library for Xen compilation" +url { + src: "https://github.com/mirage/mirage-platform/archive/v0.9.5.tar.gz" + checksum: [ + "sha256=8d39bf900f69fe45b6550855ea3f9b47c66de57a670354ebc35546d367904b68" + "md5=cb1f452265b258dfc3da8fb8f3b3e3db" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-xen/mirage-xen.0.9.6/opam b/packages/mirage-xen/mirage-xen.0.9.6/opam new file mode 100644 index 000000000..27d852bb5 --- /dev/null +++ b/packages/mirage-xen/mirage-xen.0.9.6/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +build: [make "xen-build"] +remove: [[make "xen-uninstall" "PREFIX=%{prefix}%"]] +depends: [ + "ocaml" {>= "4.00.1" & < "4.02.0"} + "cstruct" {>= "0.7.1" & <= "6.2.0"} + "ocamlfind" {<= "1.9.6"} + "lwt" {>= "2.4.0" & <= "5.9.0"} + "shared-memory-ring" {>= "0.4.1" & < "2.0.0"} + "xenstore" {>= "1.2.3" & <= "2.3.0"} + "ipaddr" {>= "0.2.2" & <= "5.6.0"} + "ocamlbuild" {build & <= "0.15.0"} +] +conflicts: ["mirage-unix"] +dev-repo: "git+https://github.com/mirage/mirage-platform" +available: false +install: [make "xen-install" "PREFIX=%{prefix}%"] +synopsis: "MirageOS platform library for Xen compilation" +url { + src: "https://github.com/mirage/mirage-platform/archive/v0.9.6.tar.gz" + checksum: [ + "sha256=29b5c964883c2b9e1fadb7159bb71e080e520a5101cb75af2525329fef280997" + "md5=4dd885366a52112cb61595e8635a5205" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-xen/mirage-xen.0.9.7/opam b/packages/mirage-xen/mirage-xen.0.9.7/opam new file mode 100644 index 000000000..8785a675a --- /dev/null +++ b/packages/mirage-xen/mirage-xen.0.9.7/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +build: [make "xen-build"] +remove: [[make "xen-uninstall" "PREFIX=%{prefix}%"]] +depends: [ + "ocaml" {>= "4.00.1" & < "4.02.0"} + "cstruct" {>= "0.7.1" & <= "6.2.0"} + "ocamlfind" {<= "1.9.6"} + "lwt" {>= "2.4.3" & <= "5.9.0"} + "shared-memory-ring" {>= "0.4.3" & < "2.0.0"} + "xenstore" {>= "1.2.5" & <= "2.3.0"} + "ipaddr" {>= "0.2.2" & <= "5.6.0"} + "ocamlbuild" {build & <= "0.15.0"} +] +conflicts: ["mirage-unix"] +dev-repo: "git+https://github.com/mirage/mirage-platform" +available: false +install: [make "xen-install" "PREFIX=%{prefix}%"] +synopsis: "MirageOS platform library for Xen compilation" +url { + src: "https://github.com/mirage/mirage-platform/archive/v0.9.7.tar.gz" + checksum: [ + "sha256=44696b75572e1747d7fa7f13c2248f0a54102a6f8c582005c53db0ef8862f5f4" + "md5=93b87fe2cc93c73f73824fa0382d45e6" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-xen/mirage-xen.0.9.8/opam b/packages/mirage-xen/mirage-xen.0.9.8/opam new file mode 100644 index 000000000..88774ee2b --- /dev/null +++ b/packages/mirage-xen/mirage-xen.0.9.8/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +build: [make "xen-build"] +remove: [[make "xen-uninstall" "PREFIX=%{prefix}%"]] +depends: [ + "ocaml" {>= "4.00.1" & < "4.02.0"} + "cstruct" {>= "0.8.1" & <= "6.2.0"} + "ocamlfind" {<= "1.9.6"} + "lwt" {>= "2.4.3" & <= "5.9.0"} + "shared-memory-ring" {>= "0.4.3" & < "2.0.0"} + "xenstore" {>= "1.2.5" & <= "2.3.0"} + "ipaddr" {>= "0.2.3" & <= "5.6.0"} + "ocamlbuild" {build & <= "0.15.0"} +] +conflicts: ["mirage-unix"] +dev-repo: "git+https://github.com/mirage/mirage-platform" +available: false +install: [make "xen-install" "PREFIX=%{prefix}%"] +synopsis: "MirageOS platform library for Xen compilation" +url { + src: "https://github.com/mirage/mirage-platform/archive/v0.9.8.tar.gz" + checksum: [ + "sha256=fe8a30ecf33a0a4ba0bb7da06072b8534a70b9b433275702b198f5ecfde19c58" + "md5=f4445cc38117433c6d9930c89ebf0175" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-xen/mirage-xen.0.9.9/opam b/packages/mirage-xen/mirage-xen.0.9.9/opam new file mode 100644 index 000000000..cc2eeb679 --- /dev/null +++ b/packages/mirage-xen/mirage-xen.0.9.9/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +build: [make "xen-build"] +remove: [[make "xen-uninstall" "PREFIX=%{prefix}%"]] +depends: [ + "ocaml" {>= "4.00.1" & < "4.02.0"} + "cstruct" {>= "1.0.1" & <= "6.2.0"} + "ocamlfind" {<= "1.9.6"} + "io-page-xen" {>= "0.9.9" & <= "2.3.0"} + "mirage-clock-xen" {>= "1.0.0" & <= "1.1"} + "lwt" {>= "2.4.3" & <= "5.9.0"} + "shared-memory-ring" {>= "0.4.3" & < "2.0.0"} + "xenstore" {>= "1.2.5" & <= "2.3.0"} + "ocamlbuild" {build & <= "0.15.0"} +] +dev-repo: "git+https://github.com/mirage/mirage-platform" +available: false +install: [make "xen-install" "PREFIX=%{prefix}%"] +synopsis: "MirageOS library for Xen compilation" +url { + src: "https://github.com/mirage/mirage-platform/archive/v0.9.9.tar.gz" + checksum: [ + "sha256=fd4cca2701023091160104580436adce340f9c5ded6e5351f379b7b572c7daeb" + "md5=89e56ad58bf5310eb543232b1d94109d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-xen/mirage-xen.1.0.0/opam b/packages/mirage-xen/mirage-xen.1.0.0/opam new file mode 100644 index 000000000..e9522ca30 --- /dev/null +++ b/packages/mirage-xen/mirage-xen.1.0.0/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +build: [make "xen-build"] +remove: [[make "xen-uninstall" "PREFIX=%{prefix}%"]] +depends: [ + "ocaml" {>= "4.00.1" & < "4.02.0"} + "cstruct" {>= "1.0.1" & <= "6.2.0"} + "ocamlfind" {<= "1.9.6"} + "io-page-xen" {>= "0.9.9" & <= "2.3.0"} + "mirage-clock-xen" {>= "1.0.0" & <= "1.1"} + "lwt" {>= "2.4.3" & <= "5.9.0"} + "shared-memory-ring" {>= "0.4.3" & < "2.0.0"} + "xenstore" {>= "1.2.5" & <= "2.3.0"} + "ocamlbuild" {build & <= "0.15.0"} +] +dev-repo: "git+https://github.com/mirage/mirage-platform" +available: false +install: [make "xen-install" "PREFIX=%{prefix}%"] +synopsis: "MirageOS library for Xen compilation" +url { + src: "https://github.com/mirage/mirage-platform/archive/v1.0.0.tar.gz" + checksum: [ + "sha256=4f69b88a3bf54aeef29e0375585bf03e8311fc6083ee47bfa630ed2f6fb888bb" + "md5=80a3c6585554a4f287c9100d56d88179" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-xen/mirage-xen.1.1.0/opam b/packages/mirage-xen/mirage-xen.1.1.0/opam new file mode 100644 index 000000000..7152a425d --- /dev/null +++ b/packages/mirage-xen/mirage-xen.1.1.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +build: [make "xen-build"] +remove: [[make "xen-uninstall" "PREFIX=%{prefix}%"]] +depends: [ + "ocaml" {>= "4.00.1" & < "4.02.0"} + "cstruct" {>= "1.0.1" & <= "6.2.0"} + "ocamlfind" {<= "1.9.6"} + "io-page" {>= "1.0.1" & <= "1.4.0"} + "mirage-clock-xen" {>= "1.0.0" & <= "1.1"} + "lwt" {>= "2.4.3" & <= "5.9.0"} + "shared-memory-ring" {>= "1.0.0" & < "2.0.0"} + "xenstore" {>= "1.2.5" & <= "2.3.0"} + "xen-evtchn" {>= "0.9.9" & <= "2.1.0"} + "xen-gnt" {>= "0.9.9" & <= "4.0.2"} + "ocamlbuild" {build & <= "0.15.0"} +] +dev-repo: "git+https://github.com/mirage/mirage-platform" +available: false +install: [make "xen-install" "PREFIX=%{prefix}%"] +synopsis: "MirageOS library for Xen compilation" +url { + src: "https://github.com/mirage/mirage-platform/archive/v1.1.0.tar.gz" + checksum: [ + "sha256=e66a77e1f47a5dbbc7bd753493eb630bb2905f0e9c9229fb44b59428bb3e97e2" + "md5=213a78c5d9e645484f3f14fbb8452c1f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-xen/mirage-xen.1.1.1/opam b/packages/mirage-xen/mirage-xen.1.1.1/opam new file mode 100644 index 000000000..789c218e1 --- /dev/null +++ b/packages/mirage-xen/mirage-xen.1.1.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +build: [make "xen-build"] +remove: [[make "xen-uninstall" "PREFIX=%{prefix}%"]] +depends: [ + "ocaml" {>= "4.00.1" & < "4.02.0"} + "cstruct" {>= "1.0.1" & <= "6.2.0"} + "ocamlfind" {<= "1.9.6"} + "io-page" {>= "1.0.1" & <= "1.4.0"} + "mirage-clock-xen" {>= "1.0.0" & <= "1.1"} + "lwt" {>= "2.4.3" & <= "5.9.0"} + "shared-memory-ring" {>= "1.0.0" & < "2.0.0"} + "xenstore" {>= "1.2.5" & <= "2.3.0"} + "xen-evtchn" {>= "0.9.9" & <= "2.1.0"} + "xen-gnt" {>= "0.9.9" & <= "4.0.2"} + "ocamlbuild" {build & <= "0.15.0"} +] +dev-repo: "git+https://github.com/mirage/mirage-platform" +available: false +install: [make "xen-install" "PREFIX=%{prefix}%"] +synopsis: "MirageOS library for Xen compilation" +url { + src: "https://github.com/mirage/mirage-platform/archive/v1.1.1.tar.gz" + checksum: [ + "sha256=b1b05e1d9c574363316e8f873bfe4e70d7cccde7d2356b7f3438a89ba70af826" + "md5=1feaf79b9265ddca4d7d612e119d6052" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-xen/mirage-xen.2.0.0/opam b/packages/mirage-xen/mirage-xen.2.0.0/opam new file mode 100644 index 000000000..e46b5f883 --- /dev/null +++ b/packages/mirage-xen/mirage-xen.2.0.0/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +build: [make "xen-build"] +remove: [[make "xen-uninstall" "PREFIX=%{prefix}%"]] +depends: [ + "ocaml" {>= "4.01.0" & < "4.02.0"} + "cstruct" {>= "1.0.1" & < "1.6.0"} + "ocamlfind" {<= "1.9.6"} + "io-page" {>= "1.0.1" & <= "1.4.0"} + "mirage-clock-xen" {>= "1.0.0" & <= "1.1"} + "lwt" {>= "2.4.3" & <= "5.9.0"} + "shared-memory-ring" {>= "1.0.0" & < "2.0.0"} + "xenstore" {>= "1.2.5" & <= "2.3.0"} + "xen-evtchn" {>= "0.9.9" & <= "2.1.0"} + "xen-gnt" {>= "2.0.0" & <= "4.0.2"} + "mirage-xen-minios" {>= "0.4.1" & <= "0.9.3"} + "conf-pkg-config" {<= "3"} + "ocamlbuild" {build & <= "0.15.0"} +] +dev-repo: "git+https://github.com/mirage/mirage-platform" +available: false +install: [make "xen-install" "PREFIX=%{prefix}%"] +synopsis: "MirageOS library for Xen compilation" +url { + src: "https://github.com/mirage/mirage-platform/archive/v2.0.0.tar.gz" + checksum: [ + "sha256=eace637de730910a2f7f4ea85e725e6ae522299f9597f4bf1410c934463f718f" + "md5=f560b075e102c4517861d89f5282476a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-xen/mirage-xen.2.0.1/opam b/packages/mirage-xen/mirage-xen.2.0.1/opam new file mode 100644 index 000000000..2ea6685d8 --- /dev/null +++ b/packages/mirage-xen/mirage-xen.2.0.1/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +build: [make "xen-build"] +remove: [[make "xen-uninstall" "PREFIX=%{prefix}%"]] +depends: [ + "ocaml" {>= "4.01.0" & < "4.02.0"} + "cstruct" {>= "1.0.1" & < "1.6.0"} + "ocamlfind" {<= "1.9.6"} + "io-page" {>= "1.0.1" & <= "1.4.0"} + "mirage-clock-xen" {>= "1.0.0" & <= "1.1"} + "lwt" {>= "2.4.3" & <= "5.9.0"} + "shared-memory-ring" {>= "1.0.0" & < "2.0.0"} + "xenstore" {>= "1.2.5" & <= "2.3.0"} + "xen-evtchn" {>= "0.9.9" & <= "2.1.0"} + "xen-gnt" {>= "2.0.0" & <= "4.0.2"} + "mirage-xen-minios" {>= "0.4.1" & <= "0.9.3"} + "conf-pkg-config" {<= "3"} + "ocamlbuild" {build & <= "0.15.0"} +] +dev-repo: "git+https://github.com/mirage/mirage-platform" +available: false +install: [make "xen-install" "PREFIX=%{prefix}%"] +synopsis: "MirageOS library for Xen compilation" +url { + src: "https://github.com/mirage/mirage-platform/archive/v2.0.1.tar.gz" + checksum: [ + "sha256=05e5ae05eff049b7e2d3e645d456d15bd4ab7777a5ca2bde7a3659551e4eb780" + "md5=b818d16969858e5a8df433bb9a7d0b64" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-xen/mirage-xen.2.1.0/opam b/packages/mirage-xen/mirage-xen.2.1.0/opam new file mode 100644 index 000000000..590cd33e5 --- /dev/null +++ b/packages/mirage-xen/mirage-xen.2.1.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +build: [make "xen-build"] +remove: [[make "xen-uninstall" "PREFIX=%{prefix}%"]] +depends: [ + "ocaml" {>= "4.01.0" & < "4.02.0"} + "cstruct" {>= "1.0.1" & < "1.6.0"} + "ocamlfind" {<= "1.9.6"} + "io-page" {>= "1.0.1" & <= "1.4.0"} + "mirage-clock-xen" {>= "1.0.0" & <= "1.1"} + "lwt" {>= "2.4.3" & <= "5.9.0"} + "shared-memory-ring" {>= "1.0.0" & < "2.0.0"} + "xenstore" {>= "1.2.5" & <= "2.3.0"} + "xen-evtchn" {>= "0.9.9" & <= "2.1.0"} + "xen-gnt" {>= "2.0.0" & <= "4.0.2"} + "mirage-xen-minios" {>= "0.4.1" & <= "0.9.3"} + "conf-pkg-config" {<= "3"} + "mirage-profile" {>= "0.3" & <= "0.9.1"} + "ocamlbuild" {build & <= "0.15.0"} +] +dev-repo: "git+https://github.com/mirage/mirage-platform" +available: false +install: [make "xen-install" "PREFIX=%{prefix}%"] +synopsis: "MirageOS library for Xen compilation" +url { + src: "https://github.com/mirage/mirage-platform/archive/v2.1.0.tar.gz" + checksum: [ + "sha256=4d7a45a712de67ae818b3520ae7d474b21159f01a146f01aea1b69d2fecaa122" + "md5=8735f94dc430c170532d68304b52782e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-xen/mirage-xen.2.1.1/opam b/packages/mirage-xen/mirage-xen.2.1.1/opam new file mode 100644 index 000000000..094a456a5 --- /dev/null +++ b/packages/mirage-xen/mirage-xen.2.1.1/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +build: [make "xen-build"] +remove: [[make "xen-uninstall" "PREFIX=%{prefix}%"]] +depends: [ + "ocaml" {>= "4.01.0" & < "4.02.0"} + "cstruct" {>= "1.0.1" & < "1.6.0"} + "ocamlfind" {<= "1.9.6"} + "io-page" {>= "1.0.1" & <= "1.4.0"} + "mirage-clock-xen" {>= "1.0.0" & <= "1.1"} + "lwt" {>= "2.4.3" & <= "5.9.0"} + "shared-memory-ring" {>= "1.0.0" & < "2.0.0"} + "xenstore" {>= "1.2.5" & <= "2.3.0"} + "xen-evtchn" {>= "0.9.9" & <= "2.1.0"} + "xen-gnt" {>= "2.0.0" & <= "4.0.2"} + "mirage-xen-minios" {>= "0.4.1" & <= "0.9.3"} + "conf-pkg-config" {<= "3"} + "mirage-profile" {>= "0.3" & <= "0.9.1"} + "ocamlbuild" {build & <= "0.15.0"} +] +dev-repo: "git+https://github.com/mirage/mirage-platform" +available: false +install: [make "xen-install" "PREFIX=%{prefix}%"] +synopsis: "MirageOS library for Xen compilation" +url { + src: "https://github.com/mirage/mirage-platform/archive/v2.1.1.tar.gz" + checksum: [ + "sha256=88612b7eb4de1d4d4f1d4ce01fafa1681485600e06dd891600db3bbe56f402cb" + "md5=0072f3c9933a410e53e298034d722ec6" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-xen/mirage-xen.2.1.2/opam b/packages/mirage-xen/mirage-xen.2.1.2/opam new file mode 100644 index 000000000..80ff6e1ca --- /dev/null +++ b/packages/mirage-xen/mirage-xen.2.1.2/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +build: [make "xen-build"] +remove: [[make "xen-uninstall" "PREFIX=%{prefix}%"]] +depends: [ + "ocaml" {>= "4.01.0" & < "4.02.0"} + "cstruct" {>= "1.0.1" & < "1.6.0"} + "ocamlfind" {<= "1.9.6"} + "io-page" {>= "1.0.1" & <= "1.4.0"} + "mirage-clock-xen" {>= "1.0.0" & <= "1.1"} + "lwt" {>= "2.4.3" & <= "5.9.0"} + "shared-memory-ring" {>= "1.0.0" & < "2.0.0"} + "xenstore" {>= "1.2.5" & <= "2.3.0"} + "xen-evtchn" {>= "0.9.9" & <= "2.1.0"} + "xen-gnt" {>= "2.0.0" & <= "4.0.2"} + "mirage-xen-minios" {>= "0.6.0" & <= "0.9.3"} + "conf-pkg-config" {<= "3"} + "mirage-profile" {>= "0.3" & <= "0.9.1"} + "ocamlbuild" {build & <= "0.15.0"} +] +dev-repo: "git+https://github.com/mirage/mirage-platform" +available: false +install: [make "xen-install" "PREFIX=%{prefix}%"] +synopsis: "MirageOS library for Xen compilation" +url { + src: "https://github.com/mirage/mirage-platform/archive/v2.1.2.tar.gz" + checksum: [ + "sha256=bbc04774e24f23c08850d0ddada111cc6fa1f4836b4cdf53857945479325236e" + "md5=ebcb7d5a7ae273d5c2c294881d09dca5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-xen/mirage-xen.2.1.3/opam b/packages/mirage-xen/mirage-xen.2.1.3/opam new file mode 100644 index 000000000..fb07dcd80 --- /dev/null +++ b/packages/mirage-xen/mirage-xen.2.1.3/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +build: [make "xen-build"] +remove: [[make "xen-uninstall" "PREFIX=%{prefix}%"]] +depends: [ + "ocaml" {>= "4.01.0" & < "4.02.0"} + "cstruct" {>= "1.0.1" & < "1.6.0"} + "ocamlfind" {<= "1.9.6"} + "io-page" {>= "1.0.1" & <= "1.4.0"} + "mirage-clock-xen" {>= "1.0.0" & <= "1.1"} + "lwt" {>= "2.4.3" & <= "5.9.0"} + "shared-memory-ring" {>= "1.0.0" & < "2.0.0"} + "xenstore" {>= "1.2.5" & <= "2.3.0"} + "xen-evtchn" {>= "0.9.9" & <= "2.1.0"} + "xen-gnt" {>= "2.0.0" & <= "4.0.2"} + "mirage-xen-minios" {>= "0.6.0" & <= "0.9.3"} + "conf-pkg-config" {<= "3"} + "mirage-profile" {>= "0.3" & <= "0.9.1"} + "ocamlbuild" {build & <= "0.15.0"} +] +dev-repo: "git+https://github.com/mirage/mirage-platform" +available: false +install: [make "xen-install" "PREFIX=%{prefix}%"] +synopsis: "MirageOS library for Xen compilation" +url { + src: "https://github.com/mirage/mirage-platform/archive/v2.1.3.tar.gz" + checksum: [ + "sha256=7198a465be70f8877ba6347fac816ebbeaa585cddf18e526474c2ad8d59c9ae4" + "md5=def6a11783dd75efb8451eee1e1186fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-xen/mirage-xen.2.2.0/opam b/packages/mirage-xen/mirage-xen.2.2.0/opam new file mode 100644 index 000000000..0277d511e --- /dev/null +++ b/packages/mirage-xen/mirage-xen.2.2.0/opam @@ -0,0 +1,39 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +authors: "The MirageOS team" +homepage: "https://github.com/mirage/mirage-platform" +bug-reports: "https://github.com/mirage/mirage-platform/issues/" +dev-repo: "git+https://github.com/mirage/mirage-platform.git" +build: [make "xen-build"] +install: [make "xen-install" "PREFIX=%{prefix}%"] +remove: [make "xen-uninstall" "PREFIX=%{prefix}%"] + +depends: [ + "ocaml" {>= "4.01.0" & < "4.02.2"} + "cstruct" {>= "1.0.1" & < "1.6.0"} + "ocamlfind" {<= "1.9.6"} + "io-page" {>= "1.0.1" & <= "1.4.0"} + "mirage-clock-xen" {>= "1.0.0" & <= "1.1"} + "lwt" {>= "2.4.3" & <= "5.9.0"} + "shared-memory-ring" {>= "1.0.0" & < "2.0.0"} + "xenstore" {>= "1.2.5" & <= "2.3.0"} + "xen-evtchn" {>= "0.9.9" & <= "2.1.0"} + "xen-gnt" {>= "2.0.0" & <= "4.0.2"} + "mirage-xen-minios" {>= "0.7.0" & <= "0.9.3"} + "conf-pkg-config" {<= "3"} + "mirage-profile" {>= "0.3" & <= "0.9.1"} + "ocaml-src" {<= "4.09.1-1"} + "ocamlbuild" {build & <= "0.15.0"} +] +available: false +synopsis: "MirageOS library for Xen compilation" +url { + src: "https://github.com/mirage/mirage-platform/archive/v2.2.0.tar.gz" + checksum: [ + "sha256=6e3bfceee6bd75bd9116ecc46bb1f058e252a8a1b2823d6ddd175d8f35fc409d" + "md5=95e0e1b73a1448dca207acfad14d38c9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-xen/mirage-xen.2.2.1/opam b/packages/mirage-xen/mirage-xen.2.2.1/opam new file mode 100644 index 000000000..2700f9ea3 --- /dev/null +++ b/packages/mirage-xen/mirage-xen.2.2.1/opam @@ -0,0 +1,39 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +authors: "The MirageOS team" +homepage: "https://github.com/mirage/mirage-platform" +bug-reports: "https://github.com/mirage/mirage-platform/issues/" +dev-repo: "git+https://github.com/mirage/mirage-platform.git" +build: [make "xen-build"] +install: [make "xen-install" "PREFIX=%{prefix}%"] +remove: [make "xen-uninstall" "PREFIX=%{prefix}%"] + +depends: [ + "ocaml" {>= "4.01.0" & < "4.02.2"} + "cstruct" {>= "1.0.1" & < "1.6.0"} + "ocamlfind" {<= "1.9.6"} + "io-page" {>= "1.0.1" & <= "1.4.0"} + "mirage-clock-xen" {>= "1.0.0" & <= "1.1"} + "lwt" {>= "2.4.3" & <= "5.9.0"} + "shared-memory-ring" {>= "1.0.0" & < "2.0.0"} + "xenstore" {>= "1.2.5" & <= "2.3.0"} + "xen-evtchn" {>= "0.9.9" & <= "2.1.0"} + "xen-gnt" {>= "2.0.0" & <= "4.0.2"} + "mirage-xen-minios" {>= "0.7.0" & <= "0.9.3"} + "conf-pkg-config" {<= "3"} + "mirage-profile" {>= "0.3" & <= "0.9.1"} + "ocaml-src" {<= "4.09.1-1"} + "ocamlbuild" {build & <= "0.15.0"} +] +available: false +synopsis: "MirageOS library for Xen compilation" +url { + src: "https://github.com/mirage/mirage-platform/archive/v2.2.1.tar.gz" + checksum: [ + "sha256=e9fe6cbb11b4b70209e479df7bb20edcbd3764b6cd98fa3d4862e9812eca3003" + "md5=c6c6013112833bcfd04593f558a710ae" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-xen/mirage-xen.2.2.2/opam b/packages/mirage-xen/mirage-xen.2.2.2/opam new file mode 100644 index 000000000..fe46e81cf --- /dev/null +++ b/packages/mirage-xen/mirage-xen.2.2.2/opam @@ -0,0 +1,39 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +authors: "The MirageOS team" +homepage: "https://github.com/mirage/mirage-platform" +bug-reports: "https://github.com/mirage/mirage-platform/issues/" +dev-repo: "git+https://github.com/mirage/mirage-platform.git" +build: [make "xen-build"] +install: [make "xen-install" "PREFIX=%{prefix}%"] +remove: [make "xen-uninstall" "PREFIX=%{prefix}%"] + +depends: [ + "ocaml" {>= "4.01.0" & < "4.02.2"} + "cstruct" {>= "1.0.1" & < "1.6.0"} + "ocamlfind" {<= "1.9.6"} + "io-page" {>= "1.0.1" & <= "1.4.0"} + "mirage-clock-xen" {>= "1.0.0" & <= "1.1"} + "lwt" {>= "2.4.3" & <= "5.9.0"} + "shared-memory-ring" {>= "1.0.0" & < "2.0.0"} + "xenstore" {>= "1.2.5" & <= "2.3.0"} + "xen-evtchn" {>= "0.9.9" & <= "2.1.0"} + "xen-gnt" {>= "2.0.0" & <= "4.0.2"} + "mirage-xen-minios" {>= "0.7.0" & <= "0.9.3"} + "conf-pkg-config" {<= "3"} + "mirage-profile" {>= "0.3" & <= "0.9.1"} + "ocaml-src" {<= "4.09.1-1"} + "ocamlbuild" {build & <= "0.15.0"} +] +available: false +synopsis: "MirageOS library for Xen compilation" +url { + src: "https://github.com/mirage/mirage-platform/archive/v2.2.2.tar.gz" + checksum: [ + "sha256=9c1b46a2b32fde955267dd8b8fc1f5b60bdc47cd3d29410cbc9a1538318702f1" + "md5=47bf62cb84fc936f09bd54b7befe85ac" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-xen/mirage-xen.2.3.0/opam b/packages/mirage-xen/mirage-xen.2.3.0/opam new file mode 100644 index 000000000..1d6cd78bf --- /dev/null +++ b/packages/mirage-xen/mirage-xen.2.3.0/opam @@ -0,0 +1,40 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +authors: "The MirageOS team" +homepage: "https://github.com/mirage/mirage-platform" +bug-reports: "https://github.com/mirage/mirage-platform/issues/" +dev-repo: "git+https://github.com/mirage/mirage-platform.git" +build: [make "xen-build"] +install: [make "xen-install" "PREFIX=%{prefix}%"] +remove: [make "xen-uninstall" "PREFIX=%{prefix}%"] +depends: [ + "ocaml" {>= "4.01.0" & < "4.03.0"} + "cstruct" {>= "1.0.1" & < "1.6.0"} + "ocamlfind" {<= "1.9.6"} + "io-page" {>= "1.5.0" & <= "3.0.0"} + "mirage-clock-xen" {>= "1.0.0" & <= "1.1"} + "lwt" {>= "2.4.3" & <= "5.9.0"} + "shared-memory-ring" {>= "1.0.0" & < "2.0.0"} + "xenstore" {>= "1.2.5" & <= "2.3.0"} + "xen-evtchn" {>= "0.9.9" & <= "2.1.0"} + "xen-gnt" {>= "2.0.0" & <= "4.0.2"} + "mirage-xen-minios" {>= "0.7.0" & <= "0.9.3"} + "conf-pkg-config" {<= "3"} + "mirage-profile" {>= "0.3" & <= "0.9.1"} + "mirage-xen-ocaml" {<= "3.3.3"} + "ocamlbuild" {build & <= "0.15.0"} +] +available: false +synopsis: "MirageOS library for Xen" +description: + "This library consists of the OCaml `OS` module and its various C bindings." +url { + src: "https://github.com/mirage/mirage-platform/archive/v2.3.0.tar.gz" + checksum: [ + "sha256=3b8b4d90700f1b21507500847c59e0e7d0c640f6de5fde4ad4716be3479d8b9b" + "md5=4bae08a22f8260f764646620ce83d084" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-xen/mirage-xen.2.3.1/opam b/packages/mirage-xen/mirage-xen.2.3.1/opam new file mode 100644 index 000000000..73132a71c --- /dev/null +++ b/packages/mirage-xen/mirage-xen.2.3.1/opam @@ -0,0 +1,40 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +authors: "The MirageOS team" +homepage: "https://github.com/mirage/mirage-platform" +bug-reports: "https://github.com/mirage/mirage-platform/issues/" +dev-repo: "git+https://github.com/mirage/mirage-platform.git" +build: [make "xen-build"] +install: [make "xen-install" "PREFIX=%{prefix}%"] +remove: [make "xen-uninstall" "PREFIX=%{prefix}%"] +depends: [ + "ocaml" {>= "4.01.0" & < "4.03.0"} + "cstruct" {>= "1.0.1" & < "1.6.0"} + "ocamlfind" {<= "1.9.6"} + "io-page" {>= "1.5.0" & <= "3.0.0"} + "mirage-clock-xen" {>= "1.0.0" & <= "1.1"} + "lwt" {>= "2.4.3" & <= "5.9.0"} + "shared-memory-ring" {>= "1.0.0" & < "2.0.0"} + "xenstore" {>= "1.2.5" & <= "2.3.0"} + "xen-evtchn" {>= "0.9.9" & <= "2.1.0"} + "xen-gnt" {>= "2.0.0" & <= "4.0.2"} + "mirage-xen-minios" {>= "0.7.0" & <= "0.9.3"} + "conf-pkg-config" {<= "3"} + "mirage-profile" {>= "0.3" & <= "0.9.1"} + "mirage-xen-ocaml" {<= "3.3.3"} + "ocamlbuild" {build & <= "0.15.0"} +] +available: false +synopsis: "MirageOS library for Xen" +description: + "This library consists of the OCaml `OS` module and its various C bindings." +url { + src: "https://github.com/mirage/mirage-platform/archive/v2.3.1.tar.gz" + checksum: [ + "sha256=6e5697a579cef8fdef221768f17aeec913b74ab072d104ca5e1710554c419ef6" + "md5=4d2918daafd0dc192d537f8422bf43cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-xen/mirage-xen.2.3.2/opam b/packages/mirage-xen/mirage-xen.2.3.2/opam new file mode 100644 index 000000000..2ed8dd5d2 --- /dev/null +++ b/packages/mirage-xen/mirage-xen.2.3.2/opam @@ -0,0 +1,40 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +authors: "The MirageOS team" +homepage: "https://github.com/mirage/mirage-platform" +bug-reports: "https://github.com/mirage/mirage-platform/issues/" +dev-repo: "git+https://github.com/mirage/mirage-platform.git" +build: [make "xen-build"] +install: [make "xen-install" "PREFIX=%{prefix}%"] +remove: [make "xen-uninstall" "PREFIX=%{prefix}%"] +depends: [ + "ocaml" {>= "4.01.0" & < "4.03.0"} + "cstruct" {>= "1.0.1" & < "2.0.0"} + "ocamlfind" {<= "1.9.6"} + "io-page" {>= "1.5.0" & <= "3.0.0"} + "mirage-clock-xen" {>= "1.0.0" & <= "1.1"} + "lwt" {>= "2.4.3" & <= "5.9.0"} + "shared-memory-ring" {>= "1.0.0" & < "2.0.0"} + "xenstore" {>= "1.2.5" & <= "2.3.0"} + "xen-evtchn" {>= "0.9.9" & <= "2.1.0"} + "xen-gnt" {>= "2.0.0" & <= "4.0.2"} + "mirage-xen-minios" {>= "0.7.0" & <= "0.9.3"} + "conf-pkg-config" {<= "3"} + "mirage-profile" {>= "0.3" & <= "0.9.1"} + "mirage-xen-ocaml" {<= "3.3.3"} + "ocamlbuild" {build & <= "0.15.0"} +] +available: false +synopsis: "MirageOS library for Xen" +description: + "This library consists of the OCaml `OS` module and its various C bindings." +url { + src: "https://github.com/mirage/mirage-platform/archive/v2.3.2.tar.gz" + checksum: [ + "sha256=bdc505860e0c9eb533233239b5e77a3167552d1778886d82b16ee1a99afaf1fe" + "md5=f39dd24dfb0e986a763d9f5676be0353" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-xen/mirage-xen.2.3.3/opam b/packages/mirage-xen/mirage-xen.2.3.3/opam new file mode 100644 index 000000000..4aefafbe4 --- /dev/null +++ b/packages/mirage-xen/mirage-xen.2.3.3/opam @@ -0,0 +1,40 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +authors: "The MirageOS team" +homepage: "https://github.com/mirage/mirage-platform" +bug-reports: "https://github.com/mirage/mirage-platform/issues/" +dev-repo: "git+https://github.com/mirage/mirage-platform.git" +build: [make "xen-build"] +install: [make "xen-install" "PREFIX=%{prefix}%"] +remove: [make "xen-uninstall" "PREFIX=%{prefix}%"] +depends: [ + "ocaml" {>= "4.01.0" & < "4.03.0"} + "cstruct" {>= "1.0.1" & < "2.0.0"} + "ocamlfind" {<= "1.9.6"} + "io-page" {>= "1.5.0" & <= "3.0.0"} + "mirage-clock-xen" {>= "1.0.0" & <= "1.1"} + "lwt" {>= "2.4.3" & <= "5.9.0"} + "shared-memory-ring" {>= "1.0.0" & < "2.0.0"} + "xenstore" {>= "1.2.5" & <= "2.3.0"} + "xen-evtchn" {>= "0.9.9" & <= "2.1.0"} + "xen-gnt" {>= "2.0.0" & <= "4.0.2"} + "mirage-xen-minios" {>= "0.7.0" & <= "0.9.3"} + "conf-pkg-config" {<= "3"} + "mirage-profile" {>= "0.3" & <= "0.9.1"} + "mirage-xen-ocaml" {<= "3.3.3"} + "ocamlbuild" {build & <= "0.15.0"} +] +available: false +synopsis: "MirageOS library for Xen" +description: + "This library consists of the OCaml `OS` module and its various C bindings." +url { + src: "https://github.com/mirage/mirage-platform/archive/v2.3.3.tar.gz" + checksum: [ + "sha256=f125a14714e75f889d58ac6eec38d683cbd744c080829e5155c0564157756368" + "md5=5746cfe4d3d16844c5ce81a357ffd9a0" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-xen/mirage-xen.2.4.0/opam b/packages/mirage-xen/mirage-xen.2.4.0/opam new file mode 100644 index 000000000..b2a9bc65f --- /dev/null +++ b/packages/mirage-xen/mirage-xen.2.4.0/opam @@ -0,0 +1,44 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +authors: "The MirageOS team" +homepage: "https://github.com/mirage/mirage-platform" +bug-reports: "https://github.com/mirage/mirage-platform/issues/" +dev-repo: "git+https://github.com/mirage/mirage-platform.git" +license: ["ISC" "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" "BSD-3-Clause"] + +build: [make "xen-build"] +install: [make "xen-install" "PREFIX=%{prefix}%"] +remove: [make "xen-uninstall" "PREFIX=%{prefix}%"] + +depends: [ + "ocaml" {>= "4.01.0" & < "4.03.0"} + "cstruct" {>= "1.0.1" & < "2.0.0"} + "ocamlfind" {<= "1.9.6"} + "io-page" {>= "1.5.0" & <= "3.0.0"} + "mirage-clock-xen" {>= "1.0.0" & <= "1.1"} + "lwt" {>= "2.4.3" & <= "5.9.0"} + "shared-memory-ring" {>= "1.0.0" & < "2.0.0"} + "xenstore" {>= "1.2.5" & <= "2.3.0"} + "xen-evtchn" {>= "0.9.9" & <= "2.1.0"} + "xen-gnt" {>= "2.0.0" & <= "4.0.2"} + "mirage-xen-minios" {>= "0.7.0" & <= "0.9.3"} + "minios-xen" {= "0.9"} + "conf-pkg-config" {<= "3"} + "mirage-profile" {>= "0.3" & <= "0.9.1"} + "mirage-xen-ocaml" {<= "3.3.3"} + "ocamlbuild" {build & <= "0.15.0"} +] +available: false +synopsis: "MirageOS library for Xen" +description: + "This library consists of the OCaml `OS` module and its various C bindings." +url { + src: "https://github.com/mirage/mirage-platform/archive/v2.4.0.tar.gz" + checksum: [ + "sha256=361fad4c5f3906d63a5bbd4a516a6d9c6d4fe6279e2d7d205fbe022f9e2ef9b2" + "md5=cc474641b52985f6dea8e8e5b773de78" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-xen/mirage-xen.2.4.1/opam b/packages/mirage-xen/mirage-xen.2.4.1/opam new file mode 100644 index 000000000..b2a9bc65f --- /dev/null +++ b/packages/mirage-xen/mirage-xen.2.4.1/opam @@ -0,0 +1,44 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +authors: "The MirageOS team" +homepage: "https://github.com/mirage/mirage-platform" +bug-reports: "https://github.com/mirage/mirage-platform/issues/" +dev-repo: "git+https://github.com/mirage/mirage-platform.git" +license: ["ISC" "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" "BSD-3-Clause"] + +build: [make "xen-build"] +install: [make "xen-install" "PREFIX=%{prefix}%"] +remove: [make "xen-uninstall" "PREFIX=%{prefix}%"] + +depends: [ + "ocaml" {>= "4.01.0" & < "4.03.0"} + "cstruct" {>= "1.0.1" & < "2.0.0"} + "ocamlfind" {<= "1.9.6"} + "io-page" {>= "1.5.0" & <= "3.0.0"} + "mirage-clock-xen" {>= "1.0.0" & <= "1.1"} + "lwt" {>= "2.4.3" & <= "5.9.0"} + "shared-memory-ring" {>= "1.0.0" & < "2.0.0"} + "xenstore" {>= "1.2.5" & <= "2.3.0"} + "xen-evtchn" {>= "0.9.9" & <= "2.1.0"} + "xen-gnt" {>= "2.0.0" & <= "4.0.2"} + "mirage-xen-minios" {>= "0.7.0" & <= "0.9.3"} + "minios-xen" {= "0.9"} + "conf-pkg-config" {<= "3"} + "mirage-profile" {>= "0.3" & <= "0.9.1"} + "mirage-xen-ocaml" {<= "3.3.3"} + "ocamlbuild" {build & <= "0.15.0"} +] +available: false +synopsis: "MirageOS library for Xen" +description: + "This library consists of the OCaml `OS` module and its various C bindings." +url { + src: "https://github.com/mirage/mirage-platform/archive/v2.4.0.tar.gz" + checksum: [ + "sha256=361fad4c5f3906d63a5bbd4a516a6d9c6d4fe6279e2d7d205fbe022f9e2ef9b2" + "md5=cc474641b52985f6dea8e8e5b773de78" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-xen/mirage-xen.2.6.0/opam b/packages/mirage-xen/mirage-xen.2.6.0/opam new file mode 100644 index 000000000..0a3593e22 --- /dev/null +++ b/packages/mirage-xen/mirage-xen.2.6.0/opam @@ -0,0 +1,44 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +authors: "The MirageOS team" +homepage: "https://github.com/mirage/mirage-platform" +bug-reports: "https://github.com/mirage/mirage-platform/issues/" +dev-repo: "git+https://github.com/mirage/mirage-platform.git" +license: ["ISC" "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" "BSD-3-Clause"] + +build: [make "xen-build"] +install: [make "xen-install" "PREFIX=%{prefix}%"] +remove: [make "xen-uninstall" "PREFIX=%{prefix}%"] + +depends: [ + "ocaml" {>= "4.01.0"} + "ocamlfind" {build & <= "1.9.6"} + "ocamlbuild" {build & <= "0.15.0"} + "cstruct" {>= "1.0.1" & <= "6.2.0"} + "io-page" {>= "1.5.0" & <= "3.0.0"} + "mirage-clock-xen" {>= "1.0.0" & <= "1.1"} + "lwt" {>= "2.4.3" & <= "5.9.0"} + "shared-memory-ring" {>= "1.0.0" & < "2.0.0"} + "xenstore" {>= "1.2.5" & <= "2.3.0"} + "xen-evtchn" {>= "0.9.9" & <= "2.1.0"} + "xen-gnt" {>= "2.0.0" & <= "4.0.2"} + "mirage-xen-minios" {>= "0.7.0" & <= "0.9.3"} + "minios-xen" {= "0.9"} + "conf-pkg-config" {<= "3"} + "mirage-profile" {>= "0.3" & <= "0.9.1"} + "mirage-xen-ocaml" {>= "2.6.0" & <= "3.3.3"} +] +available: false +synopsis: "MirageOS library for Xen" +description: + "This library consists of the OCaml `OS` module and its various C bindings." +url { + src: "https://github.com/mirage/mirage-platform/archive/v2.6.0.tar.gz" + checksum: [ + "sha256=b91a85bb33f21fd61039f44b64f1487f951947523cbc3b6a1eaaa25ef8d2e5e2" + "md5=e9d5ec80ae06b42658e48af130aea7c1" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-xen/mirage-xen.3.0.0/opam b/packages/mirage-xen/mirage-xen.3.0.0/opam new file mode 100644 index 000000000..ec2bc4ef0 --- /dev/null +++ b/packages/mirage-xen/mirage-xen.3.0.0/opam @@ -0,0 +1,47 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +authors: "The MirageOS team" +homepage: "https://github.com/mirage/mirage-platform" +bug-reports: "https://github.com/mirage/mirage-platform/issues/" +dev-repo: "git+https://github.com/mirage/mirage-platform.git" +license: ["ISC" "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" "BSD-3-Clause"] +tags: ["org:mirage"] + +build: [make "xen-build"] +install: [make "xen-install" "PREFIX=%{prefix}%"] +remove: [make "xen-uninstall" "PREFIX=%{prefix}%"] + +depends: [ + "ocaml" {>= "4.01.0"} + "ocamlfind" {build & <= "1.9.6"} + "ocamlbuild" {build & <= "0.15.0"} + "cstruct" {>= "1.0.1" & <= "6.2.0"} + "io-page" {>= "1.5.0" & < "2.0.0"} + "mirage-clock-freestanding" {>= "1.2.0" & <= "4.1.0"} + "lwt" {>= "2.4.7" & <= "5.9.0"} + "shared-memory-ring" {>= "1.0.0" & < "2.0.0"} + "xenstore" {>= "1.2.5" & <= "2.3.0"} + "xen-evtchn" {>= "0.9.9" & <= "2.1.0"} + "xen-gnt" {>= "2.0.0" & <= "4.0.2"} + "mirage-xen-minios" {>= "0.7.0" & <= "0.9.3"} + "minios-xen" {= "0.9"} + "conf-pkg-config" {<= "3"} + "mirage-profile" {>= "0.3" & <= "0.9.1"} + "mirage-xen-ocaml" {>= "2.6.0" & <= "3.3.3"} + "logs" {<= "0.7.0"} +] +conflicts: [ + "mirage-types" { < "3.0.0" } +] +available: false +synopsis: "MirageOS library for Xen compilation" +url { + src: "https://github.com/mirage/mirage-platform/archive/v3.0.0.tar.gz" + checksum: [ + "sha256=57c244bc01e1dde30ca27dfd42d0c3dd6095e9da47c2c4839f4c71d8049abd45" + "md5=ad80c57c36e8aec9c623d1fc4441ec49" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-xen/mirage-xen.3.0.1/opam b/packages/mirage-xen/mirage-xen.3.0.1/opam new file mode 100644 index 000000000..1ea955e04 --- /dev/null +++ b/packages/mirage-xen/mirage-xen.3.0.1/opam @@ -0,0 +1,47 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +authors: "The MirageOS team" +homepage: "https://github.com/mirage/mirage-platform" +bug-reports: "https://github.com/mirage/mirage-platform/issues/" +dev-repo: "git+https://github.com/mirage/mirage-platform.git" +license: ["ISC" "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" "BSD-3-Clause"] +tags: ["org:mirage"] + +build: [make "xen-build"] +install: [make "xen-install" "PREFIX=%{prefix}%"] +remove: [make "xen-uninstall" "PREFIX=%{prefix}%"] + +depends: [ + "ocaml" {>= "4.01.0"} + "ocamlfind" {build & <= "1.9.6"} + "ocamlbuild" {build & <= "0.15.0"} + "cstruct" {>= "1.0.1" & <= "6.2.0"} + "io-page" {>= "1.5.0" & < "2.0.0"} + "mirage-clock-freestanding" {>= "1.2.0" & <= "4.1.0"} + "lwt" {>= "2.4.7" & <= "5.9.0"} + "shared-memory-ring-lwt" {<= "3.2.1"} + "xenstore" {>= "1.2.5" & <= "2.3.0"} + "xen-evtchn" {>= "0.9.9" & <= "2.1.0"} + "xen-gnt" {>= "2.0.0" & <= "4.0.2"} + "mirage-xen-minios" {>= "0.7.0" & <= "0.9.3"} + "minios-xen" {= "0.9"} + "conf-pkg-config" {<= "3"} + "mirage-profile" {>= "0.3" & <= "0.9.1"} + "mirage-xen-ocaml" {>= "2.6.0" & <= "3.3.3"} + "logs" {<= "0.7.0"} +] +conflicts: [ + "mirage-types" { < "3.0.0" } +] +available: false +synopsis: "MirageOS library for Xen compilation" +url { + src: "https://github.com/mirage/mirage-platform/archive/v3.0.1.tar.gz" + checksum: [ + "sha256=e0f0a91263e45558db37c248bdfdebca7c1fea023b65684fd698424c7a0398ff" + "md5=a23c33ae8762ba1a5f8c563a539c3454" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-xen/mirage-xen.3.0.3/opam b/packages/mirage-xen/mirage-xen.3.0.3/opam new file mode 100644 index 000000000..d535c499a --- /dev/null +++ b/packages/mirage-xen/mirage-xen.3.0.3/opam @@ -0,0 +1,47 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +authors: "The MirageOS team" +homepage: "https://github.com/mirage/mirage-platform" +bug-reports: "https://github.com/mirage/mirage-platform/issues/" +dev-repo: "git+https://github.com/mirage/mirage-platform.git" +license: ["ISC" "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" "BSD-3-Clause"] +tags: ["org:mirage"] + +build: [make "xen-build"] +install: [make "xen-install" "PREFIX=%{prefix}%"] +remove: [make "xen-uninstall" "PREFIX=%{prefix}%"] + +depends: [ + "ocaml" {>= "4.01.0"} + "ocamlfind" {build & <= "1.9.6"} + "ocamlbuild" {build & <= "0.15.0"} + "cstruct" {>= "1.0.1" & <= "6.2.0"} + "mirage-clock-freestanding" {>= "1.2.0" & <= "4.1.0"} + "lwt" {>= "2.4.7" & <= "5.9.0"} + "shared-memory-ring-lwt" {<= "3.2.1"} + "xenstore" {>= "1.2.5" & <= "2.3.0"} + "xen-evtchn" {>= "0.9.9" & <= "2.1.0"} + "xen-gnt" {>= "2.0.0" & <= "4.0.2"} + "mirage-xen-minios" {>= "0.7.0" & <= "0.9.3"} + "minios-xen" {= "0.9"} + "conf-pkg-config" {<= "3"} + "mirage-profile" {>= "0.3" & <= "0.9.1"} + "mirage-xen-ocaml" {>= "2.6.0" & <= "3.3.3"} + "logs" {<= "0.7.0"} + "io-page-xen" {>= "2.0.0" & <= "2.3.0"} +] +conflicts: [ + "mirage-types" { < "3.0.0" } +] +available: false +synopsis: "MirageOS library for Xen compilation" +url { + src: "https://github.com/mirage/mirage-platform/archive/v3.0.3.tar.gz" + checksum: [ + "sha256=53b539930a9cec8e0e94b742ed294bef429e43e4ba5788652c779666b07772f5" + "md5=ff35e31ce2eaa553cde6fc4af494bf44" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-xen/mirage-xen.3.0.4/opam b/packages/mirage-xen/mirage-xen.3.0.4/opam new file mode 100644 index 000000000..64b1dbc33 --- /dev/null +++ b/packages/mirage-xen/mirage-xen.3.0.4/opam @@ -0,0 +1,47 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +authors: "The MirageOS team" +homepage: "https://github.com/mirage/mirage-platform" +bug-reports: "https://github.com/mirage/mirage-platform/issues/" +dev-repo: "git+https://github.com/mirage/mirage-platform.git" +license: ["ISC" "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" "BSD-3-Clause"] +tags: ["org:mirage"] + +build: [make "xen-build"] +install: [make "xen-install" "PREFIX=%{prefix}%"] +remove: [make "xen-uninstall" "PREFIX=%{prefix}%"] + +depends: [ + "ocaml" {>= "4.01.0"} + "ocamlfind" {build & <= "1.9.6"} + "ocamlbuild" {build & <= "0.15.0"} + "cstruct" {>= "1.0.1" & <= "6.2.0"} + "mirage-clock-freestanding" {>= "1.2.0" & <= "4.1.0"} + "lwt" {>= "2.4.7" & <= "5.9.0"} + "shared-memory-ring-lwt" {<= "3.2.1"} + "xenstore" {>= "1.2.5" & <= "2.3.0"} + "xen-evtchn" {>= "0.9.9" & <= "2.1.0"} + "xen-gnt" {>= "2.0.0" & <= "4.0.2"} + "mirage-xen-minios" {>= "0.7.0" & <= "0.9.3"} + "minios-xen" {= "0.9"} + "conf-pkg-config" {<= "3"} + "mirage-profile" {>= "0.3" & <= "0.9.1"} + "mirage-xen-ocaml" {>= "3.0.4" & <= "3.3.3"} + "logs" {<= "0.7.0"} + "io-page-xen" {>= "2.0.0" & <= "2.3.0"} +] +conflicts: [ + "mirage-types" { < "3.0.0" } +] +available: false +synopsis: "MirageOS library for Xen compilation" +url { + src: "https://github.com/mirage/mirage-platform/archive/v3.0.4.tar.gz" + checksum: [ + "sha256=7227462ea010b100b52014f0939943f1f2ffff2b85870f156aa096dfdcaac9c5" + "md5=d7fdca71808546c8caf79205f8c4e5fc" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-xen/mirage-xen.3.0.6/opam b/packages/mirage-xen/mirage-xen.3.0.6/opam new file mode 100644 index 000000000..f8fade4e6 --- /dev/null +++ b/packages/mirage-xen/mirage-xen.3.0.6/opam @@ -0,0 +1,44 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +authors: "The MirageOS team" +homepage: "https://github.com/mirage/mirage-xen" +bug-reports: "https://github.com/mirage/mirage-xen/issues/" +dev-repo: "git+https://github.com/mirage/mirage-xen.git" +doc: "https://mirage.github.io/mirage-xen/doc" +license: "ISC" +tags: ["org:mirage"] + +build: [ "ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%" ] + +depends: [ + "ocaml" {>= "4.04.2"} + "ocamlfind" {build & <= "1.9.6"} + "ocamlbuild" {build & <= "0.15.0"} + "topkg" {build & >= "0.7.6" & <= "1.0.7"} + "ocb-stubblr" {build & <= "0.1.1-1"} + "cstruct" {>= "1.0.1" & <= "6.2.0"} + "lwt" {>= "2.4.3" & <= "5.9.0"} + "shared-memory-ring-lwt" {<= "3.2.1"} + "xenstore" {>= "1.2.5" & <= "2.3.0"} + "xen-evtchn" {>= "0.9.9" & <= "2.1.0"} + "xen-gnt" {>= "2.0.0" & <= "4.0.2"} + "conf-pkg-config" {<= "3"} + "mirage-profile" {>= "0.3" & <= "0.9.1"} + "mirage-xen-ocaml" {>= "2.6.0" & <= "3.3.3"} + "io-page-xen" {>= "2.0.0" & <= "2.3.0"} + "mirage-xen-minios" {>= "0.7.0" & <= "0.9.3"} + "logs" {<= "0.7.0"} +] +available: false +synopsis: "MirageOS library for Xen compilation" +url { + src: + "https://github.com/mirage/mirage-xen/releases/download/3.0.6/mirage-xen-3.0.6.tbz" + checksum: [ + "sha256=2de78e755163b8a86d4759709b49d380a585c3c898470862a2c1828095ad9ad5" + "md5=681f3d123860680b9c2642aa993d8a4f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-xen/mirage-xen.3.1.0/opam b/packages/mirage-xen/mirage-xen.3.1.0/opam new file mode 100644 index 000000000..9aa4cdd5d --- /dev/null +++ b/packages/mirage-xen/mirage-xen.3.1.0/opam @@ -0,0 +1,50 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +authors: "The MirageOS team" +homepage: "https://github.com/mirage/mirage-xen" +bug-reports: "https://github.com/mirage/mirage-xen/issues/" +dev-repo: "git+https://github.com/mirage/mirage-xen.git" +doc: "https://mirage.github.io/mirage-xen/doc" +license: "ISC" +tags: ["org:mirage"] + +build: [ "ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%" ] + +depends: [ + "ocamlfind" {build & <= "1.9.6"} + "ocamlbuild" {build & <= "0.15.0"} + "topkg" {build & >= "0.7.6" & <= "1.0.7"} + "ocaml" {>= "4.04.2"} + "ocb-stubblr" {build & <= "0.1.1-1"} + "cstruct" {>= "1.0.1" & <= "6.2.0"} + "lwt" {>= "2.4.3" & <= "5.9.0"} + "shared-memory-ring-lwt" {<= "3.2.1"} + "xenstore" {>= "1.2.5" & <= "2.3.0"} + "xen-evtchn" {>= "0.9.9" & <= "2.1.0"} + "xen-gnt" {>= "2.0.0" & <= "4.0.2"} + "conf-pkg-config" {<= "3"} + "mirage-profile" {>= "0.3" & <= "0.9.1"} + "mirage-xen-ocaml" {>= "3.1.0" & <= "3.3.3"} + "io-page-xen" {>= "2.0.0" & <= "2.3.0"} + "mirage-xen-minios" {>= "0.7.0" & <= "0.9.3"} + "logs" {<= "0.7.0"} +] +available: [ false ] +synopsis: "Xen core platform libraries for MirageOS" +description: """ +This package provides the MirageOS `OS` library for +Xen targets, which handles the main loop and timers. It also provides +the low level C startup code and C stubs required by the OCaml code. +""" + +url { + src: + "https://github.com/mirage/mirage-xen/releases/download/3.1.0/mirage-xen-3.1.0.tbz" + checksum: [ + "sha256=2d7da346655f6d7afd44cd83db6b856593e0589e2f2185925f60bb861f559090" + "md5=e7e839641eadc2b8389d5b3e56f937a3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-xen/mirage-xen.3.2.0/opam b/packages/mirage-xen/mirage-xen.3.2.0/opam new file mode 100644 index 000000000..374a669af --- /dev/null +++ b/packages/mirage-xen/mirage-xen.3.2.0/opam @@ -0,0 +1,49 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +authors: "The MirageOS team" +homepage: "https://github.com/mirage/mirage-xen" +bug-reports: "https://github.com/mirage/mirage-xen/issues/" +dev-repo: "git+https://github.com/mirage/mirage-xen.git" +doc: "https://mirage.github.io/mirage-xen/" +license: "ISC" +tags: ["org:mirage"] + +build: [ + [ "env" "OPAM_PKG_CONFIG_PATH=%{prefix}%/lib/pkgconfig" "dune" "subst" ] {pinned} + [ "env" "OPAM_PKG_CONFIG_PATH=%{prefix}%/lib/pkgconfig" "dune" "build" "-p" name "-j" jobs ] +] +depends: [ + "ocaml" {>= "4.04.2"} + "dune" {(<= "1.9.0" | >= "1.9.3") & <= "3.17.1"} + "cstruct" {>= "1.0.1" & <= "6.2.0"} + "lwt" {>= "2.4.3" & <= "5.9.0"} + "shared-memory-ring-lwt" {<= "3.2.1"} + "xenstore" {>= "1.2.5" & <= "2.3.0"} + "xen-evtchn" {>= "0.9.9" & <= "2.1.0"} + "xen-gnt" {>= "2.0.0" & <= "4.0.2"} + "conf-pkg-config" {<= "3"} + "lwt-dllist" {<= "1.0.1"} + "mirage-profile" {>= "0.3" & <= "0.9.1"} + "mirage-xen-ocaml" {>= "2.6.0" & <= "3.3.3"} + "io-page-xen" {>= "2.0.0" & <= "2.3.0"} + "mirage-xen-minios" {>= "0.7.0" & <= "0.9.3"} + "logs" {<= "0.7.0"} +] +available: [ false ] +synopsis: "Xen core platform libraries for MirageOS" +description: """ +This package provides the MirageOS `OS` library for +Xen targets, which handles the main loop and timers. It also provides +the low level C startup code and C stubs required by the OCaml code. +""" +url { + src: + "https://github.com/mirage/mirage-xen/releases/download/v3.2.0/mirage-xen-v3.2.0.tbz" + checksum: [ + "sha256=dffdf720cf4112ff1bd74c7be294fdeef56422b2d38fdcdcc296cb1ce8b64880" + "md5=654d9339ee74204e7833c4121c7903cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-xen/mirage-xen.3.3.0/opam b/packages/mirage-xen/mirage-xen.3.3.0/opam new file mode 100644 index 000000000..e585a7813 --- /dev/null +++ b/packages/mirage-xen/mirage-xen.3.3.0/opam @@ -0,0 +1,50 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +authors: "The MirageOS team" +homepage: "https://github.com/mirage/mirage-xen" +bug-reports: "https://github.com/mirage/mirage-xen/issues/" +dev-repo: "git+https://github.com/mirage/mirage-xen.git" +doc: "https://mirage.github.io/mirage-xen/" +license: "ISC" +tags: ["org:mirage"] + +build: [ + [ "env" "OPAM_PKG_CONFIG_PATH=%{prefix}%/lib/pkgconfig" "dune" "subst" ] {pinned} + [ "env" "OPAM_PKG_CONFIG_PATH=%{prefix}%/lib/pkgconfig" "dune" "build" "-p" name "-j" jobs ] +] +depends: [ + "ocaml" {>= "4.04.2"} + "cstruct" {>= "1.0.1" & <= "6.2.0"} + "dune" {(<= "1.9.0" | >= "1.9.3") & <= "3.17.1"} + "lwt" {>= "2.4.3" & <= "5.9.0"} + "shared-memory-ring-lwt" {<= "3.2.1"} + "xenstore" {>= "1.2.5" & <= "2.3.0"} + "xen-evtchn" {>= "0.9.9" & <= "2.1.0"} + "xen-gnt" {>= "2.0.0" & <= "4.0.2"} + "conf-pkg-config" {<= "3"} + "lwt-dllist" {<= "1.0.1"} + "mirage-profile" {>= "0.3" & <= "0.9.1"} + "mirage-xen-ocaml" {>= "2.6.0" & <= "3.3.3"} + "io-page-xen" {>= "2.0.0" & <= "2.3.0"} + "mirage-xen-minios" {>= "0.7.0" & <= "0.9.3"} + "logs" {<= "0.7.0"} + "fmt" {<= "0.9.0"} +] +available: false +synopsis: "Xen core platform libraries for MirageOS" +description: """ +This package provides the MirageOS `OS` library for +Xen targets, which handles the main loop and timers. It also provides +the low level C startup code and C stubs required by the OCaml code. +""" +url { + src: + "https://github.com/mirage/mirage-xen/releases/download/v3.3.0/mirage-xen-v3.3.0.tbz" + checksum: [ + "sha256=f95a67f0f823c4f9f3f4d130564e950d4e284f9309b9ab0a2a9e40cb0abdd8dc" + "md5=1fc5194e257d291b98c022a18d632e2a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-xen/mirage-xen.7.0.0/opam b/packages/mirage-xen/mirage-xen.7.0.0/opam new file mode 100644 index 000000000..ccd5df84a --- /dev/null +++ b/packages/mirage-xen/mirage-xen.7.0.0/opam @@ -0,0 +1,49 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +authors: "The MirageOS team" +homepage: "https://github.com/mirage/mirage-xen" +bug-reports: "https://github.com/mirage/mirage-xen/issues/" +dev-repo: "git+https://github.com/mirage/mirage-xen.git" +doc: "https://mirage.github.io/mirage-xen/" +license: "ISC" +tags: ["org:mirage"] + +build: [ + [ "dune" "subst" ] {dev} + [ "dune" "build" "-p" name "-j" jobs ] +] +depends: [ + "ocaml" {>= "4.08.0"} + "dune" {>= "2.7.0" & <= "3.17.1"} + "cstruct" {>= "1.0.1" & <= "6.2.0"} + "lwt" {>= "2.4.3" & <= "5.9.0"} + "shared-memory-ring-lwt" {<= "3.2.1"} + "xenstore" {>= "1.2.5" & <= "2.3.0"} + "lwt-dllist" {<= "1.0.1"} + "mirage-profile" {>= "0.3" & <= "0.9.1"} + "io-page" {>= "2.4.0" & <= "3.0.0"} + "mirage-runtime" {>= "4.0" & <= "4.8.2"} + "logs" {<= "0.7.0"} + "fmt" {>= "0.8.5" & <= "0.9.0"} + "bheap" {= "2.0.0"} + "duration" {<= "0.2.1"} +] +available: false +synopsis: "Xen core platform libraries for MirageOS" +description: """ +This package provides the MirageOS `OS` library for +Xen targets, which handles the main loop and timers. It also provides +the low level C startup code and C stubs required by the OCaml code. +""" +url { + src: + "https://github.com/mirage/mirage-xen/releases/download/v7.0.0/mirage-xen-7.0.0.tbz" + checksum: [ + "sha256=ccd11949533b7bbcbe5f35e8cdd189071e9a462d4cfc4ee46cc7891b32f6888f" + "sha512=fec022ee38694e9be497e793633c4358190addf39fb6288160d82927eb6426ab0f682ca70f6cc2e0244055d0b046a97aee1dcd80b668ba30f8039e467efafcb9" + ] +} +x-commit-hash: "0fc00bbddf2a37fd8695d8d68ffb02879a4ed792" +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage-xen/mirage-xen.7.1.0/opam b/packages/mirage-xen/mirage-xen.7.1.0/opam new file mode 100644 index 000000000..b47796ced --- /dev/null +++ b/packages/mirage-xen/mirage-xen.7.1.0/opam @@ -0,0 +1,49 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +authors: "The MirageOS team" +homepage: "https://github.com/mirage/mirage-xen" +bug-reports: "https://github.com/mirage/mirage-xen/issues/" +dev-repo: "git+https://github.com/mirage/mirage-xen.git" +doc: "https://mirage.github.io/mirage-xen/" +license: "ISC" +tags: ["org:mirage"] + +build: [ + [ "dune" "subst" ] {dev} + [ "dune" "build" "-p" name "-j" jobs ] +] +depends: [ + "ocaml" {>= "4.08.0"} + "dune" {>= "2.7.0" & <= "3.17.1"} + "cstruct" {>= "1.0.1" & <= "6.2.0"} + "lwt" {>= "2.4.3" & <= "5.9.0"} + "shared-memory-ring-lwt" {<= "3.2.1"} + "xenstore" {>= "1.2.5" & <= "2.3.0"} + "lwt-dllist" {<= "1.0.1"} + "mirage-profile" {>= "0.3" & <= "0.9.1"} + "io-page" {>= "2.4.0" & <= "3.0.0"} + "mirage-runtime" {>= "4.0" & <= "4.8.2"} + "logs" {<= "0.7.0"} + "fmt" {>= "0.8.5" & <= "0.9.0"} + "bheap" {= "2.0.0"} + "duration" {<= "0.2.1"} +] +available: false +synopsis: "Xen core platform libraries for MirageOS" +description: """ +This package provides the MirageOS `OS` library for +Xen targets, which handles the main loop and timers. It also provides +the low level C startup code and C stubs required by the OCaml code. +""" +url { + src: + "https://github.com/mirage/mirage-xen/releases/download/v7.1.0/mirage-xen-7.1.0.tbz" + checksum: [ + "sha256=efc88c62ed32967373761afdbb038b056e57fd40e2f68c8c87e174e59645db51" + "sha512=dc92d01994cfeb5db55e8c038b6dc6058b216991f507900478ee15fb98c2f82d8bb663c1ef24b8e3ea7d4a29c6904b01f8e0a92ee8e5a5d31cc4f35e4c83544c" + ] +} +x-commit-hash: "8908c6691e4e854ae2ef58e3bf6c459690f08d7d" +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage/mirage.3.10.0/opam b/packages/mirage/mirage.3.10.0/opam new file mode 100644 index 000000000..1b0fc72f8 --- /dev/null +++ b/packages/mirage/mirage.3.10.0/opam @@ -0,0 +1,54 @@ +opam-version: "2.0" +maintainer: ["anil@recoil.org" "thomas@gazagnaire.org"] +authors: ["Thomas Gazagnaire" "Anil Madhavapeddy" "Gabriel Radanne" + "Mindy Preston" "Thomas Leonard" "Nicolas Ojeda Bar" + "Dave Scott" "David Kaloper" "Hannes Mehnert" "Richard Mortier"] +homepage: "https://github.com/mirage/mirage" +bug-reports: "https://github.com/mirage/mirage/issues/" +dev-repo: "git+https://github.com/mirage/mirage.git" +license: "ISC" +tags: ["org:mirage" "org:xapi-project"] +doc: "https://mirage.github.io/mirage/" + +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] + +depends: [ + "ocaml" {>= "4.08.0"} + "dune" {>= "1.1.0" & <= "3.17.1"} + "ipaddr" {>= "5.0.0" & <= "5.6.0"} + "functoria" {>= "3.1.0" & < "4.0"} + "bos" {<= "0.2.1"} + "astring" {<= "0.8.5"} + "logs" {<= "0.7.0"} + "stdlib-shims" {<= "0.3.0"} + "mirage-runtime" {(= version | (>= "3.10.0" & < "3.11.0")) & <= "4.8.2"} +] +synopsis: "The MirageOS library operating system" +description: """ +MirageOS is a library operating system that constructs unikernels for +secure, high-performance network applications across a variety of +cloud computing and mobile platforms. Code can be developed on a +normal OS such as Linux or MacOS X, and then compiled into a +fully-standalone, specialised unikernel that runs under the Xen +hypervisor. + +Since Xen powers most public cloud computing infrastructure such as +Amazon EC2 or Rackspace, this lets your servers run more cheaply, +securely and with finer control than with a full software stack. +""" +url { + src: + "https://github.com/mirage/mirage/releases/download/v3.10.0/mirage-v3.10.0.tbz" + checksum: [ + "sha256=0292be8b5cbb3f92ba4773ac4caca452b330e32b6c2bbf33df5bd3b85019d806" + "sha512=ebf4ef1bfa54dbd9cae5505c51953ddd694430588b6841e60506829e2cfad7177be53ee1e707b7f63151599f3eab189e35d6026cca6a315045338c1e77c20c3a" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/mirage/mirage.3.7.5/opam b/packages/mirage/mirage.3.7.5/opam new file mode 100644 index 000000000..ed7d2a164 --- /dev/null +++ b/packages/mirage/mirage.3.7.5/opam @@ -0,0 +1,54 @@ +opam-version: "2.0" +maintainer: ["anil@recoil.org" "thomas@gazagnaire.org"] +authors: ["Thomas Gazagnaire" "Anil Madhavapeddy" "Gabriel Radanne" + "Mindy Preston" "Thomas Leonard" "Nicolas Ojeda Bar" + "Dave Scott" "David Kaloper" "Hannes Mehnert" "Richard Mortier"] +homepage: "https://github.com/mirage/mirage" +bug-reports: "https://github.com/mirage/mirage/issues/" +dev-repo: "git+https://github.com/mirage/mirage.git" +license: "ISC" +tags: ["org:mirage" "org:xapi-project"] +doc: "https://mirage.github.io/mirage/" + +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] + +depends: [ + "ocaml" {>= "4.06.0"} + "dune" {>= "1.1.0" & <= "3.17.1"} + "ipaddr" {>= "3.0.0" & < "5.0.0"} + "functoria" {>= "3.1.0" & < "4.0"} + "bos" {<= "0.2.1"} + "astring" {<= "0.8.5"} + "logs" {<= "0.7.0"} + "stdlib-shims" {<= "0.3.0"} + "mirage-runtime" {>= "3.7.0" & < "3.8.0"} +] +synopsis: "The MirageOS library operating system" +description: """ +MirageOS is a library operating system that constructs unikernels for +secure, high-performance network applications across a variety of +cloud computing and mobile platforms. Code can be developed on a +normal OS such as Linux or MacOS X, and then compiled into a +fully-standalone, specialised unikernel that runs under the Xen +hypervisor. + +Since Xen powers most public cloud computing infrastructure such as +Amazon EC2 or Rackspace, this lets your servers run more cheaply, +securely and with finer control than with a full software stack. +""" +url { + src: + "https://github.com/mirage/mirage/releases/download/v3.7.5/mirage-v3.7.5.tbz" + checksum: [ + "sha256=6c58e4b8a2ea6068e24ca00904b456fcbabb3b3f8be06ecff392f68a891d7e27" + "sha512=15ffde8e9a6ccaf4535281612e8c5c2aa802ffab4c427aa652be4865d28867893cdd1783147da7302b314f52576635212190ecbc875cbc12db0f325f3a465445" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/monocypher/monocypher.0.1.0/opam b/packages/monocypher/monocypher.0.1.0/opam new file mode 100644 index 000000000..80fa427b8 --- /dev/null +++ b/packages/monocypher/monocypher.0.1.0/opam @@ -0,0 +1,45 @@ +# This file is generated by dune, edit dune-project instead +opam-version: "2.0" +synopsis: "OCaml bindings to the Monocypher cryptographic library" +description: """ +Monocypher is a cryptographic library. It provides functions for authenticated encryption, hashing, password hashing and key derivation, key exchange, and public key signatures. + +This library provides OCaml bindings to Monocypher using Ctypes.""" +maintainer: ["pukkamustard "] +authors: ["pukkamustard "] +license: "CC0-1.0" +homepage: "https://inqlab.net/git/ocaml-monocypher.git" +bug-reports: "mailto:pukkamustard@posteo.net" +depends: [ + "dune" {>= "3.2" & < "3.11"} + "ocaml" {>= "4.08.0"} + "ctypes" {>= "0.13.0" & <= "0.23.0"} + "alcotest" {with-test & <= "1.8.0"} + "odoc" {with-doc & <= "2.4.4"} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] +] +dev-repo: "git+https://inqlab.net/git/ocaml-monocypher.git" +url { + src: "https://inqlab.net/projects/ocaml-monocypher/release/ocaml-monocypher-v0.1.0.tar.gz" + checksum: [ + "md5=7d1350d7df38e2420f1fbd1567e553d8" + "sha512=1bc19517a4fe6d7b46f03589e10d1911ca1740a73490325bc3c4048fbb86ad2f2ef9d90047611422aee2b34cdd9eba1d26c29bee56c366868490e83fce8aaffb" + ] +} +available: false # source tarball not available +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["source-unavailable"] diff --git a/packages/multicont/multicont.1.0.0~rc.1/opam b/packages/multicont/multicont.1.0.0~rc.1/opam new file mode 100644 index 000000000..352247172 --- /dev/null +++ b/packages/multicont/multicont.1.0.0~rc.1/opam @@ -0,0 +1,37 @@ +opam-version: "2.0" +maintainer: "Daniel Hillerström " +authors: "Daniel Hillerström " +synopsis: "Multi-shot continuations in OCaml" +description: "This library provides facilities for programming with multi-shot continuations in OCaml" +homepage: "https://github.com/dhil/ocaml-multicont" +dev-repo: "git+https://github.com/dhil/ocaml-multicont.git" +bug-reports: "https://github.com/dhil/ocaml-multicont" +license: "MIT" + +build: [ + [ make "all" ] +] + +install: [ + [ make "install" ] + [ make "VERSION=%{version}%" "META" ] +] + +depends: [ + "ocaml" {>= "5.0" & < "5.2"} +] + +available: false + +url { + src: + "https://github.com/dhil/ocaml-multicont/archive/refs/tags/v1.0.0-rc.1.tar.gz" + checksum: [ + "sha256=2849b1f2511a02de3ccd97538d9f40098f1df6fe18b61debab2c89c9d2adbaa2" + "sha512=096bb09fb551de36ea8526967efb3dbe2b02cd9604ff4dd409ae342d67daccb51b9ce6b7a24e82345a5eb6fbdd16fd4f739b5fab147fc36a475a97373fb65c9e" + ] +} +x-commit-hash: "c45ddd09a109d6009cf83dacd46854418ea64bc5" +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/netchannel/netchannel.1.10.0/opam b/packages/netchannel/netchannel.1.10.0/opam new file mode 100644 index 000000000..1b43d60a9 --- /dev/null +++ b/packages/netchannel/netchannel.1.10.0/opam @@ -0,0 +1,51 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +authors: ["Anil Madhavapeddy" "Thomas Leonard"] +homepage: "https://github.com/mirage/mirage-net-xen" +bug-reports: "https://github.com/mirage/mirage-net-xen/issues" +dev-repo: "git+https://github.com/mirage/mirage-net-xen.git" +doc: "https://mirage.github.io/mirage-net-xen/" +build: [ + ["dune" "subst"] {dev} + [ "dune" "build" "-p" name "-j" jobs ] +] + +depends: [ + "ocaml" {>= "4.04.0"} + "dune" {>= "1.0" & <= "3.17.1"} + "cstruct" {>= "3.0.0" & <= "6.2.0"} + "ppx_sexp_conv" {<= "v0.17.0"} + "ppx_cstruct" {<= "6.2.0"} + "lwt" {>= "2.4.3" & <= "5.9.0"} + "mirage-net-lwt" {= "2.0.0"} + "io-page" {>= "1.5.0" & <= "3.0.0"} + "io-page-xen" {>= "2.0.0" & <= "2.3.0"} + "mirage-xen" {>= "1.1.0" & < "4.0.0"} + "ipaddr" {>= "3.0.0" & <= "5.6.0"} + "mirage-profile" {>= "0.3" & <= "0.9.1"} + "shared-memory-ring" {>= "3.0.0" & <= "3.2.1"} + "sexplib" {>= "113.01.00" & <= "v0.17.0"} + "logs" {>= "0.5.0" & <= "0.7.0"} + "rresult" {<= "0.7.0"} +] +available: false +tags: "org:mirage" +synopsis: "Network device for reading and writing Ethernet frames via then Xen netfront/netback protocol" +description: """ +This library allows an OCaml application to read and +write Ethernet frames via the [Netfront/netback][xen-net] protocol. + +Note: the `Netif` module is the public API. +The `Netchannel` API is still under development. +""" +url { + src: + "https://github.com/mirage/mirage-net-xen/releases/download/v1.10.0/mirage-net-xen-v1.10.0.tbz" + checksum: [ + "sha256=38c224c87fe98b180db4968275eff3678ebb52723f0b3011537bd16e3eda1417" + "md5=6eb1c139e18d3e99131351f24dd22508" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/netchannel/netchannel.1.10.1/opam b/packages/netchannel/netchannel.1.10.1/opam new file mode 100644 index 000000000..29d5a7b72 --- /dev/null +++ b/packages/netchannel/netchannel.1.10.1/opam @@ -0,0 +1,51 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +authors: ["Anil Madhavapeddy" "Thomas Leonard"] +homepage: "https://github.com/mirage/mirage-net-xen" +bug-reports: "https://github.com/mirage/mirage-net-xen/issues" +dev-repo: "git+https://github.com/mirage/mirage-net-xen.git" +doc: "https://mirage.github.io/mirage-net-xen/" +build: [ + ["dune" "subst"] {dev} + [ "dune" "build" "-p" name "-j" jobs ] +] + +depends: [ + "ocaml" {>= "4.04.0"} + "dune" {>= "1.0" & <= "3.17.1"} + "cstruct" {>= "3.0.0" & <= "6.2.0"} + "ppx_sexp_conv" {<= "v0.17.0"} + "ppx_cstruct" {<= "6.2.0"} + "lwt" {>= "2.4.3" & <= "5.9.0"} + "mirage-net-lwt" {= "2.0.0"} + "io-page" {>= "1.5.0" & <= "3.0.0"} + "io-page-xen" {>= "2.0.0" & <= "2.3.0"} + "mirage-xen" {>= "1.1.0" & < "3.3.0"} + "ipaddr" {>= "3.0.0" & <= "5.6.0"} + "mirage-profile" {>= "0.3" & <= "0.9.1"} + "shared-memory-ring" {>= "3.0.0" & <= "3.2.1"} + "sexplib" {>= "113.01.00" & <= "v0.17.0"} + "logs" {>= "0.5.0" & <= "0.7.0"} + "rresult" {<= "0.7.0"} +] +tags: "org:mirage" +synopsis: "Network device for reading and writing Ethernet frames via then Xen netfront/netback protocol" +description: """ +This library allows an OCaml application to read and +write Ethernet frames via the [Netfront/netback][xen-net] protocol. + +Note: the `Netif` module is the public API. +The `Netchannel` API is still under development. +""" +url { + src: + "https://github.com/mirage/mirage-net-xen/releases/download/v1.10.1/mirage-net-xen-v1.10.1.tbz" + checksum: [ + "sha256=3c1ed1529410fc9f719dc5c254ab8317e85704e5576333bb2a91094964794064" + "md5=2a7e7da514d479a38a428f31d9b6ed02" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/netchannel/netchannel.1.7.1/opam b/packages/netchannel/netchannel.1.7.1/opam new file mode 100644 index 000000000..7e06d0259 --- /dev/null +++ b/packages/netchannel/netchannel.1.7.1/opam @@ -0,0 +1,52 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +authors: ["Anil Madhavapeddy" "Thomas Leonard"] +homepage: "https://github.com/mirage/mirage-net-xen" +bug-reports: "https://github.com/mirage/mirage-net-xen/issues" +dev-repo: "git+https://github.com/mirage/mirage-net-xen.git" +doc: "https://mirage.github.io/mirage-net-xen" +build: [ + ["jbuilder" "subst" "-p" name] {dev} + [ "jbuilder" "build" "-p" name "-j" jobs ] +] + +depends: [ + "ocaml" {>= "4.03.0"} + "jbuilder" {>= "1.0+beta9" & <= "transition"} + "cstruct" {>= "3.0.0" & <= "6.2.0"} + "ppx_tools" {<= "6.6"} + "ppx_sexp_conv" {<= "v0.17.0"} + "ppx_cstruct" {<= "6.2.0"} + "lwt" {>= "2.4.3" & <= "5.9.0"} + "mirage-net-lwt" {>= "1.0.0" & < "2.0.0"} + "io-page" {>= "1.5.0" & <= "3.0.0"} + "io-page-xen" {>= "2.0.0" & <= "2.3.0"} + "mirage-xen" {>= "1.1.0" & < "3.3.0"} + "ipaddr" {>= "1.0.0" & < "3.0.0"} + "mirage-profile" {>= "0.3" & <= "0.9.1"} + "shared-memory-ring" {>= "1.1.1" & <= "3.2.1"} + "sexplib" {>= "113.01.00" & <= "v0.17.0"} + "result" {<= "1.5"} + "logs" {>= "0.5.0" & <= "0.7.0"} +] +tags: "org:mirage" +synopsis: "Ethernet network device driver for MirageOS/Xen" +description: """ +This library allows an OCaml application to read and +write Ethernet frames via the `Netfront` protocol. + +* Web: +* E-mail: +* Issues: """ +url { + src: + "https://github.com/mirage/mirage-net-xen/releases/download/1.7.1/mirage-net-xen-1.7.1.tbz" + checksum: [ + "sha256=e8f11957332b63e188684c5ee27bfee48b5bca4ad47f06ead859b0e62eb874bc" + "md5=ff89b0aa21dd3a3796aef7e537ff4ce7" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/netchannel/netchannel.1.8.0/opam b/packages/netchannel/netchannel.1.8.0/opam new file mode 100644 index 000000000..b6a5895e6 --- /dev/null +++ b/packages/netchannel/netchannel.1.8.0/opam @@ -0,0 +1,52 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +authors: ["Anil Madhavapeddy" "Thomas Leonard"] +homepage: "https://github.com/mirage/mirage-net-xen" +bug-reports: "https://github.com/mirage/mirage-net-xen/issues" +dev-repo: "git+https://github.com/mirage/mirage-net-xen.git" +doc: "https://mirage.github.io/mirage-net-xen" +build: [ + ["jbuilder" "subst" "-p" name] {dev} + [ "jbuilder" "build" "-p" name "-j" jobs ] +] + +depends: [ + "ocaml" {>= "4.03.0"} + "jbuilder" {>= "1.0+beta9" & <= "transition"} + "cstruct" {>= "3.0.0" & <= "6.2.0"} + "ppx_tools" {<= "6.6"} + "ppx_sexp_conv" {<= "v0.17.0"} + "ppx_cstruct" {<= "6.2.0"} + "lwt" {>= "2.4.3" & <= "5.9.0"} + "mirage-net-lwt" {>= "1.0.0" & < "2.0.0"} + "io-page" {>= "1.5.0" & <= "3.0.0"} + "io-page-xen" {>= "2.0.0" & <= "2.3.0"} + "mirage-xen" {>= "1.1.0" & < "3.3.0"} + "ipaddr" {>= "1.0.0" & < "3.0.0"} + "mirage-profile" {>= "0.3" & <= "0.9.1"} + "shared-memory-ring" {>= "3.0.0" & <= "3.2.1"} + "sexplib" {>= "113.01.00" & <= "v0.17.0"} + "result" {<= "1.5"} + "logs" {>= "0.5.0" & <= "0.7.0"} +] +tags: "org:mirage" +synopsis: "Ethernet network device driver for MirageOS/Xen" +description: """ +This library allows an OCaml application to read and +write Ethernet frames via the `Netfront` protocol. + +* Web: +* E-mail: +* Issues: """ +url { + src: + "https://github.com/mirage/mirage-net-xen/releases/download/v1.8.0/netchannel-1.8.0.tbz" + checksum: [ + "sha256=27e1e06026a32e819d73b4e2ae1e3c74451676fb52556d8f3bd0fabe2ae103e6" + "md5=afa3c1164fcbc6d96d2ebae95484ff17" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/netchannel/netchannel.1.8.1/opam b/packages/netchannel/netchannel.1.8.1/opam new file mode 100644 index 000000000..96ead2ebe --- /dev/null +++ b/packages/netchannel/netchannel.1.8.1/opam @@ -0,0 +1,58 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +authors: ["Anil Madhavapeddy" "Thomas Leonard"] +homepage: "https://github.com/mirage/mirage-net-xen" +bug-reports: "https://github.com/mirage/mirage-net-xen/issues" +dev-repo: "git+https://github.com/mirage/mirage-net-xen.git" +doc: "https://mirage.github.io/mirage-net-xen" +build: [ + ["jbuilder" "subst" "-n" name] {dev} + [ "jbuilder" "build" "-p" name "-j" jobs ] +] + +depends: [ + "ocaml" {>= "4.04.0"} + "jbuilder" {>= "1.0+beta9" & <= "transition"} + "cstruct" {>= "3.0.0" & <= "6.2.0"} + "ppx_tools" {build & <= "6.6"} + "ppx_sexp_conv" {build & <= "v0.17.0"} + "ppx_cstruct" {build & <= "6.2.0"} + "lwt" {>= "2.4.3" & <= "5.9.0"} + "mirage-net-lwt" {>= "1.0.0" & < "2.0.0"} + "io-page" {>= "1.5.0" & <= "3.0.0"} + "io-page-xen" {>= "2.0.0" & <= "2.3.0"} + "mirage-xen" {>= "1.1.0" & < "3.3.0"} + "ipaddr" {>= "3.0.0" & <= "5.6.0"} + "mirage-profile" {>= "0.3" & <= "0.9.1"} + "shared-memory-ring" {>= "3.0.0" & <= "3.2.1"} + "sexplib" {>= "113.01.00" & <= "v0.17.0"} + "logs" {>= "0.5.0" & <= "0.7.0"} + "rresult" {<= "0.7.0"} +] +tags: "org:mirage" +synopsis: "Network device for reading and writing Ethernet frames via then Xen netfront/netback protocol" +description: """\ + +This library allows an OCaml application to read and +write Ethernet frames via the [Netfront/netback][xen-net] protocol. + +Note: the `Netif` module is the public API. +The `Netchannel` API is still under development. + +* Web: +* E-mail: +* Issues: + +[xen-net]: http://xenbits.xen.org/gitweb/?p=xen.git;a=blob;f=xen/include/public/io/netif.h""" +url { + src: + "https://github.com/mirage/mirage-net-xen/releases/download/v1.8.1/mirage-net-xen-1.8.1.tbz" + checksum: [ + "sha256=84c22f724546d81edd780c64ea94f31fe68fc3ba0e09008c09dfd47c169c7fc5" + "md5=ab5bf2613b8a37aa143d88d25e803c2d" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/netchannel/netchannel.1.9.0/opam b/packages/netchannel/netchannel.1.9.0/opam new file mode 100644 index 000000000..a2672539a --- /dev/null +++ b/packages/netchannel/netchannel.1.9.0/opam @@ -0,0 +1,51 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +authors: ["Anil Madhavapeddy" "Thomas Leonard"] +homepage: "https://github.com/mirage/mirage-net-xen" +bug-reports: "https://github.com/mirage/mirage-net-xen/issues" +dev-repo: "git+https://github.com/mirage/mirage-net-xen.git" +doc: "https://mirage.github.io/mirage-net-xen/" +build: [ + ["dune" "subst"] {dev} + [ "dune" "build" "-p" name "-j" jobs ] +] + +depends: [ + "ocaml" {>= "4.04.0"} + "dune" {>= "1.0" & <= "3.17.1"} + "cstruct" {>= "3.0.0" & <= "6.2.0"} + "ppx_sexp_conv" {<= "v0.17.0"} + "ppx_cstruct" {<= "6.2.0"} + "lwt" {>= "2.4.3" & <= "5.9.0"} + "mirage-net-lwt" {>= "1.0.0" & < "2.0.0"} + "io-page" {>= "1.5.0" & <= "3.0.0"} + "io-page-xen" {>= "2.0.0" & <= "2.3.0"} + "mirage-xen" {>= "1.1.0" & < "3.3.0"} + "ipaddr" {>= "3.0.0" & <= "5.6.0"} + "mirage-profile" {>= "0.3" & <= "0.9.1"} + "shared-memory-ring" {>= "3.0.0" & <= "3.2.1"} + "sexplib" {>= "113.01.00" & <= "v0.17.0"} + "logs" {>= "0.5.0" & <= "0.7.0"} + "rresult" {<= "0.7.0"} +] +tags: "org:mirage" +synopsis: "Network device for reading and writing Ethernet frames via then Xen netfront/netback protocol" +description: """ +This library allows an OCaml application to read and +write Ethernet frames via the [Netfront/netback][xen-net] protocol. + +Note: the `Netif` module is the public API. +The `Netchannel` API is still under development. +""" +url { + src: + "https://github.com/mirage/mirage-net-xen/releases/download/v1.9.0/mirage-net-xen-v1.9.0.tbz" + checksum: [ + "sha256=9fd3b15cb482ba711f5c85ca2e5dd3b065cc08bc7c99e9c314fbe47acbe1c620" + "md5=7116cf5cd1d3a4df593a7607237315b8" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/obandit/obandit.0.2.1/opam b/packages/obandit/obandit.0.2.1/opam new file mode 100644 index 000000000..e0f66cdd1 --- /dev/null +++ b/packages/obandit/obandit.0.2.1/opam @@ -0,0 +1,38 @@ +opam-version: "2.0" +maintainer: "Valentin Reis " +authors: ["Valentin Reis "] +homepage: "http://freux.fr/obandit" +doc: "http://freux.fr/obandit/doc" +license: "ISC" +dev-repo: "git+http://git.freux.fr/cgit/obandit.git" +bug-reports: "ocaml@freux.fr" +depends: [ + "ocaml" {>= "4.01.0"} + "ocamlfind" {build & <= "1.9.6"} + "ocamlbuild" {build & <= "0.15.0"} + "topkg" {build & <= "1.0.7"} + "batteries" {<= "3.9.0"} +] +build: [ + ["ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%"] + ["ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%" "--tests" "true"] + {with-test} + ["ocaml" "pkg/pkg.ml" "test"] {with-test} +] +synopsis: "Ocaml Multi-Armed Bandits" +description: """ +Obandit is an OCaml module for basic multi-armed bandits. It supports the +EXP3, UCB1 and Epsilon-greedy algorithms. + +Obandit is distributed under the ISC license.""" +url { + src: "https://github.com/freuk/obandit/archive/v0.2.1.tar.gz" + checksum: [ + "sha256=3c7affd88ed1105ac47596ea2fc287e35500ea4244dc8930256e01fc3138afa5" + "md5=755a7e0a25da631ab5d4b486506f9cfa" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/obuilder/obuilder.0.1/opam b/packages/obuilder/obuilder.0.1/opam new file mode 100644 index 000000000..9b2a26c08 --- /dev/null +++ b/packages/obuilder/obuilder.0.1/opam @@ -0,0 +1,56 @@ +opam-version: "2.0" +synopsis: "Run build scripts for CI" +description: + "OBuilder takes a build script (similar to a Dockerfile) and performs the steps in it in a sandboxed environment." +maintainer: ["talex5@gmail.com"] +authors: ["talex5@gmail.com"] +homepage: "https://github.com/ocurrent/obuilder" +doc: "https://ocurrent.github.io/obuilder/" +bug-reports: "https://github.com/ocurrent/obuilder/issues" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "lwt" {<= "5.9.0"} + "astring" {<= "0.8.5"} + "fmt" {>= "0.8.9" & <= "0.9.0"} + "logs" {<= "0.7.0"} + "cmdliner" {<= "1.3.0"} + "tar-unix" {<= "3.1.2"} + "yojson" {<= "2.2.2"} + "sexplib" {<= "v0.17.0"} + "ppx_deriving" {<= "6.0.3"} + "ppx_sexp_conv" {<= "v0.17.0"} + "sha" {<= "1.15.4"} + "sqlite3" {<= "5.2.0"} + "dockerfile" {<= "8.2.5"} + "obuilder-spec" {= version} + "ocaml" {>= "4.10.0"} + "alcotest-lwt" {with-test & <= "1.8.0"} + "odoc" {with-doc & <= "2.4.4"} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] +] +dev-repo: "git+https://github.com/ocurrent/obuilder.git" +url { + src: + "https://github.com/ocurrent/obuilder/releases/download/v0.1/obuilder-spec-v0.1.tbz" + checksum: [ + "sha256=07646502ecf345c8be698dee6bc40f17bbf6ef41eb8dce56d11edc27e6aa8363" + "sha512=03eaab4636c43e593900a047f6adaa01e4d2bda71263d0d356b79dfd55c1911c558e32fe1f6ec89370ddf9dd9c2ef91d0936fdc07ea859f65148d91a998038d5" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/obuilder/obuilder.0.2/opam b/packages/obuilder/obuilder.0.2/opam new file mode 100644 index 000000000..24a3911b2 --- /dev/null +++ b/packages/obuilder/obuilder.0.2/opam @@ -0,0 +1,56 @@ +opam-version: "2.0" +synopsis: "Run build scripts for CI" +description: + "OBuilder takes a build script (similar to a Dockerfile) and performs the steps in it in a sandboxed environment." +maintainer: ["talex5@gmail.com"] +authors: ["talex5@gmail.com"] +homepage: "https://github.com/ocurrent/obuilder" +doc: "https://ocurrent.github.io/obuilder/" +bug-reports: "https://github.com/ocurrent/obuilder/issues" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "lwt" {<= "5.9.0"} + "astring" {<= "0.8.5"} + "fmt" {>= "0.8.9" & <= "0.9.0"} + "logs" {<= "0.7.0"} + "cmdliner" {<= "1.3.0"} + "tar-unix" {<= "3.1.2"} + "yojson" {<= "2.2.2"} + "sexplib" {<= "v0.17.0"} + "ppx_deriving" {<= "6.0.3"} + "ppx_sexp_conv" {<= "v0.17.0"} + "sha" {<= "1.15.4"} + "sqlite3" {<= "5.2.0"} + "obuilder-spec" {= version} + "ocaml" {>= "4.10.0"} + "alcotest-lwt" {with-test & <= "1.8.0"} + "odoc" {with-doc & <= "2.4.4"} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] +] +dev-repo: "git+https://github.com/ocurrent/obuilder.git" +x-commit-hash: "4c2136d0975fae1880af38b7274a6765dea64da8" +url { + src: + "https://github.com/ocurrent/obuilder/releases/download/v0.2/obuilder-spec-v0.2.tbz" + checksum: [ + "sha256=598a7a5b1059842ca712674705f87c11efcf0491a26ec2c0a2c07448066edc5d" + "sha512=e6254b015d59ac48cf732a56ba6b78d38ac45fbd852f28a225ff4487d0379be0b004958805aee2be469d52e68a8e360a35d62cf10be79ecc96e975c97bce1a24" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/ocaml-lsp-server/ocaml-lsp-server.1.13.2~5.0preview/opam b/packages/ocaml-lsp-server/ocaml-lsp-server.1.13.2~5.0preview/opam new file mode 100644 index 000000000..2dfef60a7 --- /dev/null +++ b/packages/ocaml-lsp-server/ocaml-lsp-server.1.13.2~5.0preview/opam @@ -0,0 +1,62 @@ +opam-version: "2.0" +synopsis: "LSP Server for OCaml" +description: "An LSP server for OCaml." +maintainer: ["Rudi Grinberg "] +authors: [ + "Andrey Popp <8mayday@gmail.com>" + "Rusty Key " + "Louis Roché " + "Oleksiy Golovko " + "Rudi Grinberg " + "Sacha Ayoun " + "cannorin " + "Ulugbek Abdullaev " + "Thibaut Mattio " + "Max Lantas " +] +license: "ISC" +homepage: "https://github.com/ocaml/ocaml-lsp" +bug-reports: "https://github.com/ocaml/ocaml-lsp/issues" +flags: avoid-version +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "yojson" {<= "2.2.2"} + "re" {>= "1.5.0" & <= "1.12.0"} + "ppx_yojson_conv_lib" {>= "v0.14" & <= "v0.17.0"} + "dune-rpc" {>= "3.4.0" & <= "3.17.1"} + "chrome-trace" {>= "3.3.0" & <= "3.17.1"} + "dyn" {<= "3.17.1"} + "stdune" {<= "3.17.1"} + "fiber" {>= "3.1.1" & <= "3.7.0"} + "xdg" {<= "3.17.1"} + "ordering" {<= "3.17.1"} + "dune-build-info" {<= "3.17.1"} + "spawn" {<= "v0.17.0"} + "omd" {>= "1.3.2" & < "2.0.0~alpha1"} + "octavius" {= "1.2.2"} + "uutf" {>= "1.0.2" & <= "1.0.3"} + "pp" {>= "1.1.2" & <= "2.0.0"} + "csexp" {>= "1.5" & <= "1.5.2"} + "ocamlformat-rpc-lib" {>= "0.21.0" & <= "0.27.0"} + "odoc" {with-doc & <= "2.4.4"} + "ocaml" {>= "5.0" & < "5.1"} +] +available: false +dev-repo: "git+https://github.com/ocaml/ocaml-lsp.git" +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-j" + jobs + "ocaml-lsp-server.install" + "--release" + ] +] +url { + src: "git+https://github.com/ocaml/ocaml-lsp.git#500" +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/ocaml-lsp-server/ocaml-lsp-server.1.9.0~4.13preview/opam b/packages/ocaml-lsp-server/ocaml-lsp-server.1.9.0~4.13preview/opam new file mode 100644 index 000000000..397e097b8 --- /dev/null +++ b/packages/ocaml-lsp-server/ocaml-lsp-server.1.9.0~4.13preview/opam @@ -0,0 +1,53 @@ +opam-version: "2.0" +synopsis: "LSP Server for OCaml" +description: "An LSP server for OCaml." +maintainer: ["Rudi Grinberg "] +authors: [ + "Andrey Popp <8mayday@gmail.com>" + "Rusty Key " + "Louis Roché " + "Oleksiy Golovko " + "Rudi Grinberg " + "Sacha Ayoun " + "cannorin " + "Ulugbek Abdullaev " + "Thibaut Mattio " + "Max Lantas " +] +license: "ISC" +homepage: "https://github.com/ocaml/ocaml-lsp" +bug-reports: "https://github.com/ocaml/ocaml-lsp/issues" +flags: avoid-version +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "yojson" {<= "2.2.2"} + "re" {>= "1.5.0" & <= "1.12.0"} + "ppx_yojson_conv_lib" {>= "v0.14" & <= "v0.17.0"} + "dune-build-info" {<= "3.17.1"} + "dot-merlin-reader" {<= "5.3-502"} + "pp" {>= "1.1.2" & <= "2.0.0"} + "csexp" {>= "1.5" & <= "1.5.2"} + "result" {= "1.5"} + "ocamlformat-rpc-lib" {>= "0.18.0" & < "0.20.0"} + "odoc" {with-doc & <= "2.4.4"} + "ocaml" {>= "4.13" & < "4.14"} +] +dev-repo: "git+https://github.com/ocaml/ocaml-lsp.git" +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-j" + jobs + "ocaml-lsp-server.install" + "--release" + ] +] +url { + src: "git+https://github.com/kit-ty-kate/ocaml-lsp.git#413" +} +available: false # preview packages are not meant to be used indefinitely +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/ocaml-lsp-server/ocaml-lsp-server.1.9.2~4.14preview/opam b/packages/ocaml-lsp-server/ocaml-lsp-server.1.9.2~4.14preview/opam new file mode 100644 index 000000000..3e758081b --- /dev/null +++ b/packages/ocaml-lsp-server/ocaml-lsp-server.1.9.2~4.14preview/opam @@ -0,0 +1,53 @@ +opam-version: "2.0" +synopsis: "LSP Server for OCaml" +description: "An LSP server for OCaml." +maintainer: ["Rudi Grinberg "] +authors: [ + "Andrey Popp <8mayday@gmail.com>" + "Rusty Key " + "Louis Roché " + "Oleksiy Golovko " + "Rudi Grinberg " + "Sacha Ayoun " + "cannorin " + "Ulugbek Abdullaev " + "Thibaut Mattio " + "Max Lantas " +] +license: "ISC" +homepage: "https://github.com/ocaml/ocaml-lsp" +bug-reports: "https://github.com/ocaml/ocaml-lsp/issues" +flags: avoid-version +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "yojson" {<= "2.2.2"} + "re" {>= "1.5.0" & <= "1.12.0"} + "ppx_yojson_conv_lib" {>= "v0.14" & <= "v0.17.0"} + "dune-build-info" {<= "3.17.1"} + "spawn" {<= "v0.17.0"} + "pp" {>= "1.1.2" & <= "2.0.0"} + "csexp" {>= "1.5" & <= "1.5.2"} + "result" {= "1.5"} + "ocamlformat-rpc-lib" {>= "0.20.0" & < "0.21.0"} + "odoc" {with-doc & <= "2.4.4"} + "ocaml" {>= "4.14" & < "4.15"} +] +dev-repo: "git+https://github.com/ocaml/ocaml-lsp.git" +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-j" + jobs + "ocaml-lsp-server.install" + "--release" + ] +] +url { + src: "git+https://github.com/kit-ty-kate/ocaml-lsp.git#414" +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/ocaml-src/ocaml-src.4.09.1/opam b/packages/ocaml-src/ocaml-src.4.09.1/opam new file mode 100644 index 000000000..8b77d08d0 --- /dev/null +++ b/packages/ocaml-src/ocaml-src.4.09.1/opam @@ -0,0 +1,21 @@ +opam-version: "2.0" +maintainer: "opam-devel@lists.ocaml.org" +authors: "OCaml contributors" +homepage: "http://ocaml.org/" +build: [ "touch" "META" ] +install: ["cp" "-r" "." "%{lib}%/ocaml-src"] +synopsis: "Compiler sources" +depends: [ + "ocaml" {= "4.09.1"} +] +url { + src: "https://github.com/ocaml/ocaml/archive/4.09.1.tar.gz" + checksum: [ + "sha256=3e3146e0c876d14bdd574cb543e782feb2b07a7cabd054a8f322ef40de61943a" + "md5=88b0d02acce5abdf8f2e98ea266cacc4" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/ocaml-top/ocaml-top.1.0.0/opam b/packages/ocaml-top/ocaml-top.1.0.0/opam new file mode 100644 index 000000000..62fda2e5f --- /dev/null +++ b/packages/ocaml-top/ocaml-top.1.0.0/opam @@ -0,0 +1,44 @@ +opam-version: "2.0" +maintainer: "https://github.com/ocaml/opam-repository/issues" +authors: "Louis Gesbert " +homepage: "http://www.typerex.org/ocaml-top.html" +license: "GPL-3.0-only" +build: [ + [ + "./configure" + "-install-bin" + bin + "-install-lib" + lib + "-install-doc" + "%{doc}%/ocaml-top" + "-install-data" + "%{prefix}%/share/ocaml-top" + ] + [make] +] +remove: [ + ["./configure" "-install-bin" bin "-install-lib" lib "-install-doc" "%{doc}%/ocaml-top" "-install-data" "%{prefix}%/share/ocaml-top"] + [make "uninstall"] +] +depends: [ + "ocaml" + "ocp-build" {>= "1.99.6-beta" & < "1.99.8-beta"} + "lablgtk" {>= "2.16.0" & <= "2.18.13"} + "conf-gtksourceview" {= "2"} + "ocp-indent" {>= "1.3.0" & < "1.4.0"} + "ocp-index" {>= "0.2.0" & < "1.0.0"} +] +dev-repo: "git+https://github.com/OCamlPro/ocaml-top" +install: [make "install"] +synopsis: "The OCaml interactive editor for education" +url { + src: "https://github.com/OCamlPro/ocaml-top/archive/1.0.0.tar.gz" + checksum: [ + "sha256=5e618ba93d462b1e1299d1d877de51f93839e3ae910937284be688ac647c8627" + "md5=68c664ccc2f62a97dbe1245ccc1e4b60" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/ocaml-top/ocaml-top.1.0.1/opam b/packages/ocaml-top/ocaml-top.1.0.1/opam new file mode 100644 index 000000000..302f2db13 --- /dev/null +++ b/packages/ocaml-top/ocaml-top.1.0.1/opam @@ -0,0 +1,44 @@ +opam-version: "2.0" +maintainer: "https://github.com/ocaml/opam-repository/issues" +authors: "Louis Gesbert " +homepage: "http://www.typerex.org/ocaml-top.html" +license: "GPL-3.0-only" +build: [ + [ + "./configure" + "-install-bin" + bin + "-install-lib" + lib + "-install-doc" + "%{doc}%/ocaml-top" + "-install-data" + "%{prefix}%/share/ocaml-top" + ] + [make] +] +remove: [ + ["./configure" "-install-bin" bin "-install-lib" lib "-install-doc" "%{doc}%/ocaml-top" "-install-data" "%{prefix}%/share/ocaml-top"] + [make "uninstall"] +] +depends: [ + "ocaml" + "ocp-build" {>= "1.99.6-beta" & < "1.99.8-beta"} + "lablgtk" {>= "2.16.0" & <= "2.18.13"} + "conf-gtksourceview" {= "2"} + "ocp-indent" {>= "1.3.1" & < "1.4.0"} + "ocp-index" {>= "0.2.0" & < "1.0.0"} +] +dev-repo: "git+https://github.com/OCamlPro/ocaml-top" +install: [make "install"] +synopsis: "The OCaml interactive editor for education" +url { + src: "https://github.com/OCamlPro/ocaml-top/archive/1.0.1.tar.gz" + checksum: [ + "sha256=e7fbee84bdbca2261fb7312fef7e1ec4ec9ee57134f6222b6b4030c27b769dd7" + "md5=3f58a7fbee7935fc4e61b11582506082" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/ocaml-top/ocaml-top.1.1.0/opam b/packages/ocaml-top/ocaml-top.1.1.0/opam new file mode 100644 index 000000000..1d23732da --- /dev/null +++ b/packages/ocaml-top/ocaml-top.1.1.0/opam @@ -0,0 +1,44 @@ +opam-version: "2.0" +maintainer: "https://github.com/ocaml/opam-repository/issues" +authors: "Louis Gesbert " +homepage: "http://www.typerex.org/ocaml-top.html" +license: "GPL-3.0-only" +build: [ + [ + "./configure" + "-install-bin" + bin + "-install-lib" + lib + "-install-doc" + "%{doc}%/ocaml-top" + "-install-data" + "%{prefix}%/share/ocaml-top" + ] + [make] +] +remove: [ + ["./configure" "-install-bin" bin "-install-lib" lib "-install-doc" "%{doc}%/ocaml-top" "-install-data" "%{prefix}%/share/ocaml-top"] + [make "uninstall"] +] +depends: [ + "ocaml" {<= "4.02.3"} + "ocp-build" {>= "1.99.6-beta" & < "1.99.8-beta"} + "lablgtk" {>= "2.16.0" & <= "2.18.13"} + "conf-gtksourceview" {= "2"} + "ocp-indent" {>= "1.3.1" & < "1.4.0"} + "ocp-index" {>= "0.2.0" & < "1.0.0"} +] +dev-repo: "git+https://github.com/OCamlPro/ocaml-top" +install: [make "install"] +synopsis: "The OCaml interactive editor for education" +url { + src: "https://github.com/OCamlPro/ocaml-top/archive/1.1.0.tar.gz" + checksum: [ + "sha256=8fc7589e4a83f1ee95a5c5f787dcffc59683def65634e27e9364223496aad9cc" + "md5=aa4614107357525bf44b25b6afe815ba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/ocaml-variants/ocaml-variants.4.00.0+fp/opam b/packages/ocaml-variants/ocaml-variants.4.00.0+fp/opam new file mode 100644 index 000000000..da9d280b4 --- /dev/null +++ b/packages/ocaml-variants/ocaml-variants.4.00.0+fp/opam @@ -0,0 +1,41 @@ +opam-version: "2.0" +synopsis: "Runtime with frame-pointers (improved GDB & perf usage)" +maintainer: "David Allsopp " +depends: [ + "ocaml" {= "4.00.0" & post} + "base-unix" {post & = "base"} + "base-bigarray" {post & = "base"} + "base-threads" {post & = "base"} + "base-ocamlbuild" {post & = "base"} +] +conflict-class: "ocaml-core-compiler" +flags: compiler +setenv: CAML_LD_LIBRARY_PATH = "%{lib}%/stublibs" +build: [ + [ + "sed" + "-ib" + "-e" + "s/opts=\"\"/opts=\"-Wno-implicit-function-declaration\"/" + "config/auto-aux/hasgot" + ] {os = "macos"} + ["./configure" "-prefix" prefix] + [make "world" "world.opt"] +] +install: [make "install"] +patches: "omit-frame-pointer-4.00.0.patch" +url { + src: "http://caml.inria.fr/pub/distrib/ocaml-4.00/ocaml-4.00.0.tar.bz2" + checksum: [ + "sha256=ec886d7bc587ce472fcbdf294feb4b1fa2d8e7ef78ab6a4e66551699435d5cd7" + "md5=7b14718e69d84f10e7fb251c7ce0acd2" + ] +} +extra-source "omit-frame-pointer-4.00.0.patch" { + src: "http://www.ocamlpro.com/files/omit-frame-pointer-4.00.0.patch" + checksum: "md5=681ebe15d8fab3374a32e945cd75ac73" +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/ocaml-variants/ocaml-variants.4.00.1+annot/opam b/packages/ocaml-variants/ocaml-variants.4.00.1+annot/opam new file mode 100644 index 000000000..87de592b9 --- /dev/null +++ b/packages/ocaml-variants/ocaml-variants.4.00.1+annot/opam @@ -0,0 +1,42 @@ +opam-version: "2.0" +synopsis: "Enable -binannot by default" +maintainer: "David Allsopp " +depends: [ + "ocaml" {= "4.00.1" & post} + "base-unix" {post & = "base"} + "base-bigarray" {post & = "base"} + "base-threads" {post & = "base"} + "base-ocamlbuild" {post & = "base"} +] +conflict-class: "ocaml-core-compiler" +flags: compiler +setenv: CAML_LD_LIBRARY_PATH = "%{lib}%/stublibs" +build: [ + [ + "sed" + "-ib" + "-e" + "s/opts=\"\"/opts=\"-Wno-implicit-function-declaration\"/" + "config/auto-aux/hasgot" + ] {os = "macos"} + ["./configure" "-prefix" prefix] + [make "world" "world.opt"] +] +install: [make "install"] +patches: "ocaml-annot-4.00.1.patch" +url { + src: "http://caml.inria.fr/pub/distrib/ocaml-4.00/ocaml-4.00.1.tar.bz2" + checksum: [ + "sha256=33c3f4acff51685f5bfd7c260f066645e767d4e865877bf1613c176a77799951" + "md5=1c9dca1130edc0d1fa4647ae2cd7564a" + ] +} +extra-source "ocaml-annot-4.00.1.patch" { + src: + "https://bitbucket.org/camlspotter/spotinstall/raw/26c014770721e44be11f364f09b149cff54a047f/ocaml-annot-4.00.1.patch" + checksum: "md5=4171df269228f085bb93f96adb25ba9a" +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/ocaml-variants/ocaml-variants.4.00.1+french/opam b/packages/ocaml-variants/ocaml-variants.4.00.1+french/opam new file mode 100644 index 000000000..a92d64f99 --- /dev/null +++ b/packages/ocaml-variants/ocaml-variants.4.00.1+french/opam @@ -0,0 +1,41 @@ +opam-version: "2.0" +synopsis: "French translation of error messages" +maintainer: "David Allsopp " +depends: [ + "ocaml" {= "4.00.1" & post} + "base-unix" {post & = "base"} + "base-bigarray" {post & = "base"} + "base-threads" {post & = "base"} + "base-ocamlbuild" {post & = "base"} +] +conflict-class: "ocaml-core-compiler" +flags: compiler +setenv: CAML_LD_LIBRARY_PATH = "%{lib}%/stublibs" +build: [ + [ + "sed" + "-ib" + "-e" + "s/opts=\"\"/opts=\"-Wno-implicit-function-declaration\"/" + "config/auto-aux/hasgot" + ] {os = "macos"} + ["./configure" "-prefix" prefix] + [make "world" "world.opt"] +] +install: [make "install"] +patches: "ocaml-4.00.1.fr.patch" +url { + src: "http://caml.inria.fr/pub/distrib/ocaml-4.00/ocaml-4.00.1.tar.bz2" + checksum: [ + "sha256=33c3f4acff51685f5bfd7c260f066645e767d4e865877bf1613c176a77799951" + "md5=1c9dca1130edc0d1fa4647ae2cd7564a" + ] +} +extra-source "ocaml-4.00.1.fr.patch" { + src: "http://www.ocamlpro.com/contribs/ocaml-french/ocaml-4.00.1.fr.patch" + checksum: "md5=0f9583bdb3b8f4e5d3ca34a1aebc7980" +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/ocaml-variants/ocaml-variants.4.04.0+copatterns/opam b/packages/ocaml-variants/ocaml-variants.4.04.0+copatterns/opam new file mode 100644 index 000000000..909632494 --- /dev/null +++ b/packages/ocaml-variants/ocaml-variants.4.04.0+copatterns/opam @@ -0,0 +1,21 @@ +opam-version: "2.0" +synopsis: "An extension of OCaml with copatterns (obsolete package)" +description: "Replaced with ocaml-variants.4.04.1+copatterns" +maintainer: "David Allsopp " +flags: [ compiler avoid-version ] +available: false +license: "QPL-1.0 AND LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" +authors: [ + "Xavier Leroy" + "Damien Doligez" + "Alain Frisch" + "Jacques Garrigue" + "Didier Rémy" + "Jérôme Vouillon" +] +bug-reports: "https://github.com/ocaml/opam-repository/issues" +homepage: "https://ocaml.org" +dev-repo: "git+https://github.com/ocaml/ocaml.git#4.04" +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/ocaml-variants/ocaml-variants.4.14.1+trunk/opam b/packages/ocaml-variants/ocaml-variants.4.14.1+trunk/opam new file mode 100644 index 000000000..aceb38d7e --- /dev/null +++ b/packages/ocaml-variants/ocaml-variants.4.14.1+trunk/opam @@ -0,0 +1,17 @@ +opam-version: "2.0" +license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" +synopsis: "4.14.1 obsolete development package" +description: "Replaced with ocaml-variants.4.14.2+trunk" +maintainer: [ + "David Allsopp " + "Florian Angeletti " +] +authors: ["Xavier Leroy" "Damien Doligez" "Alain Frisch" "Jacques Garrigue" "Didier Rémy" "Jérôme Vouillon"] +homepage: "https://ocaml.org" +bug-reports: "https://github.com/ocaml/opam-repository/issues" +dev-repo: "git+https://github.com/ocaml/ocaml.git#trunk" +flags: [ compiler avoid-version ] +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/ocaml-variants/ocaml-variants.4.14.2+trunk/opam b/packages/ocaml-variants/ocaml-variants.4.14.2+trunk/opam new file mode 100644 index 000000000..633926869 --- /dev/null +++ b/packages/ocaml-variants/ocaml-variants.4.14.2+trunk/opam @@ -0,0 +1,17 @@ +opam-version: "2.0" +license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" +synopsis: "4.14.2 obsolete development package" +description: "Replaced with ocaml-variants.4.14.3+trunk" +maintainer: [ + "David Allsopp " + "Florian Angeletti " +] +authors: ["Xavier Leroy" "Damien Doligez" "Alain Frisch" "Jacques Garrigue" "Didier Rémy" "Jérôme Vouillon"] +homepage: "https://ocaml.org" +bug-reports: "https://github.com/ocaml/opam-repository/issues" +dev-repo: "git+https://github.com/ocaml/ocaml.git#trunk" +flags: [ compiler avoid-version ] +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/ocaml-variants/ocaml-variants.5.0.0+trunk/opam b/packages/ocaml-variants/ocaml-variants.5.0.0+trunk/opam new file mode 100644 index 000000000..1c48301a9 --- /dev/null +++ b/packages/ocaml-variants/ocaml-variants.5.0.0+trunk/opam @@ -0,0 +1,17 @@ +opam-version: "2.0" +license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" +synopsis: "5.0.0 obsolete development package" +description: "Replaced with ocaml-variants.5.0.1+trunk" +maintainer: [ + "David Allsopp " + "Florian Angeletti " +] +authors: ["Xavier Leroy" "Damien Doligez" "Alain Frisch" "Jacques Garrigue" "Didier Rémy" "Jérôme Vouillon"] +homepage: "https://ocaml.org" +bug-reports: "https://github.com/ocaml/opam-repository/issues" +dev-repo: "git+https://github.com/ocaml/ocaml.git#trunk" +flags: [ compiler avoid-version ] +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/ocaml-variants/ocaml-variants.5.1.0+trunk/opam b/packages/ocaml-variants/ocaml-variants.5.1.0+trunk/opam new file mode 100644 index 000000000..a4995c69b --- /dev/null +++ b/packages/ocaml-variants/ocaml-variants.5.1.0+trunk/opam @@ -0,0 +1,17 @@ +opam-version: "2.0" +license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" +synopsis: "5.1.0 obsolete development package" +description: "Replaced with ocaml-variants.5.1.1+trunk" +maintainer: [ + "David Allsopp " + "Florian Angeletti " +] +authors: ["Xavier Leroy" "Damien Doligez" "Alain Frisch" "Jacques Garrigue" "Didier Rémy" "Jérôme Vouillon"] +homepage: "https://ocaml.org" +bug-reports: "https://github.com/ocaml/opam-repository/issues" +dev-repo: "git+https://github.com/ocaml/ocaml.git#trunk" +flags: [ compiler avoid-version ] +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/ocaml-variants/ocaml-variants.5.1.1+trunk/opam b/packages/ocaml-variants/ocaml-variants.5.1.1+trunk/opam new file mode 100644 index 000000000..edd313fda --- /dev/null +++ b/packages/ocaml-variants/ocaml-variants.5.1.1+trunk/opam @@ -0,0 +1,17 @@ +opam-version: "2.0" +license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" +synopsis: "5.1.1 obsolete development package" +description: "Replaced with ocaml-variants.5.1.2+trunk" +maintainer: [ + "David Allsopp " + "Florian Angeletti " +] +authors: ["Xavier Leroy" "Damien Doligez" "Alain Frisch" "Jacques Garrigue" "Didier Rémy" "Jérôme Vouillon"] +homepage: "https://ocaml.org" +bug-reports: "https://github.com/ocaml/opam-repository/issues" +dev-repo: "git+https://github.com/ocaml/ocaml.git#trunk" +flags: [ compiler avoid-version ] +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/ocaml-variants/ocaml-variants.5.2.0+trunk/opam b/packages/ocaml-variants/ocaml-variants.5.2.0+trunk/opam new file mode 100644 index 000000000..d12a21553 --- /dev/null +++ b/packages/ocaml-variants/ocaml-variants.5.2.0+trunk/opam @@ -0,0 +1,24 @@ +opam-version: "2.0" +license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" +synopsis: "5.2.0 obsolete development package" +description: "Replaced with ocaml-variants.5.2.1+trunk" +maintainer: [ + "David Allsopp " + "Florian Angeletti " +] +authors: [ + "Xavier Leroy" + "Damien Doligez" + "Alain Frisch" + "Jacques Garrigue" + "Didier Rémy" + "Jérôme Vouillon" +] +homepage: "https://ocaml.org" +bug-reports: "https://github.com/ocaml/opam-repository/issues" +dev-repo: "git+https://github.com/ocaml/ocaml.git#5.2" +flags: [ compiler avoid-version ] +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/ocaml-variants/ocaml-variants.5.2.1+trunk/opam b/packages/ocaml-variants/ocaml-variants.5.2.1+trunk/opam new file mode 100644 index 000000000..61b8631c6 --- /dev/null +++ b/packages/ocaml-variants/ocaml-variants.5.2.1+trunk/opam @@ -0,0 +1,24 @@ +opam-version: "2.0" +license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" +synopsis: "5.2.0 obsolete development package" +description: "Replaced with ocaml-variants.5.2.2+trunk" +maintainer: [ + "David Allsopp " + "Florian Angeletti " +] +authors: [ + "Xavier Leroy" + "Damien Doligez" + "Alain Frisch" + "Jacques Garrigue" + "Didier Rémy" + "Jérôme Vouillon" +] +homepage: "https://ocaml.org" +bug-reports: "https://github.com/ocaml/opam-repository/issues" +dev-repo: "git+https://github.com/ocaml/ocaml.git#5.2" +flags: [ compiler avoid-version ] +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/ocamldot/ocamldot.1.0/opam b/packages/ocamldot/ocamldot.1.0/opam new file mode 100644 index 000000000..5681c7196 --- /dev/null +++ b/packages/ocamldot/ocamldot.1.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "zoggy@bat8.org" +homepage: "http://zoggy.github.io/ocamldot/" +build: [ + ["./configure" "--prefix" prefix] + [make "all"] +] +remove: [["ocamlfind" "remove" "dot"]] +depends: ["ocaml" {< "4.06.0"} "ocamlfind" {<= "1.9.6"} "lablgtk" {<= "2.18.13"} "camlp4" {<= "5.3"}] +depopts: [ + "conf-gnomecanvas" +] +conflicts: [ + "ocaml-option-bytecode-only" +] +install: [make "install"] +dev-repo: "git+https://github.com/zoggy/ocamldot.git" +bug-reports: "https://github.com/zoggy/ocamldot/issues" +synopsis: + "OCamldot is a small library to parse, print and display graphviz dot files." +description: + "OCamldot was previously part of Cameleon but is now developped separately and is findlib compatible." +authors: "Maxence Guesdon" +flags: light-uninstall +url { + src: "http://zoggy.github.com/ocamldot/ocamldot-1.0.tar.gz" + checksum: "md5=4aac21782a00e5db8e823732304e7db9" +} +available: false # source tarball not available +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["source-unavailable"] diff --git a/packages/ocamlfind/ocamlfind.1.9.0/opam b/packages/ocamlfind/ocamlfind.1.9.0/opam new file mode 100644 index 000000000..cc4726d42 --- /dev/null +++ b/packages/ocamlfind/ocamlfind.1.9.0/opam @@ -0,0 +1,59 @@ +opam-version: "2.0" +synopsis: "A library manager for OCaml" +description: """\ +Findlib is a library manager for OCaml. It provides a convention how +to store libraries, and a file format ("META") to describe the +properties of libraries. There is also a tool (ocamlfind) for +interpreting the META files, so that it is very easy to use libraries +in programs and scripts.""" +maintainer: "Thomas Gazagnaire " +authors: "Gerd Stolpmann " +homepage: "http://projects.camlcity.org/projects/findlib.html" +bug-reports: "https://gitlab.camlcity.org/gerd/lib-findlib/issues" +depends: [ + "ocaml" {>= "4.00.0" & < "5.0"} +] +depopts: ["graphics"] +patches: ["fix-bsd.patch"] +build: [ + [ + "./configure" + "-bindir" + bin + "-sitelib" + lib + "-mandir" + man + "-config" + "%{lib}%/findlib.conf" + "-no-custom" + "-no-camlp4" {!ocaml:preinstalled & ocaml:version >= "4.02.0"} + "-no-topfind" {ocaml:preinstalled} + ] + [make "all"] + [make "opt"] {ocaml:native} +] +install: [ + [make "install"] + ["install" "-m" "0755" "ocaml-stub" "%{bin}%/ocaml"] {ocaml:preinstalled} +] +available: false +dev-repo: "git+https://gitlab.camlcity.org/gerd/lib-findlib.git" +url { + src: "https://github.com/ocaml/ocamlfind/archive/findlib-1.9.tar.gz" + checksum: [ + "md5=9dfedf0fd192ec15d070781cb7b41e8d" + "sha512=415208288c466faf47da07fc2492594399b35ba6430589233ffc86135ce3685bfa7944111777ab58f318ef34fa78353bed30539ccce6f9923478dd1fe97281eb" + ] +} +extra-source "fix-bsd.patch" { + src: + "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/ocamlfind/fix-bsd.patch" + checksum: [ + "sha256=0288cdb8ebadebfa34d3eb0ae2dd0b6b67b3d186f0fad1dd148e5f3216cc949b" + "md5=00e4db61fceee51af794c3a36e4cef0e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/ocamlformat/ocamlformat.0.19.0~4.13preview/opam b/packages/ocamlformat/ocamlformat.0.19.0~4.13preview/opam new file mode 100644 index 000000000..5efdcd681 --- /dev/null +++ b/packages/ocamlformat/ocamlformat.0.19.0~4.13preview/opam @@ -0,0 +1,55 @@ +opam-version: "2.0" +synopsis: "Auto-formatter for OCaml code" +description: + "OCamlFormat is a tool to automatically format OCaml code in a uniform style." +maintainer: ["OCamlFormat Team "] +authors: ["Josh Berdine "] +license: "MIT" +homepage: "https://github.com/ocaml-ppx/ocamlformat" +bug-reports: "https://github.com/ocaml-ppx/ocamlformat/issues" +flags: avoid-version +depends: [ + "dune" {>= "2.8" & <= "3.17.1"} + "dune" {with-test & < "3.0"} + "ocaml" {>= "4.13" & < "4.14"} + "ocaml-version" {>= "3.1.0" & <= "3.7.2"} + "base" {>= "v0.12.0" & <= "v0.17.1"} + "base-unix" {= "base"} + "cmdliner" {<= "1.3.0"} + "cmdliner" {with-test & < "1.1.0"} + "dune-build-info" {<= "3.17.1"} + "fix" {<= "20230505"} + "fpath" {<= "0.7.3"} + "ocp-indent" {<= "1.8.1"} + "either" {= "1.0.0"} + "menhir" {>= "20201216" & <= "20240715"} + "menhirLib" {>= "20201216" & <= "20240715"} + "menhirSdk" {>= "20201216" & <= "20240715"} + "odoc" {>= "1.4.2" & <= "2.4.4"} + "ppxlib" {>= "0.22.0" & <= "0.33.1~5.3preview"} + "re" {>= "1.7.2" & <= "1.12.0"} + "stdio" {<= "v0.17.0"} + "uuseg" {>= "10.0.0" & <= "16.0.0"} + "uutf" {>= "1.0.1" & <= "1.0.3"} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "@install" + "@doc" {with-doc} + ] +] +dev-repo: "git+https://github.com/ocaml-ppx/ocamlformat.git" +url { + git: "git+https://github.com/kit-ty-kate/ocamlformat.git#413-backport" +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/ocf/ocf.0.1.0/opam b/packages/ocf/ocf.0.1.0/opam new file mode 100644 index 000000000..ea4910bcc --- /dev/null +++ b/packages/ocf/ocf.0.1.0/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "zoggy@bat8.org" +authors: ["Maxence Guesdon"] +homepage: "https://zoggy.frama.io/ocf/" +license: "LGPL-3.0-only" +doc: ["https://zoggy.frama.io/ocf/doc.html"] +dev-repo: "git+https://framagit.org/zoggy/ocf.git" +bug-reports: "https://framagit.org/zoggy/ocf/issues" +tags: ["configuration" "options" "json"] + +build: [ + ["./configure" "--prefix" prefix] + [make "all"] +] +install: [ + [make "install"] +] +remove: [["ocamlfind" "remove" "ocf"]] +depends: [ + "ocaml" {>= "4.02.1" & < "4.03.0"} + "camlp4" {<= "5.3"} + "ocamlfind" {<= "1.9.6"} + "yojson" {>= "1.1.8" & <= "2.2.2"} + "ppx_tools" {>= "0.99" & <= "6.6"} +] +synopsis: "Library to load and store configuration options in JSON syntax" +flags: light-uninstall +url { + src: "https://zoggy.github.io/ocf/ocf-0.1.0.tar.gz" + checksum: "md5=51e10c39063df2257f1b32fe699f72b3" +} +available: false # source tarball not available +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["source-unavailable"] diff --git a/packages/ocf/ocf.0.3.0/opam b/packages/ocf/ocf.0.3.0/opam new file mode 100644 index 000000000..f31c30aac --- /dev/null +++ b/packages/ocf/ocf.0.3.0/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "zoggy@bat8.org" +authors: ["Maxence Guesdon"] +homepage: "https://zoggy.frama.io/ocf/" +license: "LGPL-3.0-only" +doc: ["https://zoggy.frama.io/ocf/doc.html"] +dev-repo: "git+https://framagit.org/zoggy/ocf.git" +bug-reports: "https://framagit.org/zoggy/ocf/issues" +tags: ["configuration" "options" "json"] + +build: [ + ["./configure" "--prefix" prefix] + [make "all"] +] +install: [ + [make "install"] +] +remove: [["ocamlfind" "remove" "ocf"]] +depends: [ + "ocaml" {>= "4.02.1" & < "4.03.0"} + "camlp4" {<= "5.3"} + "ocamlfind" {<= "1.9.6"} + "yojson" {>= "1.1.8" & <= "2.2.2"} + "ppx_tools" {>= "0.99" & <= "6.6"} +] +synopsis: "Library to load and store configuration options in JSON syntax" +flags: light-uninstall +url { + src: "https://zoggy.github.io/ocf/ocf-0.3.0.tar.gz" + checksum: "md5=2cc3dfd3d4f2c0caf6a7978bf19b5dff" +} +available: false # source tarball not available +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["source-unavailable"] diff --git a/packages/ocsigen-toolkit/ocsigen-toolkit.2.1.0/opam b/packages/ocsigen-toolkit/ocsigen-toolkit.2.1.0/opam new file mode 100644 index 000000000..148c3888e --- /dev/null +++ b/packages/ocsigen-toolkit/ocsigen-toolkit.2.1.0/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "dev@ocsigen.org" +synopsis: "Reusable UI components for Eliom applications (client only, or client-server)" +description: "The Ocsigen Toolkit is a set of user interface widgets that facilitate the development of Eliom applications." +authors: "dev@ocsigen.org" +homepage: "http://www.ocsigen.org" +bug-reports: "https://github.com/ocsigen/ocsigen-toolkit/issues/" +dev-repo: "git+https://github.com/ocsigen/ocsigen-toolkit.git" +license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" +build: [ make "-j%{jobs}%" ] +install: [ make "install" ] +remove: [ make "uninstall" ] +depends: [ + "ocaml" {>= "4.06.1"} + "eliom" {>= "6.7.0" & <= "11.1.1"} + "calendar" {>= "2.00" & <= "3.0.0"} + "js_of_ocaml-ppx_deriving_json" {< "3.5"} +] +available: false +url { + src: "https://github.com/ocsigen/ocsigen-toolkit/archive/2.1.0.tar.gz" + checksum: [ + "md5=7102b6a677340f9082e76464069462fc" + "sha512=1d47d04b8eba6bcd07f8c7425b0afda759e3777aba49fb319e51f5591ef1ad22da4f0dd901a47c96783511959fec7d314b2902145eb9adb419bb645ba40e3bbe" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/ocsigen-toolkit/ocsigen-toolkit.2.2.0/opam b/packages/ocsigen-toolkit/ocsigen-toolkit.2.2.0/opam new file mode 100644 index 000000000..114795538 --- /dev/null +++ b/packages/ocsigen-toolkit/ocsigen-toolkit.2.2.0/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "dev@ocsigen.org" +synopsis: "Reusable UI components for Eliom applications (client only, or client-server)" +description: "The Ocsigen Toolkit is a set of user interface widgets that facilitate the development of Eliom applications." +authors: "dev@ocsigen.org" +homepage: "http://www.ocsigen.org" +bug-reports: "https://github.com/ocsigen/ocsigen-toolkit/issues/" +dev-repo: "git+https://github.com/ocsigen/ocsigen-toolkit.git" +license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" +build: [ make "-j%{jobs}%" ] +install: [ make "install" ] +remove: [ make "uninstall" ] +depends: [ + "ocaml" {>= "4.06.1"} + "eliom" {>= "6.7.0" & <= "11.1.1"} + "calendar" {>= "2.00" & <= "3.0.0"} + "js_of_ocaml-ppx_deriving_json" {< "3.5"} +] +available: false +url { + src: "https://github.com/ocsigen/ocsigen-toolkit/archive/2.2.0.tar.gz" + checksum: [ + "md5=fdef081ec554d4eb077b85a4488a0b46" + "sha512=908dee27a99c42e40782eeaeda5733887e3ee1d9f679770e744fdefdd8ee5ce32e2840187115ecadbc706e647f1b1f1e3df5e1774c556745447630e9a9bb0c48" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/octez-accuser-PtKathma/octez-accuser-PtKathma.15.0/opam b/packages/octez-accuser-PtKathma/octez-accuser-PtKathma.15.0/opam new file mode 100644 index 000000000..9f94efe7a --- /dev/null +++ b/packages/octez-accuser-PtKathma/octez-accuser-PtKathma.15.0/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-protocol-014-PtKathma" { = version } + "tezos-client-014-PtKathma" { = version } + "tezos-client-commands" { = version } + "tezos-baking-014-PtKathma-commands" { = version } + "tezos-stdlib-unix" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: accuser binary" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/octez-accuser-PtKathma/octez-accuser-PtKathma.15.1/opam b/packages/octez-accuser-PtKathma/octez-accuser-PtKathma.15.1/opam new file mode 100644 index 000000000..c3c9c07e3 --- /dev/null +++ b/packages/octez-accuser-PtKathma/octez-accuser-PtKathma.15.1/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-protocol-014-PtKathma" { = version } + "tezos-client-014-PtKathma" { = version } + "tezos-client-commands" { = version } + "tezos-baking-014-PtKathma-commands" { = version } + "tezos-stdlib-unix" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: accuser binary" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/octez-accuser-PtLimaPt/octez-accuser-PtLimaPt.15.0/opam b/packages/octez-accuser-PtLimaPt/octez-accuser-PtLimaPt.15.0/opam new file mode 100644 index 000000000..58bb7551b --- /dev/null +++ b/packages/octez-accuser-PtLimaPt/octez-accuser-PtLimaPt.15.0/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-protocol-015-PtLimaPt" { = version } + "tezos-client-015-PtLimaPt" { = version } + "tezos-client-commands" { = version } + "tezos-baking-015-PtLimaPt-commands" { = version } + "tezos-stdlib-unix" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: accuser binary" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/octez-accuser-PtLimaPt/octez-accuser-PtLimaPt.15.1/opam b/packages/octez-accuser-PtLimaPt/octez-accuser-PtLimaPt.15.1/opam new file mode 100644 index 000000000..98427cb41 --- /dev/null +++ b/packages/octez-accuser-PtLimaPt/octez-accuser-PtLimaPt.15.1/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-protocol-015-PtLimaPt" { = version } + "tezos-client-015-PtLimaPt" { = version } + "tezos-client-commands" { = version } + "tezos-baking-015-PtLimaPt-commands" { = version } + "tezos-stdlib-unix" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: accuser binary" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/octez-accuser-PtMumbai/octez-accuser-PtMumbai.17.1/opam b/packages/octez-accuser-PtMumbai/octez-accuser-PtMumbai.17.1/opam new file mode 100644 index 000000000..ab5c0f5d6 --- /dev/null +++ b/packages/octez-accuser-PtMumbai/octez-accuser-PtMumbai.17.1/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-protocol-016-PtMumbai" { = version } + "tezos-client-016-PtMumbai" { = version } + "tezos-client-commands" { = version } + "tezos-baking-016-PtMumbai-commands" { = version } + "tezos-stdlib-unix" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: accuser binary" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/octez-accuser-PtMumbai/octez-accuser-PtMumbai.17.2/opam b/packages/octez-accuser-PtMumbai/octez-accuser-PtMumbai.17.2/opam new file mode 100644 index 000000000..36f4768aa --- /dev/null +++ b/packages/octez-accuser-PtMumbai/octez-accuser-PtMumbai.17.2/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-protocol-016-PtMumbai" { = version } + "tezos-client-016-PtMumbai" { = version } + "tezos-client-commands" { = version } + "tezos-baking-016-PtMumbai-commands" { = version } + "tezos-stdlib-unix" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: accuser binary" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/octez-accuser-PtNairob/octez-accuser-PtNairob.17.1/opam b/packages/octez-accuser-PtNairob/octez-accuser-PtNairob.17.1/opam new file mode 100644 index 000000000..6642c165c --- /dev/null +++ b/packages/octez-accuser-PtNairob/octez-accuser-PtNairob.17.1/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-protocol-017-PtNairob" { = version } + "tezos-client-017-PtNairob" { = version } + "tezos-client-commands" { = version } + "tezos-baking-017-PtNairob-commands" { = version } + "tezos-stdlib-unix" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: accuser binary" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/octez-accuser-PtNairob/octez-accuser-PtNairob.17.2/opam b/packages/octez-accuser-PtNairob/octez-accuser-PtNairob.17.2/opam new file mode 100644 index 000000000..b753be99f --- /dev/null +++ b/packages/octez-accuser-PtNairob/octez-accuser-PtNairob.17.2/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-protocol-017-PtNairob" { = version } + "tezos-client-017-PtNairob" { = version } + "tezos-client-commands" { = version } + "tezos-baking-017-PtNairob-commands" { = version } + "tezos-stdlib-unix" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: accuser binary" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/octez-alcotezt/octez-alcotezt.17.1/opam b/packages/octez-alcotezt/octez-alcotezt.17.1/opam new file mode 100644 index 000000000..0dc2bc28b --- /dev/null +++ b/packages/octez-alcotezt/octez-alcotezt.17.1/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezt" {>= "3.1.0" & <= "4.1.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Provide the interface of Alcotest for Octez, but with Tezt as backend" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/octez-alcotezt/octez-alcotezt.17.2/opam b/packages/octez-alcotezt/octez-alcotezt.17.2/opam new file mode 100644 index 000000000..2b3423bce --- /dev/null +++ b/packages/octez-alcotezt/octez-alcotezt.17.2/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezt" {>= "3.1.0" & <= "4.1.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Provide the interface of Alcotest for Octez, but with Tezt as backend" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/octez-baker-PtKathma/octez-baker-PtKathma.15.0/opam b/packages/octez-baker-PtKathma/octez-baker-PtKathma.15.0/opam new file mode 100644 index 000000000..a7153ddbe --- /dev/null +++ b/packages/octez-baker-PtKathma/octez-baker-PtKathma.15.0/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-protocol-014-PtKathma" { = version } + "tezos-client-014-PtKathma" { = version } + "tezos-client-commands" { = version } + "tezos-baking-014-PtKathma-commands" { = version } + "tezos-stdlib-unix" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: baker binary" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/octez-baker-PtKathma/octez-baker-PtKathma.15.1/opam b/packages/octez-baker-PtKathma/octez-baker-PtKathma.15.1/opam new file mode 100644 index 000000000..bd9504882 --- /dev/null +++ b/packages/octez-baker-PtKathma/octez-baker-PtKathma.15.1/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-protocol-014-PtKathma" { = version } + "tezos-client-014-PtKathma" { = version } + "tezos-client-commands" { = version } + "tezos-baking-014-PtKathma-commands" { = version } + "tezos-stdlib-unix" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: baker binary" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/octez-baker-PtLimaPt/octez-baker-PtLimaPt.15.0/opam b/packages/octez-baker-PtLimaPt/octez-baker-PtLimaPt.15.0/opam new file mode 100644 index 000000000..684f1bd80 --- /dev/null +++ b/packages/octez-baker-PtLimaPt/octez-baker-PtLimaPt.15.0/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-protocol-015-PtLimaPt" { = version } + "tezos-client-015-PtLimaPt" { = version } + "tezos-client-commands" { = version } + "tezos-baking-015-PtLimaPt-commands" { = version } + "tezos-stdlib-unix" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: baker binary" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/octez-baker-PtLimaPt/octez-baker-PtLimaPt.15.1/opam b/packages/octez-baker-PtLimaPt/octez-baker-PtLimaPt.15.1/opam new file mode 100644 index 000000000..7f3518e34 --- /dev/null +++ b/packages/octez-baker-PtLimaPt/octez-baker-PtLimaPt.15.1/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-protocol-015-PtLimaPt" { = version } + "tezos-client-015-PtLimaPt" { = version } + "tezos-client-commands" { = version } + "tezos-baking-015-PtLimaPt-commands" { = version } + "tezos-stdlib-unix" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: baker binary" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/octez-baker-PtMumbai/octez-baker-PtMumbai.17.1/opam b/packages/octez-baker-PtMumbai/octez-baker-PtMumbai.17.1/opam new file mode 100644 index 000000000..4786b86cf --- /dev/null +++ b/packages/octez-baker-PtMumbai/octez-baker-PtMumbai.17.1/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-protocol-016-PtMumbai" { = version } + "tezos-client-016-PtMumbai" { = version } + "tezos-client-commands" { = version } + "tezos-baking-016-PtMumbai-commands" { = version } + "tezos-stdlib-unix" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: baker binary" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/octez-baker-PtMumbai/octez-baker-PtMumbai.17.2/opam b/packages/octez-baker-PtMumbai/octez-baker-PtMumbai.17.2/opam new file mode 100644 index 000000000..2ab819a39 --- /dev/null +++ b/packages/octez-baker-PtMumbai/octez-baker-PtMumbai.17.2/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-protocol-016-PtMumbai" { = version } + "tezos-client-016-PtMumbai" { = version } + "tezos-client-commands" { = version } + "tezos-baking-016-PtMumbai-commands" { = version } + "tezos-stdlib-unix" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: baker binary" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/octez-baker-PtNairob/octez-baker-PtNairob.17.1/opam b/packages/octez-baker-PtNairob/octez-baker-PtNairob.17.1/opam new file mode 100644 index 000000000..8b7d30b97 --- /dev/null +++ b/packages/octez-baker-PtNairob/octez-baker-PtNairob.17.1/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-protocol-017-PtNairob" { = version } + "tezos-client-017-PtNairob" { = version } + "tezos-client-commands" { = version } + "tezos-baking-017-PtNairob-commands" { = version } + "tezos-stdlib-unix" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: baker binary" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/octez-baker-PtNairob/octez-baker-PtNairob.17.2/opam b/packages/octez-baker-PtNairob/octez-baker-PtNairob.17.2/opam new file mode 100644 index 000000000..f1c97bf5e --- /dev/null +++ b/packages/octez-baker-PtNairob/octez-baker-PtNairob.17.2/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-protocol-017-PtNairob" { = version } + "tezos-client-017-PtNairob" { = version } + "tezos-client-commands" { = version } + "tezos-baking-017-PtNairob-commands" { = version } + "tezos-stdlib-unix" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: baker binary" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/octez-bls12-381-hash/octez-bls12-381-hash.17.1/opam b/packages/octez-bls12-381-hash/octez-bls12-381-hash.17.1/opam new file mode 100644 index 000000000..2c3d6a753 --- /dev/null +++ b/packages/octez-bls12-381-hash/octez-bls12-381-hash.17.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "bls12-381" { >= "6.1.0" & < "6.2.0" } + "bisect_ppx" {>= "2.7.0" & <= "2.8.3"} + "alcotest" {with-test & >= "1.5.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Implementation of some cryptographic hash primitives using the scalar field of BLS12-381" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/octez-bls12-381-hash/octez-bls12-381-hash.17.2/opam b/packages/octez-bls12-381-hash/octez-bls12-381-hash.17.2/opam new file mode 100644 index 000000000..ccfcd1978 --- /dev/null +++ b/packages/octez-bls12-381-hash/octez-bls12-381-hash.17.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "bls12-381" { >= "6.1.0" & < "6.2.0" } + "bisect_ppx" {>= "2.7.0" & <= "2.8.3"} + "alcotest" {with-test & >= "1.5.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Implementation of some cryptographic hash primitives using the scalar field of BLS12-381" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/octez-bls12-381-polynomial/octez-bls12-381-polynomial.17.1/opam b/packages/octez-bls12-381-polynomial/octez-bls12-381-polynomial.17.1/opam new file mode 100644 index 000000000..fb4aee0a6 --- /dev/null +++ b/packages/octez-bls12-381-polynomial/octez-bls12-381-polynomial.17.1/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "ppx_repr" {>= "0.6.0" & <= "0.7.0"} + "bls12-381" { >= "6.1.0" & < "6.2.0" } + "bigstringaf" {>= "0.5.0" & <= "0.10.0"} + "tezt" {with-test & >= "3.1.0" & <= "4.1.0"} + "octez-alcotezt" { with-test & = version } + "qcheck-alcotest" {with-test & >= "0.20" & <= "0.23"} + "octez-polynomial" { with-test & = version } + "bisect_ppx" {with-test & >= "2.7.0" & <= "2.8.3"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Polynomials over BLS12-381 finite field - Temporary vendored version of Octez" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/octez-bls12-381-polynomial/octez-bls12-381-polynomial.17.2/opam b/packages/octez-bls12-381-polynomial/octez-bls12-381-polynomial.17.2/opam new file mode 100644 index 000000000..9cb1711cd --- /dev/null +++ b/packages/octez-bls12-381-polynomial/octez-bls12-381-polynomial.17.2/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "ppx_repr" {>= "0.6.0" & <= "0.7.0"} + "bls12-381" { >= "6.1.0" & < "6.2.0" } + "bigstringaf" {>= "0.5.0" & <= "0.10.0"} + "tezt" {with-test & >= "3.1.0" & <= "4.1.0"} + "octez-alcotezt" { with-test & = version } + "qcheck-alcotest" {with-test & >= "0.20" & <= "0.23"} + "octez-polynomial" { with-test & = version } + "bisect_ppx" {with-test & >= "2.7.0" & <= "2.8.3"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Polynomials over BLS12-381 finite field - Temporary vendored version of Octez" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/octez-bls12-381-signature/octez-bls12-381-signature.17.1/opam b/packages/octez-bls12-381-signature/octez-bls12-381-signature.17.1/opam new file mode 100644 index 000000000..684ab7ce9 --- /dev/null +++ b/packages/octez-bls12-381-signature/octez-bls12-381-signature.17.1/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "bls12-381" { >= "6.1.0" & < "6.2.0" } + "alcotest" {with-test & >= "1.5.0" & <= "1.8.0"} + "integers_stubs_js" {with-test & = "1.0"} + "re" {>= "1.9.0" & <= "1.12.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Implementation of BLS signatures for the pairing-friendly curve BLS12-381" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/octez-bls12-381-signature/octez-bls12-381-signature.17.2/opam b/packages/octez-bls12-381-signature/octez-bls12-381-signature.17.2/opam new file mode 100644 index 000000000..c82b351ca --- /dev/null +++ b/packages/octez-bls12-381-signature/octez-bls12-381-signature.17.2/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "bls12-381" { >= "6.1.0" & < "6.2.0" } + "alcotest" {with-test & >= "1.5.0" & <= "1.8.0"} + "integers_stubs_js" {with-test & = "1.0"} + "re" {>= "1.9.0" & <= "1.12.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Implementation of BLS signatures for the pairing-friendly curve BLS12-381" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/octez-client/octez-client.15.0/opam b/packages/octez-client/octez-client.15.0/opam new file mode 100644 index 000000000..ad3329253 --- /dev/null +++ b/packages/octez-client/octez-client.15.0/opam @@ -0,0 +1,101 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-rpc-http-client" { = version } + "tezos-stdlib-unix" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-client-commands" { = version } + "tezos-mockup-commands" { = version } + "tezos-proxy" { = version } + "tezos-client-base-unix" { = version } + "tezos-signer-backends" { = version } + "uri" {>= "2.2.0" & <= "4.4.0"} + "tezos-client-014-PtKathma" { = version } + "tezos-baking-014-PtKathma-commands" { = version } + "tezos-protocol-plugin-014-PtKathma" { = version } + "tezos-client-015-PtLimaPt" { = version } + "tezos-baking-015-PtLimaPt-commands" { = version } + "tezos-protocol-plugin-015-PtLimaPt" { = version } +] +depopts: [ + "tezos-client-genesis" + "tezos-client-demo-counter" + "tezos-client-000-Ps9mPmXa" + "tezos-client-001-PtCJ7pwo" + "tezos-client-002-PsYLVpVv" + "tezos-client-003-PsddFKi3" + "tezos-client-004-Pt24m4xi" + "tezos-client-005-PsBabyM1" + "tezos-client-006-PsCARTHA" + "tezos-client-007-PsDELPH1" + "tezos-protocol-plugin-007-PsDELPH1" + "tezos-client-008-PtEdo2Zk" + "tezos-protocol-plugin-008-PtEdo2Zk" + "tezos-client-009-PsFLoren" + "tezos-protocol-plugin-009-PsFLoren" + "tezos-client-010-PtGRANAD" + "tezos-protocol-plugin-010-PtGRANAD" + "tezos-client-011-PtHangz2" + "tezos-protocol-plugin-011-PtHangz2" + "tezos-client-012-Psithaca" + "tezos-protocol-plugin-012-Psithaca" + "tezos-client-013-PtJakart" + "tezos-protocol-plugin-013-PtJakart" + "tezos-client-alpha" + "tezos-baking-alpha-commands" + "tezos-protocol-plugin-alpha" +] +conflicts: [ + "tezos-client-genesis" { != version } + "tezos-client-demo-counter" { != version } + "tezos-client-000-Ps9mPmXa" { != version } + "tezos-client-001-PtCJ7pwo" { != version } + "tezos-client-002-PsYLVpVv" { != version } + "tezos-client-003-PsddFKi3" { != version } + "tezos-client-004-Pt24m4xi" { != version } + "tezos-client-005-PsBabyM1" { != version } + "tezos-client-006-PsCARTHA" { != version } + "tezos-client-007-PsDELPH1" { != version } + "tezos-protocol-plugin-007-PsDELPH1" { != version } + "tezos-client-008-PtEdo2Zk" { != version } + "tezos-protocol-plugin-008-PtEdo2Zk" { != version } + "tezos-client-009-PsFLoren" { != version } + "tezos-protocol-plugin-009-PsFLoren" { != version } + "tezos-client-010-PtGRANAD" { != version } + "tezos-protocol-plugin-010-PtGRANAD" { != version } + "tezos-client-011-PtHangz2" { != version } + "tezos-protocol-plugin-011-PtHangz2" { != version } + "tezos-client-012-Psithaca" { != version } + "tezos-protocol-plugin-012-Psithaca" { != version } + "tezos-client-013-PtJakart" { != version } + "tezos-protocol-plugin-013-PtJakart" { != version } + "tezos-client-alpha" { != version } + "tezos-baking-alpha-commands" { != version } + "tezos-protocol-plugin-alpha" { != version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `octez-client` binary" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/octez-client/octez-client.15.1/opam b/packages/octez-client/octez-client.15.1/opam new file mode 100644 index 000000000..2be4c281e --- /dev/null +++ b/packages/octez-client/octez-client.15.1/opam @@ -0,0 +1,101 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-rpc-http-client" { = version } + "tezos-stdlib-unix" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-client-commands" { = version } + "tezos-mockup-commands" { = version } + "tezos-proxy" { = version } + "tezos-client-base-unix" { = version } + "tezos-signer-backends" { = version } + "uri" {>= "2.2.0" & <= "4.4.0"} + "tezos-client-014-PtKathma" { = version } + "tezos-baking-014-PtKathma-commands" { = version } + "tezos-protocol-plugin-014-PtKathma" { = version } + "tezos-client-015-PtLimaPt" { = version } + "tezos-baking-015-PtLimaPt-commands" { = version } + "tezos-protocol-plugin-015-PtLimaPt" { = version } +] +depopts: [ + "tezos-client-genesis" + "tezos-client-demo-counter" + "tezos-client-000-Ps9mPmXa" + "tezos-client-001-PtCJ7pwo" + "tezos-client-002-PsYLVpVv" + "tezos-client-003-PsddFKi3" + "tezos-client-004-Pt24m4xi" + "tezos-client-005-PsBabyM1" + "tezos-client-006-PsCARTHA" + "tezos-client-007-PsDELPH1" + "tezos-protocol-plugin-007-PsDELPH1" + "tezos-client-008-PtEdo2Zk" + "tezos-protocol-plugin-008-PtEdo2Zk" + "tezos-client-009-PsFLoren" + "tezos-protocol-plugin-009-PsFLoren" + "tezos-client-010-PtGRANAD" + "tezos-protocol-plugin-010-PtGRANAD" + "tezos-client-011-PtHangz2" + "tezos-protocol-plugin-011-PtHangz2" + "tezos-client-012-Psithaca" + "tezos-protocol-plugin-012-Psithaca" + "tezos-client-013-PtJakart" + "tezos-protocol-plugin-013-PtJakart" + "tezos-client-alpha" + "tezos-baking-alpha-commands" + "tezos-protocol-plugin-alpha" +] +conflicts: [ + "tezos-client-genesis" { != version } + "tezos-client-demo-counter" { != version } + "tezos-client-000-Ps9mPmXa" { != version } + "tezos-client-001-PtCJ7pwo" { != version } + "tezos-client-002-PsYLVpVv" { != version } + "tezos-client-003-PsddFKi3" { != version } + "tezos-client-004-Pt24m4xi" { != version } + "tezos-client-005-PsBabyM1" { != version } + "tezos-client-006-PsCARTHA" { != version } + "tezos-client-007-PsDELPH1" { != version } + "tezos-protocol-plugin-007-PsDELPH1" { != version } + "tezos-client-008-PtEdo2Zk" { != version } + "tezos-protocol-plugin-008-PtEdo2Zk" { != version } + "tezos-client-009-PsFLoren" { != version } + "tezos-protocol-plugin-009-PsFLoren" { != version } + "tezos-client-010-PtGRANAD" { != version } + "tezos-protocol-plugin-010-PtGRANAD" { != version } + "tezos-client-011-PtHangz2" { != version } + "tezos-protocol-plugin-011-PtHangz2" { != version } + "tezos-client-012-Psithaca" { != version } + "tezos-protocol-plugin-012-Psithaca" { != version } + "tezos-client-013-PtJakart" { != version } + "tezos-protocol-plugin-013-PtJakart" { != version } + "tezos-client-alpha" { != version } + "tezos-baking-alpha-commands" { != version } + "tezos-protocol-plugin-alpha" { != version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `octez-client` binary" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/octez-client/octez-client.17.1/opam b/packages/octez-client/octez-client.17.1/opam new file mode 100644 index 000000000..0d937d38f --- /dev/null +++ b/packages/octez-client/octez-client.17.1/opam @@ -0,0 +1,110 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-rpc-http-client" { = version } + "tezos-stdlib-unix" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-client-commands" { = version } + "tezos-mockup-commands" { = version } + "tezos-proxy" { = version } + "tezos-client-base-unix" { = version } + "tezos-signer-backends" { = version } + "uri" {>= "3.1.0" & <= "4.4.0"} + "tezos-client-016-PtMumbai" { = version } + "tezos-baking-016-PtMumbai-commands" { = version } + "tezos-protocol-plugin-016-PtMumbai" { = version } + "tezos-client-017-PtNairob" { = version } + "tezos-baking-017-PtNairob-commands" { = version } + "tezos-protocol-plugin-017-PtNairob" { = version } +] +depopts: [ + "tezos-client-genesis" + "tezos-client-demo-counter" + "tezos-client-000-Ps9mPmXa" + "tezos-client-001-PtCJ7pwo" + "tezos-client-002-PsYLVpVv" + "tezos-client-003-PsddFKi3" + "tezos-client-004-Pt24m4xi" + "tezos-client-005-PsBabyM1" + "tezos-client-006-PsCARTHA" + "tezos-client-007-PsDELPH1" + "tezos-protocol-plugin-007-PsDELPH1" + "tezos-client-008-PtEdo2Zk" + "tezos-protocol-plugin-008-PtEdo2Zk" + "tezos-client-009-PsFLoren" + "tezos-protocol-plugin-009-PsFLoren" + "tezos-client-010-PtGRANAD" + "tezos-protocol-plugin-010-PtGRANAD" + "tezos-client-011-PtHangz2" + "tezos-protocol-plugin-011-PtHangz2" + "tezos-client-012-Psithaca" + "tezos-protocol-plugin-012-Psithaca" + "tezos-client-013-PtJakart" + "tezos-protocol-plugin-013-PtJakart" + "tezos-client-014-PtKathma" + "tezos-protocol-plugin-014-PtKathma" + "tezos-client-015-PtLimaPt" + "tezos-protocol-plugin-015-PtLimaPt" + "tezos-client-alpha" + "tezos-baking-alpha-commands" + "tezos-protocol-plugin-alpha" +] +conflicts: [ + "tezos-client-genesis" { != version } + "tezos-client-demo-counter" { != version } + "tezos-client-000-Ps9mPmXa" { != version } + "tezos-client-001-PtCJ7pwo" { != version } + "tezos-client-002-PsYLVpVv" { != version } + "tezos-client-003-PsddFKi3" { != version } + "tezos-client-004-Pt24m4xi" { != version } + "tezos-client-005-PsBabyM1" { != version } + "tezos-client-006-PsCARTHA" { != version } + "tezos-client-007-PsDELPH1" { != version } + "tezos-protocol-plugin-007-PsDELPH1" { != version } + "tezos-client-008-PtEdo2Zk" { != version } + "tezos-protocol-plugin-008-PtEdo2Zk" { != version } + "tezos-client-009-PsFLoren" { != version } + "tezos-protocol-plugin-009-PsFLoren" { != version } + "tezos-client-010-PtGRANAD" { != version } + "tezos-protocol-plugin-010-PtGRANAD" { != version } + "tezos-client-011-PtHangz2" { != version } + "tezos-protocol-plugin-011-PtHangz2" { != version } + "tezos-client-012-Psithaca" { != version } + "tezos-protocol-plugin-012-Psithaca" { != version } + "tezos-client-013-PtJakart" { != version } + "tezos-protocol-plugin-013-PtJakart" { != version } + "tezos-client-014-PtKathma" { != version } + "tezos-protocol-plugin-014-PtKathma" { != version } + "tezos-client-015-PtLimaPt" { != version } + "tezos-protocol-plugin-015-PtLimaPt" { != version } + "tezos-client-alpha" { != version } + "tezos-baking-alpha-commands" { != version } + "tezos-protocol-plugin-alpha" { != version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `octez-client` binary" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/octez-client/octez-client.17.2/opam b/packages/octez-client/octez-client.17.2/opam new file mode 100644 index 000000000..a2a1c1567 --- /dev/null +++ b/packages/octez-client/octez-client.17.2/opam @@ -0,0 +1,110 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-rpc-http-client" { = version } + "tezos-stdlib-unix" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-client-commands" { = version } + "tezos-mockup-commands" { = version } + "tezos-proxy" { = version } + "tezos-client-base-unix" { = version } + "tezos-signer-backends" { = version } + "uri" {>= "3.1.0" & <= "4.4.0"} + "tezos-client-016-PtMumbai" { = version } + "tezos-baking-016-PtMumbai-commands" { = version } + "tezos-protocol-plugin-016-PtMumbai" { = version } + "tezos-client-017-PtNairob" { = version } + "tezos-baking-017-PtNairob-commands" { = version } + "tezos-protocol-plugin-017-PtNairob" { = version } +] +depopts: [ + "tezos-client-genesis" + "tezos-client-demo-counter" + "tezos-client-000-Ps9mPmXa" + "tezos-client-001-PtCJ7pwo" + "tezos-client-002-PsYLVpVv" + "tezos-client-003-PsddFKi3" + "tezos-client-004-Pt24m4xi" + "tezos-client-005-PsBabyM1" + "tezos-client-006-PsCARTHA" + "tezos-client-007-PsDELPH1" + "tezos-protocol-plugin-007-PsDELPH1" + "tezos-client-008-PtEdo2Zk" + "tezos-protocol-plugin-008-PtEdo2Zk" + "tezos-client-009-PsFLoren" + "tezos-protocol-plugin-009-PsFLoren" + "tezos-client-010-PtGRANAD" + "tezos-protocol-plugin-010-PtGRANAD" + "tezos-client-011-PtHangz2" + "tezos-protocol-plugin-011-PtHangz2" + "tezos-client-012-Psithaca" + "tezos-protocol-plugin-012-Psithaca" + "tezos-client-013-PtJakart" + "tezos-protocol-plugin-013-PtJakart" + "tezos-client-014-PtKathma" + "tezos-protocol-plugin-014-PtKathma" + "tezos-client-015-PtLimaPt" + "tezos-protocol-plugin-015-PtLimaPt" + "tezos-client-alpha" + "tezos-baking-alpha-commands" + "tezos-protocol-plugin-alpha" +] +conflicts: [ + "tezos-client-genesis" { != version } + "tezos-client-demo-counter" { != version } + "tezos-client-000-Ps9mPmXa" { != version } + "tezos-client-001-PtCJ7pwo" { != version } + "tezos-client-002-PsYLVpVv" { != version } + "tezos-client-003-PsddFKi3" { != version } + "tezos-client-004-Pt24m4xi" { != version } + "tezos-client-005-PsBabyM1" { != version } + "tezos-client-006-PsCARTHA" { != version } + "tezos-client-007-PsDELPH1" { != version } + "tezos-protocol-plugin-007-PsDELPH1" { != version } + "tezos-client-008-PtEdo2Zk" { != version } + "tezos-protocol-plugin-008-PtEdo2Zk" { != version } + "tezos-client-009-PsFLoren" { != version } + "tezos-protocol-plugin-009-PsFLoren" { != version } + "tezos-client-010-PtGRANAD" { != version } + "tezos-protocol-plugin-010-PtGRANAD" { != version } + "tezos-client-011-PtHangz2" { != version } + "tezos-protocol-plugin-011-PtHangz2" { != version } + "tezos-client-012-Psithaca" { != version } + "tezos-protocol-plugin-012-Psithaca" { != version } + "tezos-client-013-PtJakart" { != version } + "tezos-protocol-plugin-013-PtJakart" { != version } + "tezos-client-014-PtKathma" { != version } + "tezos-protocol-plugin-014-PtKathma" { != version } + "tezos-client-015-PtLimaPt" { != version } + "tezos-protocol-plugin-015-PtLimaPt" { != version } + "tezos-client-alpha" { != version } + "tezos-baking-alpha-commands" { != version } + "tezos-protocol-plugin-alpha" { != version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `octez-client` binary" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/octez-codec/octez-codec.15.0/opam b/packages/octez-codec/octez-codec.15.0/opam new file mode 100644 index 000000000..0ff2d67f5 --- /dev/null +++ b/packages/octez-codec/octez-codec.15.0/opam @@ -0,0 +1,63 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "data-encoding" { >= "0.6" & < "0.7" } + "tezos-base" { = version } + "tezos-client-base-unix" { = version } + "tezos-client-base" { = version } + "tezos-clic" { = version } + "tezos-stdlib-unix" { = version } + "tezos-event-logging" { = version } + "tezos-signer-services" { = version } +] +depopts: [ + "tezos-client-005-PsBabyM1" + "tezos-client-006-PsCARTHA" + "tezos-client-007-PsDELPH1" + "tezos-client-008-PtEdo2Zk" + "tezos-client-009-PsFLoren" + "tezos-client-010-PtGRANAD" + "tezos-client-011-PtHangz2" + "tezos-client-012-Psithaca" + "tezos-client-013-PtJakart" + "tezos-client-014-PtKathma" + "tezos-client-015-PtLimaPt" + "tezos-client-alpha" +] +conflicts: [ + "tezos-client-005-PsBabyM1" { != version } + "tezos-client-006-PsCARTHA" { != version } + "tezos-client-007-PsDELPH1" { != version } + "tezos-client-008-PtEdo2Zk" { != version } + "tezos-client-009-PsFLoren" { != version } + "tezos-client-010-PtGRANAD" { != version } + "tezos-client-011-PtHangz2" { != version } + "tezos-client-012-Psithaca" { != version } + "tezos-client-013-PtJakart" { != version } + "tezos-client-014-PtKathma" { != version } + "tezos-client-015-PtLimaPt" { != version } + "tezos-client-alpha" { != version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `octez-codec` binary to encode and decode values" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/octez-codec/octez-codec.15.1/opam b/packages/octez-codec/octez-codec.15.1/opam new file mode 100644 index 000000000..505968a74 --- /dev/null +++ b/packages/octez-codec/octez-codec.15.1/opam @@ -0,0 +1,63 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "data-encoding" { >= "0.6" & < "0.7" } + "tezos-base" { = version } + "tezos-client-base-unix" { = version } + "tezos-client-base" { = version } + "tezos-clic" { = version } + "tezos-stdlib-unix" { = version } + "tezos-event-logging" { = version } + "tezos-signer-services" { = version } +] +depopts: [ + "tezos-client-005-PsBabyM1" + "tezos-client-006-PsCARTHA" + "tezos-client-007-PsDELPH1" + "tezos-client-008-PtEdo2Zk" + "tezos-client-009-PsFLoren" + "tezos-client-010-PtGRANAD" + "tezos-client-011-PtHangz2" + "tezos-client-012-Psithaca" + "tezos-client-013-PtJakart" + "tezos-client-014-PtKathma" + "tezos-client-015-PtLimaPt" + "tezos-client-alpha" +] +conflicts: [ + "tezos-client-005-PsBabyM1" { != version } + "tezos-client-006-PsCARTHA" { != version } + "tezos-client-007-PsDELPH1" { != version } + "tezos-client-008-PtEdo2Zk" { != version } + "tezos-client-009-PsFLoren" { != version } + "tezos-client-010-PtGRANAD" { != version } + "tezos-client-011-PtHangz2" { != version } + "tezos-client-012-Psithaca" { != version } + "tezos-client-013-PtJakart" { != version } + "tezos-client-014-PtKathma" { != version } + "tezos-client-015-PtLimaPt" { != version } + "tezos-client-alpha" { != version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `octez-codec` binary to encode and decode values" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/octez-codec/octez-codec.17.1/opam b/packages/octez-codec/octez-codec.17.1/opam new file mode 100644 index 000000000..7f151c48d --- /dev/null +++ b/packages/octez-codec/octez-codec.17.1/opam @@ -0,0 +1,68 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "data-encoding" { >= "0.7.1" & < "1.0.0" } + "tezos-base" { = version } + "tezos-client-base-unix" { = version } + "tezos-client-base" { = version } + "tezos-clic" { = version } + "tezos-stdlib-unix" { = version } + "tezos-event-logging" { = version } + "tezos-signer-services" { = version } +] +depopts: [ + "tezos-client-005-PsBabyM1" + "tezos-client-006-PsCARTHA" + "tezos-client-007-PsDELPH1" + "tezos-client-008-PtEdo2Zk" + "tezos-client-009-PsFLoren" + "tezos-client-010-PtGRANAD" + "tezos-client-011-PtHangz2" + "tezos-client-012-Psithaca" + "tezos-client-013-PtJakart" + "tezos-client-014-PtKathma" + "tezos-client-015-PtLimaPt" + "tezos-client-016-PtMumbai" + "tezos-client-017-PtNairob" + "tezos-client-alpha" +] +conflicts: [ + "tezos-client-005-PsBabyM1" { != version } + "tezos-client-006-PsCARTHA" { != version } + "tezos-client-007-PsDELPH1" { != version } + "tezos-client-008-PtEdo2Zk" { != version } + "tezos-client-009-PsFLoren" { != version } + "tezos-client-010-PtGRANAD" { != version } + "tezos-client-011-PtHangz2" { != version } + "tezos-client-012-Psithaca" { != version } + "tezos-client-013-PtJakart" { != version } + "tezos-client-014-PtKathma" { != version } + "tezos-client-015-PtLimaPt" { != version } + "tezos-client-016-PtMumbai" { != version } + "tezos-client-017-PtNairob" { != version } + "tezos-client-alpha" { != version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `octez-codec` binary to encode and decode values" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/octez-codec/octez-codec.17.2/opam b/packages/octez-codec/octez-codec.17.2/opam new file mode 100644 index 000000000..0ffe53b4c --- /dev/null +++ b/packages/octez-codec/octez-codec.17.2/opam @@ -0,0 +1,68 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "data-encoding" { >= "0.7.1" & < "1.0.0" } + "tezos-base" { = version } + "tezos-client-base-unix" { = version } + "tezos-client-base" { = version } + "tezos-clic" { = version } + "tezos-stdlib-unix" { = version } + "tezos-event-logging" { = version } + "tezos-signer-services" { = version } +] +depopts: [ + "tezos-client-005-PsBabyM1" + "tezos-client-006-PsCARTHA" + "tezos-client-007-PsDELPH1" + "tezos-client-008-PtEdo2Zk" + "tezos-client-009-PsFLoren" + "tezos-client-010-PtGRANAD" + "tezos-client-011-PtHangz2" + "tezos-client-012-Psithaca" + "tezos-client-013-PtJakart" + "tezos-client-014-PtKathma" + "tezos-client-015-PtLimaPt" + "tezos-client-016-PtMumbai" + "tezos-client-017-PtNairob" + "tezos-client-alpha" +] +conflicts: [ + "tezos-client-005-PsBabyM1" { != version } + "tezos-client-006-PsCARTHA" { != version } + "tezos-client-007-PsDELPH1" { != version } + "tezos-client-008-PtEdo2Zk" { != version } + "tezos-client-009-PsFLoren" { != version } + "tezos-client-010-PtGRANAD" { != version } + "tezos-client-011-PtHangz2" { != version } + "tezos-client-012-Psithaca" { != version } + "tezos-client-013-PtJakart" { != version } + "tezos-client-014-PtKathma" { != version } + "tezos-client-015-PtLimaPt" { != version } + "tezos-client-016-PtMumbai" { != version } + "tezos-client-017-PtNairob" { != version } + "tezos-client-alpha" { != version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `octez-codec` binary to encode and decode values" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/octez-crawler/octez-crawler.17.1/opam b/packages/octez-crawler/octez-crawler.17.1/opam new file mode 100644 index 000000000..047090ee6 --- /dev/null +++ b/packages/octez-crawler/octez-crawler.17.1/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-base" { = version } + "tezos-rpc-http" { = version } + "tezos-stdlib-unix" { = version } + "tezos-client-base" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Octez: library to crawl blocks of the L1 chain" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/octez-crawler/octez-crawler.17.2/opam b/packages/octez-crawler/octez-crawler.17.2/opam new file mode 100644 index 000000000..12e32c491 --- /dev/null +++ b/packages/octez-crawler/octez-crawler.17.2/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-base" { = version } + "tezos-rpc-http" { = version } + "tezos-stdlib-unix" { = version } + "tezos-client-base" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Octez: library to crawl blocks of the L1 chain" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/octez-distributed-internal/octez-distributed-internal.17.1/opam b/packages/octez-distributed-internal/octez-distributed-internal.17.1/opam new file mode 100644 index 000000000..200df9aca --- /dev/null +++ b/packages/octez-distributed-internal/octez-distributed-internal.17.1/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "base-unix" {= "base"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Fork of distributed. Use for Octez only" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/octez-distributed-internal/octez-distributed-internal.17.2/opam b/packages/octez-distributed-internal/octez-distributed-internal.17.2/opam new file mode 100644 index 000000000..650f8b2cf --- /dev/null +++ b/packages/octez-distributed-internal/octez-distributed-internal.17.2/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "base-unix" {= "base"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Fork of distributed. Use for Octez only" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/octez-distributed-lwt-internal/octez-distributed-lwt-internal.17.1/opam b/packages/octez-distributed-lwt-internal/octez-distributed-lwt-internal.17.1/opam new file mode 100644 index 000000000..8af5f1c6e --- /dev/null +++ b/packages/octez-distributed-lwt-internal/octez-distributed-lwt-internal.17.1/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "base-unix" {= "base"} + "octez-distributed-internal" { = version } + "lwt" {>= "5.6.0" & <= "5.9.0"} + "logs" {<= "0.7.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Fork of distributed-lwt. Use for Octez only" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/octez-distributed-lwt-internal/octez-distributed-lwt-internal.17.2/opam b/packages/octez-distributed-lwt-internal/octez-distributed-lwt-internal.17.2/opam new file mode 100644 index 000000000..a53b0d359 --- /dev/null +++ b/packages/octez-distributed-lwt-internal/octez-distributed-lwt-internal.17.2/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "base-unix" {= "base"} + "octez-distributed-internal" { = version } + "lwt" {>= "5.6.0" & <= "5.9.0"} + "logs" {<= "0.7.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Fork of distributed-lwt. Use for Octez only" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/octez-injector/octez-injector.17.1/opam b/packages/octez-injector/octez-injector.17.1/opam new file mode 100644 index 000000000..c06d3e7c2 --- /dev/null +++ b/packages/octez-injector/octez-injector.17.1/opam @@ -0,0 +1,37 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-base" { = version } + "logs" {<= "0.7.0"} + "tezos-stdlib-unix" { = version } + "tezos-crypto" { = version } + "tezos-micheline" { = version } + "tezos-client-base" { = version } + "tezos-workers" { = version } + "tezos-shell" { = version } + "octez-crawler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Octez: library for building injectors" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/octez-injector/octez-injector.17.2/opam b/packages/octez-injector/octez-injector.17.2/opam new file mode 100644 index 000000000..a9bac36a1 --- /dev/null +++ b/packages/octez-injector/octez-injector.17.2/opam @@ -0,0 +1,37 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-base" { = version } + "logs" {<= "0.7.0"} + "tezos-stdlib-unix" { = version } + "tezos-crypto" { = version } + "tezos-micheline" { = version } + "tezos-client-base" { = version } + "tezos-workers" { = version } + "tezos-shell" { = version } + "octez-crawler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Octez: library for building injectors" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/octez-mec/octez-mec.17.1/opam b/packages/octez-mec/octez-mec.17.1/opam new file mode 100644 index 000000000..b66414c6f --- /dev/null +++ b/packages/octez-mec/octez-mec.17.1/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "alcotest" {>= "1.5.0" & <= "1.8.0"} + "bls12-381" { >= "6.1.0" & < "6.2.0" } + "bigarray-compat" {<= "1.1.0"} + "eqaf" {<= "0.10"} + "tezt" {with-test & >= "3.1.0" & <= "4.1.0"} + "octez-alcotezt" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Modular Experimental Cryptography library" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/octez-mec/octez-mec.17.2/opam b/packages/octez-mec/octez-mec.17.2/opam new file mode 100644 index 000000000..5dcdf0281 --- /dev/null +++ b/packages/octez-mec/octez-mec.17.2/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "alcotest" {>= "1.5.0" & <= "1.8.0"} + "bls12-381" { >= "6.1.0" & < "6.2.0" } + "bigarray-compat" {<= "1.1.0"} + "eqaf" {<= "0.10"} + "tezt" {with-test & >= "3.1.0" & <= "4.1.0"} + "octez-alcotezt" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Modular Experimental Cryptography library" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/octez-node-config/octez-node-config.17.1/opam b/packages/octez-node-config/octez-node-config.17.1/opam new file mode 100644 index 000000000..f9b740186 --- /dev/null +++ b/packages/octez-node-config/octez-node-config.17.1/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-base" { = version } + "tezos-stdlib-unix" { = version } + "tezos-shell-services" { = version } + "tezos-rpc-http" { = version } + "tezos-rpc-http-server" { = version } + "tezos-context" { = version } + "tezos-store" { = version } + "tezos-validation" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Octez: `octez-node-config` library" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/octez-node-config/octez-node-config.17.2/opam b/packages/octez-node-config/octez-node-config.17.2/opam new file mode 100644 index 000000000..63ab5c0b0 --- /dev/null +++ b/packages/octez-node-config/octez-node-config.17.2/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-base" { = version } + "tezos-stdlib-unix" { = version } + "tezos-shell-services" { = version } + "tezos-rpc-http" { = version } + "tezos-rpc-http-server" { = version } + "tezos-context" { = version } + "tezos-store" { = version } + "tezos-validation" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Octez: `octez-node-config` library" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/octez-node/octez-node.15.0/opam b/packages/octez-node/octez-node.15.0/opam new file mode 100644 index 000000000..838dab1c7 --- /dev/null +++ b/packages/octez-node/octez-node.15.0/opam @@ -0,0 +1,111 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-version" { = version } + "tezos-stdlib-unix" { = version } + "tezos-shell-services" { = version } + "tezos-rpc-http" { = version } + "tezos-rpc-http-server" { = version } + "tezos-p2p" { = version } + "tezos-shell" { = version } + "tezos-store" { = version } + "tezos-context" { = version } + "octez-validator" { = version } + "tezos-validation" { = version } + "tezos-shell-context" { = version } + "tezos-workers" { = version } + "tezos-protocol-updater" { = version } + "cmdliner" {>= "1.1.0" & <= "1.3.0"} + "fmt" {>= "0.8.7" & <= "0.9.0"} + "tls" {>= "0.10" & < "1.0.0"} + "prometheus-app" {= "1.2"} + "lwt-exit" {= "1.0"} + "uri" {>= "2.2.0" & <= "4.4.0"} + "tezos-embedded-protocol-000-Ps9mPmXa" { = version } + "tezos-embedded-protocol-014-PtKathma" { = version } + "tezos-protocol-plugin-014-PtKathma-registerer" { = version } + "tezos-embedded-protocol-015-PtLimaPt" { = version } + "tezos-protocol-plugin-015-PtLimaPt-registerer" { = version } +] +depopts: [ + "tezos-embedded-protocol-genesis" + "tezos-embedded-protocol-demo-noops" + "tezos-embedded-protocol-demo-counter" + "tezos-embedded-protocol-001-PtCJ7pwo" + "tezos-embedded-protocol-002-PsYLVpVv" + "tezos-embedded-protocol-003-PsddFKi3" + "tezos-embedded-protocol-004-Pt24m4xi" + "tezos-embedded-protocol-005-PsBABY5H" + "tezos-embedded-protocol-005-PsBabyM1" + "tezos-embedded-protocol-006-PsCARTHA" + "tezos-embedded-protocol-007-PsDELPH1" + "tezos-protocol-plugin-007-PsDELPH1-registerer" + "tezos-embedded-protocol-008-PtEdoTez" + "tezos-embedded-protocol-008-PtEdo2Zk" + "tezos-protocol-plugin-008-PtEdo2Zk-registerer" + "tezos-embedded-protocol-009-PsFLoren" + "tezos-protocol-plugin-009-PsFLoren-registerer" + "tezos-embedded-protocol-010-PtGRANAD" + "tezos-protocol-plugin-010-PtGRANAD-registerer" + "tezos-embedded-protocol-011-PtHangz2" + "tezos-protocol-plugin-011-PtHangz2-registerer" + "tezos-embedded-protocol-012-Psithaca" + "tezos-protocol-plugin-012-Psithaca-registerer" + "tezos-embedded-protocol-013-PtJakart" + "tezos-protocol-plugin-013-PtJakart-registerer" + "tezos-embedded-protocol-alpha" + "tezos-protocol-plugin-alpha-registerer" +] +conflicts: [ + "tezos-embedded-protocol-genesis" { != version } + "tezos-embedded-protocol-demo-noops" { != version } + "tezos-embedded-protocol-demo-counter" { != version } + "tezos-embedded-protocol-001-PtCJ7pwo" { != version } + "tezos-embedded-protocol-002-PsYLVpVv" { != version } + "tezos-embedded-protocol-003-PsddFKi3" { != version } + "tezos-embedded-protocol-004-Pt24m4xi" { != version } + "tezos-embedded-protocol-005-PsBABY5H" { != version } + "tezos-embedded-protocol-005-PsBabyM1" { != version } + "tezos-embedded-protocol-006-PsCARTHA" { != version } + "tezos-embedded-protocol-007-PsDELPH1" { != version } + "tezos-protocol-plugin-007-PsDELPH1-registerer" { != version } + "tezos-embedded-protocol-008-PtEdoTez" { != version } + "tezos-embedded-protocol-008-PtEdo2Zk" { != version } + "tezos-protocol-plugin-008-PtEdo2Zk-registerer" { != version } + "tezos-embedded-protocol-009-PsFLoren" { != version } + "tezos-protocol-plugin-009-PsFLoren-registerer" { != version } + "tezos-embedded-protocol-010-PtGRANAD" { != version } + "tezos-protocol-plugin-010-PtGRANAD-registerer" { != version } + "tezos-embedded-protocol-011-PtHangz2" { != version } + "tezos-protocol-plugin-011-PtHangz2-registerer" { != version } + "tezos-embedded-protocol-012-Psithaca" { != version } + "tezos-protocol-plugin-012-Psithaca-registerer" { != version } + "tezos-embedded-protocol-013-PtJakart" { != version } + "tezos-protocol-plugin-013-PtJakart-registerer" { != version } + "tezos-embedded-protocol-alpha" { != version } + "tezos-protocol-plugin-alpha-registerer" { != version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `octez-node` binary" +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/octez-node/octez-node.15.1/opam b/packages/octez-node/octez-node.15.1/opam new file mode 100644 index 000000000..8a88a96d1 --- /dev/null +++ b/packages/octez-node/octez-node.15.1/opam @@ -0,0 +1,112 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-version" { = version } + "tezos-stdlib-unix" { = version } + "tezos-shell-services" { = version } + "tezos-rpc-http" { = version } + "tezos-rpc-http-server" { = version } + "tezos-p2p" { = version } + "tezos-shell" { = version } + "tezos-store" { = version } + "tezos-context" { = version } + "octez-validator" { = version } + "tezos-validation" { = version } + "tezos-shell-context" { = version } + "tezos-workers" { = version } + "tezos-protocol-updater" { = version } + "cmdliner" {>= "1.1.0" & <= "1.3.0"} + "fmt" {>= "0.8.7" & <= "0.9.0"} + "tls" {>= "0.10" & < "1.0.0"} + "prometheus-app" {= "1.2"} + "lwt-exit" {= "1.0"} + "uri" {>= "2.2.0" & <= "4.4.0"} + "tezos-embedded-protocol-000-Ps9mPmXa" { = version } + "tezos-embedded-protocol-014-PtKathma" { = version } + "tezos-protocol-plugin-014-PtKathma-registerer" { = version } + "tezos-embedded-protocol-015-PtLimaPt" { = version } + "tezos-protocol-plugin-015-PtLimaPt-registerer" { = version } +] +depopts: [ + "tezos-embedded-protocol-genesis" + "tezos-embedded-protocol-demo-noops" + "tezos-embedded-protocol-demo-counter" + "tezos-embedded-protocol-001-PtCJ7pwo" + "tezos-embedded-protocol-002-PsYLVpVv" + "tezos-embedded-protocol-003-PsddFKi3" + "tezos-embedded-protocol-004-Pt24m4xi" + "tezos-embedded-protocol-005-PsBABY5H" + "tezos-embedded-protocol-005-PsBabyM1" + "tezos-embedded-protocol-006-PsCARTHA" + "tezos-embedded-protocol-007-PsDELPH1" + "tezos-protocol-plugin-007-PsDELPH1-registerer" + "tezos-embedded-protocol-008-PtEdoTez" + "tezos-embedded-protocol-008-PtEdo2Zk" + "tezos-protocol-plugin-008-PtEdo2Zk-registerer" + "tezos-embedded-protocol-009-PsFLoren" + "tezos-protocol-plugin-009-PsFLoren-registerer" + "tezos-embedded-protocol-010-PtGRANAD" + "tezos-protocol-plugin-010-PtGRANAD-registerer" + "tezos-embedded-protocol-011-PtHangz2" + "tezos-protocol-plugin-011-PtHangz2-registerer" + "tezos-embedded-protocol-012-Psithaca" + "tezos-protocol-plugin-012-Psithaca-registerer" + "tezos-embedded-protocol-013-PtJakart" + "tezos-protocol-plugin-013-PtJakart-registerer" + "tezos-embedded-protocol-alpha" + "tezos-protocol-plugin-alpha-registerer" +] +conflicts: [ + "tezos-embedded-protocol-genesis" { != version } + "tezos-embedded-protocol-demo-noops" { != version } + "tezos-embedded-protocol-demo-counter" { != version } + "tezos-embedded-protocol-001-PtCJ7pwo" { != version } + "tezos-embedded-protocol-002-PsYLVpVv" { != version } + "tezos-embedded-protocol-003-PsddFKi3" { != version } + "tezos-embedded-protocol-004-Pt24m4xi" { != version } + "tezos-embedded-protocol-005-PsBABY5H" { != version } + "tezos-embedded-protocol-005-PsBabyM1" { != version } + "tezos-embedded-protocol-006-PsCARTHA" { != version } + "tezos-embedded-protocol-007-PsDELPH1" { != version } + "tezos-protocol-plugin-007-PsDELPH1-registerer" { != version } + "tezos-embedded-protocol-008-PtEdoTez" { != version } + "tezos-embedded-protocol-008-PtEdo2Zk" { != version } + "tezos-protocol-plugin-008-PtEdo2Zk-registerer" { != version } + "tezos-embedded-protocol-009-PsFLoren" { != version } + "tezos-protocol-plugin-009-PsFLoren-registerer" { != version } + "tezos-embedded-protocol-010-PtGRANAD" { != version } + "tezos-protocol-plugin-010-PtGRANAD-registerer" { != version } + "tezos-embedded-protocol-011-PtHangz2" { != version } + "tezos-protocol-plugin-011-PtHangz2-registerer" { != version } + "tezos-embedded-protocol-012-Psithaca" { != version } + "tezos-protocol-plugin-012-Psithaca-registerer" { != version } + "tezos-embedded-protocol-013-PtJakart" { != version } + "tezos-protocol-plugin-013-PtJakart-registerer" { != version } + "tezos-embedded-protocol-alpha" { != version } + "tezos-protocol-plugin-alpha-registerer" { != version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `octez-node` binary" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/octez-node/octez-node.17.1/opam b/packages/octez-node/octez-node.17.1/opam new file mode 100644 index 000000000..b47963cd1 --- /dev/null +++ b/packages/octez-node/octez-node.17.1/opam @@ -0,0 +1,120 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-base" { = version } + "tezos-version" { = version } + "octez-node-config" { = version } + "tezos-stdlib-unix" { = version } + "tezos-shell-services" { = version } + "tezos-rpc-http" { = version } + "tezos-rpc-http-server" { = version } + "tezos-p2p" { = version } + "tezos-shell" { = version } + "tezos-store" { = version } + "tezos-context" { = version } + "tezos-validation" { = version } + "tezos-shell-context" { = version } + "tezos-workers" { = version } + "tezos-protocol-updater" { = version } + "cmdliner" {>= "1.1.0" & <= "1.3.0"} + "fmt" {>= "0.8.7" & <= "0.9.0"} + "tls-lwt" {>= "0.16.0" & < "1.0.0"} + "prometheus-app" {= "1.2"} + "lwt-exit" {= "1.0"} + "uri" {>= "3.1.0" & <= "4.4.0"} + "tezos-embedded-protocol-000-Ps9mPmXa" { = version } + "tezos-embedded-protocol-016-PtMumbai" { = version } + "tezos-protocol-plugin-016-PtMumbai-registerer" { = version } + "tezos-embedded-protocol-017-PtNairob" { = version } + "tezos-protocol-plugin-017-PtNairob-registerer" { = version } +] +depopts: [ + "tezos-embedded-protocol-genesis" + "tezos-embedded-protocol-demo-noops" + "tezos-embedded-protocol-demo-counter" + "tezos-embedded-protocol-001-PtCJ7pwo" + "tezos-embedded-protocol-002-PsYLVpVv" + "tezos-embedded-protocol-003-PsddFKi3" + "tezos-embedded-protocol-004-Pt24m4xi" + "tezos-embedded-protocol-005-PsBABY5H" + "tezos-embedded-protocol-005-PsBabyM1" + "tezos-embedded-protocol-006-PsCARTHA" + "tezos-embedded-protocol-007-PsDELPH1" + "tezos-protocol-plugin-007-PsDELPH1-registerer" + "tezos-embedded-protocol-008-PtEdoTez" + "tezos-embedded-protocol-008-PtEdo2Zk" + "tezos-protocol-plugin-008-PtEdo2Zk-registerer" + "tezos-embedded-protocol-009-PsFLoren" + "tezos-protocol-plugin-009-PsFLoren-registerer" + "tezos-embedded-protocol-010-PtGRANAD" + "tezos-protocol-plugin-010-PtGRANAD-registerer" + "tezos-embedded-protocol-011-PtHangz2" + "tezos-protocol-plugin-011-PtHangz2-registerer" + "tezos-embedded-protocol-012-Psithaca" + "tezos-protocol-plugin-012-Psithaca-registerer" + "tezos-embedded-protocol-013-PtJakart" + "tezos-protocol-plugin-013-PtJakart-registerer" + "tezos-embedded-protocol-014-PtKathma" + "tezos-protocol-plugin-014-PtKathma-registerer" + "tezos-embedded-protocol-015-PtLimaPt" + "tezos-protocol-plugin-015-PtLimaPt-registerer" + "tezos-embedded-protocol-alpha" + "tezos-protocol-plugin-alpha-registerer" +] +conflicts: [ + "tezos-embedded-protocol-genesis" { != version } + "tezos-embedded-protocol-demo-noops" { != version } + "tezos-embedded-protocol-demo-counter" { != version } + "tezos-embedded-protocol-001-PtCJ7pwo" { != version } + "tezos-embedded-protocol-002-PsYLVpVv" { != version } + "tezos-embedded-protocol-003-PsddFKi3" { != version } + "tezos-embedded-protocol-004-Pt24m4xi" { != version } + "tezos-embedded-protocol-005-PsBABY5H" { != version } + "tezos-embedded-protocol-005-PsBabyM1" { != version } + "tezos-embedded-protocol-006-PsCARTHA" { != version } + "tezos-embedded-protocol-007-PsDELPH1" { != version } + "tezos-protocol-plugin-007-PsDELPH1-registerer" { != version } + "tezos-embedded-protocol-008-PtEdoTez" { != version } + "tezos-embedded-protocol-008-PtEdo2Zk" { != version } + "tezos-protocol-plugin-008-PtEdo2Zk-registerer" { != version } + "tezos-embedded-protocol-009-PsFLoren" { != version } + "tezos-protocol-plugin-009-PsFLoren-registerer" { != version } + "tezos-embedded-protocol-010-PtGRANAD" { != version } + "tezos-protocol-plugin-010-PtGRANAD-registerer" { != version } + "tezos-embedded-protocol-011-PtHangz2" { != version } + "tezos-protocol-plugin-011-PtHangz2-registerer" { != version } + "tezos-embedded-protocol-012-Psithaca" { != version } + "tezos-protocol-plugin-012-Psithaca-registerer" { != version } + "tezos-embedded-protocol-013-PtJakart" { != version } + "tezos-protocol-plugin-013-PtJakart-registerer" { != version } + "tezos-embedded-protocol-014-PtKathma" { != version } + "tezos-protocol-plugin-014-PtKathma-registerer" { != version } + "tezos-embedded-protocol-015-PtLimaPt" { != version } + "tezos-protocol-plugin-015-PtLimaPt-registerer" { != version } + "tezos-embedded-protocol-alpha" { != version } + "tezos-protocol-plugin-alpha-registerer" { != version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `octez-node` binary" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/octez-node/octez-node.17.2/opam b/packages/octez-node/octez-node.17.2/opam new file mode 100644 index 000000000..228ed4e4e --- /dev/null +++ b/packages/octez-node/octez-node.17.2/opam @@ -0,0 +1,120 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-base" { = version } + "tezos-version" { = version } + "octez-node-config" { = version } + "tezos-stdlib-unix" { = version } + "tezos-shell-services" { = version } + "tezos-rpc-http" { = version } + "tezos-rpc-http-server" { = version } + "tezos-p2p" { = version } + "tezos-shell" { = version } + "tezos-store" { = version } + "tezos-context" { = version } + "tezos-validation" { = version } + "tezos-shell-context" { = version } + "tezos-workers" { = version } + "tezos-protocol-updater" { = version } + "cmdliner" {>= "1.1.0" & <= "1.3.0"} + "fmt" {>= "0.8.7" & <= "0.9.0"} + "tls-lwt" {>= "0.16.0" & < "1.0.0"} + "prometheus-app" {= "1.2"} + "lwt-exit" {= "1.0"} + "uri" {>= "3.1.0" & <= "4.4.0"} + "tezos-embedded-protocol-000-Ps9mPmXa" { = version } + "tezos-embedded-protocol-016-PtMumbai" { = version } + "tezos-protocol-plugin-016-PtMumbai-registerer" { = version } + "tezos-embedded-protocol-017-PtNairob" { = version } + "tezos-protocol-plugin-017-PtNairob-registerer" { = version } +] +depopts: [ + "tezos-embedded-protocol-genesis" + "tezos-embedded-protocol-demo-noops" + "tezos-embedded-protocol-demo-counter" + "tezos-embedded-protocol-001-PtCJ7pwo" + "tezos-embedded-protocol-002-PsYLVpVv" + "tezos-embedded-protocol-003-PsddFKi3" + "tezos-embedded-protocol-004-Pt24m4xi" + "tezos-embedded-protocol-005-PsBABY5H" + "tezos-embedded-protocol-005-PsBabyM1" + "tezos-embedded-protocol-006-PsCARTHA" + "tezos-embedded-protocol-007-PsDELPH1" + "tezos-protocol-plugin-007-PsDELPH1-registerer" + "tezos-embedded-protocol-008-PtEdoTez" + "tezos-embedded-protocol-008-PtEdo2Zk" + "tezos-protocol-plugin-008-PtEdo2Zk-registerer" + "tezos-embedded-protocol-009-PsFLoren" + "tezos-protocol-plugin-009-PsFLoren-registerer" + "tezos-embedded-protocol-010-PtGRANAD" + "tezos-protocol-plugin-010-PtGRANAD-registerer" + "tezos-embedded-protocol-011-PtHangz2" + "tezos-protocol-plugin-011-PtHangz2-registerer" + "tezos-embedded-protocol-012-Psithaca" + "tezos-protocol-plugin-012-Psithaca-registerer" + "tezos-embedded-protocol-013-PtJakart" + "tezos-protocol-plugin-013-PtJakart-registerer" + "tezos-embedded-protocol-014-PtKathma" + "tezos-protocol-plugin-014-PtKathma-registerer" + "tezos-embedded-protocol-015-PtLimaPt" + "tezos-protocol-plugin-015-PtLimaPt-registerer" + "tezos-embedded-protocol-alpha" + "tezos-protocol-plugin-alpha-registerer" +] +conflicts: [ + "tezos-embedded-protocol-genesis" { != version } + "tezos-embedded-protocol-demo-noops" { != version } + "tezos-embedded-protocol-demo-counter" { != version } + "tezos-embedded-protocol-001-PtCJ7pwo" { != version } + "tezos-embedded-protocol-002-PsYLVpVv" { != version } + "tezos-embedded-protocol-003-PsddFKi3" { != version } + "tezos-embedded-protocol-004-Pt24m4xi" { != version } + "tezos-embedded-protocol-005-PsBABY5H" { != version } + "tezos-embedded-protocol-005-PsBabyM1" { != version } + "tezos-embedded-protocol-006-PsCARTHA" { != version } + "tezos-embedded-protocol-007-PsDELPH1" { != version } + "tezos-protocol-plugin-007-PsDELPH1-registerer" { != version } + "tezos-embedded-protocol-008-PtEdoTez" { != version } + "tezos-embedded-protocol-008-PtEdo2Zk" { != version } + "tezos-protocol-plugin-008-PtEdo2Zk-registerer" { != version } + "tezos-embedded-protocol-009-PsFLoren" { != version } + "tezos-protocol-plugin-009-PsFLoren-registerer" { != version } + "tezos-embedded-protocol-010-PtGRANAD" { != version } + "tezos-protocol-plugin-010-PtGRANAD-registerer" { != version } + "tezos-embedded-protocol-011-PtHangz2" { != version } + "tezos-protocol-plugin-011-PtHangz2-registerer" { != version } + "tezos-embedded-protocol-012-Psithaca" { != version } + "tezos-protocol-plugin-012-Psithaca-registerer" { != version } + "tezos-embedded-protocol-013-PtJakart" { != version } + "tezos-protocol-plugin-013-PtJakart-registerer" { != version } + "tezos-embedded-protocol-014-PtKathma" { != version } + "tezos-protocol-plugin-014-PtKathma-registerer" { != version } + "tezos-embedded-protocol-015-PtLimaPt" { != version } + "tezos-protocol-plugin-015-PtLimaPt-registerer" { != version } + "tezos-embedded-protocol-alpha" { != version } + "tezos-protocol-plugin-alpha-registerer" { != version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `octez-node` binary" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/octez-plompiler/octez-plompiler.17.1/opam b/packages/octez-plompiler/octez-plompiler.17.1/opam new file mode 100644 index 000000000..b1a1d6d6a --- /dev/null +++ b/packages/octez-plompiler/octez-plompiler.17.1/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "ppx_repr" {>= "0.6.0" & <= "0.7.0"} + "ppx_deriving" {<= "6.0.3"} + "repr" {<= "0.7.0"} + "stdint" {<= "0.7.2"} + "hacl-star" {>= "0.7.0" & < "0.8" & <= "0.3.0-1"} + "octez-bls12-381-hash" { = version } + "octez-polynomial" { = version } + "octez-mec" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Library to write arithmetic circuits for Plonk" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/octez-plompiler/octez-plompiler.17.2/opam b/packages/octez-plompiler/octez-plompiler.17.2/opam new file mode 100644 index 000000000..ae11b9a03 --- /dev/null +++ b/packages/octez-plompiler/octez-plompiler.17.2/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "ppx_repr" {>= "0.6.0" & <= "0.7.0"} + "ppx_deriving" {<= "6.0.3"} + "repr" {<= "0.7.0"} + "stdint" {<= "0.7.2"} + "hacl-star" {>= "0.7.0" & < "0.8" & <= "0.3.0-1"} + "octez-bls12-381-hash" { = version } + "octez-polynomial" { = version } + "octez-mec" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Library to write arithmetic circuits for Plonk" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/octez-plonk/octez-plonk.17.1/opam b/packages/octez-plonk/octez-plonk.17.1/opam new file mode 100644 index 000000000..c8c1a69ac --- /dev/null +++ b/packages/octez-plonk/octez-plonk.17.1/opam @@ -0,0 +1,38 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "ppx_repr" {>= "0.6.0" & <= "0.7.0"} + "repr" {<= "0.7.0"} + "hacl-star" {>= "0.7.0" & < "0.8" & <= "0.3.0-1"} + "data-encoding" { >= "0.7.1" & < "1.0.0" } + "octez-bls12-381-polynomial" { = version } + "octez-plompiler" { = version } + "logs" {<= "0.7.0"} + "octez-distributed-lwt-internal" { = version } + "qcheck-alcotest" {>= "0.20" & <= "0.23"} + "bls12-381" { >= "6.1.0" & < "6.2.0" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Plonk zero-knowledge proving system" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/octez-plonk/octez-plonk.17.2/opam b/packages/octez-plonk/octez-plonk.17.2/opam new file mode 100644 index 000000000..67fe34c79 --- /dev/null +++ b/packages/octez-plonk/octez-plonk.17.2/opam @@ -0,0 +1,38 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "ppx_repr" {>= "0.6.0" & <= "0.7.0"} + "repr" {<= "0.7.0"} + "hacl-star" {>= "0.7.0" & < "0.8" & <= "0.3.0-1"} + "data-encoding" { >= "0.7.1" & < "1.0.0" } + "octez-bls12-381-polynomial" { = version } + "octez-plompiler" { = version } + "logs" {<= "0.7.0"} + "octez-distributed-lwt-internal" { = version } + "qcheck-alcotest" {>= "0.20" & <= "0.23"} + "bls12-381" { >= "6.1.0" & < "6.2.0" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Plonk zero-knowledge proving system" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/octez-polynomial/octez-polynomial.17.1/opam b/packages/octez-polynomial/octez-polynomial.17.1/opam new file mode 100644 index 000000000..90dd3bc7a --- /dev/null +++ b/packages/octez-polynomial/octez-polynomial.17.1/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "bls12-381" { >= "6.1.0" & < "6.2.0" } + "bisect_ppx" {>= "2.7.0" & <= "2.8.3"} + "zarith" { >= "1.12" & < "1.13" } + "tezt" {with-test & >= "3.1.0" & <= "4.1.0"} + "octez-mec" { with-test & = version } + "octez-alcotezt" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Polynomials over finite fields" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/octez-polynomial/octez-polynomial.17.2/opam b/packages/octez-polynomial/octez-polynomial.17.2/opam new file mode 100644 index 000000000..f0bcf7643 --- /dev/null +++ b/packages/octez-polynomial/octez-polynomial.17.2/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "bls12-381" { >= "6.1.0" & < "6.2.0" } + "bisect_ppx" {>= "2.7.0" & <= "2.8.3"} + "zarith" { >= "1.12" & < "1.13" } + "tezt" {with-test & >= "3.1.0" & <= "4.1.0"} + "octez-mec" { with-test & = version } + "octez-alcotezt" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Polynomials over finite fields" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/octez-protocol-compiler/octez-protocol-compiler.15.0/opam b/packages/octez-protocol-compiler/octez-protocol-compiler.15.0/opam new file mode 100644 index 000000000..2046c1909 --- /dev/null +++ b/packages/octez-protocol-compiler/octez-protocol-compiler.15.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-stdlib-unix" { = version } + "tezos-version" { = version } + "tezos-protocol-environment" { = version } + "lwt" {>= "5.6.0" & <= "5.9.0"} + "ocp-ocamlres" {= "0.4"} + "base-unix" {= "base"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: economic-protocol compiler" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/octez-protocol-compiler/octez-protocol-compiler.15.1/opam b/packages/octez-protocol-compiler/octez-protocol-compiler.15.1/opam new file mode 100644 index 000000000..58de528b1 --- /dev/null +++ b/packages/octez-protocol-compiler/octez-protocol-compiler.15.1/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-environment" { = version } + "tezos-version" { = version } + "tezos-stdlib-unix" { = version } + "lwt" {>= "5.6.0" & <= "5.9.0"} + "ocp-ocamlres" {= "0.4"} + "base-unix" {= "base"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: economic-protocol compiler" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/octez-protocol-compiler/octez-protocol-compiler.17.1/opam b/packages/octez-protocol-compiler/octez-protocol-compiler.17.1/opam new file mode 100644 index 000000000..16f36d73b --- /dev/null +++ b/packages/octez-protocol-compiler/octez-protocol-compiler.17.1/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-base" { = version } + "tezos-protocol-environment" { = version } + "tezos-version" { = version } + "tezos-stdlib-unix" { = version } + "lwt" {>= "5.6.0" & <= "5.9.0"} + "ocp-ocamlres" {= "0.4"} + "base-unix" {= "base"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: economic-protocol compiler" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/octez-protocol-compiler/octez-protocol-compiler.17.2/opam b/packages/octez-protocol-compiler/octez-protocol-compiler.17.2/opam new file mode 100644 index 000000000..9bc22e7be --- /dev/null +++ b/packages/octez-protocol-compiler/octez-protocol-compiler.17.2/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-base" { = version } + "tezos-protocol-environment" { = version } + "tezos-version" { = version } + "tezos-stdlib-unix" { = version } + "lwt" {>= "5.6.0" & <= "5.9.0"} + "ocp-ocamlres" {= "0.4"} + "base-unix" {= "base"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: economic-protocol compiler" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/octez-proxy-server/octez-proxy-server.15.0/opam b/packages/octez-proxy-server/octez-proxy-server.15.0/opam new file mode 100644 index 000000000..538da7fba --- /dev/null +++ b/packages/octez-proxy-server/octez-proxy-server.15.0/opam @@ -0,0 +1,102 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-stdlib-unix" { = version } + "cmdliner" {>= "1.1.0" & <= "1.3.0"} + "lwt-exit" {= "1.0"} + "lwt" {>= "5.6.0" & <= "5.9.0"} + "tezos-proxy" { = version } + "tezos-proxy-server-config" { = version } + "tezos-rpc-http-client-unix" { = version } + "tezos-rpc-http-server" { = version } + "tezos-shell-services" { = version } + "tezos-shell-context" { = version } + "tezos-version" { = version } + "uri" {>= "2.2.0" & <= "4.4.0"} +] +depopts: [ + "tezos-client-genesis" + "tezos-client-demo-counter" + "tezos-client-000-Ps9mPmXa" + "tezos-client-001-PtCJ7pwo" + "tezos-client-002-PsYLVpVv" + "tezos-client-003-PsddFKi3" + "tezos-client-004-Pt24m4xi" + "tezos-client-005-PsBabyM1" + "tezos-client-006-PsCARTHA" + "tezos-client-007-PsDELPH1" + "tezos-protocol-plugin-007-PsDELPH1" + "tezos-client-008-PtEdo2Zk" + "tezos-protocol-plugin-008-PtEdo2Zk" + "tezos-client-009-PsFLoren" + "tezos-protocol-plugin-009-PsFLoren" + "tezos-client-010-PtGRANAD" + "tezos-protocol-plugin-010-PtGRANAD" + "tezos-client-011-PtHangz2" + "tezos-protocol-plugin-011-PtHangz2" + "tezos-client-012-Psithaca" + "tezos-protocol-plugin-012-Psithaca" + "tezos-client-013-PtJakart" + "tezos-protocol-plugin-013-PtJakart" + "tezos-client-014-PtKathma" + "tezos-protocol-plugin-014-PtKathma" + "tezos-client-015-PtLimaPt" + "tezos-protocol-plugin-015-PtLimaPt" + "tezos-client-alpha" + "tezos-protocol-plugin-alpha" +] +conflicts: [ + "tezos-client-genesis" { != version } + "tezos-client-demo-counter" { != version } + "tezos-client-000-Ps9mPmXa" { != version } + "tezos-client-001-PtCJ7pwo" { != version } + "tezos-client-002-PsYLVpVv" { != version } + "tezos-client-003-PsddFKi3" { != version } + "tezos-client-004-Pt24m4xi" { != version } + "tezos-client-005-PsBabyM1" { != version } + "tezos-client-006-PsCARTHA" { != version } + "tezos-client-007-PsDELPH1" { != version } + "tezos-protocol-plugin-007-PsDELPH1" { != version } + "tezos-client-008-PtEdo2Zk" { != version } + "tezos-protocol-plugin-008-PtEdo2Zk" { != version } + "tezos-client-009-PsFLoren" { != version } + "tezos-protocol-plugin-009-PsFLoren" { != version } + "tezos-client-010-PtGRANAD" { != version } + "tezos-protocol-plugin-010-PtGRANAD" { != version } + "tezos-client-011-PtHangz2" { != version } + "tezos-protocol-plugin-011-PtHangz2" { != version } + "tezos-client-012-Psithaca" { != version } + "tezos-protocol-plugin-012-Psithaca" { != version } + "tezos-client-013-PtJakart" { != version } + "tezos-protocol-plugin-013-PtJakart" { != version } + "tezos-client-014-PtKathma" { != version } + "tezos-protocol-plugin-014-PtKathma" { != version } + "tezos-client-015-PtLimaPt" { != version } + "tezos-protocol-plugin-015-PtLimaPt" { != version } + "tezos-client-alpha" { != version } + "tezos-protocol-plugin-alpha" { != version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Octez: `octez-proxy-server` binary" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/octez-proxy-server/octez-proxy-server.15.1/opam b/packages/octez-proxy-server/octez-proxy-server.15.1/opam new file mode 100644 index 000000000..f63115092 --- /dev/null +++ b/packages/octez-proxy-server/octez-proxy-server.15.1/opam @@ -0,0 +1,102 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-stdlib-unix" { = version } + "cmdliner" {>= "1.1.0" & <= "1.3.0"} + "lwt-exit" {= "1.0"} + "lwt" {>= "5.6.0" & <= "5.9.0"} + "tezos-proxy" { = version } + "tezos-proxy-server-config" { = version } + "tezos-rpc-http-client-unix" { = version } + "tezos-rpc-http-server" { = version } + "tezos-shell-services" { = version } + "tezos-shell-context" { = version } + "tezos-version" { = version } + "uri" {>= "2.2.0" & <= "4.4.0"} +] +depopts: [ + "tezos-client-genesis" + "tezos-client-demo-counter" + "tezos-client-000-Ps9mPmXa" + "tezos-client-001-PtCJ7pwo" + "tezos-client-002-PsYLVpVv" + "tezos-client-003-PsddFKi3" + "tezos-client-004-Pt24m4xi" + "tezos-client-005-PsBabyM1" + "tezos-client-006-PsCARTHA" + "tezos-client-007-PsDELPH1" + "tezos-protocol-plugin-007-PsDELPH1" + "tezos-client-008-PtEdo2Zk" + "tezos-protocol-plugin-008-PtEdo2Zk" + "tezos-client-009-PsFLoren" + "tezos-protocol-plugin-009-PsFLoren" + "tezos-client-010-PtGRANAD" + "tezos-protocol-plugin-010-PtGRANAD" + "tezos-client-011-PtHangz2" + "tezos-protocol-plugin-011-PtHangz2" + "tezos-client-012-Psithaca" + "tezos-protocol-plugin-012-Psithaca" + "tezos-client-013-PtJakart" + "tezos-protocol-plugin-013-PtJakart" + "tezos-client-014-PtKathma" + "tezos-protocol-plugin-014-PtKathma" + "tezos-client-015-PtLimaPt" + "tezos-protocol-plugin-015-PtLimaPt" + "tezos-client-alpha" + "tezos-protocol-plugin-alpha" +] +conflicts: [ + "tezos-client-genesis" { != version } + "tezos-client-demo-counter" { != version } + "tezos-client-000-Ps9mPmXa" { != version } + "tezos-client-001-PtCJ7pwo" { != version } + "tezos-client-002-PsYLVpVv" { != version } + "tezos-client-003-PsddFKi3" { != version } + "tezos-client-004-Pt24m4xi" { != version } + "tezos-client-005-PsBabyM1" { != version } + "tezos-client-006-PsCARTHA" { != version } + "tezos-client-007-PsDELPH1" { != version } + "tezos-protocol-plugin-007-PsDELPH1" { != version } + "tezos-client-008-PtEdo2Zk" { != version } + "tezos-protocol-plugin-008-PtEdo2Zk" { != version } + "tezos-client-009-PsFLoren" { != version } + "tezos-protocol-plugin-009-PsFLoren" { != version } + "tezos-client-010-PtGRANAD" { != version } + "tezos-protocol-plugin-010-PtGRANAD" { != version } + "tezos-client-011-PtHangz2" { != version } + "tezos-protocol-plugin-011-PtHangz2" { != version } + "tezos-client-012-Psithaca" { != version } + "tezos-protocol-plugin-012-Psithaca" { != version } + "tezos-client-013-PtJakart" { != version } + "tezos-protocol-plugin-013-PtJakart" { != version } + "tezos-client-014-PtKathma" { != version } + "tezos-protocol-plugin-014-PtKathma" { != version } + "tezos-client-015-PtLimaPt" { != version } + "tezos-protocol-plugin-015-PtLimaPt" { != version } + "tezos-client-alpha" { != version } + "tezos-protocol-plugin-alpha" { != version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Octez: `octez-proxy-server` binary" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/octez-proxy-server/octez-proxy-server.17.1/opam b/packages/octez-proxy-server/octez-proxy-server.17.1/opam new file mode 100644 index 000000000..849431442 --- /dev/null +++ b/packages/octez-proxy-server/octez-proxy-server.17.1/opam @@ -0,0 +1,112 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-base" { = version } + "tezos-stdlib-unix" { = version } + "tezos-rpc" { = version } + "cmdliner" {>= "1.1.0" & <= "1.3.0"} + "lwt-exit" {= "1.0"} + "lwt" {>= "5.6.0" & <= "5.9.0"} + "tezos-proxy" { = version } + "tezos-proxy-server-config" { = version } + "tezos-rpc-http-client-unix" { = version } + "tezos-rpc-http-server" { = version } + "tezos-shell-services" { = version } + "tezos-shell-context" { = version } + "tezos-version" { = version } + "uri" {>= "3.1.0" & <= "4.4.0"} +] +depopts: [ + "tezos-client-genesis" + "tezos-client-demo-counter" + "tezos-client-000-Ps9mPmXa" + "tezos-client-001-PtCJ7pwo" + "tezos-client-002-PsYLVpVv" + "tezos-client-003-PsddFKi3" + "tezos-client-004-Pt24m4xi" + "tezos-client-005-PsBabyM1" + "tezos-client-006-PsCARTHA" + "tezos-client-007-PsDELPH1" + "tezos-protocol-plugin-007-PsDELPH1" + "tezos-client-008-PtEdo2Zk" + "tezos-protocol-plugin-008-PtEdo2Zk" + "tezos-client-009-PsFLoren" + "tezos-protocol-plugin-009-PsFLoren" + "tezos-client-010-PtGRANAD" + "tezos-protocol-plugin-010-PtGRANAD" + "tezos-client-011-PtHangz2" + "tezos-protocol-plugin-011-PtHangz2" + "tezos-client-012-Psithaca" + "tezos-protocol-plugin-012-Psithaca" + "tezos-client-013-PtJakart" + "tezos-protocol-plugin-013-PtJakart" + "tezos-client-014-PtKathma" + "tezos-protocol-plugin-014-PtKathma" + "tezos-client-015-PtLimaPt" + "tezos-protocol-plugin-015-PtLimaPt" + "tezos-client-016-PtMumbai" + "tezos-protocol-plugin-016-PtMumbai" + "tezos-client-017-PtNairob" + "tezos-protocol-plugin-017-PtNairob" + "tezos-client-alpha" + "tezos-protocol-plugin-alpha" +] +conflicts: [ + "tezos-client-genesis" { != version } + "tezos-client-demo-counter" { != version } + "tezos-client-000-Ps9mPmXa" { != version } + "tezos-client-001-PtCJ7pwo" { != version } + "tezos-client-002-PsYLVpVv" { != version } + "tezos-client-003-PsddFKi3" { != version } + "tezos-client-004-Pt24m4xi" { != version } + "tezos-client-005-PsBabyM1" { != version } + "tezos-client-006-PsCARTHA" { != version } + "tezos-client-007-PsDELPH1" { != version } + "tezos-protocol-plugin-007-PsDELPH1" { != version } + "tezos-client-008-PtEdo2Zk" { != version } + "tezos-protocol-plugin-008-PtEdo2Zk" { != version } + "tezos-client-009-PsFLoren" { != version } + "tezos-protocol-plugin-009-PsFLoren" { != version } + "tezos-client-010-PtGRANAD" { != version } + "tezos-protocol-plugin-010-PtGRANAD" { != version } + "tezos-client-011-PtHangz2" { != version } + "tezos-protocol-plugin-011-PtHangz2" { != version } + "tezos-client-012-Psithaca" { != version } + "tezos-protocol-plugin-012-Psithaca" { != version } + "tezos-client-013-PtJakart" { != version } + "tezos-protocol-plugin-013-PtJakart" { != version } + "tezos-client-014-PtKathma" { != version } + "tezos-protocol-plugin-014-PtKathma" { != version } + "tezos-client-015-PtLimaPt" { != version } + "tezos-protocol-plugin-015-PtLimaPt" { != version } + "tezos-client-016-PtMumbai" { != version } + "tezos-protocol-plugin-016-PtMumbai" { != version } + "tezos-client-017-PtNairob" { != version } + "tezos-protocol-plugin-017-PtNairob" { != version } + "tezos-client-alpha" { != version } + "tezos-protocol-plugin-alpha" { != version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Octez: `octez-proxy-server` binary" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/octez-proxy-server/octez-proxy-server.17.2/opam b/packages/octez-proxy-server/octez-proxy-server.17.2/opam new file mode 100644 index 000000000..2fc07dbf1 --- /dev/null +++ b/packages/octez-proxy-server/octez-proxy-server.17.2/opam @@ -0,0 +1,112 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-base" { = version } + "tezos-stdlib-unix" { = version } + "tezos-rpc" { = version } + "cmdliner" {>= "1.1.0" & <= "1.3.0"} + "lwt-exit" {= "1.0"} + "lwt" {>= "5.6.0" & <= "5.9.0"} + "tezos-proxy" { = version } + "tezos-proxy-server-config" { = version } + "tezos-rpc-http-client-unix" { = version } + "tezos-rpc-http-server" { = version } + "tezos-shell-services" { = version } + "tezos-shell-context" { = version } + "tezos-version" { = version } + "uri" {>= "3.1.0" & <= "4.4.0"} +] +depopts: [ + "tezos-client-genesis" + "tezos-client-demo-counter" + "tezos-client-000-Ps9mPmXa" + "tezos-client-001-PtCJ7pwo" + "tezos-client-002-PsYLVpVv" + "tezos-client-003-PsddFKi3" + "tezos-client-004-Pt24m4xi" + "tezos-client-005-PsBabyM1" + "tezos-client-006-PsCARTHA" + "tezos-client-007-PsDELPH1" + "tezos-protocol-plugin-007-PsDELPH1" + "tezos-client-008-PtEdo2Zk" + "tezos-protocol-plugin-008-PtEdo2Zk" + "tezos-client-009-PsFLoren" + "tezos-protocol-plugin-009-PsFLoren" + "tezos-client-010-PtGRANAD" + "tezos-protocol-plugin-010-PtGRANAD" + "tezos-client-011-PtHangz2" + "tezos-protocol-plugin-011-PtHangz2" + "tezos-client-012-Psithaca" + "tezos-protocol-plugin-012-Psithaca" + "tezos-client-013-PtJakart" + "tezos-protocol-plugin-013-PtJakart" + "tezos-client-014-PtKathma" + "tezos-protocol-plugin-014-PtKathma" + "tezos-client-015-PtLimaPt" + "tezos-protocol-plugin-015-PtLimaPt" + "tezos-client-016-PtMumbai" + "tezos-protocol-plugin-016-PtMumbai" + "tezos-client-017-PtNairob" + "tezos-protocol-plugin-017-PtNairob" + "tezos-client-alpha" + "tezos-protocol-plugin-alpha" +] +conflicts: [ + "tezos-client-genesis" { != version } + "tezos-client-demo-counter" { != version } + "tezos-client-000-Ps9mPmXa" { != version } + "tezos-client-001-PtCJ7pwo" { != version } + "tezos-client-002-PsYLVpVv" { != version } + "tezos-client-003-PsddFKi3" { != version } + "tezos-client-004-Pt24m4xi" { != version } + "tezos-client-005-PsBabyM1" { != version } + "tezos-client-006-PsCARTHA" { != version } + "tezos-client-007-PsDELPH1" { != version } + "tezos-protocol-plugin-007-PsDELPH1" { != version } + "tezos-client-008-PtEdo2Zk" { != version } + "tezos-protocol-plugin-008-PtEdo2Zk" { != version } + "tezos-client-009-PsFLoren" { != version } + "tezos-protocol-plugin-009-PsFLoren" { != version } + "tezos-client-010-PtGRANAD" { != version } + "tezos-protocol-plugin-010-PtGRANAD" { != version } + "tezos-client-011-PtHangz2" { != version } + "tezos-protocol-plugin-011-PtHangz2" { != version } + "tezos-client-012-Psithaca" { != version } + "tezos-protocol-plugin-012-Psithaca" { != version } + "tezos-client-013-PtJakart" { != version } + "tezos-protocol-plugin-013-PtJakart" { != version } + "tezos-client-014-PtKathma" { != version } + "tezos-protocol-plugin-014-PtKathma" { != version } + "tezos-client-015-PtLimaPt" { != version } + "tezos-protocol-plugin-015-PtLimaPt" { != version } + "tezos-client-016-PtMumbai" { != version } + "tezos-protocol-plugin-016-PtMumbai" { != version } + "tezos-client-017-PtNairob" { != version } + "tezos-protocol-plugin-017-PtNairob" { != version } + "tezos-client-alpha" { != version } + "tezos-protocol-plugin-alpha" { != version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Octez: `octez-proxy-server` binary" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/octez-signer/octez-signer.15.0/opam b/packages/octez-signer/octez-signer.15.0/opam new file mode 100644 index 000000000..ceb4b1443 --- /dev/null +++ b/packages/octez-signer/octez-signer.15.0/opam @@ -0,0 +1,39 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-client-base" { = version } + "tezos-client-base-unix" { = version } + "tezos-client-commands" { = version } + "tezos-signer-services" { = version } + "tezos-rpc-http" { = version } + "tezos-rpc-http-server" { = version } + "tezos-rpc-http-client-unix" { = version } + "tezos-stdlib-unix" { = version } + "tezos-stdlib" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `octez-signer` binary" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/octez-signer/octez-signer.15.1/opam b/packages/octez-signer/octez-signer.15.1/opam new file mode 100644 index 000000000..401853945 --- /dev/null +++ b/packages/octez-signer/octez-signer.15.1/opam @@ -0,0 +1,39 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-client-base" { = version } + "tezos-client-base-unix" { = version } + "tezos-client-commands" { = version } + "tezos-signer-services" { = version } + "tezos-rpc-http" { = version } + "tezos-rpc-http-server" { = version } + "tezos-rpc-http-client-unix" { = version } + "tezos-stdlib-unix" { = version } + "tezos-stdlib" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `octez-signer` binary" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/octez-signer/octez-signer.17.1/opam b/packages/octez-signer/octez-signer.17.1/opam new file mode 100644 index 000000000..ecc4d8b6c --- /dev/null +++ b/packages/octez-signer/octez-signer.17.1/opam @@ -0,0 +1,40 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-client-base" { = version } + "tezos-client-base-unix" { = version } + "tezos-client-commands" { = version } + "tezos-signer-services" { = version } + "tezos-rpc-http" { = version } + "tezos-rpc-http-server" { = version } + "tezos-rpc-http-client-unix" { = version } + "tezos-stdlib-unix" { = version } + "tezos-stdlib" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `octez-signer` binary" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/octez-signer/octez-signer.17.2/opam b/packages/octez-signer/octez-signer.17.2/opam new file mode 100644 index 000000000..67c060890 --- /dev/null +++ b/packages/octez-signer/octez-signer.17.2/opam @@ -0,0 +1,40 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-client-base" { = version } + "tezos-client-base-unix" { = version } + "tezos-client-commands" { = version } + "tezos-signer-services" { = version } + "tezos-rpc-http" { = version } + "tezos-rpc-http-server" { = version } + "tezos-rpc-http-client-unix" { = version } + "tezos-stdlib-unix" { = version } + "tezos-stdlib" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `octez-signer` binary" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/octez-smart-rollup-client-PtMumbai/octez-smart-rollup-client-PtMumbai.17.1/opam b/packages/octez-smart-rollup-client-PtMumbai/octez-smart-rollup-client-PtMumbai.17.1/opam new file mode 100644 index 000000000..f7f84c9d3 --- /dev/null +++ b/packages/octez-smart-rollup-client-PtMumbai/octez-smart-rollup-client-PtMumbai.17.1/opam @@ -0,0 +1,37 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-base" { = version } + "tezos-protocol-016-PtMumbai" { = version } + "tezos-client-commands" { = version } + "tezos-client-base" { = version } + "tezos-client-base-unix" { = version } + "tezos-client-016-PtMumbai" { = version } + "tezos-smart-rollup-016-PtMumbai" { = version } + "tezos-smart-rollup-layer2-016-PtMumbai" { = version } + "tezos-clic" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: Smart rollup client" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/octez-smart-rollup-client-PtMumbai/octez-smart-rollup-client-PtMumbai.17.2/opam b/packages/octez-smart-rollup-client-PtMumbai/octez-smart-rollup-client-PtMumbai.17.2/opam new file mode 100644 index 000000000..db39557e9 --- /dev/null +++ b/packages/octez-smart-rollup-client-PtMumbai/octez-smart-rollup-client-PtMumbai.17.2/opam @@ -0,0 +1,37 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-base" { = version } + "tezos-protocol-016-PtMumbai" { = version } + "tezos-client-commands" { = version } + "tezos-client-base" { = version } + "tezos-client-base-unix" { = version } + "tezos-client-016-PtMumbai" { = version } + "tezos-smart-rollup-016-PtMumbai" { = version } + "tezos-smart-rollup-layer2-016-PtMumbai" { = version } + "tezos-clic" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: Smart rollup client" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/octez-smart-rollup-client-PtNairob/octez-smart-rollup-client-PtNairob.17.1/opam b/packages/octez-smart-rollup-client-PtNairob/octez-smart-rollup-client-PtNairob.17.1/opam new file mode 100644 index 000000000..aa32d7dde --- /dev/null +++ b/packages/octez-smart-rollup-client-PtNairob/octez-smart-rollup-client-PtNairob.17.1/opam @@ -0,0 +1,37 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-base" { = version } + "tezos-protocol-017-PtNairob" { = version } + "tezos-client-commands" { = version } + "tezos-client-base" { = version } + "tezos-client-base-unix" { = version } + "tezos-client-017-PtNairob" { = version } + "tezos-smart-rollup-017-PtNairob" { = version } + "tezos-smart-rollup-layer2-017-PtNairob" { = version } + "tezos-clic" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: Smart rollup client" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/octez-smart-rollup-client-PtNairob/octez-smart-rollup-client-PtNairob.17.2/opam b/packages/octez-smart-rollup-client-PtNairob/octez-smart-rollup-client-PtNairob.17.2/opam new file mode 100644 index 000000000..c3ef710d8 --- /dev/null +++ b/packages/octez-smart-rollup-client-PtNairob/octez-smart-rollup-client-PtNairob.17.2/opam @@ -0,0 +1,37 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-base" { = version } + "tezos-protocol-017-PtNairob" { = version } + "tezos-client-commands" { = version } + "tezos-client-base" { = version } + "tezos-client-base-unix" { = version } + "tezos-client-017-PtNairob" { = version } + "tezos-smart-rollup-017-PtNairob" { = version } + "tezos-smart-rollup-layer2-017-PtNairob" { = version } + "tezos-clic" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: Smart rollup client" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/octez-smart-rollup-node-PtMumbai/octez-smart-rollup-node-PtMumbai.17.1/opam b/packages/octez-smart-rollup-node-PtMumbai/octez-smart-rollup-node-PtMumbai.17.1/opam new file mode 100644 index 000000000..4e5084756 --- /dev/null +++ b/packages/octez-smart-rollup-node-PtMumbai/octez-smart-rollup-node-PtMumbai.17.1/opam @@ -0,0 +1,64 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-base" { = version } + "tezos-stdlib-unix" { = version } + "tezos-client-base" { = version } + "tezos-client-base-unix" { = version } + "tezos-client-016-PtMumbai" { = version } + "tezos-context" { = version } + "tezos-protocol-016-PtMumbai" { = version } + "tezos-protocol-plugin-016-PtMumbai" { = version } + "tezos-rpc" { = version } + "tezos-rpc-http" { = version } + "tezos-rpc-http-server" { = version } + "tezos-workers" { = version } + "tezos-dal-node-services" { = version } + "tezos-dal-node-lib" { = version } + "tezos-shell-services" { = version } + "tezos-smart-rollup-016-PtMumbai" { = version } + "tezos-smart-rollup-layer2-016-PtMumbai" { = version } + "tezos-layer2-utils-016-PtMumbai" { = version } + "tezos-layer2-store" { = version } + "octez-crawler" { = version } + "tezos-tree-encoding" { = version } + "data-encoding" { >= "0.7.1" & < "1.0.0" } + "irmin-pack" { >= "3.6.1" & < "3.7.0" } + "irmin" { >= "3.6.1" & < "3.7.0" } + "aches" {>= "1.0.0" & <= "1.1.0"} + "aches-lwt" {>= "1.0.0" & <= "1.1.0"} + "octez-injector" { = version } + "octez-smart-rollup-node" { = version } + "tezos-scoru-wasm" { = version } + "tezos-scoru-wasm-fast" { = version } + "tezos-crypto-dal" { = version } + "tezos-clic" { = version } + "tezos-client-commands" { = version } +] +conflicts: [ + "checkseum" { = "0.5.0" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific Smart rollup node" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/octez-smart-rollup-node-PtMumbai/octez-smart-rollup-node-PtMumbai.17.2/opam b/packages/octez-smart-rollup-node-PtMumbai/octez-smart-rollup-node-PtMumbai.17.2/opam new file mode 100644 index 000000000..a1b44dcaf --- /dev/null +++ b/packages/octez-smart-rollup-node-PtMumbai/octez-smart-rollup-node-PtMumbai.17.2/opam @@ -0,0 +1,64 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-base" { = version } + "tezos-stdlib-unix" { = version } + "tezos-client-base" { = version } + "tezos-client-base-unix" { = version } + "tezos-client-016-PtMumbai" { = version } + "tezos-context" { = version } + "tezos-protocol-016-PtMumbai" { = version } + "tezos-protocol-plugin-016-PtMumbai" { = version } + "tezos-rpc" { = version } + "tezos-rpc-http" { = version } + "tezos-rpc-http-server" { = version } + "tezos-workers" { = version } + "tezos-dal-node-services" { = version } + "tezos-dal-node-lib" { = version } + "tezos-shell-services" { = version } + "tezos-smart-rollup-016-PtMumbai" { = version } + "tezos-smart-rollup-layer2-016-PtMumbai" { = version } + "tezos-layer2-utils-016-PtMumbai" { = version } + "tezos-layer2-store" { = version } + "octez-crawler" { = version } + "tezos-tree-encoding" { = version } + "data-encoding" { >= "0.7.1" & < "1.0.0" } + "irmin-pack" { >= "3.6.1" & < "3.7.0" } + "irmin" { >= "3.6.1" & < "3.7.0" } + "aches" {>= "1.0.0" & <= "1.1.0"} + "aches-lwt" {>= "1.0.0" & <= "1.1.0"} + "octez-injector" { = version } + "octez-smart-rollup-node" { = version } + "tezos-scoru-wasm" { = version } + "tezos-scoru-wasm-fast" { = version } + "tezos-crypto-dal" { = version } + "tezos-clic" { = version } + "tezos-client-commands" { = version } +] +conflicts: [ + "checkseum" { = "0.5.0" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific Smart rollup node" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/octez-smart-rollup-node-PtNairob/octez-smart-rollup-node-PtNairob.17.1/opam b/packages/octez-smart-rollup-node-PtNairob/octez-smart-rollup-node-PtNairob.17.1/opam new file mode 100644 index 000000000..5cc2100c5 --- /dev/null +++ b/packages/octez-smart-rollup-node-PtNairob/octez-smart-rollup-node-PtNairob.17.1/opam @@ -0,0 +1,64 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-base" { = version } + "tezos-stdlib-unix" { = version } + "tezos-client-base" { = version } + "tezos-client-base-unix" { = version } + "tezos-client-017-PtNairob" { = version } + "tezos-context" { = version } + "tezos-protocol-017-PtNairob" { = version } + "tezos-protocol-plugin-017-PtNairob" { = version } + "tezos-rpc" { = version } + "tezos-rpc-http" { = version } + "tezos-rpc-http-server" { = version } + "tezos-workers" { = version } + "tezos-dal-node-services" { = version } + "tezos-dal-node-lib" { = version } + "tezos-shell-services" { = version } + "tezos-smart-rollup-017-PtNairob" { = version } + "tezos-smart-rollup-layer2-017-PtNairob" { = version } + "tezos-layer2-utils-017-PtNairob" { = version } + "tezos-layer2-store" { = version } + "octez-crawler" { = version } + "tezos-tree-encoding" { = version } + "data-encoding" { >= "0.7.1" & < "1.0.0" } + "irmin-pack" { >= "3.6.1" & < "3.7.0" } + "irmin" { >= "3.6.1" & < "3.7.0" } + "aches" {>= "1.0.0" & <= "1.1.0"} + "aches-lwt" {>= "1.0.0" & <= "1.1.0"} + "octez-injector" { = version } + "octez-smart-rollup-node" { = version } + "tezos-scoru-wasm" { = version } + "tezos-scoru-wasm-fast" { = version } + "tezos-crypto-dal" { = version } + "tezos-clic" { = version } + "tezos-client-commands" { = version } +] +conflicts: [ + "checkseum" { = "0.5.0" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific Smart rollup node" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/octez-smart-rollup-node-PtNairob/octez-smart-rollup-node-PtNairob.17.2/opam b/packages/octez-smart-rollup-node-PtNairob/octez-smart-rollup-node-PtNairob.17.2/opam new file mode 100644 index 000000000..94aefc618 --- /dev/null +++ b/packages/octez-smart-rollup-node-PtNairob/octez-smart-rollup-node-PtNairob.17.2/opam @@ -0,0 +1,64 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-base" { = version } + "tezos-stdlib-unix" { = version } + "tezos-client-base" { = version } + "tezos-client-base-unix" { = version } + "tezos-client-017-PtNairob" { = version } + "tezos-context" { = version } + "tezos-protocol-017-PtNairob" { = version } + "tezos-protocol-plugin-017-PtNairob" { = version } + "tezos-rpc" { = version } + "tezos-rpc-http" { = version } + "tezos-rpc-http-server" { = version } + "tezos-workers" { = version } + "tezos-dal-node-services" { = version } + "tezos-dal-node-lib" { = version } + "tezos-shell-services" { = version } + "tezos-smart-rollup-017-PtNairob" { = version } + "tezos-smart-rollup-layer2-017-PtNairob" { = version } + "tezos-layer2-utils-017-PtNairob" { = version } + "tezos-layer2-store" { = version } + "octez-crawler" { = version } + "tezos-tree-encoding" { = version } + "data-encoding" { >= "0.7.1" & < "1.0.0" } + "irmin-pack" { >= "3.6.1" & < "3.7.0" } + "irmin" { >= "3.6.1" & < "3.7.0" } + "aches" {>= "1.0.0" & <= "1.1.0"} + "aches-lwt" {>= "1.0.0" & <= "1.1.0"} + "octez-injector" { = version } + "octez-smart-rollup-node" { = version } + "tezos-scoru-wasm" { = version } + "tezos-scoru-wasm-fast" { = version } + "tezos-crypto-dal" { = version } + "tezos-clic" { = version } + "tezos-client-commands" { = version } +] +conflicts: [ + "checkseum" { = "0.5.0" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific Smart rollup node" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/octez-smart-rollup-node/octez-smart-rollup-node.17.1/opam b/packages/octez-smart-rollup-node/octez-smart-rollup-node.17.1/opam new file mode 100644 index 000000000..2e7069a67 --- /dev/null +++ b/packages/octez-smart-rollup-node/octez-smart-rollup-node.17.1/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-base" { = version } + "tezos-stdlib-unix" { = version } + "tezos-crypto" { = version } + "cohttp-lwt-unix" {>= "4.0.0" & != "5.1.0" & <= "2.5.2-1"} + "octez-node-config" { = version } + "prometheus-app" {= "1.2"} + "octez-injector" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Octez: library for Smart Rollup node" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/octez-smart-rollup-node/octez-smart-rollup-node.17.2/opam b/packages/octez-smart-rollup-node/octez-smart-rollup-node.17.2/opam new file mode 100644 index 000000000..9a1bb85ce --- /dev/null +++ b/packages/octez-smart-rollup-node/octez-smart-rollup-node.17.2/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-base" { = version } + "tezos-stdlib-unix" { = version } + "tezos-crypto" { = version } + "cohttp-lwt-unix" {>= "4.0.0" & != "5.1.0" & <= "2.5.2-1"} + "octez-node-config" { = version } + "prometheus-app" {= "1.2"} + "octez-injector" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Octez: library for Smart Rollup node" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/octez-smart-rollup-wasm-benchmark-lib/octez-smart-rollup-wasm-benchmark-lib.17.1/opam b/packages/octez-smart-rollup-wasm-benchmark-lib/octez-smart-rollup-wasm-benchmark-lib.17.1/opam new file mode 100644 index 000000000..5925acefc --- /dev/null +++ b/packages/octez-smart-rollup-wasm-benchmark-lib/octez-smart-rollup-wasm-benchmark-lib.17.1/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "ppx_deriving" {<= "6.0.3"} + "tezos-base" { = version } + "tezt" {>= "3.1.0" & <= "4.1.0"} + "tezos-webassembly-interpreter" { = version } + "tezos-context" { = version } + "tezos-scoru-wasm" { = version } + "tezos-scoru-wasm-helpers" { = version } + "lwt" {>= "5.6.0" & <= "5.9.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Smart Rollup WASM benchmark library" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/octez-smart-rollup-wasm-benchmark-lib/octez-smart-rollup-wasm-benchmark-lib.17.2/opam b/packages/octez-smart-rollup-wasm-benchmark-lib/octez-smart-rollup-wasm-benchmark-lib.17.2/opam new file mode 100644 index 000000000..b27d44e0e --- /dev/null +++ b/packages/octez-smart-rollup-wasm-benchmark-lib/octez-smart-rollup-wasm-benchmark-lib.17.2/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "ppx_deriving" {<= "6.0.3"} + "tezos-base" { = version } + "tezt" {>= "3.1.0" & <= "4.1.0"} + "tezos-webassembly-interpreter" { = version } + "tezos-context" { = version } + "tezos-scoru-wasm" { = version } + "tezos-scoru-wasm-helpers" { = version } + "lwt" {>= "5.6.0" & <= "5.9.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Smart Rollup WASM benchmark library" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/octez-smart-rollup-wasm-debugger/octez-smart-rollup-wasm-debugger.17.1/opam b/packages/octez-smart-rollup-wasm-debugger/octez-smart-rollup-wasm-debugger.17.1/opam new file mode 100644 index 000000000..76d06ac61 --- /dev/null +++ b/packages/octez-smart-rollup-wasm-debugger/octez-smart-rollup-wasm-debugger.17.1/opam @@ -0,0 +1,37 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-tree-encoding" { = version } + "tezos-client-alpha" { = version } + "tezos-scoru-wasm" { = version } + "octez-smart-rollup-wasm-benchmark-lib" { = version } + "tezos-scoru-wasm-helpers" { = version } + "tezos-webassembly-interpreter" { = version } + "tezos-webassembly-interpreter-extra" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: Debugger for the smart rollups’ WASM kernels" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/octez-smart-rollup-wasm-debugger/octez-smart-rollup-wasm-debugger.17.2/opam b/packages/octez-smart-rollup-wasm-debugger/octez-smart-rollup-wasm-debugger.17.2/opam new file mode 100644 index 000000000..a0af532d3 --- /dev/null +++ b/packages/octez-smart-rollup-wasm-debugger/octez-smart-rollup-wasm-debugger.17.2/opam @@ -0,0 +1,37 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-tree-encoding" { = version } + "tezos-client-alpha" { = version } + "tezos-scoru-wasm" { = version } + "octez-smart-rollup-wasm-benchmark-lib" { = version } + "tezos-scoru-wasm-helpers" { = version } + "tezos-webassembly-interpreter" { = version } + "tezos-webassembly-interpreter-extra" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: Debugger for the smart rollups’ WASM kernels" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/octez-tx-rollup-client-PtKathma/octez-tx-rollup-client-PtKathma.15.0/opam b/packages/octez-tx-rollup-client-PtKathma/octez-tx-rollup-client-PtKathma.15.0/opam new file mode 100644 index 000000000..be64425a2 --- /dev/null +++ b/packages/octez-tx-rollup-client-PtKathma/octez-tx-rollup-client-PtKathma.15.0/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-protocol-014-PtKathma" { = version } + "tezos-client-014-PtKathma" { = version } + "tezos-client-base-unix" { = version } + "tezos-stdlib-unix" { = version } + "tezos-tx-rollup-014-PtKathma" { = version } + "uri" {>= "2.2.0" & <= "4.4.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: `octez-tx-rollup-client-alpha` client binary" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/octez-tx-rollup-client-PtKathma/octez-tx-rollup-client-PtKathma.15.1/opam b/packages/octez-tx-rollup-client-PtKathma/octez-tx-rollup-client-PtKathma.15.1/opam new file mode 100644 index 000000000..2eab51668 --- /dev/null +++ b/packages/octez-tx-rollup-client-PtKathma/octez-tx-rollup-client-PtKathma.15.1/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-protocol-014-PtKathma" { = version } + "tezos-client-014-PtKathma" { = version } + "tezos-client-base-unix" { = version } + "tezos-stdlib-unix" { = version } + "tezos-tx-rollup-014-PtKathma" { = version } + "uri" {>= "2.2.0" & <= "4.4.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: `octez-tx-rollup-client-alpha` client binary" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/octez-tx-rollup-client-PtLimaPt/octez-tx-rollup-client-PtLimaPt.15.0/opam b/packages/octez-tx-rollup-client-PtLimaPt/octez-tx-rollup-client-PtLimaPt.15.0/opam new file mode 100644 index 000000000..ce8f76fd2 --- /dev/null +++ b/packages/octez-tx-rollup-client-PtLimaPt/octez-tx-rollup-client-PtLimaPt.15.0/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-protocol-015-PtLimaPt" { = version } + "tezos-client-015-PtLimaPt" { = version } + "tezos-client-base-unix" { = version } + "tezos-stdlib-unix" { = version } + "tezos-tx-rollup-015-PtLimaPt" { = version } + "uri" {>= "2.2.0" & <= "4.4.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: `octez-tx-rollup-client-alpha` client binary" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/octez-tx-rollup-client-PtLimaPt/octez-tx-rollup-client-PtLimaPt.15.1/opam b/packages/octez-tx-rollup-client-PtLimaPt/octez-tx-rollup-client-PtLimaPt.15.1/opam new file mode 100644 index 000000000..0931ff7b6 --- /dev/null +++ b/packages/octez-tx-rollup-client-PtLimaPt/octez-tx-rollup-client-PtLimaPt.15.1/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-protocol-015-PtLimaPt" { = version } + "tezos-client-015-PtLimaPt" { = version } + "tezos-client-base-unix" { = version } + "tezos-stdlib-unix" { = version } + "tezos-tx-rollup-015-PtLimaPt" { = version } + "uri" {>= "2.2.0" & <= "4.4.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: `octez-tx-rollup-client-alpha` client binary" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/octez-tx-rollup-node-PtKathma/octez-tx-rollup-node-PtKathma.15.0/opam b/packages/octez-tx-rollup-node-PtKathma/octez-tx-rollup-node-PtKathma.15.0/opam new file mode 100644 index 000000000..9e78208e0 --- /dev/null +++ b/packages/octez-tx-rollup-node-PtKathma/octez-tx-rollup-node-PtKathma.15.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-protocol-014-PtKathma" { = version } + "tezos-client-014-PtKathma" { = version } + "tezos-client-base" { = version } + "tezos-client-base-unix" { = version } + "tezos-tx-rollup-014-PtKathma" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: Transaction Rollup node binary" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/octez-tx-rollup-node-PtKathma/octez-tx-rollup-node-PtKathma.15.1/opam b/packages/octez-tx-rollup-node-PtKathma/octez-tx-rollup-node-PtKathma.15.1/opam new file mode 100644 index 000000000..7506380af --- /dev/null +++ b/packages/octez-tx-rollup-node-PtKathma/octez-tx-rollup-node-PtKathma.15.1/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-protocol-014-PtKathma" { = version } + "tezos-client-014-PtKathma" { = version } + "tezos-client-base" { = version } + "tezos-client-base-unix" { = version } + "tezos-tx-rollup-014-PtKathma" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: Transaction Rollup node binary" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/octez-tx-rollup-node-PtLimaPt/octez-tx-rollup-node-PtLimaPt.15.0/opam b/packages/octez-tx-rollup-node-PtLimaPt/octez-tx-rollup-node-PtLimaPt.15.0/opam new file mode 100644 index 000000000..6c6a18488 --- /dev/null +++ b/packages/octez-tx-rollup-node-PtLimaPt/octez-tx-rollup-node-PtLimaPt.15.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-protocol-015-PtLimaPt" { = version } + "tezos-client-015-PtLimaPt" { = version } + "tezos-client-base" { = version } + "tezos-client-base-unix" { = version } + "tezos-tx-rollup-015-PtLimaPt" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: Transaction Rollup node binary" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/octez-tx-rollup-node-PtLimaPt/octez-tx-rollup-node-PtLimaPt.15.1/opam b/packages/octez-tx-rollup-node-PtLimaPt/octez-tx-rollup-node-PtLimaPt.15.1/opam new file mode 100644 index 000000000..6d313efe7 --- /dev/null +++ b/packages/octez-tx-rollup-node-PtLimaPt/octez-tx-rollup-node-PtLimaPt.15.1/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-protocol-015-PtLimaPt" { = version } + "tezos-client-015-PtLimaPt" { = version } + "tezos-client-base" { = version } + "tezos-client-base-unix" { = version } + "tezos-tx-rollup-015-PtLimaPt" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: Transaction Rollup node binary" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/octez-validator/octez-validator.15.0/opam b/packages/octez-validator/octez-validator.15.0/opam new file mode 100644 index 000000000..ae02e8922 --- /dev/null +++ b/packages/octez-validator/octez-validator.15.0/opam @@ -0,0 +1,37 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-context" { = version } + "tezos-stdlib-unix" { = version } + "tezos-shell" { = version } + "tezos-shell-services" { = version } + "tezos-validation" { = version } + "tezos-protocol-updater" { = version } + "tezos-context-ops" { = version } + "tezos-protocol-environment" { = version } + "tezos-shell-context" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `octez-validator` binary for external validation of blocks" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/octez-validator/octez-validator.15.1/opam b/packages/octez-validator/octez-validator.15.1/opam new file mode 100644 index 000000000..fc41aca3a --- /dev/null +++ b/packages/octez-validator/octez-validator.15.1/opam @@ -0,0 +1,37 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-context" { = version } + "tezos-context-ops" { = version } + "tezos-stdlib-unix" { = version } + "tezos-protocol-environment" { = version } + "tezos-shell" { = version } + "tezos-shell-services" { = version } + "tezos-validation" { = version } + "tezos-protocol-updater" { = version } + "tezos-shell-context" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `octez-validator` binary for external validation of blocks" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/octez/octez.15.0/opam b/packages/octez/octez.15.0/opam new file mode 100644 index 000000000..e65a3f1d5 --- /dev/null +++ b/packages/octez/octez.15.0/opam @@ -0,0 +1,74 @@ +# This file was automatically generated, do not edit. +# Edit file manifest/main.ml instead. +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +doc: "https://tezos.gitlab.io" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "ledgerwallet-tezos" {<= "0.4.1"} + "octez-accuser-PtKathma" { = version } + "octez-accuser-PtLimaPt" { = version } + "octez-baker-PtKathma" { = version } + "octez-baker-PtLimaPt" { = version } + "octez-client" { = version } + "octez-codec" { = version } + "octez-node" { = version } + "octez-proxy-server" { = version } + "octez-signer" { = version } + "octez-tx-rollup-client-PtKathma" { = version } + "octez-tx-rollup-client-PtLimaPt" { = version } + "octez-tx-rollup-node-PtKathma" { = version } + "octez-tx-rollup-node-PtLimaPt" { = version } + "tezos-client-000-Ps9mPmXa" { = version } + "tezos-client-001-PtCJ7pwo" { = version } + "tezos-client-002-PsYLVpVv" { = version } + "tezos-client-003-PsddFKi3" { = version } + "tezos-client-004-Pt24m4xi" { = version } + "tezos-client-005-PsBabyM1" { = version } + "tezos-client-006-PsCARTHA" { = version } + "tezos-client-007-PsDELPH1" { = version } + "tezos-client-008-PtEdo2Zk" { = version } + "tezos-client-009-PsFLoren" { = version } + "tezos-client-010-PtGRANAD" { = version } + "tezos-client-011-PtHangz2" { = version } + "tezos-client-012-Psithaca" { = version } + "tezos-client-013-PtJakart" { = version } + "tezos-client-014-PtKathma" { = version } + "tezos-client-015-PtLimaPt" { = version } + "tezos-embedded-protocol-000-Ps9mPmXa" { = version } + "tezos-embedded-protocol-001-PtCJ7pwo" { = version } + "tezos-embedded-protocol-002-PsYLVpVv" { = version } + "tezos-embedded-protocol-003-PsddFKi3" { = version } + "tezos-embedded-protocol-004-Pt24m4xi" { = version } + "tezos-embedded-protocol-005-PsBABY5H" { = version } + "tezos-embedded-protocol-005-PsBabyM1" { = version } + "tezos-embedded-protocol-006-PsCARTHA" { = version } + "tezos-embedded-protocol-007-PsDELPH1" { = version } + "tezos-embedded-protocol-008-PtEdo2Zk" { = version } + "tezos-embedded-protocol-008-PtEdoTez" { = version } + "tezos-embedded-protocol-009-PsFLoren" { = version } + "tezos-embedded-protocol-010-PtGRANAD" { = version } + "tezos-embedded-protocol-011-PtHangz2" { = version } + "tezos-embedded-protocol-012-Psithaca" { = version } + "tezos-embedded-protocol-013-PtJakart" { = version } + "tezos-embedded-protocol-014-PtKathma" { = version } + "tezos-embedded-protocol-015-PtLimaPt" { = version } + "tezos-protocol-plugin-007-PsDELPH1-registerer" { = version } + "tezos-protocol-plugin-008-PtEdo2Zk-registerer" { = version } + "tezos-protocol-plugin-009-PsFLoren-registerer" { = version } + "tezos-protocol-plugin-010-PtGRANAD-registerer" { = version } + "tezos-protocol-plugin-011-PtHangz2-registerer" { = version } + "tezos-protocol-plugin-012-Psithaca-registerer" { = version } + "tezos-protocol-plugin-013-PtJakart-registerer" { = version } + "tezos-protocol-plugin-014-PtKathma-registerer" { = version } + "tezos-protocol-plugin-015-PtLimaPt-registerer" { = version } +] +synopsis: "Main virtual package for Octez, an implementation of Tezos" +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/octez/octez.15.1/opam b/packages/octez/octez.15.1/opam new file mode 100644 index 000000000..634d629e6 --- /dev/null +++ b/packages/octez/octez.15.1/opam @@ -0,0 +1,71 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +doc: "https://tezos.gitlab.io" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "ledgerwallet-tezos" {>= "0.2.1" & <= "0.4.1"} + "octez-accuser-PtKathma" { = version } + "octez-accuser-PtLimaPt" { = version } + "octez-baker-PtKathma" { = version } + "octez-baker-PtLimaPt" { = version } + "octez-client" { = version } + "octez-codec" { = version } + "octez-node" { = version } + "octez-proxy-server" { = version } + "octez-signer" { = version } + "octez-tx-rollup-client-PtKathma" { = version } + "octez-tx-rollup-client-PtLimaPt" { = version } + "octez-tx-rollup-node-PtKathma" { = version } + "octez-tx-rollup-node-PtLimaPt" { = version } + "tezos-client-000-Ps9mPmXa" { = version } + "tezos-client-001-PtCJ7pwo" { = version } + "tezos-client-002-PsYLVpVv" { = version } + "tezos-client-003-PsddFKi3" { = version } + "tezos-client-004-Pt24m4xi" { = version } + "tezos-client-005-PsBabyM1" { = version } + "tezos-client-006-PsCARTHA" { = version } + "tezos-client-007-PsDELPH1" { = version } + "tezos-client-008-PtEdo2Zk" { = version } + "tezos-client-009-PsFLoren" { = version } + "tezos-client-010-PtGRANAD" { = version } + "tezos-client-011-PtHangz2" { = version } + "tezos-client-012-Psithaca" { = version } + "tezos-client-013-PtJakart" { = version } + "tezos-client-014-PtKathma" { = version } + "tezos-client-015-PtLimaPt" { = version } + "tezos-embedded-protocol-000-Ps9mPmXa" { = version } + "tezos-embedded-protocol-001-PtCJ7pwo" { = version } + "tezos-embedded-protocol-002-PsYLVpVv" { = version } + "tezos-embedded-protocol-003-PsddFKi3" { = version } + "tezos-embedded-protocol-004-Pt24m4xi" { = version } + "tezos-embedded-protocol-005-PsBABY5H" { = version } + "tezos-embedded-protocol-005-PsBabyM1" { = version } + "tezos-embedded-protocol-006-PsCARTHA" { = version } + "tezos-embedded-protocol-007-PsDELPH1" { = version } + "tezos-embedded-protocol-008-PtEdo2Zk" { = version } + "tezos-embedded-protocol-008-PtEdoTez" { = version } + "tezos-embedded-protocol-009-PsFLoren" { = version } + "tezos-embedded-protocol-010-PtGRANAD" { = version } + "tezos-embedded-protocol-011-PtHangz2" { = version } + "tezos-embedded-protocol-012-Psithaca" { = version } + "tezos-embedded-protocol-013-PtJakart" { = version } + "tezos-embedded-protocol-014-PtKathma" { = version } + "tezos-embedded-protocol-015-PtLimaPt" { = version } + "tezos-protocol-plugin-007-PsDELPH1-registerer" { = version } + "tezos-protocol-plugin-008-PtEdo2Zk-registerer" { = version } + "tezos-protocol-plugin-009-PsFLoren-registerer" { = version } + "tezos-protocol-plugin-010-PtGRANAD-registerer" { = version } + "tezos-protocol-plugin-011-PtHangz2-registerer" { = version } + "tezos-protocol-plugin-012-Psithaca-registerer" { = version } + "tezos-protocol-plugin-013-PtJakart-registerer" { = version } + "tezos-protocol-plugin-014-PtKathma-registerer" { = version } + "tezos-protocol-plugin-015-PtLimaPt-registerer" { = version } +] +synopsis: "Main virtual package for Octez, an implementation of Tezos" +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/octez/octez.16.0/opam b/packages/octez/octez.16.0/opam new file mode 100644 index 000000000..12694e19e --- /dev/null +++ b/packages/octez/octez.16.0/opam @@ -0,0 +1,76 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +doc: "https://tezos.gitlab.io" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "ledgerwallet-tezos" {>= "0.3.0" & <= "0.4.1"} + "octez-accuser-PtLimaPt" { = version } + "octez-accuser-PtMumbai" { = version } + "octez-baker-PtLimaPt" { = version } + "octez-baker-PtMumbai" { = version } + "octez-client" { = version } + "octez-codec" { = version } + "octez-node" { = version } + "octez-proxy-server" { = version } + "octez-signer" { = version } + "octez-smart-rollup-client-PtMumbai" { = version } + "octez-smart-rollup-node-PtMumbai" { = version } + "octez-smart-rollup-wasm-debugger" { = version } + "octez-tx-rollup-client-PtLimaPt" { = version } + "octez-tx-rollup-node-PtLimaPt" { = version } + "tezos-client-000-Ps9mPmXa" { = version } + "tezos-client-001-PtCJ7pwo" { = version } + "tezos-client-002-PsYLVpVv" { = version } + "tezos-client-003-PsddFKi3" { = version } + "tezos-client-004-Pt24m4xi" { = version } + "tezos-client-005-PsBabyM1" { = version } + "tezos-client-006-PsCARTHA" { = version } + "tezos-client-007-PsDELPH1" { = version } + "tezos-client-008-PtEdo2Zk" { = version } + "tezos-client-009-PsFLoren" { = version } + "tezos-client-010-PtGRANAD" { = version } + "tezos-client-011-PtHangz2" { = version } + "tezos-client-012-Psithaca" { = version } + "tezos-client-013-PtJakart" { = version } + "tezos-client-014-PtKathma" { = version } + "tezos-client-015-PtLimaPt" { = version } + "tezos-client-016-PtMumbai" { = version } + "tezos-embedded-protocol-000-Ps9mPmXa" { = version } + "tezos-embedded-protocol-001-PtCJ7pwo" { = version } + "tezos-embedded-protocol-002-PsYLVpVv" { = version } + "tezos-embedded-protocol-003-PsddFKi3" { = version } + "tezos-embedded-protocol-004-Pt24m4xi" { = version } + "tezos-embedded-protocol-005-PsBABY5H" { = version } + "tezos-embedded-protocol-005-PsBabyM1" { = version } + "tezos-embedded-protocol-006-PsCARTHA" { = version } + "tezos-embedded-protocol-007-PsDELPH1" { = version } + "tezos-embedded-protocol-008-PtEdo2Zk" { = version } + "tezos-embedded-protocol-008-PtEdoTez" { = version } + "tezos-embedded-protocol-009-PsFLoren" { = version } + "tezos-embedded-protocol-010-PtGRANAD" { = version } + "tezos-embedded-protocol-011-PtHangz2" { = version } + "tezos-embedded-protocol-012-Psithaca" { = version } + "tezos-embedded-protocol-013-PtJakart" { = version } + "tezos-embedded-protocol-014-PtKathma" { = version } + "tezos-embedded-protocol-015-PtLimaPt" { = version } + "tezos-embedded-protocol-016-PtMumbai" { = version } + "tezos-protocol-plugin-007-PsDELPH1-registerer" { = version } + "tezos-protocol-plugin-008-PtEdo2Zk-registerer" { = version } + "tezos-protocol-plugin-009-PsFLoren-registerer" { = version } + "tezos-protocol-plugin-010-PtGRANAD-registerer" { = version } + "tezos-protocol-plugin-011-PtHangz2-registerer" { = version } + "tezos-protocol-plugin-012-Psithaca-registerer" { = version } + "tezos-protocol-plugin-013-PtJakart-registerer" { = version } + "tezos-protocol-plugin-014-PtKathma-registerer" { = version } + "tezos-protocol-plugin-015-PtLimaPt-registerer" { = version } + "tezos-protocol-plugin-016-PtMumbai-registerer" { = version } +] +synopsis: "Main virtual package for Octez, an implementation of Tezos" +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/octez/octez.17.1/opam b/packages/octez/octez.17.1/opam new file mode 100644 index 000000000..917c0dfe7 --- /dev/null +++ b/packages/octez/octez.17.1/opam @@ -0,0 +1,83 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +doc: "https://tezos.gitlab.io" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "ledgerwallet-tezos" {>= "0.3.0" & <= "0.4.1"} + "octez-accuser-PtMumbai" { = version } + "octez-accuser-PtNairob" { = version } + "octez-alcotezt" { = version } + "octez-baker-PtMumbai" { = version } + "octez-baker-PtNairob" { = version } + "octez-client" { = version } + "octez-codec" { = version } + "octez-node" { = version } + "octez-proxy-server" { = version } + "octez-signer" { = version } + "octez-smart-rollup-client-PtMumbai" { = version } + "octez-smart-rollup-client-PtNairob" { = version } + "octez-smart-rollup-node-PtMumbai" { = version } + "octez-smart-rollup-node-PtNairob" { = version } + "octez-smart-rollup-wasm-debugger" { = version } + "tezos-base-test-helpers" { = version } + "tezos-client-000-Ps9mPmXa" { = version } + "tezos-client-001-PtCJ7pwo" { = version } + "tezos-client-002-PsYLVpVv" { = version } + "tezos-client-003-PsddFKi3" { = version } + "tezos-client-004-Pt24m4xi" { = version } + "tezos-client-005-PsBabyM1" { = version } + "tezos-client-006-PsCARTHA" { = version } + "tezos-client-007-PsDELPH1" { = version } + "tezos-client-008-PtEdo2Zk" { = version } + "tezos-client-009-PsFLoren" { = version } + "tezos-client-010-PtGRANAD" { = version } + "tezos-client-011-PtHangz2" { = version } + "tezos-client-012-Psithaca" { = version } + "tezos-client-013-PtJakart" { = version } + "tezos-client-014-PtKathma" { = version } + "tezos-client-015-PtLimaPt" { = version } + "tezos-client-016-PtMumbai" { = version } + "tezos-client-017-PtNairob" { = version } + "tezos-embedded-protocol-000-Ps9mPmXa" { = version } + "tezos-embedded-protocol-001-PtCJ7pwo" { = version } + "tezos-embedded-protocol-002-PsYLVpVv" { = version } + "tezos-embedded-protocol-003-PsddFKi3" { = version } + "tezos-embedded-protocol-004-Pt24m4xi" { = version } + "tezos-embedded-protocol-005-PsBABY5H" { = version } + "tezos-embedded-protocol-005-PsBabyM1" { = version } + "tezos-embedded-protocol-006-PsCARTHA" { = version } + "tezos-embedded-protocol-007-PsDELPH1" { = version } + "tezos-embedded-protocol-008-PtEdo2Zk" { = version } + "tezos-embedded-protocol-008-PtEdoTez" { = version } + "tezos-embedded-protocol-009-PsFLoren" { = version } + "tezos-embedded-protocol-010-PtGRANAD" { = version } + "tezos-embedded-protocol-011-PtHangz2" { = version } + "tezos-embedded-protocol-012-Psithaca" { = version } + "tezos-embedded-protocol-013-PtJakart" { = version } + "tezos-embedded-protocol-014-PtKathma" { = version } + "tezos-embedded-protocol-015-PtLimaPt" { = version } + "tezos-embedded-protocol-016-PtMumbai" { = version } + "tezos-embedded-protocol-017-PtNairob" { = version } + "tezos-protocol-plugin-007-PsDELPH1-registerer" { = version } + "tezos-protocol-plugin-008-PtEdo2Zk-registerer" { = version } + "tezos-protocol-plugin-009-PsFLoren-registerer" { = version } + "tezos-protocol-plugin-010-PtGRANAD-registerer" { = version } + "tezos-protocol-plugin-011-PtHangz2-registerer" { = version } + "tezos-protocol-plugin-012-Psithaca-registerer" { = version } + "tezos-protocol-plugin-013-PtJakart-registerer" { = version } + "tezos-protocol-plugin-014-PtKathma-registerer" { = version } + "tezos-protocol-plugin-015-PtLimaPt-registerer" { = version } + "tezos-protocol-plugin-016-PtMumbai-registerer" { = version } + "tezos-protocol-plugin-017-PtNairob-registerer" { = version } + "tezos-test-helpers" { = version } + "tezt-tezos" { = version } +] +synopsis: "Main virtual package for Octez, an implementation of Tezos" +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/octez/octez.17.2/opam b/packages/octez/octez.17.2/opam new file mode 100644 index 000000000..917c0dfe7 --- /dev/null +++ b/packages/octez/octez.17.2/opam @@ -0,0 +1,83 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +doc: "https://tezos.gitlab.io" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "ledgerwallet-tezos" {>= "0.3.0" & <= "0.4.1"} + "octez-accuser-PtMumbai" { = version } + "octez-accuser-PtNairob" { = version } + "octez-alcotezt" { = version } + "octez-baker-PtMumbai" { = version } + "octez-baker-PtNairob" { = version } + "octez-client" { = version } + "octez-codec" { = version } + "octez-node" { = version } + "octez-proxy-server" { = version } + "octez-signer" { = version } + "octez-smart-rollup-client-PtMumbai" { = version } + "octez-smart-rollup-client-PtNairob" { = version } + "octez-smart-rollup-node-PtMumbai" { = version } + "octez-smart-rollup-node-PtNairob" { = version } + "octez-smart-rollup-wasm-debugger" { = version } + "tezos-base-test-helpers" { = version } + "tezos-client-000-Ps9mPmXa" { = version } + "tezos-client-001-PtCJ7pwo" { = version } + "tezos-client-002-PsYLVpVv" { = version } + "tezos-client-003-PsddFKi3" { = version } + "tezos-client-004-Pt24m4xi" { = version } + "tezos-client-005-PsBabyM1" { = version } + "tezos-client-006-PsCARTHA" { = version } + "tezos-client-007-PsDELPH1" { = version } + "tezos-client-008-PtEdo2Zk" { = version } + "tezos-client-009-PsFLoren" { = version } + "tezos-client-010-PtGRANAD" { = version } + "tezos-client-011-PtHangz2" { = version } + "tezos-client-012-Psithaca" { = version } + "tezos-client-013-PtJakart" { = version } + "tezos-client-014-PtKathma" { = version } + "tezos-client-015-PtLimaPt" { = version } + "tezos-client-016-PtMumbai" { = version } + "tezos-client-017-PtNairob" { = version } + "tezos-embedded-protocol-000-Ps9mPmXa" { = version } + "tezos-embedded-protocol-001-PtCJ7pwo" { = version } + "tezos-embedded-protocol-002-PsYLVpVv" { = version } + "tezos-embedded-protocol-003-PsddFKi3" { = version } + "tezos-embedded-protocol-004-Pt24m4xi" { = version } + "tezos-embedded-protocol-005-PsBABY5H" { = version } + "tezos-embedded-protocol-005-PsBabyM1" { = version } + "tezos-embedded-protocol-006-PsCARTHA" { = version } + "tezos-embedded-protocol-007-PsDELPH1" { = version } + "tezos-embedded-protocol-008-PtEdo2Zk" { = version } + "tezos-embedded-protocol-008-PtEdoTez" { = version } + "tezos-embedded-protocol-009-PsFLoren" { = version } + "tezos-embedded-protocol-010-PtGRANAD" { = version } + "tezos-embedded-protocol-011-PtHangz2" { = version } + "tezos-embedded-protocol-012-Psithaca" { = version } + "tezos-embedded-protocol-013-PtJakart" { = version } + "tezos-embedded-protocol-014-PtKathma" { = version } + "tezos-embedded-protocol-015-PtLimaPt" { = version } + "tezos-embedded-protocol-016-PtMumbai" { = version } + "tezos-embedded-protocol-017-PtNairob" { = version } + "tezos-protocol-plugin-007-PsDELPH1-registerer" { = version } + "tezos-protocol-plugin-008-PtEdo2Zk-registerer" { = version } + "tezos-protocol-plugin-009-PsFLoren-registerer" { = version } + "tezos-protocol-plugin-010-PtGRANAD-registerer" { = version } + "tezos-protocol-plugin-011-PtHangz2-registerer" { = version } + "tezos-protocol-plugin-012-Psithaca-registerer" { = version } + "tezos-protocol-plugin-013-PtJakart-registerer" { = version } + "tezos-protocol-plugin-014-PtKathma-registerer" { = version } + "tezos-protocol-plugin-015-PtLimaPt-registerer" { = version } + "tezos-protocol-plugin-016-PtMumbai-registerer" { = version } + "tezos-protocol-plugin-017-PtNairob-registerer" { = version } + "tezos-test-helpers" { = version } + "tezt-tezos" { = version } +] +synopsis: "Main virtual package for Octez, an implementation of Tezos" +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/oidc/oidc.0.1.0/opam b/packages/oidc/oidc.0.1.0/opam new file mode 100644 index 000000000..669f92fa3 --- /dev/null +++ b/packages/oidc/oidc.0.1.0/opam @@ -0,0 +1,53 @@ +opam-version: "2.0" +synopsis: "Base package for working with OIDC" +description: "Base functions and types to work with OpenID Connect." +maintainer: ["ulrik.strid@outlook.com"] +authors: ["Ulrik Strid"] +license: "BSD-3-Clause" +homepage: "https://ulrikstrid.github.io/ocaml-oidc" +doc: "https://ulrikstrid.github.io/ocaml-oidc" +bug-reports: "https://github.com/ulrikstrid/ocaml-oidc/issues" +depends: [ + "ocaml" {>= "4.08.0"} + "dune" {>= "2.5" & <= "3.17.1"} + "jose" {>= "0.5.1" & < "0.8.0"} + "uri" {<= "4.4.0"} + "uunf" {<= "16.0.0"} + "uutf" {<= "1.0.3"} + "alcotest" {with-test & <= "1.8.0"} + "junit" {with-test & <= "2.1.0"} + "junit_alcotest" {with-test & <= "2.1.0"} + "containers" {with-test & <= "3.15"} + "mirage-crypto" {with-test & >= "0.8.1" & < "1.0.0"} + "mirage-crypto-rng" {with-test & >= "0.8.1" & < "1.0.0"} + "mirage-crypto-pk" {with-test & >= "0.8.1" & < "1.0.0"} + "yojson" {<= "2.2.2"} + "logs" {<= "0.7.0"} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] +] +dev-repo: "git+https://github.com/ulrikstrid/ocaml-oidc.git" +x-commit-hash: "c03f6433a03a06a04507a10d9942263d82dff5ea" +url { + src: + "https://github.com/ulrikstrid/ocaml-oidc/releases/download/v0.1.0/oidc-v0.1.0.tbz" + checksum: [ + "sha256=1945581506c2f6e0037d65d0538cd27ce2108e1cc9786fdca76d9c48f0b1d5f2" + "sha512=c7adb0e8b2e9e5395cf61cb94a170f0ffe30c2c01cafafe983f6e402e2db3c55b2cc7932c0f4d0cfc66dc1f9facd6931d1d9a6d19f1cd2d4bbc11272063e25c5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/oidc/oidc.0.1.1/opam b/packages/oidc/oidc.0.1.1/opam new file mode 100644 index 000000000..a92a5b397 --- /dev/null +++ b/packages/oidc/oidc.0.1.1/opam @@ -0,0 +1,51 @@ +opam-version: "2.0" +synopsis: "Base package for working with OIDC" +description: "Base functions and types to work with OpenID Connect." +maintainer: ["ulrik.strid@outlook.com"] +authors: ["Ulrik Strid"] +license: "BSD-3-Clause" +homepage: "https://ulrikstrid.github.io/ocaml-oidc" +doc: "https://ulrikstrid.github.io/ocaml-oidc" +bug-reports: "https://github.com/ulrikstrid/ocaml-oidc/issues" +depends: [ + "ocaml" {>= "4.08.0"} + "dune" {>= "2.5" & <= "3.17.1"} + "jose" {>= "0.5.1" & < "0.8.0"} + "uri" {<= "4.4.0"} + "yojson" {<= "2.2.2"} + "logs" {<= "0.7.0"} + "alcotest" {with-test & <= "1.8.0"} + "junit" {with-test & <= "2.1.0"} + "junit_alcotest" {with-test & <= "2.1.0"} + "containers" {with-test & <= "3.15"} + "mirage-crypto" {with-test & >= "0.8.1" & < "1.0.0"} + "mirage-crypto-rng" {with-test & >= "0.8.1" & < "1.0.0"} + "mirage-crypto-pk" {with-test & >= "0.8.1" & < "1.0.0"} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] +] +dev-repo: "git+https://github.com/ulrikstrid/ocaml-oidc.git" +x-commit-hash: "930acd801e6ba496ac1be857de7d17abc3b4e72e" +url { + src: + "https://github.com/ulrikstrid/ocaml-oidc/releases/download/v0.1.1/oidc-v0.1.1.tbz" + checksum: [ + "sha256=de551d194f2152ec48039d51710d7f66d7598e8c030214aef9321bb1e22aabd6" + "sha512=b68d29b3e88f524e066bc30c3ab190129ae231783d9485db231f7a9a07de428d2bef4660abadb3c4df51a9c90662fd05559c59aca5ecee48c767bda5b0549166" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/ojs-base/ojs-base.0.1.0/opam b/packages/ojs-base/ojs-base.0.1.0/opam new file mode 100644 index 000000000..a53c7e1f9 --- /dev/null +++ b/packages/ojs-base/ojs-base.0.1.0/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "zoggy@bat8.org" +authors: ["Maxence Guesdon"] +homepage: "http://zoggy.frama.io/ojs-base/" +license: "GPL-3.0-only" +doc: ["http://zoggy.frama.io/ojs-base/refdoc/"] +tags: ["javascript" "web" "components"] +build: [ + ["./configure" "--prefix" prefix] + [make "all"] +] +remove: [["ocamlfind" "remove" "ojs"]] +depends: [ + "ocaml" {>= "4.02.0"} + "ocamlfind" {<= "1.9.6"} + "js_of_ocaml" {>= "2.4.0" & < "3.0"} + "websocket" {>= "0.8.1" & <= "2.17"} + "lwt" {>= "2.4.6" & < "5.8.0"} + "yojson" {>= "1.1.8" & <= "2.2.2"} + "ppx_deriving_yojson" {>= "1.1" & < "2.0"} +] +install: [make "install"] +synopsis: + "Components to create web applications using js_of_ocaml and websockets" +flags: light-uninstall +url { + src: "https://zoggy.github.io/ojs-base/ojs-base-0.1.0.tar.gz" + checksum: "md5=350993860f89177bb4db86b3247fab95" +} +available: false # source tarball not available +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["source-unavailable"] diff --git a/packages/omd/omd.0.5/opam b/packages/omd/omd.0.5/opam new file mode 100644 index 000000000..4e88922d5 --- /dev/null +++ b/packages/omd/omd.0.5/opam @@ -0,0 +1,46 @@ +opam-version: "2.0" +maintainer: "philippe.wang@gmail.com" +authors: ["Philippe Wang "] +homepage: "https://github.com/pw374/omd" +license: "ISC" +tags: [ + "org:ocamllabs" + "org:mirage" +] +build: [ + ["ocaml" "setup.ml" "-configure" "--prefix" prefix] + ["ocaml" "setup.ml" "-build"] +] +remove: [["ocamlfind" "remove" "omd"]] +depends: [ + "ocaml" {< "4.06.0"} + "ocamlfind" {<= "1.9.6"} + "ocamlbuild" {build & <= "0.15.0"} +] +install: ["ocaml" "setup.ml" "-install"] +synopsis: "A Markdown frontend in pure OCaml." +description: """ +This Markdown library has no dependency besides the OCaml compiler. +The implementation targets the original Markdown with a few Github +markdown features.""" +flags: light-uninstall +url { + src: + "https://github.com/ocaml/opam-source-archives/raw/main/omd-0.5.tar.gz" + checksum: [ + "sha256=17d25be74d7fd9807192651922f7f07b8ae4baccf767c212050f77d5a4170b59" + "md5=d343deacc270674828260b0fdc55f74c" + ] +} +available: false +extra-source "omd.install" { + src: + "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/omd/omd.install.0.5" + checksum: [ + "sha256=d1a7edf3b770f8380f554984ea765bd323b739d1d398c15783bd672e88b794eb" + "md5=0395736894a46f718a77f59ec6fbf1fd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/omd/omd.1.2.0/opam b/packages/omd/omd.1.2.0/opam new file mode 100644 index 000000000..cf29920a6 --- /dev/null +++ b/packages/omd/omd.1.2.0/opam @@ -0,0 +1,54 @@ +opam-version: "2.0" +maintainer: "philippe.wang@gmail.com" +authors: [ "Philippe Wang " ] +license: "ISC" +homepage: "https://github.com/ocaml/omd" +build: [ + ["ocaml" "setup.ml" "-configure" "--prefix" prefix] + ["ocaml" "setup.ml" "-build"] +] +remove: [ + ["ocamlfind" "remove" "omd"] +] +depends: [ + "ocaml" {< "4.06.0"} + "base-bigarray" {= "base"} + "ocamlfind" {<= "1.9.6"} + "ocamlbuild" {build & <= "0.15.0"} +] +tags: [ + "org:ocamllabs" + "org:mirage" +] +install: ["ocaml" "setup.ml" "-install"] +synopsis: "A Markdown frontend in pure OCaml." +description: """ +This Markdown library is implemented using only pure OCaml (including +I/O operations provided by the standard OCaml compiler distribution). +OMD is meant to be as faithful as possible to the original Markdown. +Additionally, OMD implements a few Github markdown features, an +extension mechanism, and a few other features. Note that the opam +package installs both the OMD library and the command line tool `omd`. +Note that The library interface of 1.0.x is only partially compatible +with 0.9.x.""" +flags: light-uninstall +url { + src: + "https://github.com/ocaml/opam-source-archives/raw/main/omd-1.2.0.tar.gz" + checksum: [ + "sha256=9d5ec7fc160ef3cf68650c81bfdcc9857b3caae15c1a299707d1ae6bdce361b8" + "md5=2a1aa5144466a466e33b34de855bcd1c" + ] +} +available: false +extra-source "omd.install" { + src: + "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/omd/omd.install.1.2.0" + checksum: [ + "sha256=d1a7edf3b770f8380f554984ea765bd323b739d1d398c15783bd672e88b794eb" + "md5=0395736894a46f718a77f59ec6fbf1fd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/omd/omd.1.2.1/opam b/packages/omd/omd.1.2.1/opam new file mode 100644 index 000000000..b1147d0df --- /dev/null +++ b/packages/omd/omd.1.2.1/opam @@ -0,0 +1,54 @@ +opam-version: "2.0" +maintainer: "philippe.wang@gmail.com" +authors: [ "Philippe Wang " ] +license: "ISC" +homepage: "https://github.com/ocaml/omd" +build: [ + ["ocaml" "setup.ml" "-configure" "--prefix" prefix] + ["ocaml" "setup.ml" "-build"] +] +remove: [ + ["ocamlfind" "remove" "omd"] +] +depends: [ + "ocaml" {< "4.06.0"} + "base-bigarray" {= "base"} + "ocamlfind" {<= "1.9.6"} + "ocamlbuild" {build & <= "0.15.0"} +] +tags: [ + "org:ocamllabs" + "org:mirage" +] +install: ["ocaml" "setup.ml" "-install"] +synopsis: "A Markdown frontend in pure OCaml." +description: """ +This Markdown library is implemented using only pure OCaml (including +I/O operations provided by the standard OCaml compiler distribution). +OMD is meant to be as faithful as possible to the original Markdown. +Additionally, OMD implements a few Github markdown features, an +extension mechanism, and a few other features. Note that the opam +package installs both the OMD library and the command line tool `omd`. +Note that The library interface of 1.0.x is only partially compatible +with 0.9.x.""" +flags: light-uninstall +url { + src: + "https://github.com/ocaml/opam-source-archives/raw/main/omd-1.2.1.tar.gz" + checksum: [ + "sha256=279671ecfe87aaa56499ff53c9a65e1fe6579807e299eac160fd73ecba25f5e5" + "md5=6784ba3dbdd9b56029a8ef0509d61690" + ] +} +available: false +extra-source "omd.install" { + src: + "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/omd/omd.install.1.2.1" + checksum: [ + "sha256=d1a7edf3b770f8380f554984ea765bd323b739d1d398c15783bd672e88b794eb" + "md5=0395736894a46f718a77f59ec6fbf1fd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/omd/omd.1.2.2/opam b/packages/omd/omd.1.2.2/opam new file mode 100644 index 000000000..179559eb0 --- /dev/null +++ b/packages/omd/omd.1.2.2/opam @@ -0,0 +1,52 @@ +opam-version: "2.0" +maintainer: "philippe.wang@gmail.com" +authors: [ "Philippe Wang " ] +license: "ISC" +homepage: "https://github.com/ocaml/omd" +build: [ + ["ocaml" "setup.ml" "-configure" "--prefix" prefix] + ["ocaml" "setup.ml" "-build"] +] +remove: [ + ["ocamlfind" "remove" "omd"] +] +depends: [ + "ocaml" {< "4.06.0"} + "base-bigarray" {= "base"} + "ocamlfind" {<= "1.9.6"} + "ocamlbuild" {build & <= "0.15.0"} +] +tags: [ + "org:ocamllabs" + "org:mirage" +] +install: ["ocaml" "setup.ml" "-install"] +synopsis: "A Markdown frontend in pure OCaml." +description: """ +This Markdown library is implemented using only pure OCaml (including +I/O operations provided by the standard OCaml compiler distribution). +OMD is meant to be as faithful as possible to the original Markdown. +Additionally, OMD implements a few Github markdown features, an +extension mechanism, and a few other features. Note that the opam +package installs both the OMD library and the command line tool `omd`.""" +flags: light-uninstall +url { + src: + "https://github.com/ocaml/opam-source-archives/raw/main/omd-1.2.2.tar.gz" + checksum: [ + "sha256=7b81dbabac4bd61069ce1fcabcfc3c22cba5ffeb199d3717db26fcde89659e78" + "md5=3a3599c3c8241323d4ab30124deedab4" + ] +} +available: false +extra-source "omd.install" { + src: + "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/omd/omd.install.1.2.2" + checksum: [ + "sha256=d1a7edf3b770f8380f554984ea765bd323b739d1d398c15783bd672e88b794eb" + "md5=0395736894a46f718a77f59ec6fbf1fd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/omd/omd.1.2.3/opam b/packages/omd/omd.1.2.3/opam new file mode 100644 index 000000000..7963ad7cd --- /dev/null +++ b/packages/omd/omd.1.2.3/opam @@ -0,0 +1,52 @@ +opam-version: "2.0" +maintainer: "philippe.wang@gmail.com" +authors: [ "Philippe Wang " ] +license: "ISC" +homepage: "https://github.com/ocaml/omd" +build: [ + ["ocaml" "setup.ml" "-configure" "--prefix" prefix] + ["ocaml" "setup.ml" "-build"] +] +remove: [ + ["ocamlfind" "remove" "omd"] +] +depends: [ + "ocaml" {< "4.06.0"} + "base-bigarray" {= "base"} + "ocamlfind" {<= "1.9.6"} + "ocamlbuild" {build & <= "0.15.0"} +] +tags: [ + "org:ocamllabs" + "org:mirage" +] +install: ["ocaml" "setup.ml" "-install"] +synopsis: "A Markdown frontend in pure OCaml." +description: """ +This Markdown library is implemented using only pure OCaml (including +I/O operations provided by the standard OCaml compiler distribution). +OMD is meant to be as faithful as possible to the original Markdown. +Additionally, OMD implements a few Github markdown features, an +extension mechanism, and some other features. Note that the opam +package installs both the OMD library and the command line tool `omd`.""" +flags: light-uninstall +url { + src: + "https://github.com/ocaml/opam-source-archives/raw/main/omd-1.2.3.tar.gz" + checksum: [ + "sha256=51415f8a90197ad380e1b5a922aa46c9abaaeaefcbd4fffd798060379843809e" + "md5=31ed60d39aa0aaa337818fd62b56706b" + ] +} +available: false +extra-source "omd.install" { + src: + "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/omd/omd.install.1.2.3" + checksum: [ + "sha256=d1a7edf3b770f8380f554984ea765bd323b739d1d398c15783bd672e88b794eb" + "md5=0395736894a46f718a77f59ec6fbf1fd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/omd/omd.1.2.4/opam b/packages/omd/omd.1.2.4/opam new file mode 100644 index 000000000..bbe1388e9 --- /dev/null +++ b/packages/omd/omd.1.2.4/opam @@ -0,0 +1,52 @@ +opam-version: "2.0" +maintainer: "philippe.wang@gmail.com" +authors: [ "Philippe Wang " ] +license: "ISC" +homepage: "https://github.com/ocaml/omd" +build: [ + ["ocaml" "setup.ml" "-configure" "--prefix" prefix] + ["ocaml" "setup.ml" "-build"] +] +remove: [ + ["ocamlfind" "remove" "omd"] +] +depends: [ + "ocaml" {< "4.06.0"} + "base-bigarray" {= "base"} + "ocamlfind" {<= "1.9.6"} + "ocamlbuild" {build & <= "0.15.0"} +] +tags: [ + "org:ocamllabs" + "org:mirage" +] +install: ["ocaml" "setup.ml" "-install"] +synopsis: "A Markdown frontend in pure OCaml." +description: """ +This Markdown library is implemented using only pure OCaml (including +I/O operations provided by the standard OCaml compiler distribution). +OMD is meant to be as faithful as possible to the original Markdown. +Additionally, OMD implements a few Github markdown features, an +extension mechanism, and some other features. Note that the opam +package installs both the OMD library and the command line tool `omd`.""" +flags: light-uninstall +url { + src: + "https://github.com/ocaml/opam-source-archives/raw/main/omd-1.2.4.tar.gz" + checksum: [ + "sha256=2b8707ed7e52540fb7d8e2c8772a08355fbb2319750cbad5aa905334e9cea5ea" + "md5=083a56364a7046c4be868ccd8cc0f487" + ] +} +available: false +extra-source "omd.install" { + src: + "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/omd/omd.install.1.2.4" + checksum: [ + "sha256=d1a7edf3b770f8380f554984ea765bd323b739d1d398c15783bd672e88b794eb" + "md5=0395736894a46f718a77f59ec6fbf1fd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/opam-build/opam-build.0.2.1/opam b/packages/opam-build/opam-build.0.2.1/opam new file mode 100644 index 000000000..4c7c2bcf8 --- /dev/null +++ b/packages/opam-build/opam-build.0.2.1/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +synopsis: "An opam plugin to build projects" +maintainer: "Kate " +authors: "Kate " +license: "MIT" +homepage: "https://github.com/kit-ty-kate/opam-build" +bug-reports: "https://github.com/kit-ty-kate/opam-build/issues" +depends: [ + "ocaml" {>= "4.08"} + "dune" {>= "2.0" & <= "3.17.1"} + "opam-client" {>= "2.2" & < "2.3"} + "cmdliner" {>= "1.1" & <= "1.3.0"} + "xdg" {>= "3.0.0" & <= "3.17.1"} +] +available: false +flags: plugin +build: ["dune" "build" "-p" name "-j" jobs] +dev-repo: "git+https://github.com/kit-ty-kate/opam-build.git" +url { + src: + "https://github.com/kit-ty-kate/opam-build/releases/download/v0.2.1/opam-build-0.2.1.tar.gz" + checksum: [ + "md5=2b9a34fd54834ec3f80264ca42dfde35" + "sha512=ce5f735dbf8560bb9b7062c2d94d6dce0fa56aa4a734a3d2ebc2c55abf9dc44465c96010b9fb004b35337fa45d8cb9eebfd9ebcc98160ad6956cd8bd261d0a2c" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/opam-test/opam-test.0.2.1/opam b/packages/opam-test/opam-test.0.2.1/opam new file mode 100644 index 000000000..ebd41848c --- /dev/null +++ b/packages/opam-test/opam-test.0.2.1/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +synopsis: "An opam plugin to test projects" +maintainer: "Kate " +authors: "Kate " +license: "MIT" +homepage: "https://github.com/kit-ty-kate/opam-build" +bug-reports: "https://github.com/kit-ty-kate/opam-build/issues" +depends: [ + "ocaml" {>= "4.08"} + "dune" {>= "2.0" & <= "3.17.1"} + "opam-client" {>= "2.2" & < "2.3"} + "cmdliner" {>= "1.1" & <= "1.3.0"} + "xdg" {>= "3.0.0" & <= "3.17.1"} +] +available: false +flags: plugin +build: ["dune" "build" "-p" name "-j" jobs] +dev-repo: "git+https://github.com/kit-ty-kate/opam-build.git" +url { + src: + "https://github.com/kit-ty-kate/opam-build/releases/download/v0.2.1/opam-build-0.2.1.tar.gz" + checksum: [ + "md5=2b9a34fd54834ec3f80264ca42dfde35" + "sha512=ce5f735dbf8560bb9b7062c2d94d6dce0fa56aa4a734a3d2ebc2c55abf9dc44465c96010b9fb004b35337fa45d8cb9eebfd9ebcc98160ad6956cd8bd261d0a2c" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/oplot/oplot.0.7.0/opam b/packages/oplot/oplot.0.7.0/opam new file mode 100644 index 000000000..1eec92e2b --- /dev/null +++ b/packages/oplot/oplot.0.7.0/opam @@ -0,0 +1,46 @@ +# This file is generated by dune, edit dune-project instead +opam-version: "2.0" +synopsis: "Mathematical plotter library for ocaml" +description: + "High-quality plotting of 2D usual mathematical functions, including animations and LaTeX formulas. Supports also 3D surfaces with interactive rotating." +maintainer: ["Vu Ngoc San "] +authors: ["Vu Ngoc San "] +license: "ISC" +tags: ["plot" "2D" "3D" "math"] +homepage: "https://github.com/sanette/oplot" +bug-reports: "https://github.com/sanette/oplot/issues" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tsdl-image" {>= "0.3.0" & <= "0.6"} + "tsdl-ttf" {>= "0.3" & <= "0.6"} + "tsdl" {>= "0.9.6" & <= "1.1.0"} + "lablgl" {>= "1.06" & <= "1.07"} + "ocaml" {>= "4.05.0"} + "odoc" {with-doc & <= "2.4.4"} +] +available: false +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] +] +dev-repo: "git+https://github.com/sanette/oplot.git" +url { + src: "https://github.com/sanette/oplot/archive/0.7.tar.gz" + checksum: [ + "md5=1d71d13a75e9a5fe3ddc23d2c901066c" + "sha512=42215d462ad0c14ee85215bb457833227d880e212a4bbdc7fee7314dc1ca6f44e606a915ec1cc1c5eaebbfdbf99b0af3618d763f8b327ab1c82b6ea7d27be2f9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/ospec/ospec.0.3.0/opam b/packages/ospec/ospec.0.3.0/opam new file mode 100644 index 000000000..62828bae1 --- /dev/null +++ b/packages/ospec/ospec.0.3.0/opam @@ -0,0 +1,38 @@ +opam-version: "2.0" +maintainer: "andrenth@gmail.com" +build: [ + ["ocaml" "setup.ml" "-configure" "--prefix" prefix] + ["ocaml" "setup.ml" "-build"] +] +remove: [["ocamlfind" "remove" "ospec"]] +depends: [ + "ocaml" {= "broken"} + "ocamlfind" {<= "1.9.6"} + "camlp4" {<= "5.3"} + "ocamlbuild" {build & <= "0.15.0"} +] +install: ["ocaml" "setup.ml" "-install"] +synopsis: "Behavior-Driven Development tool for OCaml, inspired by RSpec" +description: """ +OSpec is a Behavior-Driven Development tool for OCaml, inspired by +RSpec, a Ruby BDD library. It is implemented as a Camlp4 syntax +extension.""" +flags: light-uninstall +url { + src: "https://github.com/andrenth/ospec/tarball/release-0.3.0" + checksum: [ + "sha256=a6fb2c1550a935165f7d147b4f504ed57a7b4e64ee6812e3d799e862a252b1ed" + "md5=86d85a45980bd8142cef557cc1757e90" + ] +} +extra-source "ospec.install" { + src: + "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/ospec/ospec.install.0.3.0" + checksum: [ + "sha256=d8ee9b2363c93c88bb7a195d9c7c152c7990e9b7b0230193fa86a439de039a99" + "md5=f2ed71b731c02e59d45ae029f9c9351a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/otr/otr.0.3.7/opam b/packages/otr/otr.0.3.7/opam new file mode 100644 index 000000000..d2948dba2 --- /dev/null +++ b/packages/otr/otr.0.3.7/opam @@ -0,0 +1,46 @@ +opam-version: "2.0" +maintainer: "Hannes Mehnert " +authors: "Hannes Mehnert " +license: "BSD-2-Clause" +homepage: "https://github.com/hannesm/ocaml-otr" +doc: "https://hannesm.github.io/ocaml-otr/doc" +bug-reports: "https://github.com/hannesm/ocaml-otr/issues" +depends: [ + "ocaml" {>= "4.07.0"} + "dune" {<= "3.17.1"} + "cstruct" {>= "1.9.0" & <= "6.2.0"} + "sexplib0" {<= "v0.17.0"} + "mirage-crypto" {< "1.0.0"} + "mirage-crypto-pk" {< "1.0.0"} + "astring" {<= "0.8.5"} + "rresult" {<= "0.7.0"} + "base64" {>= "3.0.0" & <= "3.5.1"} + "mirage-crypto-rng" {with-test & < "1.0.0"} +] +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +dev-repo: "git+https://github.com/hannesm/ocaml-otr.git" +synopsis: "Off the record implementation purely in OCaml" +description: """ +This is an implementation of version 2 and 3 of the Off-the-record +protocol (https://otr.cypherpunks.ca/Protocol-v3-4.0.0.html) in OCaml. + +Including the socialist millionairs protocol to authenticate a +communication partner over an encrypted channel providing a shared +secret. +""" +url { + src: + "https://github.com/hannesm/ocaml-otr/releases/download/v0.3.7/otr-v0.3.7.tbz" + checksum: [ + "sha256=19ca7444fed631be28db03465429f0ab8b615420fc2dbd64f1afca4b82c4c2c6" + "sha512=c720c24d213f7e26b151351831588136273ced125450ab7438c016187ef4cf2fd86946569a033bd5b3b4e7ec5166c587728d24f1047703f8ac11f27cc21439f0" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/owl/owl.0.2.0/opam b/packages/owl/owl.0.2.0/opam new file mode 100644 index 000000000..05105c6c3 --- /dev/null +++ b/packages/owl/owl.0.2.0/opam @@ -0,0 +1,55 @@ +opam-version: "2.0" +maintainer: "Liang Wang (ryanrhymes@gmail.com)" +authors: [ "Liang Wang (ryanrhymes@gmail.com)" ] +license: "MIT" +homepage: "https://github.com/ryanrhymes/owl" +dev-repo: "git+https://github.com/ryanrhymes/owl.git" +bug-reports: "https://github.com/ryanrhymes/owl/issues" +build: [ + ["oasis" "setup"] + ["ocaml" "setup.ml" "-configure" "--prefix" prefix] + ["ocaml" "setup.ml" "-build"] + ["oasis" "setup"] {with-test} + ["ocaml" "setup.ml" "-configure" "--enable-tests"] {with-test} + ["ocaml" "setup.ml" "-build"] {with-test} + ["ocaml" "setup.ml" "-test"] {with-test} + ["ocaml" "setup.ml" "-doc"] {with-doc} +] +install: ["ocaml" "setup.ml" "-install"] +remove: [ + ["ocaml" "%{etc}%/owl/_oasis_remove_.ml" "%{etc}%/owl"] +] +depends: [ + "ocaml" {>= "4.04.0" & < "4.06.0"} + "ctypes" {< "0.17.0"} + "dolog" {< "4.0.0"} + "gsl" {< "1.20.0"} + "conf-gsl" {<= "2"} + "oasis" {build & >= "0.4" & <= "0.4.11"} + "ocamlbuild" {build & <= "0.15.0"} + "ocamlfind" {build & <= "1.9.6"} + "plplot" {<= "5.12.0"} + "lacaml" {<= "11.1.1"} + "eigen" {<= "0.0.3"} +] +synopsis: "Scientific computing library" +description: + "Owl is an OCaml numerical library for scientific computing. Owl supports both dense and sparse matrices of real and complex numbers, and various maths, stats, matrix, regression, optimisation, and fft operations. Owl also includes an integrated plotting module." +url { + src: "https://github.com/ryanrhymes/owl/archive/0.2.0.tar.gz" + checksum: [ + "sha256=48e708b34e08629b711b64c275af42f3c2bd8de510928a0d72565dfc73dbbf31" + "md5=39c6f65979d116928cb1533018be40f2" + ] +} +extra-source "owl.install" { + src: + "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/owl/owl.install" + checksum: [ + "sha256=5b010bcd931b45da20d8004cb55ee72cc8193b8b0fe12070896fbdb73a00517b" + "md5=0d1b822c897681cf54b3e1aed52dda99" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/owl/owl.0.2.1/opam b/packages/owl/owl.0.2.1/opam new file mode 100644 index 000000000..69ff7df76 --- /dev/null +++ b/packages/owl/owl.0.2.1/opam @@ -0,0 +1,56 @@ +opam-version: "2.0" +maintainer: "Liang Wang (ryanrhymes@gmail.com)" +authors: [ "Liang Wang (ryanrhymes@gmail.com)" ] +license: "MIT" +homepage: "https://github.com/ryanrhymes/owl" +dev-repo: "git+https://github.com/ryanrhymes/owl.git" +bug-reports: "https://github.com/ryanrhymes/owl/issues" +build: [ + ["oasis" "setup"] + ["ocaml" "setup.ml" "-configure" "--prefix" prefix] + ["ocaml" "setup.ml" "-build"] + ["oasis" "setup"] {with-test} + ["ocaml" "setup.ml" "-configure" "--enable-tests"] {with-test} + ["ocaml" "setup.ml" "-build"] {with-test} + ["ocaml" "setup.ml" "-test"] {with-test} + ["ocaml" "setup.ml" "-doc"] {with-doc} +] +install: ["ocaml" "setup.ml" "-install"] +remove: [ + ["ocaml" "%{etc}%/owl/_oasis_remove_.ml" "%{etc}%/owl"] +] +depends: [ + "ocaml" {>= "4.04.0" & < "4.06.0"} + "ctypes" {< "0.17.0"} + "dolog" {< "4.0.0"} + "gsl" {< "1.20.0"} + "conf-gsl" {<= "2"} + "oasis" {build & >= "0.4" & <= "0.4.11"} + "ocamlbuild" {build & <= "0.15.0"} + "ocamlfind" {build & <= "1.9.6"} + "plplot" {<= "5.12.0"} + "lacaml" {<= "11.1.1"} + "eigen" {<= "0.0.3"} +] +available: os = "macos" +synopsis: "Scientific computing library" +description: + "Owl is an OCaml numerical library for scientific computing. Owl supports both dense and sparse matrices of real and complex numbers, and various maths, stats, matrix, regression, optimisation, and fft operations. Owl also includes an integrated plotting module." +url { + src: "https://github.com/ryanrhymes/owl/archive/0.2.1.tar.gz" + checksum: [ + "sha256=75e1d8a55608f2bc7c6ff6bcd2c176eb943de55a8bff75161159d42f91138353" + "md5=e3ab743c640bb454f386679bb2eb44ce" + ] +} +extra-source "owl.install" { + src: + "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/owl/owl.install" + checksum: [ + "sha256=5b010bcd931b45da20d8004cb55ee72cc8193b8b0fe12070896fbdb73a00517b" + "md5=0d1b822c897681cf54b3e1aed52dda99" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/owl/owl.0.2.2/opam b/packages/owl/owl.0.2.2/opam new file mode 100644 index 000000000..9f5e2da0d --- /dev/null +++ b/packages/owl/owl.0.2.2/opam @@ -0,0 +1,54 @@ +opam-version: "2.0" +maintainer: "Liang Wang (ryanrhymes@gmail.com)" +authors: [ "Liang Wang (ryanrhymes@gmail.com)" ] +license: "MIT" +homepage: "https://github.com/ryanrhymes/owl" +dev-repo: "git+https://github.com/ryanrhymes/owl.git" +bug-reports: "https://github.com/ryanrhymes/owl/issues" +build: [ + ["oasis" "setup"] + ["ocaml" "setup.ml" "-configure" "--prefix" prefix] + ["ocaml" "setup.ml" "-build"] + ["oasis" "setup"] {with-test} + ["ocaml" "setup.ml" "-configure" "--enable-tests"] {with-test} + ["ocaml" "setup.ml" "-build"] {with-test} + ["ocaml" "setup.ml" "-test"] {with-test} + ["ocaml" "setup.ml" "-doc"] {with-doc} +] +install: ["ocaml" "setup.ml" "-install"] +remove: [ + ["ocaml" "%{etc}%/owl/_oasis_remove_.ml" "%{etc}%/owl"] +] +depends: [ + "ocaml" {>= "4.04.0" & < "4.06.0"} + "ctypes" {< "0.17.0"} + "dolog" {< "4.0.0"} + "gsl" {< "1.20.0"} + "conf-gsl" {<= "2"} + "oasis" {build & >= "0.4" & <= "0.4.11"} + "ocamlbuild" {build & <= "0.15.0"} + "ocamlfind" {build & <= "1.9.6"} + "plplot" {<= "5.12.0"} + "eigen" {< "0.0.4"} +] +synopsis: "Scientific computing library" +description: + "Owl is an OCaml numerical library for scientific computing. Owl supports both dense and sparse matrices of real and complex numbers, and various maths, stats, matrix, regression, optimisation, and fft operations. Owl also includes an integrated plotting module." +url { + src: "https://github.com/ryanrhymes/owl/archive/0.2.2.tar.gz" + checksum: [ + "sha256=2c7072c830e03810753fe54a4630a3386aa73db83118e3ffacae424f36ce5323" + "md5=635c2ad93925ebbd4c9bcf9c10e9a955" + ] +} +extra-source "owl.install" { + src: + "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/owl/owl.install" + checksum: [ + "sha256=5b010bcd931b45da20d8004cb55ee72cc8193b8b0fe12070896fbdb73a00517b" + "md5=0d1b822c897681cf54b3e1aed52dda99" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/owl/owl.0.2.3/opam b/packages/owl/owl.0.2.3/opam new file mode 100644 index 000000000..f6fe256c7 --- /dev/null +++ b/packages/owl/owl.0.2.3/opam @@ -0,0 +1,54 @@ +opam-version: "2.0" +maintainer: "Liang Wang (ryanrhymes@gmail.com)" +authors: [ "Liang Wang (ryanrhymes@gmail.com)" ] +license: "MIT" +homepage: "https://github.com/ryanrhymes/owl" +dev-repo: "git+https://github.com/ryanrhymes/owl.git" +bug-reports: "https://github.com/ryanrhymes/owl/issues" +build: [ + ["oasis" "setup"] + ["ocaml" "setup.ml" "-configure" "--prefix" prefix] + ["ocaml" "setup.ml" "-build"] + ["oasis" "setup"] {with-test} + ["ocaml" "setup.ml" "-configure" "--enable-tests"] {with-test} + ["ocaml" "setup.ml" "-build"] {with-test} + ["ocaml" "setup.ml" "-test"] {with-test} + ["ocaml" "setup.ml" "-doc"] {with-doc} +] +install: ["ocaml" "setup.ml" "-install"] +remove: [ + ["ocaml" "%{etc}%/owl/_oasis_remove_.ml" "%{etc}%/owl"] +] +depends: [ + "ocaml" {>= "4.04.0" & < "4.06.0"} + "ctypes" {< "0.17.0"} + "dolog" {< "4.0.0"} + "gsl" {< "1.20.0"} + "conf-gsl" {<= "2"} + "oasis" {build & >= "0.4" & <= "0.4.11"} + "ocamlbuild" {build & <= "0.15.0"} + "ocamlfind" {build & <= "1.9.6"} + "plplot" {<= "5.12.0"} + "eigen" {< "0.0.4"} +] +synopsis: "Scientific computing library" +description: + "Owl is an OCaml numerical library for scientific computing. Owl supports both dense and sparse matrices of real and complex numbers, and various maths, stats, matrix, regression, optimisation, and fft operations. Owl also includes an integrated plotting module." +url { + src: "https://github.com/ryanrhymes/owl/archive/0.2.3.tar.gz" + checksum: [ + "sha256=24faabc7bfd0378e65ae72cb7c52d6e521433a3324a5f493e00b3eceba22cf49" + "md5=39883965b149d1fe91afcc26dadd1424" + ] +} +extra-source "owl.install" { + src: + "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/owl/owl.install" + checksum: [ + "sha256=5b010bcd931b45da20d8004cb55ee72cc8193b8b0fe12070896fbdb73a00517b" + "md5=0d1b822c897681cf54b3e1aed52dda99" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/owl/owl.0.2.4/opam b/packages/owl/owl.0.2.4/opam new file mode 100644 index 000000000..77a8863b9 --- /dev/null +++ b/packages/owl/owl.0.2.4/opam @@ -0,0 +1,54 @@ +opam-version: "2.0" +maintainer: "Liang Wang (ryanrhymes@gmail.com)" +authors: [ "Liang Wang (ryanrhymes@gmail.com)" ] +license: "MIT" +homepage: "https://github.com/ryanrhymes/owl" +dev-repo: "git+https://github.com/ryanrhymes/owl.git" +bug-reports: "https://github.com/ryanrhymes/owl/issues" +build: [ + ["oasis" "setup"] + ["ocaml" "setup.ml" "-configure" "--prefix" prefix] + ["ocaml" "setup.ml" "-build"] + ["oasis" "setup"] {with-test} + ["ocaml" "setup.ml" "-configure" "--enable-tests"] {with-test} + ["ocaml" "setup.ml" "-build"] {with-test} + ["ocaml" "setup.ml" "-test"] {with-test} + ["ocaml" "setup.ml" "-doc"] {with-doc} +] +install: ["ocaml" "setup.ml" "-install"] +remove: [ + ["ocaml" "%{etc}%/owl/_oasis_remove_.ml" "%{etc}%/owl"] +] +depends: [ + "ocaml" {>= "4.04.0" & < "4.06.0"} + "ctypes" {< "0.17.0"} + "dolog" {< "4.0.0"} + "gsl" {< "1.20.0"} + "conf-gsl" {<= "2"} + "oasis" {build & >= "0.4" & <= "0.4.11"} + "ocamlbuild" {build & <= "0.15.0"} + "ocamlfind" {build & <= "1.9.6"} + "plplot" {<= "5.12.0"} + "eigen" {< "0.0.4"} +] +synopsis: "Scientific computing library" +description: + "Owl is an OCaml numerical library for scientific computing. Owl supports both dense and sparse matrices of real and complex numbers, and various maths, stats, matrix, regression, optimisation, and fft operations. Owl also includes an integrated plotting module." +url { + src: "https://github.com/ryanrhymes/owl/archive/0.2.4.tar.gz" + checksum: [ + "sha256=13092b9c450ec6756afa89e27b7aee4a74fb46be7fc2d47f2a0a3f456ee6a72c" + "md5=7af1cfb44a4f283ff4d88b43db3df871" + ] +} +extra-source "owl.install" { + src: + "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/owl/owl.install" + checksum: [ + "sha256=5b010bcd931b45da20d8004cb55ee72cc8193b8b0fe12070896fbdb73a00517b" + "md5=0d1b822c897681cf54b3e1aed52dda99" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/ox/ox.1.0.0/opam b/packages/ox/ox.1.0.0/opam new file mode 100644 index 000000000..c3535eae9 --- /dev/null +++ b/packages/ox/ox.1.0.0/opam @@ -0,0 +1,28 @@ +opam-version: "2.0" +maintainer: "arjun@cs.umass.edu" +build: [ + ["ocaml" "setup.ml" "-configure"] + ["ocaml" "setup.ml" "-build"] +] +remove: [["ocamlfind" "remove" "ox"]] +depends: [ + "ocaml" + "ocamlfind" {<= "1.9.6"} + "lwt" {<= "5.9.0"} + "cstruct" {<= "6.2.0"} + "packet" {<= "0.4.0"} + "openflow" {= "0.1.0"} +] +install: ["ocaml" "setup.ml" "-install"] +synopsis: "A platform for writing OpenFlow controllers" +flags: light-uninstall +url { + src: "https://people.cs.umass.edu/~arjun/download/ox.1.0.tar.gz" + checksum: [ + "sha256=d4672e4e0767cdae6ffde08792b3c43efc0d62f2239fe06c3f0ae859d16c5220" + "md5=aba54cd09130ab8228cae919958ee7fe" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/ox/ox.1.0.1/opam b/packages/ox/ox.1.0.1/opam new file mode 100644 index 000000000..39b4fee04 --- /dev/null +++ b/packages/ox/ox.1.0.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "arjun@cs.umass.edu" +build: [ + ["ocaml" "setup.ml" "-configure"] + ["ocaml" "setup.ml" "-build"] +] +remove: [["ocamlfind" "remove" "ox"]] +depends: [ + "ocaml" + "ocamlfind" {<= "1.9.6"} + "lwt" {<= "5.9.0"} + "cstruct" {<= "6.2.0"} + "packet" {<= "0.4.0"} + "openflow" {= "0.1.0"} + "ocamlbuild" {build & <= "0.15.0"} +] +dev-repo: "git+https://github.com/frenetic-lang/ox" +install: ["ocaml" "setup.ml" "-install"] +synopsis: "A platform for writing OpenFlow controllers" +flags: light-uninstall +url { + src: "https://github.com/frenetic-lang/ox/archive/ox-1.0.1.tar.gz" + checksum: [ + "sha256=6029e9929a379b9318a2ac5517e8e3116b274c907db3aa8f688dd7a2f0e645dc" + "md5=f2b498e678b935d433ec33fc429507af" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/oxylc/oxylc.alpha1.1.2/opam b/packages/oxylc/oxylc.alpha1.1.2/opam new file mode 100644 index 000000000..0db2f7489 --- /dev/null +++ b/packages/oxylc/oxylc.alpha1.1.2/opam @@ -0,0 +1,37 @@ +opam-version: "2.0" +synopsis: "The compiler for the Oxyl language" +description: """ +A tool to compile Oxyl code using LLVM 9.0. +Oxyl is a low-level functional language focused on speed and simplicity. +""" +maintainer: "J Rain De Jager " +authors: "J Rain De Jager " +license: "MIT" +homepage: "http://blog.oxyllang.org" +bug-reports: "https://gitlab.com/selfReferentialName/oxylc/issues" +depends: [ + "ocaml" + "ocamlfind" {<= "1.9.6"} + "core" {<= "v0.17.1"} + "printbox" {<= "0.12"} + "omake" {<= "0.10.7"} + "llvm" {= "7.0"} + "ounit2" {<= "2.2.7"} + "atdgen" {<= "2.15.0"} + "semver" {<= "0.2.1"} +] +build: [["./build.sh" prefix]] +install: [["./install.sh" prefix]] +dev-repo: "git+https://gitlab.com/selfReferentialName/oxylc" +available: [os = "linux"] +url { + src: + "https://gitlab.com/selfReferentialName/oxylc/-/archive/1.1.2-alpha-opam3/oxylc-1.1.2-alpha-opam3.tar.gz" + checksum: [ + "md5=e793042bf217edadee66bd702aeb2237" + "sha512=e4205d85b2d36ccbd789b6189a7ab9436568a668605bba512375bc980cdbd9fd7a91d622a3a52a932c88c0f7a81f5a9f2a6670178c8bbb1ae27d82e18ebb52a4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/pa_ppx_parsetree/pa_ppx_parsetree.0.01/opam b/packages/pa_ppx_parsetree/pa_ppx_parsetree.0.01/opam new file mode 100644 index 000000000..174ce854e --- /dev/null +++ b/packages/pa_ppx_parsetree/pa_ppx_parsetree.0.01/opam @@ -0,0 +1,47 @@ +synopsis: "A Camlp5-based Quasi-Quotation ppx rewriter for OCaml's AST " +description: +""" +This package provides quasi-quotations (like ppx_metaquot) +for the OCaml AST, so you can write code that computes over +OCaml's AST, using human-readable surface syntax for +patterns and expressions. + +It provides them based on the official OCaml parser, but +with anti-quotations at every point in the grammamr where +it's possible to have them. +""" +opam-version: "2.0" +maintainer: "Chet Murthy " +authors: ["Chet Murthy"] +homepage: "https://github.com/camlp5/pa_ppx_parsetree" +license: "BSD-3-Clause" +bug-reports: "https://github.com/camlp5/pa_ppx_parsetree/issues" +dev-repo: "git+https://github.com/camlp5/pa_ppx_parsetree.git" +doc: "https://github.com/camlp5/pa_ppx_parsetree/doc" + +depends: [ + "conf-perl" {<= "2"} + "ocaml" { >= "4.10.0" } + "camlp5-buildscripts" {<= "0.04"} + "camlp5" {>= "8.00.04" & <= "8.03.01"} + "pa_ppx" {>= "0.10" & <= "0.16"} + "pa_ppx_q_ast" {>= "0.10" & <= "0.12"} + "pa_ppx_quotation2extension" {<= "0.02"} + "not-ocamlfind" {>= "0.09" & <= "0.13"} + "ounit" {= "2.2.7"} + "re" {>= "1.11.0" & <= "1.12.0"} + "fmt" {<= "0.9.0"} + "conf-bash" {= "1"} + "cppo" {<= "1.8.0"} + "mdx" {<= "2.5.0"} +] +build: [ + [make "setup"] + [make "sys"] + [make "test"] {with-test} +] +install: [make "install"] +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/pancake/pancake.2.0.0/opam b/packages/pancake/pancake.2.0.0/opam new file mode 100644 index 000000000..575da7e83 --- /dev/null +++ b/packages/pancake/pancake.2.0.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +synopsis: "Pancake" +description: "A tiny lens library" +maintainer: ["Roland Peelen"] +authors: ["Roland Peelen"] +license: "MIT" +homepage: "https://github.com/rolandpeelen/bs-pancake" +bug-reports: "https://github.com/rolandpeelen/bs-pancake/issues" +depends: [ + "ocaml" {>= "5.1.0"} + "reason" {>= "3.10.0" & <= "3.14.0"} + "dune" {>= "3.8" & <= "3.17.1"} + "melange-jest" {>= "0.1.0" & <= "0.1.1"} + "melange" {>= "2.0.0" & <= "4.0.1-52"} + "ppxlib" {>= "0.31.0" & <= "0.33.1~5.3preview"} + "ocaml-lsp-server" {with-test & <= "1.20.1-4.14"} # todo: use with-dev-setup once opam 2.2 is out + "dot-merlin-reader" {with-test & <= "5.3-502"} # todo: use with-dev-setup once opam 2.2 is out + "odoc" {with-doc & <= "2.4.4"} +] +dev-repo: "git+https://github.com/rolandpeelen/bs-pancake.git" +url { + src: + "https://github.com/rolandpeelen/bs-pancake/archive/refs/tags/2.0.0.tar.gz" + checksum: [ + "md5=5b21bbbc3bb637adbdc7ebdc6f44add1" + "sha512=708b5f7f3173839195352584da009f61d9dd6b69d0d85fe924dd539c2a33c8e0a6ba3f9fcc7bce6a697eb94349b646810849fbb9ed69cc4947b3ce5ba3b1f99f" + ] +} +available: false # the upstream tarball has changed hash and it is not in the opam caches +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/ppx_regexp/ppx_regexp.0.5.0/opam b/packages/ppx_regexp/ppx_regexp.0.5.0/opam new file mode 100644 index 000000000..dfd53bb81 --- /dev/null +++ b/packages/ppx_regexp/ppx_regexp.0.5.0/opam @@ -0,0 +1,48 @@ +opam-version: "2.0" +maintainer: "Petter A. Urkedal " +authors: [ + "Petter A. Urkedal " + "Gabriel Radanne " +] +license: "LGPL-3.0-or-later WITH LGPL-3.0-linking-exception" +homepage: "https://github.com/paurkedal/ppx_regexp" +bug-reports: "https://github.com/paurkedal/ppx_regexp/issues" +depends: [ + "ocaml" {>= "4.02.3"} + "dune" {>= "1.11" & <= "3.17.1"} + "ppxlib" {>= "0.9.0" & <= "0.33.1~5.3preview"} + "re" {>= "1.7.2" & <= "1.12.0"} + "qcheck" {with-test & <= "0.23"} +] +available: false +build: ["dune" "build" "-p" name "-j" jobs] +dev-repo: "git+https://github.com/paurkedal/ppx_regexp.git" +synopsis: "Matching Regular Expressions with OCaml Patterns" +description: """ +This syntax extension turns + + match%pcre x with + | {|re1|} -> e1 + ... + | {|reN|} -> eN + | _ -> e0 + +into suitable invocations to the ocaml-re library. The patterns are plain +strings of the form accepted by `Re_pcre`, except groups can be bound to +variables using the syntax `(?...)`. The type of `var` will be +`string` if a match is of the groups is guaranteed given a match of the +whole pattern, and `string option` if the variable is bound to or nested +below an optionally matched group. +""" +url { + src: + "https://github.com/paurkedal/ppx_regexp/releases/download/v0.5.0/ppx_regexp-v0.5.0.tbz" + checksum: [ + "sha256=5c80bee02ae3fd4eb1109267bc790d6b8c719f5be0e4973a96f8d92e5e07d8d0" + "sha512=620929b214756a57179e587fd9f5f01ec3ee7facc3510c254978aa9c65e0b12c96d3c8302d53e561ea1fb3a35f3b9949debf51562fc7c1ea7d05db151c6c1d81" + ] +} +x-commit-hash: "9604bc0c6883a481d8962acf4ad5d15c34df7c96" +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/ppx_sexp_conv/ppx_sexp_conv.113.33.00+4.03/opam b/packages/ppx_sexp_conv/ppx_sexp_conv.113.33.00+4.03/opam new file mode 100644 index 000000000..1c8828731 --- /dev/null +++ b/packages/ppx_sexp_conv/ppx_sexp_conv.113.33.00+4.03/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "Jane Street developers" +authors: ["Jane Street Group, LLC"] +homepage: "https://github.com/janestreet/ppx_sexp_conv" +bug-reports: "https://github.com/janestreet/ppx_sexp_conv/issues" +dev-repo: "git+https://github.com/janestreet/ppx_sexp_conv.git" +license: "Apache-2.0" +build: [ + ["./configure" "--prefix" prefix] + [make] +] +depends: [ + "ocaml" + "ocamlbuild" {build & <= "0.15.0"} + "ocamlfind" {build & >= "1.3.2" & <= "1.9.6"} + "ppx_core" {>= "113.33.01+4.03" & < "113.34.00+4.03"} + "ppx_tools" {>= "0.99.3" & <= "6.6"} + "ppx_type_conv" {>= "113.33.00+4.03" & < "113.34.00+4.03"} + "sexplib" {>= "113.33.00+4.03" & < "113.34.00+4.03"} +] +available: false +synopsis: + "Generation of S-expression conversion functions from type definitions" +description: "Part of the Jane Street's PPX rewriters collection." +url { + src: + "https://ocaml.janestreet.com/ocaml-core/113.33/files/ppx_sexp_conv-113.33.00+4.03.tar.gz" + checksum: [ + "sha256=531befbf7b041168daac48e1cd63bb5968f5ed5e8f0a69d7114fc7de580a19ea" + "md5=c3416c5ebff624db5d7d88a2695cf9d5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/ppx_sexp_conv/ppx_sexp_conv.113.33.00/opam b/packages/ppx_sexp_conv/ppx_sexp_conv.113.33.00/opam new file mode 100644 index 000000000..95e853bc4 --- /dev/null +++ b/packages/ppx_sexp_conv/ppx_sexp_conv.113.33.00/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "Jane Street developers" +authors: ["Jane Street Group, LLC"] +homepage: "https://github.com/janestreet/ppx_sexp_conv" +bug-reports: "https://github.com/janestreet/ppx_sexp_conv/issues" +dev-repo: "git+https://github.com/janestreet/ppx_sexp_conv.git" +license: "Apache-2.0" +build: [ + ["./configure" "--prefix" prefix] + [make] +] +depends: [ + "ocaml" + "ocamlbuild" {build & <= "0.15.0"} + "ocamlfind" {build & >= "1.3.2" & <= "1.9.6"} + "ppx_core" {>= "113.33.00" & < "113.34.00"} + "ppx_tools" {>= "0.99.3" & <= "6.6"} + "ppx_type_conv" {>= "113.33.00" & < "113.34.00"} + "sexplib" {>= "113.33.00" & < "113.34.00"} +] +available: false +synopsis: + "Generation of S-expression conversion functions from type definitions" +description: "Part of the Jane Street's PPX rewriters collection." +url { + src: + "https://ocaml.janestreet.com/ocaml-core/113.33/files/ppx_sexp_conv-113.33.00.tar.gz" + checksum: [ + "sha256=fdd6b6f1c8dc81ae969fef74724bc72346f79bf7750aebe88f1e0abf526e4710" + "md5=bcb2578d49a4d2119caf6f57c4ada5f3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/ppx_test/ppx_test.1.5.1/opam b/packages/ppx_test/ppx_test.1.5.1/opam new file mode 100644 index 000000000..388fca0fa --- /dev/null +++ b/packages/ppx_test/ppx_test.1.5.1/opam @@ -0,0 +1,39 @@ +opam-version: "2.0" +authors: "Jun Furuse" +maintainer: "jun.furuse@gmail.com" +homepage: "http://bitbucket.org/camlspotter/ppx_test" +bug-reports: "https://bitbucket.org/camlspotter/ppx_test/issues?status=new&status=open" +dev-repo: "hg+https://bitbucket.org/camlspotter/ppx_test" +build: [ + [ "ocaml" "setup.ml" "-configure" "--prefix" prefix ] + [ "ocaml" "setup.ml" "-build" ] +] +install: [ + [ "ocaml" "setup.ml" "-install" ] +] +remove: [ + [ "ocaml" "setup.ml" "-configure" "--prefix" prefix ] + [ "ocaml" "setup.ml" "-uninstall" ] +] +depends: [ + "ocaml" {>= "4.03.0"} + "ocamlfind" {build & >= "1.5.6" & <= "1.9.6"} + "omake" {build & < "0.10"} + "re" {<= "1.12.0"} + "ppxx" {>= "2.2.0" & < "2.3.0"} +] +synopsis: "A ppx replacement of pa_ounit." +description: """ +ppx_test tries to replace pa_ounit. It provides the following syntax sugars: + +* _with_location_ e, returns e and its source code location +* _module_path_, returns the current module path name +* let %TEST name = e, a replacement of TEST name = e +* let %TEST_UNIT name = e, a replacement of TEST_UNIT name = e""" +url { + src: "https://bitbucket.org/camlspotter/ppx_test/get/1.5.1.tar.gz" +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/ppx_tools/ppx_tools.0.1/opam b/packages/ppx_tools/ppx_tools.0.1/opam new file mode 100644 index 000000000..72b36de5d --- /dev/null +++ b/packages/ppx_tools/ppx_tools.0.1/opam @@ -0,0 +1,18 @@ +opam-version: "2.0" +maintainer: "alain.frisch@lexifi.com" +build: [make "all"] +remove: [["ocamlfind" "remove" "ppx_tools"]] +depends: [ + "ocaml" {= "4.02.0"} + "ocamlfind" {<= "1.9.6"} +] +install: [make "install"] +synopsis: "Tools for authors of ppx rewriters and other syntactic tools" +flags: light-uninstall +url { + src: "git+https://github.com/alainfrisch/ppx_tools.git" +} +available: false # uses a git url, no checksum. newer versions exist +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/ppxlib/ppxlib.0.25.0~5.00preview/opam b/packages/ppxlib/ppxlib.0.25.0~5.00preview/opam new file mode 100644 index 000000000..54974fa57 --- /dev/null +++ b/packages/ppxlib/ppxlib.0.25.0~5.00preview/opam @@ -0,0 +1,60 @@ +opam-version: "2.0" +synopsis: "Standard library for ppx rewriters" +description: """ +Ppxlib is the standard library for ppx rewriters and other programs +that manipulate the in-memory reprensation of OCaml programs, a.k.a +the "Parsetree". + +It also comes bundled with two ppx rewriters that are commonly used to +write tools that manipulate and/or generate Parsetree values; +`ppxlib.metaquot` which allows to construct Parsetree values using the +OCaml syntax directly and `ppxlib.traverse` which provides various +ways of automatically traversing values of a given type, in particular +allowing to inject a complex structured value into generated code. +""" +maintainer: ["opensource@janestreet.com"] +authors: ["Jane Street Group, LLC "] +license: "MIT" +homepage: "https://github.com/ocaml-ppx/ppxlib" +doc: "https://ocaml-ppx.github.io/ppxlib/" +bug-reports: "https://github.com/ocaml-ppx/ppxlib/issues" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "ocaml" {>= "5.0" & < "5.1"} + "ocaml-compiler-libs" {>= "v0.11.0" & <= "v0.17.0"} + "ppx_derivers" {>= "1.0" & <= "1.2.1"} + "stdlib-shims" {<= "0.3.0"} + "ocamlfind" {with-test & <= "1.9.6"} + "re" {with-test & >= "1.9.0" & <= "1.12.0"} + "cinaps" {with-test & >= "v0.12.1" & <= "v0.15.1"} + "base" {with-test & <= "v0.17.1"} + "stdio" {with-test & <= "v0.17.0"} + "odoc" {with-doc & <= "2.4.4"} +] +conflicts: [ + "ocaml-migrate-parsetree" {< "2.0.0"} + "base-effects" +] +flags: avoid-version +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] +] +available: false +dev-repo: "git+https://github.com/ocaml-ppx/ppxlib.git" +url { + src: "git+https://github.com/kit-ty-kate/ppxlib.git#500" +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/ppxlib/ppxlib.0.32.1~5.2preview/opam b/packages/ppxlib/ppxlib.0.32.1~5.2preview/opam new file mode 100644 index 000000000..a00e841fb --- /dev/null +++ b/packages/ppxlib/ppxlib.0.32.1~5.2preview/opam @@ -0,0 +1,66 @@ +opam-version: "2.0" +synopsis: "Standard infrastructure for ppx rewriters" +description: """ +Ppxlib is the standard infrastructure for ppx rewriters +and other programs that manipulate the in-memory representation of +OCaml programs, a.k.a the "Parsetree". + +It also comes bundled with two ppx rewriters that are commonly used to +write tools that manipulate and/or generate Parsetree values; +`ppxlib.metaquot` which allows to construct Parsetree values using the +OCaml syntax directly and `ppxlib.traverse` which provides various +ways of automatically traversing values of a given type, in particular +allowing to inject a complex structured value into generated code. +""" +maintainer: ["opensource@janestreet.com"] +authors: ["Jane Street Group, LLC "] +license: "MIT" +homepage: "https://github.com/ocaml-ppx/ppxlib" +doc: "https://ocaml-ppx.github.io/ppxlib/" +bug-reports: "https://github.com/ocaml-ppx/ppxlib/issues" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "ocaml" {>= "4.04.1" & < "5.3.0"} + "ocaml-compiler-libs" {>= "v0.11.0" & <= "v0.17.0"} + "ppx_derivers" {>= "1.0" & <= "1.2.1"} + "sexplib0" {>= "v0.12" & <= "v0.17.0"} + "sexplib0" {with-test & >= "v0.15" & <= "v0.17.0"} + "stdlib-shims" {<= "0.3.0"} + "ocamlfind" {with-test & <= "1.9.6"} + "re" {with-test & >= "1.9.0" & <= "1.12.0"} + "cinaps" {with-test & >= "v0.12.1" & <= "v0.15.1"} + "odoc" {with-doc & <= "2.4.4"} +] +conflicts: [ + "ocaml-migrate-parsetree" {< "2.0.0"} + "base-effects" + "ocaml-base-compiler" {= "5.1.0~alpha1"} + "ocaml-variants" {= "5.1.0~alpha1+options"} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] +] +dev-repo: "git+https://github.com/ocaml-ppx/ppxlib.git" +flags: avoid-version +available: false +url { + src: "https://github.com/ocaml-ppx/ppxlib/archive/04e050cbe2cf3e5cdb4441c480e4f472a5033941.tar.gz" + checksum: [ + "sha256=f0e61123b33b2acca23a388a367226674a7bccdedbaa41b0fd62fa42344dccd9" + "sha512=1a192695ac3a7d587a49f3025239557a998febe72d3b469d3c69b5c32643cc91c55fb72703f8197e1395c02bfabacf17ce5f7ee2bdc367e15f9086e489082a9b" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/qinap/qinap.1.0/opam b/packages/qinap/qinap.1.0/opam new file mode 100644 index 000000000..e76e62fb7 --- /dev/null +++ b/packages/qinap/qinap.1.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +synopsis: "A (very small) monadic parsing library" +description: "A (very small) monadic parsing library" +maintainer: "Guilhermo Costa " +authors: "Guilhermo Costa " +license: "Unlicense" +homepage: "https://github.com/guillecosta/qinap" +bug-reports: "https://github.com/guillecosta/qinap/issues" +depends: [ + "ocaml" {>= "4.08"} + "dune" {>= "2.6" & <= "3.17.1"} + "base" {<= "v0.17.1"} +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} + ["dune" "build" "-p" name "@doc"] {with-doc} + ] +dev-repo: "git+https://github.com/guillecosta/qinap" +x-commit-hash: "49d2bc9e004db4be9c86b24c96b4898e9185e074" +url { + src: + "https://github.com/guillecosta/qinap/releases/download/v1.0/qinap-v1.0.tbz" + checksum: [ + "sha256=969e15b2f5a53897e4c1c3eb7f23f10ad6ab09d1aaf243dd660f8c37dd6a3f89" + "sha512=ac40fd9e0fa15ed4f067352855b17d84ed99c9cff3b0e62e5a6a7f724748036332707329bb1493f96ee15a9ba886026aa177ee52e64edd24f41fe7b85f17e2f7" + ] +} +available: false # source tarball not available +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["source-unavailable"] diff --git a/packages/qocamlbrowser/qocamlbrowser.0.2.8/opam b/packages/qocamlbrowser/qocamlbrowser.0.2.8/opam new file mode 100644 index 000000000..4f6d1ee45 --- /dev/null +++ b/packages/qocamlbrowser/qocamlbrowser.0.2.8/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "kakadu.hafanana@gmail.com" +license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" +bug-reports: "https://github.com/Kakadu/QOcamlBrowser_quick/issues" +homepage: "https://github.com/Kakadu/QOcamlBrowser_quick" +authors: "Kakadu" +build: [ + ["./configure"] + [make] +] +remove: [ + [make "uninstall"] +] +depends: [ + "ocaml" {>= "4.04.0" & < "4.05"} + "lablqml" {< "0.5"} + "conf-qt" {= "5.2.1"} + "ocamlbuild" {build & <= "0.15.0"} +] +dev-repo: "git+https://github.com/Kakadu/QOcamlBrowser_quick" +install: [make "install" "PREFIX=%{prefix}%"] +synopsis: "OCamlBrowser clone written with OCaml and QtQuick 2" +url { + src: "https://github.com/Kakadu/QOcamlBrowser_quick/archive/0.2.8.tar.gz" + checksum: [ + "sha256=1fcf837d765436fb4f000f88c9bc9bce9984d9c7da43d11aa3f4b5d2337eab6f" + "md5=ead8d48aa009f1da9fea8005423f1f0b" + ] +} + +flags: [ deprecated ] +x-maintenance-intent: [ "(latest)" ] +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/quickcheck/quickcheck.0.0.3/opam b/packages/quickcheck/quickcheck.0.0.3/opam new file mode 100644 index 000000000..85130dc65 --- /dev/null +++ b/packages/quickcheck/quickcheck.0.0.3/opam @@ -0,0 +1,23 @@ +opam-version: "2.0" +maintainer: "anil@recoil.org" +build: [ + ["ocaml" "setup.ml" "-configure" "--prefix" prefix] + ["ocaml" "setup.ml" "-build"] +] +remove: [["ocamlfind" "remove" "quickcheck"]] +depends: [ + "ocaml" + "ocamlfind" {<= "1.9.6"} + "optcomp" {<= "1.6"} + "ocamlbuild" {build & <= "0.15.0"} +] +install: ["ocaml" "setup.ml" "-install"] +synopsis: "Translation of QuickCheck from Haskell into OCaml" +flags: light-uninstall +url { + src: "git+https://github.com/avsm/ocaml-quickcheck.git" +} +available: false # uses a git url, no checksum. newer versions exist +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/rdf/rdf.0.9.0/opam b/packages/rdf/rdf.0.9.0/opam new file mode 100644 index 000000000..89493985c --- /dev/null +++ b/packages/rdf/rdf.0.9.0/opam @@ -0,0 +1,49 @@ +opam-version: "2.0" +maintainer: "zoggy@bat8.org" +authors: ["Maxence Guesdon"] +homepage: "https://www.good-eris.net/ocaml-rdf/" +license: "LGPL-3.0-only" +doc: ["https://www.good-eris.net/ocaml-rdf/doc.html"] +tags: [ + "rdf" + "semantic web" + "xml" + "turtle" + "graph" + "sparql" + "utf8" +] +build: [ + ["./configure" "--prefix" prefix] + [make "all"] +] +remove: [["ocamlfind" "remove" "rdf"]] +depends: [ + "ocaml" {>= "4.02.0" & < "4.03.0"} + "ocamlfind" {<= "1.9.6"} + "xmlm" {>= "1.1.1" & != "1.3.0" & <= "1.4.0"} + "ocamlnet" {>= "3.6.5" & <= "4.1.9-2"} + "ulex" {>= "1.1" & <= "1.2"} + "menhir" {>= "20120123" & <= "20240715"} + "uuidm" {>= "0.9.5" & <= "0.9.9"} + "cryptokit" {>= "1.7" & <= "1.20"} + "pcre" {>= "7.0.2" & <= "8.0.1"} + "yojson" {>= "1.1.8" & <= "2.2.2"} +] +depopts: ["mysql" "postgresql" "cohttp" "lwt"] +conflicts: [ + "cohttp" {< "0.11.2"} + "lwt" {< "2.4.5"} + "mysql" {< "1.1.1"} +] +install: [make "install"] +synopsis: "Native OCaml implementation of RDF Graphs and Sparql 1.1 Query." +flags: light-uninstall +url { + src: "https://zoggy.github.io/ocaml-rdf/ocaml-rdf-0.9.0.tar.gz" + checksum: "md5=229e2162b9344d9ce051f019a170bdba" +} +available: false # source tarball not available +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["source-unavailable"] diff --git a/packages/release/release.1.0.2/opam b/packages/release/release.1.0.2/opam new file mode 100644 index 000000000..4defcde27 --- /dev/null +++ b/packages/release/release.1.0.2/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "andrenth@gmail.com" +build: [ + ["ocaml" "setup.ml" "-configure" "--prefix" prefix] + ["ocaml" "setup.ml" "-build"] +] +remove: [["ocamlfind" "remove" "release"]] +depends: [ + "ocaml" {= "broken"} + "lwt" {<= "2.4.6"} + "ocamlfind" {<= "1.9.6"} + "uint" {<= "2.0.1"} + "ocamlbuild" {build & <= "0.15.0"} +] +install: ["ocaml" "setup.ml" "-install"] +synopsis: + "Release is a multi-process Lwt-enabled daemon framework for OCaml." +description: """ +It provides facilities for type-safe inter-process communication and +privilege-dropping. + +Its goal is to make it easy to write servers that are released from the calling +terminal and to release root privileges when those are not necessary.""" +flags: light-uninstall +url { + src: + "https://download.ocamlcore.org/release/release/1.0.2/release-1.0.2.tar.gz" + checksum: [ + "sha256=adfd2c16de53b189d224ecb51b2f6002a864ddfcad6aa0fc49baa927a881ff52" + "md5=2a464eee0cb3252eebf56bf4bcc10556" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/rosa/rosa.0.1.0/opam b/packages/rosa/rosa.0.1.0/opam new file mode 100644 index 000000000..454f2597a --- /dev/null +++ b/packages/rosa/rosa.0.1.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "Tarun Agarwal " +homepage: "https://github.com/kodwx/Rosa" +bug-reports: "https://github.com/kodwx/Rosa/issues" +dev-repo: "git+https://github.com/kodwx/Rosa.git" +doc: "https://ocaml.org/p/rosa/v0.1.0" +license: "MIT" +build: [ + ["dune" "build" "-p" name "-j" jobs] +] +depends: [ + "ocaml" {>= "4.13.0"} + "dune" {>= "3.0.0" & <= "3.17.1"} +] +synopsis: "String manipulation library " +description: " +String manipulation library for OCaml. +Rosa has no runtime dependencies but building it requires dune. +" +authors: "Tarun Agarwal " +url { + src: "https://github.com/kodwx/Rosa/archive/v0.1.0.tar.gz" + checksum: [ + "md5=6cc739e5e33c9f9e8b51b554794cba05" + "sha512=35a97a31fcc191fdacdd17457b29031dab83195f728c168b33196897814a460570954c150cd8bf97249b734bfd90fdcb2fb598e6ee5d9fee459ee3e25d3aadae" + ] +} +available: false # source tarball not available +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["source-unavailable"] diff --git a/packages/samplerate/samplerate.0.1.5/opam b/packages/samplerate/samplerate.0.1.5/opam new file mode 100644 index 000000000..73a310a1c --- /dev/null +++ b/packages/samplerate/samplerate.0.1.5/opam @@ -0,0 +1,42 @@ +opam-version: "2.0" +synopsis: "Samplerate audio conversion library" +description: + "Bindings for the samplerate library which provides functions for changing samplerate of audio data" +maintainer: ["The Savonet Team "] +authors: ["The Savonet Team "] +license: "LGPL-2.1-only" +homepage: "https://github.com/savonet/ocaml-samplerate" +bug-reports: "https://github.com/savonet/ocaml-samplerate/issues" +depends: [ + "dune" {> "2.0" & <= "3.17.1"} + "dune-configurator" {<= "3.17.1"} + "conf-samplerate" {= "1"} + "conf-pkg-config" {<= "3"} + "base-bigarray" {= "base"} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] +] +dev-repo: "git+https://github.com/savonet/ocaml-samplerate.git" +url { + src: "https://github.com/savonet/ocaml-samplerate/archive/v0.1.5.tar.gz" + checksum: [ + "md5=2eb1b0a4521a987d40b4f53a4081e5c2" + "sha512=54f337b386c0c2195ccc347e3a9f10497053be42d208b865d7fa64b0821c804b9c9c9d6f9aec84a592f29c719a5ff04a8e45610f14f7bf1a4cc326faaf864531" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/sawja/sawja.1.5.4/opam b/packages/sawja/sawja.1.5.4/opam new file mode 100644 index 000000000..98dc9f32f --- /dev/null +++ b/packages/sawja/sawja.1.5.4/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "sawja@inria.fr" +build: [ + ["./configure.sh"] + [make] +] +remove: [ + ["ocamlfind" "remove" "sawja"] +] +bug-reports: "sawja@inria.fr" +install: [ + [make "install"] +] +homepage: "http://sawja.inria.fr" +depends: [ + "ocaml" {>= "4.02" & < "5.0.0"} + "ocamlfind" {build & <= "1.9.6"} + "javalib" {= "2.3.5"} +] +synopsis: + "Provide a high level representation of Java bytecode programs and static analysis tools" +description: """ +Sawja is a library written in OCaml, relying on Javalib to provide a high level representation of Java bytecode programs. Its name stands for Static Analysis Workshop for JAva. Whereas Javalib is dedicated to isolated classes, Sawja handles bytecode programs with their class hierarchy and control flow algorithms. +Moreover, Sawja provides some stackless intermediate representations of code, called JBir and A3Bir. The transformation algorithm, common to these representations, has been formalized and proved to be semantics-preserving.""" +authors: "Sawja development team" +flags: light-uninstall +url { + src: + "https://gforge.inria.fr/frs/download.php/file/37656/sawja-1.5.4.tar.bz2" + checksum: "md5=ccb408c9cced1e5e3a0d04e4fb12a40f" +} +available: false # source tarball not available +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["source-unavailable"] diff --git a/packages/scaml/scaml.1.2.0/opam b/packages/scaml/scaml.1.2.0/opam new file mode 100644 index 000000000..aa1a6c2e5 --- /dev/null +++ b/packages/scaml/scaml.1.2.0/opam @@ -0,0 +1,44 @@ +opam-version: "2.0" +authors: "Jun Furuse" +maintainer: "jun.furuse@dailambda.jp" +synopsis: "SCaml, Smart Contract Abstract Machine Language" +homepage: "https://gitlab.com/dailambda/scaml/" +bug-reports: "https://gitlab.com/dailambda/scaml/" +dev-repo: "git+https://gitlab.com/dailambda/scaml/" +build: [ + ["dune" "build" "-p" name "-j" jobs] +] +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "ocaml" { = "4.09.1" } + "ppxlib" { = "0.13.0" } + "ocaml-migrate-parsetree" {<= "2.4.0"} + "ppxx" {<= "2.5.0"} + "spotlib" {<= "4.3.0"} + "hex" {<= "1.5.0"} + "ptime" {<= "1.2.0"} + "zarith" {<= "1.14"} + "data-encoding" { = "0.2" } + "tezos-error-monad" { = "7.0" } + "tezos-micheline" { = "7.0" } + "tezos-stdlib" { = "7.0" } + "tezos-crypto" { = "7.0" } + "camlon" {<= "3.1.0"} + "ppx_meta_conv" {<= "4.1.0"} + "typerep" {<= "v0.17.1"} + "ppx_typerep_conv" {<= "v0.17.0"} + "blake2" { = "0.3" } + "hacl" { = "0.3" } + "ocamlformat" {<= "0.27.0"} +] +url { + src: + "https://gitlab.com/dailambda/scaml/-/archive/1.2.0/scaml-1.2.0.tar.bz2" + checksum: [ + "sha256=55377610e0a08b76b7b5cecae965a276c79433abfadcda8cdeb73bfc4a4eb376" + "md5=ad307f93bc6e263094852160b0f598b8" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/scaml/scaml.1.2.0~pre7/opam b/packages/scaml/scaml.1.2.0~pre7/opam new file mode 100644 index 000000000..1133b7ade --- /dev/null +++ b/packages/scaml/scaml.1.2.0~pre7/opam @@ -0,0 +1,43 @@ +opam-version: "2.0" +authors: "Jun Furuse" +maintainer: "jun.furuse@dailambda.jp" +synopsis: "SCaml, Smart Contract Abstract Machine Language" +homepage: "https://gitlab.com/dailambda/scaml/" +bug-reports: "https://gitlab.com/dailambda/scaml/" +dev-repo: "git+https://gitlab.com/dailambda/scaml/" +build: [ + ["dune" "build" "-p" name "-j" jobs] +] +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "ocaml" { = "4.09.1" } + "ppxlib" {>= "0.12.0" & <= "0.33.1~5.3preview"} + "ocaml-migrate-parsetree" {< "2.0.0"} + "ppxx" {<= "2.5.0"} + "spotlib" {<= "4.3.0"} + "hex" {<= "1.5.0"} + "ptime" {<= "1.2.0"} + "zarith" {<= "1.14"} + "data-encoding" { = "0.2" } + "tezos-error-monad" { = "7.0" } + "tezos-micheline" { = "7.0" } + "tezos-stdlib" { = "7.0" } + "tezos-crypto" { = "7.0" } + "camlon" {<= "3.1.0"} + "ppx_meta_conv" {<= "4.1.0"} + "typerep" {<= "v0.17.1"} + "ppx_typerep_conv" {<= "v0.17.0"} + "blake2" { = "0.3" } + "hacl" { = "0.3" } +] +url { + src: + "https://gitlab.com/dailambda/scaml/-/archive/1.2.0pre7/scaml-1.2.0pre7.tar.bz2" + checksum: [ + "sha256=d81a9070034edcae1954a822f02e31b1196ccba1c386a40ad83daf18412b0c5a" + "md5=1357c9702d6d758c9346293eb6f60bf0" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/scaml/scaml.1.5.0/opam b/packages/scaml/scaml.1.5.0/opam new file mode 100644 index 000000000..4ddef6093 --- /dev/null +++ b/packages/scaml/scaml.1.5.0/opam @@ -0,0 +1,51 @@ +opam-version: "2.0" +synopsis: "SCaml, Smart Contract Abstract Machine Language" +maintainer: "jun.furuse@dailambda.jp" +authors: "Jun Furuse" +license: "MIT" +homepage: "https://gitlab.com/dailambda/scaml/" +bug-reports: "https://gitlab.com/dailambda/scaml/" +depends: [ + "dune" {>= "3.4.0" & <= "3.17.1"} + "ocaml" {= "4.14.0"} + "ppxlib" {>= "0.27.0" & <= "0.33.1~5.3preview"} + "ppxx" {<= "2.5.0"} + "spotlib" {= "4.2.0"} + "camlon" {= "3.1.0"} + "ppx_meta_conv" {<= "4.1.0"} + "hex" {<= "1.5.0"} + "ptime" {<= "1.2.0"} + "zarith" {<= "1.14"} + "zarith_stubs_js" {<= "v0.17.0"} + "data-encoding" {<= "1.0.1"} + "tezos-error-monad" {= "14.0"} + "tezos-micheline" {= "14.0"} + "tezos-stdlib" {= "14.0"} + "tezos-crypto" {= "14.0"} + "tezos-hacl" {= "14.0"} + "tezos-crypto" {= "14.0"} + "typerep" {<= "v0.17.1"} + "ppx_typerep_conv" {>= "v0.15.0" & <= "v0.17.0"} + "hacl-star" {<= "0.3.0-1"} + "bls12-381" {<= "20.1"} + "ocamlformat" {<= "0.27.0"} + "bheap" {= "2.0.0"} + "js_of_ocaml-compiler" {<= "5.9.1"} + "js_of_ocaml-ppx" {<= "5.9.1"} + "js_of_ocaml-lwt" {<= "5.9.1"} + "alcotest" {<= "1.8.0"} + "monaco_jsoo" {= "1.0.1"} +] +build: ["dune" "build" "-p" name "-j" jobs] +dev-repo: "git+https://gitlab.com/dailambda/scaml/" +url { + src: + "https://gitlab.com/dailambda/scaml/-/archive/1.5.0/scaml-1.5.0.tar.gz" + checksum: [ + "md5=f742641bf2ee415507d4f2f7c71b5186" + "sha512=360e6da522cae8467f603538b1899977285984af2394e115d550de6d55a64ee997cbec3ee74e5835a2973931e3ecc3b2467ed1a85120e928caf73647581c7790" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/sedlex/sedlex.1.99.1/opam b/packages/sedlex/sedlex.1.99.1/opam new file mode 100644 index 000000000..ee1560fef --- /dev/null +++ b/packages/sedlex/sedlex.1.99.1/opam @@ -0,0 +1,28 @@ +opam-version: "2.0" +maintainer: "alain.frisch@lexifi.com" +homepage: "https://github.com/ocaml-community/sedlex" +bug-reports: "https://github.com/ocaml-community/sedlex/issues" +dev-repo: "git+https://github.com/ocaml-community/sedlex.git" +build: [ + [make "all"] + [make "opt"] +] +install: [make "install"] +remove: [["ocamlfind" "remove" "sedlex"]] +depends: [ + "ocaml" {>= "4.02.0" & < "4.03.0"} + "ocamlfind" {<= "1.9.6"} + "ppx_tools" {<= "6.6"} + "gen" {<= "1.1"} +] +synopsis: + "unicode-friendly lexer generator (successor of ulex, now based on -ppx instead of camlp4)" +authors: "alain.frisch@lexifi.com" +flags: light-uninstall +url { + src: "git+https://github.com/ocaml-community/sedlex.git" +} +available: false # uses a git url, no checksum. newer versions exist +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/snappy/snappy.0.0.1/opam b/packages/snappy/snappy.0.0.1/opam new file mode 100644 index 000000000..ca96857e9 --- /dev/null +++ b/packages/snappy/snappy.0.0.1/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +authors: "ygrek@autistici.org" +maintainer: "ygrek@autistici.org" +homepage: "https://ygrek.org/p/ocaml-snappy/" +doc: ["https://ygrek.org/p/ocaml-snappy/api/index.html"] +bug-reports: "https://github.com/ygrek/ocaml-snappy/issues" +dev-repo: "git+https://github.com/ygrek/ocaml-snappy" +build: [ + ["ocaml" "setup.ml" "-configure" "--prefix" prefix] + ["ocaml" "setup.ml" "-build"] +] +remove: [["ocamlfind" "remove" "snappy"]] +depends: [ + "ocaml" + "ocamlfind" {<= "1.9.6"} + "ocamlbuild" {build & <= "0.15.0"} + "conf-snappy" {= "1"} +] +install: ["ocaml" "setup.ml" "-install"] +available:[false] +synopsis: "Bindings to snappy - fast compression/decompression library" +flags: light-uninstall +url { + src: + "https://download.ocamlcore.org/snappy/ocaml-snappy/0.0.1/ocaml-snappy-0.0.1.tar.gz" + checksum: [ + "sha256=a18bc79737e0b02043f353e6685d670496def848302c760aa58fcc17b8287d46" + "md5=1ec0a0deee71dc0fa5238d17ccf0ada8" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/sociaml-tumblr-api/sociaml-tumblr-api.0.1.0/opam b/packages/sociaml-tumblr-api/sociaml-tumblr-api.0.1.0/opam new file mode 100644 index 000000000..61cf76523 --- /dev/null +++ b/packages/sociaml-tumblr-api/sociaml-tumblr-api.0.1.0/opam @@ -0,0 +1,44 @@ +opam-version: "2.0" +maintainer: "dominic.price@nottingham.ac.uk" +homepage: "https://github.com/CREATe-centre/sociaml-tumblr-api" +bug-reports: "https://github.com/CREATe-centre/sociaml-tumblr-api/issues" +authors: [ "Dominic Price" ] +license: "ISC" +build: [ + ["oasis" "setup"] + ["./configure" "--prefix" prefix] + [make "build"] +] +remove: [ + [make "uninstall"] + ["ocamlfind" "remove" "sociaml-tumblr-api"] +] +depends: [ + "ocaml" {>= "4.01.0"} + "oasis" {<= "0.4.11"} + "core" {<= "v0.17.1"} + "lwt" {< "3.0.0"} + "meta_conv" {<= "1.1.5"} + "tiny_json" {<= "1.1.6"} + "tiny_json_conv" {<= "1.4.1"} + "uri" {<= "4.4.0"} + "csv" {<= "2.4"} + "calendar" {>= "2.00" & <= "3.0.0"} + "sociaml-oauth-client" {< "0.5.0"} + "ocamlbuild" {build & <= "0.15.0"} +] +dev-repo: "git+https://github.com/CREATe-centre/sociaml-tumblr-api.git" +install: [make "install"] +synopsis: "Tumblr API Client Library for OCaml" +description: "Access version 2 of the Tumblr API in OCaml applications." +url { + src: + "https://github.com/dominicjprice/sociaml-tumblr-api/archive/v0.1.0.tar.gz" + checksum: [ + "sha256=7d35f995235e05717eb4ee4f1a5849a51cbf70e40da9ab7028f1c9af669b0e60" + "md5=6fb10049ba8143a126486033f813ab1e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/solo5-bindings-genode/solo5-bindings-genode.0.4.1/opam b/packages/solo5-bindings-genode/solo5-bindings-genode.0.4.1/opam new file mode 100644 index 000000000..9013fc835 --- /dev/null +++ b/packages/solo5-bindings-genode/solo5-bindings-genode.0.4.1/opam @@ -0,0 +1,39 @@ +opam-version: "2.0" +maintainer: "ehmry@posteo.net" +authors: [ + "Emery Hemingway " +] +homepage: "https://github.com/solo5/solo5" +bug-reports: "https://github.com/solo5/solo5/issues" +license: "ISC" +dev-repo: "git+https://github.com/solo5/solo5.git" +build: [make "genode"] +install: [make "opam-genode-install" "PREFIX=%{prefix}%"] +remove: [make "opam-genode-uninstall" "PREFIX=%{prefix}%"] +depends: "conf-pkg-config" {< "3"} +conflicts: [ + "solo5-bindings-hvt" + "solo5-bindings-muen" + "solo5-bindings-virtio" +] +available: false +synopsis: "Solo5 sandboxed execution environment (genode target)" +description: """ +Solo5 is a sandboxed execution environment primarily intended +for, but not limited to, running applications built using various +unikernels (a.k.a. library operating systems). + +This package provides the Solo5 components needed to build +MirageOS unikernels on the "genode" target. The resulting +unikernels can then be deployed directly on a host running the +Genode Operating System Framework. + +Building the "genode" target is supported on 64-bit Linux, FreeBSD +and OpenBSD systems.""" +url { + src: "https://github.com/Solo5/solo5/archive/v0.4.1.tar.gz" + checksum: "sha512=df721f8b47b5b9facbc58020a9a3302b34ab3643b462dc48918710a089498c7d78d8544433539b46fa095e49e51ddc1d1664f215445a4676eeb3adf739098085" +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/solo5-bindings-genode/solo5-bindings-genode.0.6.2/opam b/packages/solo5-bindings-genode/solo5-bindings-genode.0.6.2/opam new file mode 100644 index 000000000..f983cf938 --- /dev/null +++ b/packages/solo5-bindings-genode/solo5-bindings-genode.0.6.2/opam @@ -0,0 +1,46 @@ +opam-version: "2.0" +maintainer: "ehmry@posteo.net" +authors: [ + "Emery Hemingway " +] +homepage: "https://github.com/solo5/solo5" +bug-reports: "https://github.com/solo5/solo5/issues" +license: "ISC" +dev-repo: "git+https://github.com/solo5/solo5.git" +build: [ + ["./configure.sh"] + [make "V=1" "CONFIG_HVT=" "CONFIG_SPT=" "CONFIG_VIRTIO=" "CONFIG_MUEN="] +] +install: [make "V=1" "CONFIG_HVT=" "CONFIG_SPT=" "CONFIG_VIRTIO=" "CONFIG_MUEN=" "install-opam-genode" "PREFIX=%{prefix}%"] +remove: [ + ["touch" "./Makeconf"] + [make "V=1" "uninstall-opam-genode" "PREFIX=%{prefix}%"] +] +depends: "conf-pkg-config" {< "3"} +conflicts: [ + "solo5-bindings-hvt" + "solo5-bindings-spt" + "solo5-bindings-virtio" + "solo5-bindings-muen" +] +available: false +synopsis: "Solo5 sandboxed execution environment (genode target)" +description: """ +Solo5 is a sandboxed execution environment primarily intended +for, but not limited to, running applications built using various +unikernels (a.k.a. library operating systems). + +This package provides the Solo5 components needed to build +MirageOS unikernels on the "genode" target. The resulting +unikernels can then be deployed directly on a host running the +Genode Operating System Framework. + +Building the "genode" target is supported on 64-bit Linux, FreeBSD +and OpenBSD systems.""" +url { + src: "https://github.com/Solo5/solo5/releases/download/v0.6.2/solo5-v0.6.2.tar.gz" + checksum: "sha512=7f22451437ce7023a3460e0acb5212c23e954815d95b00efe77f481570842bb8f0f249dfde5abb551bc56b089762905b97860faec3f5fff949339824893663d1" +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/solo5-bindings-genode/solo5-bindings-genode.0.6.3/opam b/packages/solo5-bindings-genode/solo5-bindings-genode.0.6.3/opam new file mode 100644 index 000000000..594c0739e --- /dev/null +++ b/packages/solo5-bindings-genode/solo5-bindings-genode.0.6.3/opam @@ -0,0 +1,49 @@ +opam-version: "2.0" +maintainer: "ehmry@posteo.net" +authors: [ + "Emery Hemingway " +] +homepage: "https://github.com/solo5/solo5" +bug-reports: "https://github.com/solo5/solo5/issues" +license: "ISC" +dev-repo: "git+https://github.com/solo5/solo5.git" +build: [ + ["./configure.sh"] + [make "V=1" "CONFIG_HVT=" "CONFIG_SPT=" "CONFIG_VIRTIO=" "CONFIG_MUEN="] +] +install: [make "V=1" "CONFIG_HVT=" "CONFIG_SPT=" "CONFIG_VIRTIO=" "CONFIG_MUEN=" "install-opam-genode" "PREFIX=%{prefix}%"] +remove: [ + ["touch" "./Makeconf"] + [make "V=1" "uninstall-opam-genode" "PREFIX=%{prefix}%"] +] +depends: [ + "conf-pkg-config" {< "3"} + "conf-libseccomp" {build & os = "linux" & = "1"} +] +conflicts: [ + "solo5-bindings-hvt" + "solo5-bindings-spt" + "solo5-bindings-virtio" + "solo5-bindings-muen" +] +available: false +synopsis: "Solo5 sandboxed execution environment (genode target)" +description: """ +Solo5 is a sandboxed execution environment primarily intended +for, but not limited to, running applications built using various +unikernels (a.k.a. library operating systems). + +This package provides the Solo5 components needed to build +MirageOS unikernels on the "genode" target. The resulting +unikernels can then be deployed directly on a host running the +Genode Operating System Framework. + +Building the "genode" target is supported on 64-bit Linux, FreeBSD +and OpenBSD systems.""" +url { + src: "https://github.com/Solo5/solo5/releases/download/v0.6.3/solo5-v0.6.3.tar.gz" + checksum: "sha512=c3a9d9891ab538ebf9eaf4c98bb228ee91a58bae9ee1ef0071f3dca8dfdf921ea34375d603323bda0652de47dfbe59585c21f100dc2ed4e41ebd7e3437eb13fd" +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/solo5-bindings-genode/solo5-bindings-genode.0.6.4/opam b/packages/solo5-bindings-genode/solo5-bindings-genode.0.6.4/opam new file mode 100644 index 000000000..21ef2b1f6 --- /dev/null +++ b/packages/solo5-bindings-genode/solo5-bindings-genode.0.6.4/opam @@ -0,0 +1,49 @@ +opam-version: "2.0" +maintainer: "ehmry@posteo.net" +authors: [ + "Emery Hemingway " +] +homepage: "https://github.com/solo5/solo5" +bug-reports: "https://github.com/solo5/solo5/issues" +license: "ISC" +dev-repo: "git+https://github.com/solo5/solo5.git" +build: [ + ["./configure.sh"] + [make "V=1" "CONFIG_HVT=" "CONFIG_SPT=" "CONFIG_VIRTIO=" "CONFIG_MUEN="] +] +install: [make "V=1" "CONFIG_HVT=" "CONFIG_SPT=" "CONFIG_VIRTIO=" "CONFIG_MUEN=" "install-opam-genode" "PREFIX=%{prefix}%"] +remove: [ + ["touch" "./Makeconf"] + [make "V=1" "uninstall-opam-genode" "PREFIX=%{prefix}%"] +] +depends: [ + "conf-pkg-config" {< "3"} + "conf-libseccomp" {build & os = "linux" & = "1"} +] +conflicts: [ + "solo5-bindings-hvt" + "solo5-bindings-spt" + "solo5-bindings-virtio" + "solo5-bindings-muen" +] +available: false +synopsis: "Solo5 sandboxed execution environment (genode target)" +description: """ +Solo5 is a sandboxed execution environment primarily intended +for, but not limited to, running applications built using various +unikernels (a.k.a. library operating systems). + +This package provides the Solo5 components needed to build +MirageOS unikernels on the "genode" target. The resulting +unikernels can then be deployed directly on a host running the +Genode Operating System Framework. + +Building the "genode" target is supported on 64-bit Linux, FreeBSD +and OpenBSD systems.""" +url { + src: "https://github.com/Solo5/solo5/releases/download/v0.6.4/solo5-v0.6.4.tar.gz" + checksum: "sha512=918f80947f46340c4acd48a7aeac025953971559c8e087194091c1a4d7075dd3b42e39d832faf6bae461683a9a5698903ee8e00d10d61d30419d3158402b14ac" +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/spotify_ml/spotify_ml.push/opam b/packages/spotify_ml/spotify_ml.push/opam new file mode 100644 index 000000000..9d0d8658e --- /dev/null +++ b/packages/spotify_ml/spotify_ml.push/opam @@ -0,0 +1,48 @@ +opam-version: "2.0" +synopsis: "Spotify API bindings" +description: "Interact with the Spotify Web API via OCaml." +maintainer: ["maxrn"] +authors: ["maxrn"] +license: "MIT" +tags: ["spotify"] +homepage: "https://github.com/maxrn/spotify_ml" +bug-reports: "https://github.com/maxrn/spotify_ml/issues" +depends: [ + "ocaml" + "dune" {>= "3.16" & <= "3.17.1"} + "ocamlformat" {dev & <= "0.27.0"} + "serde" {<= "0.0.2"} + "serde_derive" {= "0.0.2"} + "lwt_ppx" {<= "5.8.0"} + "serde_json" {<= "0.0.2"} + "cohttp-lwt-unix" {<= "2.5.2-1"} + "odoc" {with-doc & <= "2.4.4"} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] +] +available: false +dev-repo: "git+https://github.com/maxrn/spotify_ml.git" +url { + src: + "https://github.com/maxRN/spotify_ml/releases/download/push/spotify_ml-push.tbz" + checksum: [ + "sha256=81510d087cf96d42b5292c4ceeb21246e87e862d20cc23662076f795c8b33bea" + "sha512=405876ded2f9c06b54f428b180cb721d595703ed24d8965f69bf35651d1598d4b53d9e1bdf0951103e2bf666ec03ec01ad65335d4445ec9e878b01bb6f83868c" + ] +} +x-commit-hash: "e89354fe9144b07bab14f11d762661a3da75533f" +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/ssh-agent-unix/ssh-agent-unix.0.2.0/opam b/packages/ssh-agent-unix/ssh-agent-unix.0.2.0/opam new file mode 100644 index 000000000..2b1dae425 --- /dev/null +++ b/packages/ssh-agent-unix/ssh-agent-unix.0.2.0/opam @@ -0,0 +1,28 @@ +opam-version: "2.0" +synopsis: "Ssh-agent protocol parser and serialization implementation for unix platforms" +maintainer: "Reynir Björnsson " +dev-repo: "git+https://github.com/reynir/ocaml-ssh-agent.git" +homepage: "https://github.com/reynir/ocaml-ssh-agent/" +bug-reports: "https://github.com/reynir/ocaml-ssh-agent/issues/" +license: "BSD-2-clause" +build: ["dune" "build" "-p" name "-j" jobs] +depends: [ + "ocaml" + "dune" {>= "1.0" & <= "3.17.1"} + "ssh-agent" {= version} + "angstrom-unix" {<= "0.16.1"} + "faraday" {<= "0.8.2"} +] +authors: "Reynir Björnsson " +url { + src: + "https://github.com/reynir/ocaml-ssh-agent/releases/download/v0.2.0/ssh-agent-v0.2.0.tbz" + checksum: [ + "sha256=0351392d8a83db145bc2bb3bcf0791ec17c8e1de72f3bae5c03ab31e5e09d6dc" + "sha512=f86c2970555941fb67b85def6f02a269c2ed3a05c877c16e7bce1d09c26355a1e91fe03a90678fecd8b662ad2db5192fa58f70088f4ef501a1a0fc7d6db3c215" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/ssh-agent-unix/ssh-agent-unix.0.2.1/opam b/packages/ssh-agent-unix/ssh-agent-unix.0.2.1/opam new file mode 100644 index 000000000..268c70344 --- /dev/null +++ b/packages/ssh-agent-unix/ssh-agent-unix.0.2.1/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +synopsis: "Ssh-agent protocol parser and serialization implementation for unix platforms" +maintainer: "Reynir Björnsson " +dev-repo: "git+https://github.com/reynir/ocaml-ssh-agent.git" +homepage: "https://github.com/reynir/ocaml-ssh-agent/" +bug-reports: "https://github.com/reynir/ocaml-ssh-agent/issues/" +license: "BSD-2-clause" +build: ["dune" "build" "-p" name "-j" jobs] +depends: [ + "ocaml" + "dune" {>= "1.0" & <= "3.17.1"} + "ssh-agent" {= version} + "angstrom-unix" {<= "0.16.1"} + "faraday" {<= "0.8.2"} +] +authors: "Reynir Björnsson " +url { + src: + "https://github.com/reynir/ocaml-ssh-agent/releases/download/v0.2.1/ssh-agent-0.2.1.tbz" + checksum: [ + "sha256=df11054bbda2a40fa1ad56ff78b180aa15a9cf4fe630ec9705d829b1902335ce" + "sha512=bca4695055d73cd5954c52d90b7f761738b60cf622554e422248961b1320db1f59f73550a42fdfbf5adc2afd7fe2fa881b9460d28b4a6c9fe26ccb94f444d718" + ] +} +x-commit-hash: "3e5b8ff732d916f47d050547cfc1a61b49590c5e" +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/ssh-agent-unix/ssh-agent-unix.0.3.0/opam b/packages/ssh-agent-unix/ssh-agent-unix.0.3.0/opam new file mode 100644 index 000000000..d2d28b36c --- /dev/null +++ b/packages/ssh-agent-unix/ssh-agent-unix.0.3.0/opam @@ -0,0 +1,28 @@ +opam-version: "2.0" +synopsis: "Ssh-agent protocol parser and serialization implementation for unix platforms" +maintainer: "Reynir Björnsson " +dev-repo: "git+https://github.com/reynir/ocaml-ssh-agent.git" +homepage: "https://github.com/reynir/ocaml-ssh-agent/" +bug-reports: "https://github.com/reynir/ocaml-ssh-agent/issues/" +license: "BSD-2-clause" +build: ["dune" "build" "-p" name "-j" jobs] +depends: [ + "ocaml" + "dune" {>= "1.0" & <= "3.17.1"} + "ssh-agent" {= version} + "angstrom-unix" {<= "0.16.1"} + "faraday" {<= "0.8.2"} +] +authors: "Reynir Björnsson " +url { + src: + "https://github.com/reynir/ocaml-ssh-agent/releases/download/V0.3.0/ssh-agent-V0.3.0.tbz" + checksum: [ + "sha256=6cd06ad1432c823e9f614fafd98f3359170e3f7184d370c12890cf1f507fb75c" + "sha512=2d198bdbd411b7cd7eaaecaecfb934305301b11f0961c43e508834cb43a16b542d5d6b3cff5d11be26a98a5adf217d88d2952fbd52736107ef4f63b8d8cb368e" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/ssh-agent-unix/ssh-agent-unix.0.3.1/opam b/packages/ssh-agent-unix/ssh-agent-unix.0.3.1/opam new file mode 100644 index 000000000..e11ae3708 --- /dev/null +++ b/packages/ssh-agent-unix/ssh-agent-unix.0.3.1/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +synopsis: "Ssh-agent protocol parser and serialization implementation for unix platforms" +maintainer: "Reynir Björnsson " +dev-repo: "git+https://github.com/reynir/ocaml-ssh-agent.git" +homepage: "https://github.com/reynir/ocaml-ssh-agent/" +bug-reports: "https://github.com/reynir/ocaml-ssh-agent/issues/" +license: "BSD-2-clause" +build: ["dune" "build" "-p" name "-j" jobs] +depends: [ + "ocaml" + "dune" {>= "1.0" & <= "3.17.1"} + "ssh-agent" {= version} + "angstrom-unix" {<= "0.16.1"} + "faraday" {<= "0.8.2"} +] +authors: "Reynir Björnsson " +url { + src: + "https://github.com/reynir/ocaml-ssh-agent/releases/download/v0.3.1/ssh-agent-0.3.1.tbz" + checksum: [ + "sha256=f2cae8931c7520b5f137e0874e54803a8b07dbbef5c60ad6894a0f3f9e33dbaf" + "sha512=1014e7fd28571911acbf0fdc37e1e587277670621dcbba3724f52c6929bb1b886cb6d3f7f057fa9b4063048a5e3ee138da52c19712da6bc4c93b3234e88f5dbf" + ] +} +x-commit-hash: "6822d0817221f8867fee86a2c6713c3bcfbb1b03" +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/ssh-agent-unix/ssh-agent-unix.0.4.0/opam b/packages/ssh-agent-unix/ssh-agent-unix.0.4.0/opam new file mode 100644 index 000000000..5871ce1a4 --- /dev/null +++ b/packages/ssh-agent-unix/ssh-agent-unix.0.4.0/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +synopsis: "Ssh-agent protocol parser and serialization implementation for unix platforms" +maintainer: "Reynir Björnsson " +dev-repo: "git+https://github.com/reynir/ocaml-ssh-agent.git" +homepage: "https://github.com/reynir/ocaml-ssh-agent/" +bug-reports: "https://github.com/reynir/ocaml-ssh-agent/issues/" +license: "BSD-2-clause" +build: ["dune" "build" "-p" name "-j" jobs] +depends: [ + "ocaml" + "dune" {>= "1.0" & <= "3.17.1"} + "ssh-agent" {= version} + "angstrom-unix" {<= "0.16.1"} + "faraday" {<= "0.8.2"} +] +authors: "Reynir Björnsson " +url { + src: + "https://github.com/reynir/ocaml-ssh-agent/releases/download/v0.4.0/ssh-agent-0.4.0.tbz" + checksum: [ + "sha256=f3e931d8c7eeac926cf353079d653a2a2757e238af3a45555d5cab1d8460a956" + "sha512=66d520e731f04690baa846d78f1c01f9eefb7e61e58a2326725f96c174ecd43335982af33649f8ac34c952a7f45577f023a6a1856a41cc9fedc99770a5a2eca3" + ] +} +x-commit-hash: "de26d8f99b645b5f0c641fec80ff857aedb0ecfb" +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/ssh-agent-unix/ssh-agent-unix.0.4.1/opam b/packages/ssh-agent-unix/ssh-agent-unix.0.4.1/opam new file mode 100644 index 000000000..52eb22b32 --- /dev/null +++ b/packages/ssh-agent-unix/ssh-agent-unix.0.4.1/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +synopsis: "Ssh-agent protocol parser and serialization implementation for unix platforms" +maintainer: "Reynir Björnsson " +dev-repo: "git+https://github.com/reynir/ocaml-ssh-agent.git" +homepage: "https://github.com/reynir/ocaml-ssh-agent/" +bug-reports: "https://github.com/reynir/ocaml-ssh-agent/issues/" +license: "BSD-2-clause" +build: ["dune" "build" "-p" name "-j" jobs] +depends: [ + "ocaml" + "dune" {>= "1.0" & <= "3.17.1"} + "ssh-agent" {= version} + "angstrom-unix" {<= "0.16.1"} + "faraday" {<= "0.8.2"} +] +authors: "Reynir Björnsson " +url { + src: + "https://github.com/reynir/ocaml-ssh-agent/releases/download/v0.4.1/ssh-agent-0.4.1.tbz" + checksum: [ + "sha256=ecb77fdcb60b25274b95714201919a7c202b88de24332234b9462a1415165a46" + "sha512=d4684519c6026c654ef745dee19f2bb9df75dbd09e30d9e4644df06b616d6489715d67a857f1629c3c2205638432a25763bbbc46b99c479da4123abe4cd2c49f" + ] +} +x-commit-hash: "15517b6aec5637510559097ae4cedaecd83939c0" +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/ssh-agent/ssh-agent.0.2.1/opam b/packages/ssh-agent/ssh-agent.0.2.1/opam new file mode 100644 index 000000000..09edb2f5c --- /dev/null +++ b/packages/ssh-agent/ssh-agent.0.2.1/opam @@ -0,0 +1,38 @@ +opam-version: "2.0" +synopsis: "Ssh-agent protocol parser and serialization implementation" +maintainer: "Reynir Björnsson " +dev-repo: "git+https://github.com/reynir/ocaml-ssh-agent.git" +homepage: "https://github.com/reynir/ocaml-ssh-agent/" +bug-reports: "https://github.com/reynir/ocaml-ssh-agent/issues/" +license: "BSD-2-clause" +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +depends: [ + "ocaml" {>= "4.04.0"} + "dune" {>= "1.0" & <= "3.17.1"} + "ppx_cstruct" {build & <= "6.2.0"} + "ppx_sexp_conv" {<= "v0.17.0"} + "angstrom" {>= "0.14.0" & <= "0.16.1"} + "faraday" {>= "0.6" & <= "0.8.2"} + "mirage-crypto" {< "1.0.0"} + "mirage-crypto-pk" {< "1.0.0"} + "cstruct" {<= "6.2.0"} + "sexplib" {<= "v0.17.0"} + "alcotest" {with-test & <= "1.8.0"} +] +authors: "Reynir Björnsson " +available: false # Release mistake, v0.3.1 was accidentally published as v0.2.1 +url { + src: + "https://github.com/reynir/ocaml-ssh-agent/releases/download/v0.2.1/ssh-agent-0.2.1.tbz" + checksum: [ + "sha256=df11054bbda2a40fa1ad56ff78b180aa15a9cf4fe630ec9705d829b1902335ce" + "sha512=bca4695055d73cd5954c52d90b7f761738b60cf622554e422248961b1320db1f59f73550a42fdfbf5adc2afd7fe2fa881b9460d28b4a6c9fe26ccb94f444d718" + ] +} +x-commit-hash: "3e5b8ff732d916f47d050547cfc1a61b49590c5e" +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/stog-rdf/stog-rdf.0.15.0/opam b/packages/stog-rdf/stog-rdf.0.15.0/opam new file mode 100644 index 000000000..8cb74b426 --- /dev/null +++ b/packages/stog-rdf/stog-rdf.0.15.0/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "zoggy@bat8.org" +authors: ["Maxence Guesdon"] +homepage: "http://www.good-eris.net/stog/plugins/rdf.html" + +license: "GPL-3.0-only" +doc: ["http://www.good-eris.net/stog/plugins/rdf.html"] +dev-repo: "git+https://framagit.org/zoggy/stog-rdf.git" +bug-reports: "https://framagit.org/zoggy/stog-rdf/issues" + +tags: ["publication" "rdf" "sparql" "semantic web"] +build: [ + [make "all"] +] +install: [ + [make "install"] +] +remove: [["ocamlfind" "remove" "stog-rdf"]] +depends: [ + "ocaml" {>= "4.02.1"} + "stog" {= "0.15.0"} + "rdf" {= "0.9.0"} +] +synopsis: "Plugin for Stog. Define and query RDF graphs in rewrite rules." +flags: light-uninstall +url { + src: + "https://framagit.org/zoggy/old-codes/-/archive/stog-rdf-0.15.0/old-codes-stog-rdf-0.15.0.tar.gz" + checksum: [ + "sha256=da8546880bee09c741fa30526f78f2abeb6c37fffc9340acb248973120798798" + "md5=cfc8779b79371d66b6dc60040bba982e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/stog-rdf/stog-rdf.0.16.0/opam b/packages/stog-rdf/stog-rdf.0.16.0/opam new file mode 100644 index 000000000..481697594 --- /dev/null +++ b/packages/stog-rdf/stog-rdf.0.16.0/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "zoggy@bat8.org" +authors: ["Maxence Guesdon"] +homepage: "http://www.good-eris.net/stog/plugins/rdf.html" + +license: "GPL-3.0-only" +doc: ["http://www.good-eris.net/stog/plugins/rdf.html"] +dev-repo: "git+https://framagit.org/zoggy/stog-rdf.git" +bug-reports: "https://framagit.org/zoggy/stog-rdf/issues" + +tags: ["publication" "rdf" "sparql" "semantic web"] +build: [ + [make "all"] +] +install: [ + [make "install"] +] +remove: [["ocamlfind" "remove" "stog-rdf"]] +depends: [ + "ocaml" {>= "4.02.1"} + "stog" {= "0.16.0"} + "rdf" {= "0.9.0"} +] +synopsis: "Plugin for Stog. Define and query RDF graphs in rewrite rules." +flags: light-uninstall +url { + src: + "https://framagit.org/zoggy/old-codes/-/archive/stog-rdf-0.16.0/old-codes-stog-rdf-0.16.0.tar.gz" + checksum: [ + "sha256=6612ab8f04a07c98a4acf8e83279b60cd472e4ab0b464dc55452079e8acea1bd" + "md5=73dbb2f1b33d9c71f2e5dd626dc29b90" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/stog-writing/stog-writing.0.13.0/opam b/packages/stog-writing/stog-writing.0.13.0/opam new file mode 100644 index 000000000..dc1ca61df --- /dev/null +++ b/packages/stog-writing/stog-writing.0.13.0/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "zoggy@bat8.org" +authors: ["Maxence Guesdon"] +homepage: "https://www.good-eris.net/stog/plugins/writing.html" +license: "GPL-3.0-only" +doc: ["https://www.good-eris.net/stog/plugins/writing.html"] +tags: ["publication" "web" "blog" "bibliography"] +build: [make "all"] +remove: [["ocamlfind" "remove" "stog-writing"]] +depends: [ + "ocaml" {>= "4.02.0"} + "stog" {>= "0.13.0" & <= "0.14"} + "menhir" {>= "20120123" & <= "20240715"} +] +install: [make "install"] +synopsis: + "Plugin for Stog to use footnotes and bibliographies in stog-generated web sites." +flags: light-uninstall +url { + src: + "https://framagit.org/zoggy/old-codes/-/archive/stog-writing-0.13.0/old-codes-stog-writing-0.13.0.tar.gz" + checksum: [ + "sha256=96c59185356267f39af9d2fd93419e0016d5338b13bce257922213256e79c265" + "md5=db0951d9f706442c103b5f2469de6089" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/stog-writing/stog-writing.0.8.0/opam b/packages/stog-writing/stog-writing.0.8.0/opam new file mode 100644 index 000000000..7b7278424 --- /dev/null +++ b/packages/stog-writing/stog-writing.0.8.0/opam @@ -0,0 +1,21 @@ +opam-version: "2.0" +maintainer: "zoggy@bat8.org" +build: [make "all"] +remove: [[make "uninstall"]] +depends: [ + "ocaml" {>= "4.00.0"} + "stog" {= "0.8.0"} + "menhir" {>= "20120123" & <= "20240715"} +] +install: [make "install"] +synopsis: + "Plugin for Stog. Allow adding footnotes and bibliographies in stog-generated" +description: "web sites." +url { + src: "https://zoggy.github.io/stog/plugins/stog-writing-0.8.0.tar.gz" + checksum: "md5=c0a9009f1c8795556f535d6b8eec8d06" +} +available: false # source tarball not available +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["source-unavailable"] diff --git a/packages/stog/stog.0.13.0/opam b/packages/stog/stog.0.13.0/opam new file mode 100644 index 000000000..3376a4605 --- /dev/null +++ b/packages/stog/stog.0.13.0/opam @@ -0,0 +1,63 @@ +opam-version: "2.0" +maintainer: "zoggy@bat8.org" +authors: ["Maxence Guesdon"] +homepage: "https://www.good-eris.net/stog/" +license: "GPL-3.0-only" +doc: ["https://www.good-eris.net/stog/doc.html"] +dev-repo: "git+https://framagit.org/zoggy/stog.git" +bug-reports: "https://framagit.org/zoggy/stog/issues" + +tags: ["publication" "web" "blog" "website" "documentation"] +build: [ + ["./configure" "--prefix" prefix] + [make "stog_filter_parser.mli"] + [make "all"] +] +install: [ + [make "install-lib" "install-share"] +] +remove: [["ocamlfind" "remove" "stog"]] +depends: [ + "ocaml" {>= "4.02.0" & < "4.06.0"} + "ocamlfind" {<= "1.9.6"} + "xmlm" {>= "1.1" & <= "1.4.0"} + "xtmpl" {>= "0.10" & < "0.13.0"} + "config-file" {>= "1.2" & <= "1.2.1"} + "ocamlnet" {>= "3.6" & != "4.1.9" & <= "4.1.9-2"} + "higlo" {>= "0.4" & <= "0.10.0"} +] +depopts: ["js_of_ocaml" "xmldiff" "lwt" "websocket" "cstruct" "crunch"] + +conflicts: [ + "crunch" {< "1.1.0"} + "cstruct" {< "0.3.1"} + "js_of_ocaml" {< "2.5"} + "lwt" {< "2.4.5"} + "websocket" {< "0.8.1"} + "xmldiff" {< "0.3.0"} + "xmlm" {= "1.2.0"} + "xmlm" {= "1.3.0"} +] +synopsis: + "A static web site generator, able to handle blog posts as well as regular pages." +description: """ +In one sentence, Stog is a kind of Jekyll in OCaml: It is a +static web site generator, able to handle blog posts as well as +regular pages.""" +flags: light-uninstall +url { + src: "https://zoggy.github.io/stog/stog-0.13.0.tar.gz" + checksum: "md5=4411abab24e45341988216b5bf2ba4db" +} +extra-source "stog.install" { + src: + "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/stog/stog.install.0.13.0" + checksum: [ + "sha256=049a2c99f21eee3b092267ecb8814690fe2a21c7731b81e978b60cebf4b41666" + "md5=474001f0f771f0085d55fb0b58b2e7fe" + ] +} +available: false # source tarball not available +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["source-unavailable"] diff --git a/packages/stog/stog.0.4/opam b/packages/stog/stog.0.4/opam new file mode 100644 index 000000000..6f562c9c5 --- /dev/null +++ b/packages/stog/stog.0.4/opam @@ -0,0 +1,42 @@ +opam-version: "2.0" +maintainer: "zoggy@bat8.org" +build: [make "all"] +remove: [[make "uninstall"]] +depends: [ + "ocaml" {>= "4.00.0" & < "4.02.0"} + "ocamlfind" {<= "1.9.6"} + "xmlm" {>= "1.1" & <= "1.4.0"} + "xtmpl" {>= "0.4" & < "0.8"} + "config-file" {>= "1.1" & <= "1.2.1"} + "ocamlrss" {>= "2.0" & < "2.1.0"} +] +install: [make "install"] +synopsis: + "A static web site generator, able to handle blog posts as well as regular pages." +description: """ +In one sentence, Stog is a kind of Jekyll in OCaml: It is a +static web site generator, able to handle blog posts as well as +regular pages. + +The main differences are: + +- It is developped in OCaml and can be extended with OCaml plugins. +- It is based on a xml engine allowing to apply substitutions on some + tags. Some substitutions are pre-defined, and others can be added by plugins. +- It easily supports multi-language sites.""" +url { + src: "http://zoggy.github.io/stog/stog-0.4.tar.gz" + checksum: "md5=2500ace40374e5e9a1d14d816e05bc20" +} +extra-source "stog.install" { + src: + "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/stog/stog.install.0.4" + checksum: [ + "sha256=68d6aab5ad41697cdc613fb720149a8d10f34c934329e6e8d909b8bbbb99581d" + "md5=5c319af20a49fbceb8fc431c95a90198" + ] +} +available: false # source tarball not available +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["source-unavailable"] diff --git a/packages/taglog/taglog.0.1.0/opam b/packages/taglog/taglog.0.1.0/opam new file mode 100644 index 000000000..0f56a9a1d --- /dev/null +++ b/packages/taglog/taglog.0.1.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "zoggy@bat8.org" +authors: ["Maxence Guesdon"] +homepage: "https://zoggy.github.io/ocf/" +license: "LGPL-3.0-only" +doc: ["https://zoggy.github.io/ocaml-taglog/doc.html"] +dev-repo: "git+https://github.com/zoggy/ocaml-taglog.git" +bug-reports: "https://github.com/zoggy/ocaml-taglog/issues" +tags: ["log"] + +build: [ + ["./configure" "--prefix" prefix] + [make "all"] +] +install: [ + [make "install"] +] +remove: [["ocamlfind" "remove" "taglog"]] +depends: [ + "ocaml" {>= "4.02.1"} + "ocamlfind" {<= "1.9.6"} + "ocf" {= "0.2.0"} + "camlp4" {<= "5.3"} +] +synopsis: "Logging library using levels and tags to determine what to log." +flags: light-uninstall +url { + src: "https://zoggy.github.io/ocaml-taglog/taglog-0.1.0.tar.gz" + checksum: "md5=8774dcaa762fc1f99e0fe2c840d0c7cb" +} +available: false # source tarball not available +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["source-unavailable"] diff --git a/packages/taglog/taglog.0.2.0/opam b/packages/taglog/taglog.0.2.0/opam new file mode 100644 index 000000000..3d2d65824 --- /dev/null +++ b/packages/taglog/taglog.0.2.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "zoggy@bat8.org" +authors: ["Maxence Guesdon"] +homepage: "https://zoggy.github.io/ocaml-taglog/" +license: "LGPL-3.0-only" +doc: ["https://zoggy.github.io/ocaml-taglog/doc.html"] +dev-repo: "git+https://github.com/zoggy/ocaml-taglog.git" +bug-reports: "https://github.com/zoggy/ocaml-taglog/issues" +tags: ["log"] + +build: [ + ["./configure" "--prefix" prefix] + [make "all"] +] +install: [ + [make "install"] +] +depends: [ + "ocaml" {>= "4.02.1" & < "4.12"} + "ocamlfind" {<= "1.9.6"} + "ocf" {>= "0.3.0" & <= "0.9.0"} + "camlp4" {<= "5.3"} +] +synopsis: "Logging library using levels and tags to determine what to log." +url { + src: "https://zoggy.github.io/ocaml-taglog/taglog-0.2.0.tar.gz" + checksum: "md5=bedc5976836a956af817c945e80105d2" +} +available: false # source tarball not available +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["source-unavailable"] diff --git a/packages/taglog/taglog.0.3.0/opam b/packages/taglog/taglog.0.3.0/opam new file mode 100644 index 000000000..15da9e2f6 --- /dev/null +++ b/packages/taglog/taglog.0.3.0/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "zoggy@bat8.org" +authors: "Maxence Guesdon" +homepage: "https://zoggy.github.io/ocaml-taglog/" +bug-reports: "https://github.com/zoggy/ocaml-taglog/issues" +license: "LGPL-3.0-only" +doc: "https://zoggy.github.io/ocaml-taglog/doc.html" +tags: "log" +dev-repo: "git+https://github.com/zoggy/ocaml-taglog.git" +build: [ + ["./configure" "--prefix" prefix] + [make "all"] +] +install: [make "install"] +depends: [ + "ocaml" {>= "4.02.1" & < "4.12"} + "ocamlfind" {<= "1.9.6"} + "ocf" {>= "0.4.0" & <= "0.9.0"} + "camlp4" {<= "5.3"} +] +synopsis: "Logging library using levels and tags to determine what to log." +url { + src: "https://zoggy.github.io/ocaml-taglog/taglog-0.3.0.tar.gz" + checksum: "md5=5a92b93659cdb1b0bdd657e1ff9ae2b9" +} +available: false # source tarball not available +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["source-unavailable"] diff --git a/packages/tar-mirage/tar-mirage.2.2.0/opam b/packages/tar-mirage/tar-mirage.2.2.0/opam new file mode 100644 index 000000000..a179dfd95 --- /dev/null +++ b/packages/tar-mirage/tar-mirage.2.2.0/opam @@ -0,0 +1,64 @@ +opam-version: "2.0" +synopsis: "Read and write tar format files via MirageOS interfaces" +description: """ +tar is a simple library to read and write tar files with an emphasis on +streaming. This library is functorised over external OS dependencies +to facilitate embedding within MirageOS. +""" +maintainer: ["dave@recoil.org"] +authors: ["Dave Scott" "Thomas Gazagnaire" "David Allsopp" "Antonin Décimo"] +license: "ISC" +tags: ["org:xapi-project" "org:mirage"] +homepage: "https://github.com/mirage/ocaml-tar" +doc: "https://mirage.github.io/ocaml-tar/" +bug-reports: "https://github.com/mirage/ocaml-tar/issues" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "ocaml" {>= "4.08.0"} + "cstruct" {>= "1.9.0" & <= "6.2.0"} + "lwt" {>= "5.6.0" & <= "5.9.0"} + "mirage-block" {>= "2.0.0" & <= "3.0.2"} + "mirage-clock" {>= "4.0.0" & <= "4.2.0"} + "mirage-kv" {>= "5.0.0" & < "6.0.0"} + "ptime" {<= "1.2.0"} + "tar" {= version} + "mirage-block-unix" {with-test & >= "2.5.0" & <= "2.14.2"} + "mirage-clock-unix" {with-test & <= "4.2.0"} + "ounit2" {with-test & <= "2.2.7"} + "ounit2-lwt" {with-test & <= "2.2.7"} + "tar-unix" {with-test & = version} + "odoc" {with-doc & <= "2.4.4"} +] +conflicts: [ + "result" {< "1.5"} +] +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/mirage/ocaml-tar.git" +url { + src: + "https://github.com/mirage/ocaml-tar/releases/download/v2.2.0/tar-2.2.0.tbz" + checksum: [ + "sha256=c28647b0491a2e95c315b7c47b2e8ff43e9731375e9945c813a7c6cc866d7d63" + "sha512=ac1ef2d86fd4cd55fabf8ce796bd08b44108748a71d46872a22f2abb0e8cb8e58e8eef4935adfe2ab3a831c3ad5633065ce4be46f72c565e426699a52d6a3994" + ] +} +x-commit-hash: "aea89ef02ea6756bae43c4dd7adc450336a0f00b" +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-008-PtEdo2Zk-test-helpers/tezos-008-PtEdo2Zk-test-helpers.10.2/opam b/packages/tezos-008-PtEdo2Zk-test-helpers/tezos-008-PtEdo2Zk-test-helpers.10.2/opam new file mode 100644 index 000000000..05b04f838 --- /dev/null +++ b/packages/tezos-008-PtEdo2Zk-test-helpers/tezos-008-PtEdo2Zk-test-helpers.10.2/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-stdlib-unix" { = version } + "tezos-shell-services" { = version } + "tezos-protocol-environment" { = version } + "tezos-protocol-008-PtEdo2Zk" { = version } + "tezos-protocol-008-PtEdo2Zk-parameters" { = version } + "tezos-client-008-PtEdo2Zk" { = version } + "alcotest-lwt" {<= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_protocol/test/helpers/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol testing framework" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-009-PsFLoren-test-helpers/tezos-009-PsFLoren-test-helpers.10.2/opam b/packages/tezos-009-PsFLoren-test-helpers/tezos-009-PsFLoren-test-helpers.10.2/opam new file mode 100644 index 000000000..f4fc0a972 --- /dev/null +++ b/packages/tezos-009-PsFLoren-test-helpers/tezos-009-PsFLoren-test-helpers.10.2/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-stdlib-unix" { = version } + "tezos-shell-services" { = version } + "tezos-protocol-environment" { = version } + "tezos-protocol-009-PsFLoren" { = version } + "tezos-protocol-009-PsFLoren-parameters" { = version } + "tezos-client-009-PsFLoren" { = version } + "alcotest-lwt" {<= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_protocol/test/helpers/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol testing framework" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-010-PtGRANAD-test-helpers/tezos-010-PtGRANAD-test-helpers.10.2/opam b/packages/tezos-010-PtGRANAD-test-helpers/tezos-010-PtGRANAD-test-helpers.10.2/opam new file mode 100644 index 000000000..682b9f3d8 --- /dev/null +++ b/packages/tezos-010-PtGRANAD-test-helpers/tezos-010-PtGRANAD-test-helpers.10.2/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-stdlib-unix" { = version } + "tezos-shell-services" { = version } + "tezos-protocol-environment" { = version } + "tezos-protocol-010-PtGRANAD" { = version } + "tezos-protocol-010-PtGRANAD-parameters" { = version } + "tezos-client-010-PtGRANAD" { = version } + "alcotest-lwt" {<= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_protocol/test/helpers/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol testing framework" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-011-PtHangz2-test-helpers/tezos-011-PtHangz2-test-helpers.12.0/opam b/packages/tezos-011-PtHangz2-test-helpers/tezos-011-PtHangz2-test-helpers.12.0/opam new file mode 100644 index 000000000..01ffeb6ce --- /dev/null +++ b/packages/tezos-011-PtHangz2-test-helpers/tezos-011-PtHangz2-test-helpers.12.0/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-011-PtHangz2-parameters" { = version } + "tezos-client-011-PtHangz2" { = version } + "tezos-test-helpers" { = version } + "alcotest-lwt" {>= "1.5.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_011_PtHangz2/lib_protocol/test/helpers/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol testing framework" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-011-PtHangz2-test-helpers/tezos-011-PtHangz2-test-helpers.12.3/opam b/packages/tezos-011-PtHangz2-test-helpers/tezos-011-PtHangz2-test-helpers.12.3/opam new file mode 100644 index 000000000..4e86ad0c7 --- /dev/null +++ b/packages/tezos-011-PtHangz2-test-helpers/tezos-011-PtHangz2-test-helpers.12.3/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-011-PtHangz2-parameters" { = version } + "tezos-client-011-PtHangz2" { = version } + "tezos-test-helpers" { = version } + "alcotest-lwt" {>= "1.5.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_011_PtHangz2/lib_protocol/test/helpers/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol testing framework" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-012-Psithaca-test-helpers/tezos-012-Psithaca-test-helpers.12.0/opam b/packages/tezos-012-Psithaca-test-helpers/tezos-012-Psithaca-test-helpers.12.0/opam new file mode 100644 index 000000000..23d5ad496 --- /dev/null +++ b/packages/tezos-012-Psithaca-test-helpers/tezos-012-Psithaca-test-helpers.12.0/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-012-Psithaca-parameters" { = version } + "tezos-client-012-Psithaca" { = version } + "tezos-test-helpers" { = version } + "alcotest-lwt" {>= "1.5.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_012_Psithaca/lib_protocol/test/helpers/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol testing framework" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-012-Psithaca-test-helpers/tezos-012-Psithaca-test-helpers.12.3/opam b/packages/tezos-012-Psithaca-test-helpers/tezos-012-Psithaca-test-helpers.12.3/opam new file mode 100644 index 000000000..87a667f0b --- /dev/null +++ b/packages/tezos-012-Psithaca-test-helpers/tezos-012-Psithaca-test-helpers.12.3/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-012-Psithaca-parameters" { = version } + "tezos-client-012-Psithaca" { = version } + "tezos-test-helpers" { = version } + "alcotest-lwt" {>= "1.5.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_012_Psithaca/lib_protocol/test/helpers/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol testing framework" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-012-Psithaca-test-helpers/tezos-012-Psithaca-test-helpers.14.0/opam b/packages/tezos-012-Psithaca-test-helpers/tezos-012-Psithaca-test-helpers.14.0/opam new file mode 100644 index 000000000..894c1fa0a --- /dev/null +++ b/packages/tezos-012-Psithaca-test-helpers/tezos-012-Psithaca-test-helpers.14.0/opam @@ -0,0 +1,38 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "alcotest-lwt" {>= "1.5.0" & <= "1.8.0"} + "qcheck-alcotest" {>= "0.18" & <= "0.23"} + "tezos-test-helpers" { = version } + "tezos-base" { = version } + "tezos-micheline" { = version } + "tezos-stdlib-unix" { = version } + "tezos-protocol-012-Psithaca" { = version } + "tezos-client-012-Psithaca" { = version } + "tezos-protocol-environment" { = version } + "tezos-protocol-plugin-012-Psithaca" { = version } + "tezos-shell-services" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol testing framework" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-013-PtJakart-test-helpers/tezos-013-PtJakart-test-helpers.14.0/opam b/packages/tezos-013-PtJakart-test-helpers/tezos-013-PtJakart-test-helpers.14.0/opam new file mode 100644 index 000000000..3314da036 --- /dev/null +++ b/packages/tezos-013-PtJakart-test-helpers/tezos-013-PtJakart-test-helpers.14.0/opam @@ -0,0 +1,38 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "alcotest-lwt" {>= "1.5.0" & <= "1.8.0"} + "qcheck-alcotest" {>= "0.18" & <= "0.23"} + "tezos-test-helpers" { = version } + "tezos-base" { = version } + "tezos-micheline" { = version } + "tezos-stdlib-unix" { = version } + "tezos-protocol-013-PtJakart" { = version } + "tezos-client-013-PtJakart" { = version } + "tezos-protocol-environment" { = version } + "tezos-protocol-plugin-013-PtJakart" { = version } + "tezos-shell-services" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol testing framework" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-014-PtKathma-test-helpers/tezos-014-PtKathma-test-helpers.14.0/opam b/packages/tezos-014-PtKathma-test-helpers/tezos-014-PtKathma-test-helpers.14.0/opam new file mode 100644 index 000000000..e64905d78 --- /dev/null +++ b/packages/tezos-014-PtKathma-test-helpers/tezos-014-PtKathma-test-helpers.14.0/opam @@ -0,0 +1,38 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "alcotest-lwt" {>= "1.5.0" & <= "1.8.0"} + "qcheck-alcotest" {>= "0.18" & <= "0.23"} + "tezos-test-helpers" { = version } + "tezos-base" { = version } + "tezos-micheline" { = version } + "tezos-stdlib-unix" { = version } + "tezos-protocol-014-PtKathma" { = version } + "tezos-client-014-PtKathma" { = version } + "tezos-protocol-environment" { = version } + "tezos-protocol-plugin-014-PtKathma" { = version } + "tezos-shell-services" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol testing framework" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-accuser-006-PsCARTHA/tezos-accuser-006-PsCARTHA.7.0/opam b/packages/tezos-accuser-006-PsCARTHA/tezos-accuser-006-PsCARTHA.7.0/opam new file mode 100644 index 000000000..bdf7577c9 --- /dev/null +++ b/packages/tezos-accuser-006-PsCARTHA/tezos-accuser-006-PsCARTHA.7.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-baking-006-PsCARTHA-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/bin_accuser/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 006_PsCARTHA accuser binary" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.0.tar.bz2" + checksum: [ + "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91" + "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-accuser-006-PsCARTHA/tezos-accuser-006-PsCARTHA.7.1/opam b/packages/tezos-accuser-006-PsCARTHA/tezos-accuser-006-PsCARTHA.7.1/opam new file mode 100644 index 000000000..698dfd037 --- /dev/null +++ b/packages/tezos-accuser-006-PsCARTHA/tezos-accuser-006-PsCARTHA.7.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-baking-006-PsCARTHA-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/bin_accuser/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 006_PsCARTHA accuser binary" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.1.tar.bz2" + checksum: [ + "sha256=3675d856c4b818da7f5de0b85b86a48d3883f1210cfef28ef3233a047e74bed6" + "sha512=d6abdef9a6643b2ffe8141ecc625dcc2a939131e2e5cc158c74aba8c403bd4072b7fc403ccfa6d766696604ad112495dd9db1ece8a3ae5a4693071dfdffcbda5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-accuser-006-PsCARTHA/tezos-accuser-006-PsCARTHA.7.2/opam b/packages/tezos-accuser-006-PsCARTHA/tezos-accuser-006-PsCARTHA.7.2/opam new file mode 100644 index 000000000..14595bd1c --- /dev/null +++ b/packages/tezos-accuser-006-PsCARTHA/tezos-accuser-006-PsCARTHA.7.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-baking-006-PsCARTHA-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/bin_accuser/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 006_PsCARTHA accuser binary" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.2.tar.bz2" + checksum: [ + "sha256=abb52ad63345943d20f3edc4c3507474af94c001c8bf58138f47341942036cec" + "sha512=c823ca801cbc4005f5fc6ea5236d93569410c034da3ed32939ef64a0f2c19a34444fac12e13c72e5a1e15a401b655e58ffdbbb66ce0516e5968f621677b96117" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-accuser-006-PsCARTHA/tezos-accuser-006-PsCARTHA.7.3/opam b/packages/tezos-accuser-006-PsCARTHA/tezos-accuser-006-PsCARTHA.7.3/opam new file mode 100644 index 000000000..26d3d268e --- /dev/null +++ b/packages/tezos-accuser-006-PsCARTHA/tezos-accuser-006-PsCARTHA.7.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-baking-006-PsCARTHA-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/bin_accuser/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 006_PsCARTHA accuser binary" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.3.tar.bz2" + checksum: [ + "sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" + "sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-accuser-006-PsCARTHA/tezos-accuser-006-PsCARTHA.7.4/opam b/packages/tezos-accuser-006-PsCARTHA/tezos-accuser-006-PsCARTHA.7.4/opam new file mode 100644 index 000000000..de87ef432 --- /dev/null +++ b/packages/tezos-accuser-006-PsCARTHA/tezos-accuser-006-PsCARTHA.7.4/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-baking-006-PsCARTHA-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/bin_accuser/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 006_PsCARTHA accuser binary" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-accuser-007-PsDELPH1/tezos-accuser-007-PsDELPH1.7.4/opam b/packages/tezos-accuser-007-PsDELPH1/tezos-accuser-007-PsDELPH1.7.4/opam new file mode 100644 index 000000000..d4c8c10bf --- /dev/null +++ b/packages/tezos-accuser-007-PsDELPH1/tezos-accuser-007-PsDELPH1.7.4/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-baking-007-PsDELPH1-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/bin_accuser/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 007_PsDELPH1 accuser binary" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-accuser-007-PsDELPH1/tezos-accuser-007-PsDELPH1.8.0/opam b/packages/tezos-accuser-007-PsDELPH1/tezos-accuser-007-PsDELPH1.8.0/opam new file mode 100644 index 000000000..ba9d96ce1 --- /dev/null +++ b/packages/tezos-accuser-007-PsDELPH1/tezos-accuser-007-PsDELPH1.8.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-baking-007-PsDELPH1-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/bin_accuser/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: accuser binary" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-accuser-007-PsDELPH1/tezos-accuser-007-PsDELPH1.8.1/opam b/packages/tezos-accuser-007-PsDELPH1/tezos-accuser-007-PsDELPH1.8.1/opam new file mode 100644 index 000000000..706cf49b8 --- /dev/null +++ b/packages/tezos-accuser-007-PsDELPH1/tezos-accuser-007-PsDELPH1.8.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-baking-007-PsDELPH1-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/bin_accuser/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: accuser binary" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-accuser-007-PsDELPH1/tezos-accuser-007-PsDELPH1.8.2/opam b/packages/tezos-accuser-007-PsDELPH1/tezos-accuser-007-PsDELPH1.8.2/opam new file mode 100644 index 000000000..e597ee4eb --- /dev/null +++ b/packages/tezos-accuser-007-PsDELPH1/tezos-accuser-007-PsDELPH1.8.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-baking-007-PsDELPH1-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/bin_accuser/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: accuser binary" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-accuser-007-PsDELPH1/tezos-accuser-007-PsDELPH1.8.3/opam b/packages/tezos-accuser-007-PsDELPH1/tezos-accuser-007-PsDELPH1.8.3/opam new file mode 100644 index 000000000..fef8d23b6 --- /dev/null +++ b/packages/tezos-accuser-007-PsDELPH1/tezos-accuser-007-PsDELPH1.8.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-baking-007-PsDELPH1-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/bin_accuser/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: accuser binary" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-accuser-008-PtEdo2Zk/tezos-accuser-008-PtEdo2Zk.10.2/opam b/packages/tezos-accuser-008-PtEdo2Zk/tezos-accuser-008-PtEdo2Zk.10.2/opam new file mode 100644 index 000000000..2590a40d9 --- /dev/null +++ b/packages/tezos-accuser-008-PtEdo2Zk/tezos-accuser-008-PtEdo2Zk.10.2/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-client-008-PtEdo2Zk" { = version } + "tezos-client-commands" { = version } + "tezos-baking-008-PtEdo2Zk-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/bin_accuser/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: accuser binary" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-accuser-008-PtEdo2Zk/tezos-accuser-008-PtEdo2Zk.8.2/opam b/packages/tezos-accuser-008-PtEdo2Zk/tezos-accuser-008-PtEdo2Zk.8.2/opam new file mode 100644 index 000000000..3e7b77235 --- /dev/null +++ b/packages/tezos-accuser-008-PtEdo2Zk/tezos-accuser-008-PtEdo2Zk.8.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-baking-008-PtEdo2Zk-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/bin_accuser/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: accuser binary" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-accuser-008-PtEdo2Zk/tezos-accuser-008-PtEdo2Zk.8.3/opam b/packages/tezos-accuser-008-PtEdo2Zk/tezos-accuser-008-PtEdo2Zk.8.3/opam new file mode 100644 index 000000000..c3badece4 --- /dev/null +++ b/packages/tezos-accuser-008-PtEdo2Zk/tezos-accuser-008-PtEdo2Zk.8.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-baking-008-PtEdo2Zk-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/bin_accuser/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: accuser binary" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-accuser-008-PtEdo2Zk/tezos-accuser-008-PtEdo2Zk.9.0/opam b/packages/tezos-accuser-008-PtEdo2Zk/tezos-accuser-008-PtEdo2Zk.9.0/opam new file mode 100644 index 000000000..651d62fd7 --- /dev/null +++ b/packages/tezos-accuser-008-PtEdo2Zk/tezos-accuser-008-PtEdo2Zk.9.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-baking-008-PtEdo2Zk-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/bin_accuser/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: accuser binary" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-accuser-008-PtEdo2Zk/tezos-accuser-008-PtEdo2Zk.9.1/opam b/packages/tezos-accuser-008-PtEdo2Zk/tezos-accuser-008-PtEdo2Zk.9.1/opam new file mode 100644 index 000000000..d94fb8171 --- /dev/null +++ b/packages/tezos-accuser-008-PtEdo2Zk/tezos-accuser-008-PtEdo2Zk.9.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-baking-008-PtEdo2Zk-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/bin_accuser/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: accuser binary" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-accuser-008-PtEdo2Zk/tezos-accuser-008-PtEdo2Zk.9.2/opam b/packages/tezos-accuser-008-PtEdo2Zk/tezos-accuser-008-PtEdo2Zk.9.2/opam new file mode 100644 index 000000000..41645cc5b --- /dev/null +++ b/packages/tezos-accuser-008-PtEdo2Zk/tezos-accuser-008-PtEdo2Zk.9.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-baking-008-PtEdo2Zk-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/bin_accuser/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: accuser binary" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-accuser-008-PtEdo2Zk/tezos-accuser-008-PtEdo2Zk.9.3/opam b/packages/tezos-accuser-008-PtEdo2Zk/tezos-accuser-008-PtEdo2Zk.9.3/opam new file mode 100644 index 000000000..4d56984a2 --- /dev/null +++ b/packages/tezos-accuser-008-PtEdo2Zk/tezos-accuser-008-PtEdo2Zk.9.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-baking-008-PtEdo2Zk-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/bin_accuser/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: accuser binary" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-accuser-008-PtEdo2Zk/tezos-accuser-008-PtEdo2Zk.9.4/opam b/packages/tezos-accuser-008-PtEdo2Zk/tezos-accuser-008-PtEdo2Zk.9.4/opam new file mode 100644 index 000000000..0a0771069 --- /dev/null +++ b/packages/tezos-accuser-008-PtEdo2Zk/tezos-accuser-008-PtEdo2Zk.9.4/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-baking-008-PtEdo2Zk-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/bin_accuser/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: accuser binary" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-accuser-008-PtEdo2Zk/tezos-accuser-008-PtEdo2Zk.9.7/opam b/packages/tezos-accuser-008-PtEdo2Zk/tezos-accuser-008-PtEdo2Zk.9.7/opam new file mode 100644 index 000000000..57cc13655 --- /dev/null +++ b/packages/tezos-accuser-008-PtEdo2Zk/tezos-accuser-008-PtEdo2Zk.9.7/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-baking-008-PtEdo2Zk-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/bin_accuser/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: accuser binary" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-accuser-008-PtEdoTez/tezos-accuser-008-PtEdoTez.8.0/opam b/packages/tezos-accuser-008-PtEdoTez/tezos-accuser-008-PtEdoTez.8.0/opam new file mode 100644 index 000000000..1cab6e4f4 --- /dev/null +++ b/packages/tezos-accuser-008-PtEdoTez/tezos-accuser-008-PtEdoTez.8.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-baking-008-PtEdoTez-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdoTez/bin_accuser/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: accuser binary" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-accuser-008-PtEdoTez/tezos-accuser-008-PtEdoTez.8.1/opam b/packages/tezos-accuser-008-PtEdoTez/tezos-accuser-008-PtEdoTez.8.1/opam new file mode 100644 index 000000000..51b44146b --- /dev/null +++ b/packages/tezos-accuser-008-PtEdoTez/tezos-accuser-008-PtEdoTez.8.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-baking-008-PtEdoTez-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdoTez/bin_accuser/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: accuser binary" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-accuser-009-PsFLoren/tezos-accuser-009-PsFLoren.10.2/opam b/packages/tezos-accuser-009-PsFLoren/tezos-accuser-009-PsFLoren.10.2/opam new file mode 100644 index 000000000..dd874158d --- /dev/null +++ b/packages/tezos-accuser-009-PsFLoren/tezos-accuser-009-PsFLoren.10.2/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-client-009-PsFLoren" { = version } + "tezos-client-commands" { = version } + "tezos-baking-009-PsFLoren-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/bin_accuser/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: accuser binary" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-accuser-009-PsFLoren/tezos-accuser-009-PsFLoren.9.0/opam b/packages/tezos-accuser-009-PsFLoren/tezos-accuser-009-PsFLoren.9.0/opam new file mode 100644 index 000000000..dec72f77e --- /dev/null +++ b/packages/tezos-accuser-009-PsFLoren/tezos-accuser-009-PsFLoren.9.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-baking-009-PsFLoren-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/bin_accuser/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: accuser binary" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-accuser-009-PsFLoren/tezos-accuser-009-PsFLoren.9.1/opam b/packages/tezos-accuser-009-PsFLoren/tezos-accuser-009-PsFLoren.9.1/opam new file mode 100644 index 000000000..2440b7074 --- /dev/null +++ b/packages/tezos-accuser-009-PsFLoren/tezos-accuser-009-PsFLoren.9.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-baking-009-PsFLoren-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/bin_accuser/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: accuser binary" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-accuser-009-PsFLoren/tezos-accuser-009-PsFLoren.9.2/opam b/packages/tezos-accuser-009-PsFLoren/tezos-accuser-009-PsFLoren.9.2/opam new file mode 100644 index 000000000..4ed614522 --- /dev/null +++ b/packages/tezos-accuser-009-PsFLoren/tezos-accuser-009-PsFLoren.9.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-baking-009-PsFLoren-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/bin_accuser/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: accuser binary" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-accuser-009-PsFLoren/tezos-accuser-009-PsFLoren.9.3/opam b/packages/tezos-accuser-009-PsFLoren/tezos-accuser-009-PsFLoren.9.3/opam new file mode 100644 index 000000000..5031bdd00 --- /dev/null +++ b/packages/tezos-accuser-009-PsFLoren/tezos-accuser-009-PsFLoren.9.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-baking-009-PsFLoren-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/bin_accuser/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: accuser binary" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-accuser-009-PsFLoren/tezos-accuser-009-PsFLoren.9.4/opam b/packages/tezos-accuser-009-PsFLoren/tezos-accuser-009-PsFLoren.9.4/opam new file mode 100644 index 000000000..af9faac33 --- /dev/null +++ b/packages/tezos-accuser-009-PsFLoren/tezos-accuser-009-PsFLoren.9.4/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-baking-009-PsFLoren-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/bin_accuser/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: accuser binary" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-accuser-009-PsFLoren/tezos-accuser-009-PsFLoren.9.7/opam b/packages/tezos-accuser-009-PsFLoren/tezos-accuser-009-PsFLoren.9.7/opam new file mode 100644 index 000000000..2803662ea --- /dev/null +++ b/packages/tezos-accuser-009-PsFLoren/tezos-accuser-009-PsFLoren.9.7/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-baking-009-PsFLoren-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/bin_accuser/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: accuser binary" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-accuser-010-PtGRANAD/tezos-accuser-010-PtGRANAD.10.2/opam b/packages/tezos-accuser-010-PtGRANAD/tezos-accuser-010-PtGRANAD.10.2/opam new file mode 100644 index 000000000..cb93bf061 --- /dev/null +++ b/packages/tezos-accuser-010-PtGRANAD/tezos-accuser-010-PtGRANAD.10.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-baking-010-PtGRANAD-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/bin_accuser/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: accuser binary" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-accuser-010-PtGRANAD/tezos-accuser-010-PtGRANAD.11.0/opam b/packages/tezos-accuser-010-PtGRANAD/tezos-accuser-010-PtGRANAD.11.0/opam new file mode 100644 index 000000000..8f8e197df --- /dev/null +++ b/packages/tezos-accuser-010-PtGRANAD/tezos-accuser-010-PtGRANAD.11.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-baking-010-PtGRANAD-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/bin_accuser/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: accuser binary" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-accuser-010-PtGRANAD/tezos-accuser-010-PtGRANAD.9.2/opam b/packages/tezos-accuser-010-PtGRANAD/tezos-accuser-010-PtGRANAD.9.2/opam new file mode 100644 index 000000000..f87c4ba46 --- /dev/null +++ b/packages/tezos-accuser-010-PtGRANAD/tezos-accuser-010-PtGRANAD.9.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-baking-010-PtGRANAD-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/bin_accuser/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: accuser binary" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-accuser-010-PtGRANAD/tezos-accuser-010-PtGRANAD.9.3/opam b/packages/tezos-accuser-010-PtGRANAD/tezos-accuser-010-PtGRANAD.9.3/opam new file mode 100644 index 000000000..1205c3f48 --- /dev/null +++ b/packages/tezos-accuser-010-PtGRANAD/tezos-accuser-010-PtGRANAD.9.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-baking-010-PtGRANAD-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/bin_accuser/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: accuser binary" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-accuser-010-PtGRANAD/tezos-accuser-010-PtGRANAD.9.4/opam b/packages/tezos-accuser-010-PtGRANAD/tezos-accuser-010-PtGRANAD.9.4/opam new file mode 100644 index 000000000..300fd3155 --- /dev/null +++ b/packages/tezos-accuser-010-PtGRANAD/tezos-accuser-010-PtGRANAD.9.4/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-baking-010-PtGRANAD-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/bin_accuser/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: accuser binary" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-accuser-010-PtGRANAD/tezos-accuser-010-PtGRANAD.9.7/opam b/packages/tezos-accuser-010-PtGRANAD/tezos-accuser-010-PtGRANAD.9.7/opam new file mode 100644 index 000000000..b18154635 --- /dev/null +++ b/packages/tezos-accuser-010-PtGRANAD/tezos-accuser-010-PtGRANAD.9.7/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-baking-010-PtGRANAD-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/bin_accuser/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: accuser binary" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-accuser-011-PtHangz2/tezos-accuser-011-PtHangz2.11.0/opam b/packages/tezos-accuser-011-PtHangz2/tezos-accuser-011-PtHangz2.11.0/opam new file mode 100644 index 000000000..58805f911 --- /dev/null +++ b/packages/tezos-accuser-011-PtHangz2/tezos-accuser-011-PtHangz2.11.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-baking-011-PtHangz2-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_011_PtHangz2/bin_accuser/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: accuser binary" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-accuser-011-PtHangz2/tezos-accuser-011-PtHangz2.11.1/opam b/packages/tezos-accuser-011-PtHangz2/tezos-accuser-011-PtHangz2.11.1/opam new file mode 100644 index 000000000..922ab3202 --- /dev/null +++ b/packages/tezos-accuser-011-PtHangz2/tezos-accuser-011-PtHangz2.11.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-baking-011-PtHangz2-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_011_PtHangz2/bin_accuser/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: accuser binary" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-accuser-011-PtHangz2/tezos-accuser-011-PtHangz2.12.0/opam b/packages/tezos-accuser-011-PtHangz2/tezos-accuser-011-PtHangz2.12.0/opam new file mode 100644 index 000000000..21ead7d29 --- /dev/null +++ b/packages/tezos-accuser-011-PtHangz2/tezos-accuser-011-PtHangz2.12.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-baking-011-PtHangz2-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_011_PtHangz2/bin_accuser/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: accuser binary" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-accuser-011-PtHangz2/tezos-accuser-011-PtHangz2.12.3/opam b/packages/tezos-accuser-011-PtHangz2/tezos-accuser-011-PtHangz2.12.3/opam new file mode 100644 index 000000000..c58330b08 --- /dev/null +++ b/packages/tezos-accuser-011-PtHangz2/tezos-accuser-011-PtHangz2.12.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-baking-011-PtHangz2-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_011_PtHangz2/bin_accuser/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: accuser binary" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-accuser-012-Psithaca/tezos-accuser-012-Psithaca.12.0/opam b/packages/tezos-accuser-012-Psithaca/tezos-accuser-012-Psithaca.12.0/opam new file mode 100644 index 000000000..a746bb8f5 --- /dev/null +++ b/packages/tezos-accuser-012-Psithaca/tezos-accuser-012-Psithaca.12.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-baking-012-Psithaca-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_012_Psithaca/bin_accuser/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: accuser binary" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-accuser-012-Psithaca/tezos-accuser-012-Psithaca.12.3/opam b/packages/tezos-accuser-012-Psithaca/tezos-accuser-012-Psithaca.12.3/opam new file mode 100644 index 000000000..6b2568d20 --- /dev/null +++ b/packages/tezos-accuser-012-Psithaca/tezos-accuser-012-Psithaca.12.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-baking-012-Psithaca-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_012_Psithaca/bin_accuser/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: accuser binary" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-accuser-012-Psithaca/tezos-accuser-012-Psithaca.13.0/opam b/packages/tezos-accuser-012-Psithaca/tezos-accuser-012-Psithaca.13.0/opam new file mode 100644 index 000000000..2435ce25c --- /dev/null +++ b/packages/tezos-accuser-012-Psithaca/tezos-accuser-012-Psithaca.13.0/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-012-Psithaca" { = version } + "tezos-client-012-Psithaca" { = version } + "tezos-client-commands" { = version } + "tezos-baking-012-Psithaca-commands" { = version } + "tezos-stdlib-unix" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_012_Psithaca/bin_accuser/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: accuser binary" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-accuser-012-Psithaca/tezos-accuser-012-Psithaca.14.0/opam b/packages/tezos-accuser-012-Psithaca/tezos-accuser-012-Psithaca.14.0/opam new file mode 100644 index 000000000..5ff147c32 --- /dev/null +++ b/packages/tezos-accuser-012-Psithaca/tezos-accuser-012-Psithaca.14.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-012-Psithaca" { = version } + "tezos-client-012-Psithaca" { = version } + "tezos-client-commands" { = version } + "tezos-baking-012-Psithaca-commands" { = version } + "tezos-stdlib-unix" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: accuser binary" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-accuser-013-PtJakart/tezos-accuser-013-PtJakart.13.0/opam b/packages/tezos-accuser-013-PtJakart/tezos-accuser-013-PtJakart.13.0/opam new file mode 100644 index 000000000..3c3e5c129 --- /dev/null +++ b/packages/tezos-accuser-013-PtJakart/tezos-accuser-013-PtJakart.13.0/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-013-PtJakart" { = version } + "tezos-client-013-PtJakart" { = version } + "tezos-client-commands" { = version } + "tezos-baking-013-PtJakart-commands" { = version } + "tezos-stdlib-unix" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_013_PtJakart/bin_accuser/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: accuser binary" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-accuser-013-PtJakart/tezos-accuser-013-PtJakart.14.0/opam b/packages/tezos-accuser-013-PtJakart/tezos-accuser-013-PtJakart.14.0/opam new file mode 100644 index 000000000..f700d1726 --- /dev/null +++ b/packages/tezos-accuser-013-PtJakart/tezos-accuser-013-PtJakart.14.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-013-PtJakart" { = version } + "tezos-client-013-PtJakart" { = version } + "tezos-client-commands" { = version } + "tezos-baking-013-PtJakart-commands" { = version } + "tezos-stdlib-unix" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: accuser binary" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-accuser-014-PtKathma/tezos-accuser-014-PtKathma.14.0/opam b/packages/tezos-accuser-014-PtKathma/tezos-accuser-014-PtKathma.14.0/opam new file mode 100644 index 000000000..57ff35b58 --- /dev/null +++ b/packages/tezos-accuser-014-PtKathma/tezos-accuser-014-PtKathma.14.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-014-PtKathma" { = version } + "tezos-client-014-PtKathma" { = version } + "tezos-client-commands" { = version } + "tezos-baking-014-PtKathma-commands" { = version } + "tezos-stdlib-unix" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: accuser binary" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-accuser-alpha/tezos-accuser-alpha.10.2/opam b/packages/tezos-accuser-alpha/tezos-accuser-alpha.10.2/opam new file mode 100644 index 000000000..8d593c006 --- /dev/null +++ b/packages/tezos-accuser-alpha/tezos-accuser-alpha.10.2/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-client-alpha" { = version } + "tezos-client-commands" { = version } + "tezos-baking-alpha-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/bin_accuser/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: accuser binary" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-accuser-alpha/tezos-accuser-alpha.11.0/opam b/packages/tezos-accuser-alpha/tezos-accuser-alpha.11.0/opam new file mode 100644 index 000000000..94bb432f7 --- /dev/null +++ b/packages/tezos-accuser-alpha/tezos-accuser-alpha.11.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-baking-alpha-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/bin_accuser/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: accuser binary" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-accuser-alpha/tezos-accuser-alpha.11.1/opam b/packages/tezos-accuser-alpha/tezos-accuser-alpha.11.1/opam new file mode 100644 index 000000000..4773df9a9 --- /dev/null +++ b/packages/tezos-accuser-alpha/tezos-accuser-alpha.11.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-baking-alpha-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/bin_accuser/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: accuser binary" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-accuser-alpha/tezos-accuser-alpha.12.0/opam b/packages/tezos-accuser-alpha/tezos-accuser-alpha.12.0/opam new file mode 100644 index 000000000..5103d0c1c --- /dev/null +++ b/packages/tezos-accuser-alpha/tezos-accuser-alpha.12.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-baking-alpha-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/bin_accuser/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: accuser binary" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-accuser-alpha/tezos-accuser-alpha.12.3/opam b/packages/tezos-accuser-alpha/tezos-accuser-alpha.12.3/opam new file mode 100644 index 000000000..476b060c1 --- /dev/null +++ b/packages/tezos-accuser-alpha/tezos-accuser-alpha.12.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-baking-alpha-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/bin_accuser/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: accuser binary" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-accuser-alpha/tezos-accuser-alpha.13.0/opam b/packages/tezos-accuser-alpha/tezos-accuser-alpha.13.0/opam new file mode 100644 index 000000000..c4125b09c --- /dev/null +++ b/packages/tezos-accuser-alpha/tezos-accuser-alpha.13.0/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-alpha" { = version } + "tezos-client-alpha" { = version } + "tezos-client-commands" { = version } + "tezos-baking-alpha-commands" { = version } + "tezos-stdlib-unix" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/bin_accuser/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: accuser binary" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-accuser-alpha/tezos-accuser-alpha.14.0/opam b/packages/tezos-accuser-alpha/tezos-accuser-alpha.14.0/opam new file mode 100644 index 000000000..2afb2e483 --- /dev/null +++ b/packages/tezos-accuser-alpha/tezos-accuser-alpha.14.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-alpha" { = version } + "tezos-client-alpha" { = version } + "tezos-client-commands" { = version } + "tezos-baking-alpha-commands" { = version } + "tezos-stdlib-unix" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: accuser binary" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-alpha-test-helpers/tezos-alpha-test-helpers.10.2/opam b/packages/tezos-alpha-test-helpers/tezos-alpha-test-helpers.10.2/opam new file mode 100644 index 000000000..3527208d0 --- /dev/null +++ b/packages/tezos-alpha-test-helpers/tezos-alpha-test-helpers.10.2/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-shell-services" { = version } + "tezos-protocol-alpha-parameters" { = version } + "tezos-client-alpha" { = version } + "alcotest-lwt" {<= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_protocol/test/helpers/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol testing framework" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-alpha-test-helpers/tezos-alpha-test-helpers.12.0/opam b/packages/tezos-alpha-test-helpers/tezos-alpha-test-helpers.12.0/opam new file mode 100644 index 000000000..0b51e5bd2 --- /dev/null +++ b/packages/tezos-alpha-test-helpers/tezos-alpha-test-helpers.12.0/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-alpha-parameters" { = version } + "tezos-client-alpha" { = version } + "tezos-test-helpers" { = version } + "alcotest-lwt" {>= "1.5.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_protocol/test/helpers/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol testing framework" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-alpha-test-helpers/tezos-alpha-test-helpers.12.3/opam b/packages/tezos-alpha-test-helpers/tezos-alpha-test-helpers.12.3/opam new file mode 100644 index 000000000..72e08d085 --- /dev/null +++ b/packages/tezos-alpha-test-helpers/tezos-alpha-test-helpers.12.3/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-alpha-parameters" { = version } + "tezos-client-alpha" { = version } + "tezos-test-helpers" { = version } + "alcotest-lwt" {>= "1.5.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_protocol/test/helpers/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol testing framework" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-alpha-test-helpers/tezos-alpha-test-helpers.14.0/opam b/packages/tezos-alpha-test-helpers/tezos-alpha-test-helpers.14.0/opam new file mode 100644 index 000000000..d14705068 --- /dev/null +++ b/packages/tezos-alpha-test-helpers/tezos-alpha-test-helpers.14.0/opam @@ -0,0 +1,38 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "alcotest-lwt" {>= "1.5.0" & <= "1.8.0"} + "qcheck-alcotest" {>= "0.18" & <= "0.23"} + "tezos-test-helpers" { = version } + "tezos-base" { = version } + "tezos-micheline" { = version } + "tezos-stdlib-unix" { = version } + "tezos-protocol-alpha" { = version } + "tezos-client-alpha" { = version } + "tezos-protocol-environment" { = version } + "tezos-protocol-plugin-alpha" { = version } + "tezos-shell-services" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol testing framework" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-alpha-test-helpers/tezos-alpha-test-helpers.8.2/opam b/packages/tezos-alpha-test-helpers/tezos-alpha-test-helpers.8.2/opam new file mode 100644 index 000000000..d3dd3bdd6 --- /dev/null +++ b/packages/tezos-alpha-test-helpers/tezos-alpha-test-helpers.8.2/opam @@ -0,0 +1,37 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-stdlib-unix" { = version } + "tezos-shell-services" { = version } + "tezos-protocol-environment" { = version } + "tezos-protocol-alpha" { = version } + "tezos-protocol-alpha-parameters" { = version } + "tezos-client-alpha" { = version } + "alcotest-lwt" {<= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_protocol/test/helpers/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol testing framework" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-alpha-test-helpers/tezos-alpha-test-helpers.8.3/opam b/packages/tezos-alpha-test-helpers/tezos-alpha-test-helpers.8.3/opam new file mode 100644 index 000000000..cd3b8c8c5 --- /dev/null +++ b/packages/tezos-alpha-test-helpers/tezos-alpha-test-helpers.8.3/opam @@ -0,0 +1,37 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-stdlib-unix" { = version } + "tezos-shell-services" { = version } + "tezos-protocol-environment" { = version } + "tezos-protocol-alpha" { = version } + "tezos-protocol-alpha-parameters" { = version } + "tezos-client-alpha" { = version } + "alcotest-lwt" {<= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_protocol/test/helpers/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol testing framework" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-alpha-test-helpers/tezos-alpha-test-helpers.9.0/opam b/packages/tezos-alpha-test-helpers/tezos-alpha-test-helpers.9.0/opam new file mode 100644 index 000000000..716ee2777 --- /dev/null +++ b/packages/tezos-alpha-test-helpers/tezos-alpha-test-helpers.9.0/opam @@ -0,0 +1,37 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-stdlib-unix" { = version } + "tezos-shell-services" { = version } + "tezos-protocol-environment" { = version } + "tezos-protocol-alpha" { = version } + "tezos-protocol-alpha-parameters" { = version } + "tezos-client-alpha" { = version } + "alcotest-lwt" {<= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_protocol/test/helpers/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol testing framework" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-alpha-test-helpers/tezos-alpha-test-helpers.9.1/opam b/packages/tezos-alpha-test-helpers/tezos-alpha-test-helpers.9.1/opam new file mode 100644 index 000000000..8837b9567 --- /dev/null +++ b/packages/tezos-alpha-test-helpers/tezos-alpha-test-helpers.9.1/opam @@ -0,0 +1,37 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-stdlib-unix" { = version } + "tezos-shell-services" { = version } + "tezos-protocol-environment" { = version } + "tezos-protocol-alpha" { = version } + "tezos-protocol-alpha-parameters" { = version } + "tezos-client-alpha" { = version } + "alcotest-lwt" {<= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_protocol/test/helpers/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol testing framework" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-alpha-test-helpers/tezos-alpha-test-helpers.9.2/opam b/packages/tezos-alpha-test-helpers/tezos-alpha-test-helpers.9.2/opam new file mode 100644 index 000000000..1bc7653e1 --- /dev/null +++ b/packages/tezos-alpha-test-helpers/tezos-alpha-test-helpers.9.2/opam @@ -0,0 +1,37 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-stdlib-unix" { = version } + "tezos-shell-services" { = version } + "tezos-protocol-environment" { = version } + "tezos-protocol-alpha" { = version } + "tezos-protocol-alpha-parameters" { = version } + "tezos-client-alpha" { = version } + "alcotest-lwt" {<= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_protocol/test/helpers/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol testing framework" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-alpha-test-helpers/tezos-alpha-test-helpers.9.3/opam b/packages/tezos-alpha-test-helpers/tezos-alpha-test-helpers.9.3/opam new file mode 100644 index 000000000..74f53e9f1 --- /dev/null +++ b/packages/tezos-alpha-test-helpers/tezos-alpha-test-helpers.9.3/opam @@ -0,0 +1,37 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-stdlib-unix" { = version } + "tezos-shell-services" { = version } + "tezos-protocol-environment" { = version } + "tezos-protocol-alpha" { = version } + "tezos-protocol-alpha-parameters" { = version } + "tezos-client-alpha" { = version } + "alcotest-lwt" {<= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_protocol/test/helpers/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol testing framework" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-alpha-test-helpers/tezos-alpha-test-helpers.9.4/opam b/packages/tezos-alpha-test-helpers/tezos-alpha-test-helpers.9.4/opam new file mode 100644 index 000000000..4625e3b42 --- /dev/null +++ b/packages/tezos-alpha-test-helpers/tezos-alpha-test-helpers.9.4/opam @@ -0,0 +1,37 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-stdlib-unix" { = version } + "tezos-shell-services" { = version } + "tezos-protocol-environment" { = version } + "tezos-protocol-alpha" { = version } + "tezos-protocol-alpha-parameters" { = version } + "tezos-client-alpha" { = version } + "alcotest-lwt" {<= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_protocol/test/helpers/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol testing framework" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-alpha-test-helpers/tezos-alpha-test-helpers.9.7/opam b/packages/tezos-alpha-test-helpers/tezos-alpha-test-helpers.9.7/opam new file mode 100644 index 000000000..f7ee1cfa5 --- /dev/null +++ b/packages/tezos-alpha-test-helpers/tezos-alpha-test-helpers.9.7/opam @@ -0,0 +1,37 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-stdlib-unix" { = version } + "tezos-shell-services" { = version } + "tezos-protocol-environment" { = version } + "tezos-protocol-alpha" { = version } + "tezos-protocol-alpha-parameters" { = version } + "tezos-client-alpha" { = version } + "alcotest-lwt" {<= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_protocol/test/helpers/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol testing framework" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baker-006-PsCARTHA/tezos-baker-006-PsCARTHA.7.0/opam b/packages/tezos-baker-006-PsCARTHA/tezos-baker-006-PsCARTHA.7.0/opam new file mode 100644 index 000000000..40cdf1892 --- /dev/null +++ b/packages/tezos-baker-006-PsCARTHA/tezos-baker-006-PsCARTHA.7.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-baking-006-PsCARTHA-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/bin_baker/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 006_PsCARTHA baker binary" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.0.tar.bz2" + checksum: [ + "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91" + "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baker-006-PsCARTHA/tezos-baker-006-PsCARTHA.7.1/opam b/packages/tezos-baker-006-PsCARTHA/tezos-baker-006-PsCARTHA.7.1/opam new file mode 100644 index 000000000..7e39fda2d --- /dev/null +++ b/packages/tezos-baker-006-PsCARTHA/tezos-baker-006-PsCARTHA.7.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-baking-006-PsCARTHA-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/bin_baker/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 006_PsCARTHA baker binary" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.1.tar.bz2" + checksum: [ + "sha256=3675d856c4b818da7f5de0b85b86a48d3883f1210cfef28ef3233a047e74bed6" + "sha512=d6abdef9a6643b2ffe8141ecc625dcc2a939131e2e5cc158c74aba8c403bd4072b7fc403ccfa6d766696604ad112495dd9db1ece8a3ae5a4693071dfdffcbda5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baker-006-PsCARTHA/tezos-baker-006-PsCARTHA.7.2/opam b/packages/tezos-baker-006-PsCARTHA/tezos-baker-006-PsCARTHA.7.2/opam new file mode 100644 index 000000000..b13ab9881 --- /dev/null +++ b/packages/tezos-baker-006-PsCARTHA/tezos-baker-006-PsCARTHA.7.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-baking-006-PsCARTHA-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/bin_baker/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 006_PsCARTHA baker binary" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.2.tar.bz2" + checksum: [ + "sha256=abb52ad63345943d20f3edc4c3507474af94c001c8bf58138f47341942036cec" + "sha512=c823ca801cbc4005f5fc6ea5236d93569410c034da3ed32939ef64a0f2c19a34444fac12e13c72e5a1e15a401b655e58ffdbbb66ce0516e5968f621677b96117" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baker-006-PsCARTHA/tezos-baker-006-PsCARTHA.7.3/opam b/packages/tezos-baker-006-PsCARTHA/tezos-baker-006-PsCARTHA.7.3/opam new file mode 100644 index 000000000..3e22610ed --- /dev/null +++ b/packages/tezos-baker-006-PsCARTHA/tezos-baker-006-PsCARTHA.7.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-baking-006-PsCARTHA-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/bin_baker/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 006_PsCARTHA baker binary" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.3.tar.bz2" + checksum: [ + "sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" + "sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baker-006-PsCARTHA/tezos-baker-006-PsCARTHA.7.4/opam b/packages/tezos-baker-006-PsCARTHA/tezos-baker-006-PsCARTHA.7.4/opam new file mode 100644 index 000000000..0a638a761 --- /dev/null +++ b/packages/tezos-baker-006-PsCARTHA/tezos-baker-006-PsCARTHA.7.4/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-baking-006-PsCARTHA-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/bin_baker/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 006_PsCARTHA baker binary" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baker-007-PsDELPH1/tezos-baker-007-PsDELPH1.7.4/opam b/packages/tezos-baker-007-PsDELPH1/tezos-baker-007-PsDELPH1.7.4/opam new file mode 100644 index 000000000..66866f75f --- /dev/null +++ b/packages/tezos-baker-007-PsDELPH1/tezos-baker-007-PsDELPH1.7.4/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-baking-007-PsDELPH1-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/bin_baker/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 007_PsDELPH1 baker binary" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baker-007-PsDELPH1/tezos-baker-007-PsDELPH1.8.0/opam b/packages/tezos-baker-007-PsDELPH1/tezos-baker-007-PsDELPH1.8.0/opam new file mode 100644 index 000000000..19a5e3515 --- /dev/null +++ b/packages/tezos-baker-007-PsDELPH1/tezos-baker-007-PsDELPH1.8.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-baking-007-PsDELPH1-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/bin_baker/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: baker binary" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baker-007-PsDELPH1/tezos-baker-007-PsDELPH1.8.1/opam b/packages/tezos-baker-007-PsDELPH1/tezos-baker-007-PsDELPH1.8.1/opam new file mode 100644 index 000000000..9e5471bc5 --- /dev/null +++ b/packages/tezos-baker-007-PsDELPH1/tezos-baker-007-PsDELPH1.8.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-baking-007-PsDELPH1-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/bin_baker/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: baker binary" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baker-007-PsDELPH1/tezos-baker-007-PsDELPH1.8.2/opam b/packages/tezos-baker-007-PsDELPH1/tezos-baker-007-PsDELPH1.8.2/opam new file mode 100644 index 000000000..54e487a73 --- /dev/null +++ b/packages/tezos-baker-007-PsDELPH1/tezos-baker-007-PsDELPH1.8.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-baking-007-PsDELPH1-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/bin_baker/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: baker binary" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baker-007-PsDELPH1/tezos-baker-007-PsDELPH1.8.3/opam b/packages/tezos-baker-007-PsDELPH1/tezos-baker-007-PsDELPH1.8.3/opam new file mode 100644 index 000000000..808d703e3 --- /dev/null +++ b/packages/tezos-baker-007-PsDELPH1/tezos-baker-007-PsDELPH1.8.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-baking-007-PsDELPH1-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/bin_baker/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: baker binary" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baker-008-PtEdo2Zk/tezos-baker-008-PtEdo2Zk.10.2/opam b/packages/tezos-baker-008-PtEdo2Zk/tezos-baker-008-PtEdo2Zk.10.2/opam new file mode 100644 index 000000000..7861c46c8 --- /dev/null +++ b/packages/tezos-baker-008-PtEdo2Zk/tezos-baker-008-PtEdo2Zk.10.2/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-client-008-PtEdo2Zk" { = version } + "tezos-client-commands" { = version } + "tezos-baking-008-PtEdo2Zk-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/bin_baker/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: baker binary" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baker-008-PtEdo2Zk/tezos-baker-008-PtEdo2Zk.8.2/opam b/packages/tezos-baker-008-PtEdo2Zk/tezos-baker-008-PtEdo2Zk.8.2/opam new file mode 100644 index 000000000..48c27e5af --- /dev/null +++ b/packages/tezos-baker-008-PtEdo2Zk/tezos-baker-008-PtEdo2Zk.8.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-baking-008-PtEdo2Zk-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/bin_baker/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: baker binary" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baker-008-PtEdo2Zk/tezos-baker-008-PtEdo2Zk.8.3/opam b/packages/tezos-baker-008-PtEdo2Zk/tezos-baker-008-PtEdo2Zk.8.3/opam new file mode 100644 index 000000000..85fe3cbbe --- /dev/null +++ b/packages/tezos-baker-008-PtEdo2Zk/tezos-baker-008-PtEdo2Zk.8.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-baking-008-PtEdo2Zk-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/bin_baker/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: baker binary" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baker-008-PtEdo2Zk/tezos-baker-008-PtEdo2Zk.9.0/opam b/packages/tezos-baker-008-PtEdo2Zk/tezos-baker-008-PtEdo2Zk.9.0/opam new file mode 100644 index 000000000..391e7150a --- /dev/null +++ b/packages/tezos-baker-008-PtEdo2Zk/tezos-baker-008-PtEdo2Zk.9.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-baking-008-PtEdo2Zk-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/bin_baker/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: baker binary" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baker-008-PtEdo2Zk/tezos-baker-008-PtEdo2Zk.9.1/opam b/packages/tezos-baker-008-PtEdo2Zk/tezos-baker-008-PtEdo2Zk.9.1/opam new file mode 100644 index 000000000..14c2dd9cf --- /dev/null +++ b/packages/tezos-baker-008-PtEdo2Zk/tezos-baker-008-PtEdo2Zk.9.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-baking-008-PtEdo2Zk-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/bin_baker/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: baker binary" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baker-008-PtEdo2Zk/tezos-baker-008-PtEdo2Zk.9.2/opam b/packages/tezos-baker-008-PtEdo2Zk/tezos-baker-008-PtEdo2Zk.9.2/opam new file mode 100644 index 000000000..ebc8cda82 --- /dev/null +++ b/packages/tezos-baker-008-PtEdo2Zk/tezos-baker-008-PtEdo2Zk.9.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-baking-008-PtEdo2Zk-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/bin_baker/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: baker binary" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baker-008-PtEdo2Zk/tezos-baker-008-PtEdo2Zk.9.3/opam b/packages/tezos-baker-008-PtEdo2Zk/tezos-baker-008-PtEdo2Zk.9.3/opam new file mode 100644 index 000000000..5a121cc66 --- /dev/null +++ b/packages/tezos-baker-008-PtEdo2Zk/tezos-baker-008-PtEdo2Zk.9.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-baking-008-PtEdo2Zk-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/bin_baker/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: baker binary" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baker-008-PtEdo2Zk/tezos-baker-008-PtEdo2Zk.9.4/opam b/packages/tezos-baker-008-PtEdo2Zk/tezos-baker-008-PtEdo2Zk.9.4/opam new file mode 100644 index 000000000..ffb0824aa --- /dev/null +++ b/packages/tezos-baker-008-PtEdo2Zk/tezos-baker-008-PtEdo2Zk.9.4/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-baking-008-PtEdo2Zk-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/bin_baker/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: baker binary" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baker-008-PtEdo2Zk/tezos-baker-008-PtEdo2Zk.9.7/opam b/packages/tezos-baker-008-PtEdo2Zk/tezos-baker-008-PtEdo2Zk.9.7/opam new file mode 100644 index 000000000..4d69fa07b --- /dev/null +++ b/packages/tezos-baker-008-PtEdo2Zk/tezos-baker-008-PtEdo2Zk.9.7/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-baking-008-PtEdo2Zk-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/bin_baker/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: baker binary" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baker-008-PtEdoTez/tezos-baker-008-PtEdoTez.8.0/opam b/packages/tezos-baker-008-PtEdoTez/tezos-baker-008-PtEdoTez.8.0/opam new file mode 100644 index 000000000..9a5363178 --- /dev/null +++ b/packages/tezos-baker-008-PtEdoTez/tezos-baker-008-PtEdoTez.8.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-baking-008-PtEdoTez-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdoTez/bin_baker/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: baker binary" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baker-008-PtEdoTez/tezos-baker-008-PtEdoTez.8.1/opam b/packages/tezos-baker-008-PtEdoTez/tezos-baker-008-PtEdoTez.8.1/opam new file mode 100644 index 000000000..ab68f8e4c --- /dev/null +++ b/packages/tezos-baker-008-PtEdoTez/tezos-baker-008-PtEdoTez.8.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-baking-008-PtEdoTez-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdoTez/bin_baker/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: baker binary" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baker-009-PsFLoren/tezos-baker-009-PsFLoren.10.2/opam b/packages/tezos-baker-009-PsFLoren/tezos-baker-009-PsFLoren.10.2/opam new file mode 100644 index 000000000..8393faad4 --- /dev/null +++ b/packages/tezos-baker-009-PsFLoren/tezos-baker-009-PsFLoren.10.2/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-client-009-PsFLoren" { = version } + "tezos-client-commands" { = version } + "tezos-baking-009-PsFLoren-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/bin_baker/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: baker binary" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baker-009-PsFLoren/tezos-baker-009-PsFLoren.9.0/opam b/packages/tezos-baker-009-PsFLoren/tezos-baker-009-PsFLoren.9.0/opam new file mode 100644 index 000000000..0d3052bc9 --- /dev/null +++ b/packages/tezos-baker-009-PsFLoren/tezos-baker-009-PsFLoren.9.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-baking-009-PsFLoren-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/bin_baker/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: baker binary" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baker-009-PsFLoren/tezos-baker-009-PsFLoren.9.1/opam b/packages/tezos-baker-009-PsFLoren/tezos-baker-009-PsFLoren.9.1/opam new file mode 100644 index 000000000..cd4515695 --- /dev/null +++ b/packages/tezos-baker-009-PsFLoren/tezos-baker-009-PsFLoren.9.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-baking-009-PsFLoren-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/bin_baker/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: baker binary" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baker-009-PsFLoren/tezos-baker-009-PsFLoren.9.2/opam b/packages/tezos-baker-009-PsFLoren/tezos-baker-009-PsFLoren.9.2/opam new file mode 100644 index 000000000..5cbcaaeb8 --- /dev/null +++ b/packages/tezos-baker-009-PsFLoren/tezos-baker-009-PsFLoren.9.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-baking-009-PsFLoren-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/bin_baker/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: baker binary" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baker-009-PsFLoren/tezos-baker-009-PsFLoren.9.3/opam b/packages/tezos-baker-009-PsFLoren/tezos-baker-009-PsFLoren.9.3/opam new file mode 100644 index 000000000..9f5dda19b --- /dev/null +++ b/packages/tezos-baker-009-PsFLoren/tezos-baker-009-PsFLoren.9.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-baking-009-PsFLoren-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/bin_baker/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: baker binary" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baker-009-PsFLoren/tezos-baker-009-PsFLoren.9.4/opam b/packages/tezos-baker-009-PsFLoren/tezos-baker-009-PsFLoren.9.4/opam new file mode 100644 index 000000000..161194f07 --- /dev/null +++ b/packages/tezos-baker-009-PsFLoren/tezos-baker-009-PsFLoren.9.4/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-baking-009-PsFLoren-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/bin_baker/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: baker binary" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baker-009-PsFLoren/tezos-baker-009-PsFLoren.9.7/opam b/packages/tezos-baker-009-PsFLoren/tezos-baker-009-PsFLoren.9.7/opam new file mode 100644 index 000000000..2aa8b4948 --- /dev/null +++ b/packages/tezos-baker-009-PsFLoren/tezos-baker-009-PsFLoren.9.7/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-baking-009-PsFLoren-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/bin_baker/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: baker binary" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baker-010-PtGRANAD/tezos-baker-010-PtGRANAD.10.2/opam b/packages/tezos-baker-010-PtGRANAD/tezos-baker-010-PtGRANAD.10.2/opam new file mode 100644 index 000000000..451a12248 --- /dev/null +++ b/packages/tezos-baker-010-PtGRANAD/tezos-baker-010-PtGRANAD.10.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-baking-010-PtGRANAD-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/bin_baker/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: baker binary" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baker-010-PtGRANAD/tezos-baker-010-PtGRANAD.11.0/opam b/packages/tezos-baker-010-PtGRANAD/tezos-baker-010-PtGRANAD.11.0/opam new file mode 100644 index 000000000..5688affeb --- /dev/null +++ b/packages/tezos-baker-010-PtGRANAD/tezos-baker-010-PtGRANAD.11.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-baking-010-PtGRANAD-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/bin_baker/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: baker binary" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baker-010-PtGRANAD/tezos-baker-010-PtGRANAD.9.2/opam b/packages/tezos-baker-010-PtGRANAD/tezos-baker-010-PtGRANAD.9.2/opam new file mode 100644 index 000000000..9e043add4 --- /dev/null +++ b/packages/tezos-baker-010-PtGRANAD/tezos-baker-010-PtGRANAD.9.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-baking-010-PtGRANAD-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/bin_baker/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: baker binary" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baker-010-PtGRANAD/tezos-baker-010-PtGRANAD.9.3/opam b/packages/tezos-baker-010-PtGRANAD/tezos-baker-010-PtGRANAD.9.3/opam new file mode 100644 index 000000000..07695cb9b --- /dev/null +++ b/packages/tezos-baker-010-PtGRANAD/tezos-baker-010-PtGRANAD.9.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-baking-010-PtGRANAD-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/bin_baker/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: baker binary" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baker-010-PtGRANAD/tezos-baker-010-PtGRANAD.9.4/opam b/packages/tezos-baker-010-PtGRANAD/tezos-baker-010-PtGRANAD.9.4/opam new file mode 100644 index 000000000..2cb6ee239 --- /dev/null +++ b/packages/tezos-baker-010-PtGRANAD/tezos-baker-010-PtGRANAD.9.4/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-baking-010-PtGRANAD-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/bin_baker/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: baker binary" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baker-010-PtGRANAD/tezos-baker-010-PtGRANAD.9.7/opam b/packages/tezos-baker-010-PtGRANAD/tezos-baker-010-PtGRANAD.9.7/opam new file mode 100644 index 000000000..ca8184c20 --- /dev/null +++ b/packages/tezos-baker-010-PtGRANAD/tezos-baker-010-PtGRANAD.9.7/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-baking-010-PtGRANAD-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/bin_baker/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: baker binary" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baker-011-PtHangz2/tezos-baker-011-PtHangz2.11.0/opam b/packages/tezos-baker-011-PtHangz2/tezos-baker-011-PtHangz2.11.0/opam new file mode 100644 index 000000000..55c8da9ba --- /dev/null +++ b/packages/tezos-baker-011-PtHangz2/tezos-baker-011-PtHangz2.11.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-baking-011-PtHangz2-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_011_PtHangz2/bin_baker/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: baker binary" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baker-011-PtHangz2/tezos-baker-011-PtHangz2.11.1/opam b/packages/tezos-baker-011-PtHangz2/tezos-baker-011-PtHangz2.11.1/opam new file mode 100644 index 000000000..14cbf0fa9 --- /dev/null +++ b/packages/tezos-baker-011-PtHangz2/tezos-baker-011-PtHangz2.11.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-baking-011-PtHangz2-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_011_PtHangz2/bin_baker/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: baker binary" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baker-011-PtHangz2/tezos-baker-011-PtHangz2.12.0/opam b/packages/tezos-baker-011-PtHangz2/tezos-baker-011-PtHangz2.12.0/opam new file mode 100644 index 000000000..72f129aa8 --- /dev/null +++ b/packages/tezos-baker-011-PtHangz2/tezos-baker-011-PtHangz2.12.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-baking-011-PtHangz2-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_011_PtHangz2/bin_baker/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: baker binary" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baker-011-PtHangz2/tezos-baker-011-PtHangz2.12.3/opam b/packages/tezos-baker-011-PtHangz2/tezos-baker-011-PtHangz2.12.3/opam new file mode 100644 index 000000000..08034a6ed --- /dev/null +++ b/packages/tezos-baker-011-PtHangz2/tezos-baker-011-PtHangz2.12.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-baking-011-PtHangz2-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_011_PtHangz2/bin_baker/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: baker binary" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baker-012-Psithaca/tezos-baker-012-Psithaca.12.0/opam b/packages/tezos-baker-012-Psithaca/tezos-baker-012-Psithaca.12.0/opam new file mode 100644 index 000000000..abe1ffa01 --- /dev/null +++ b/packages/tezos-baker-012-Psithaca/tezos-baker-012-Psithaca.12.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-baking-012-Psithaca-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_012_Psithaca/bin_baker/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: baker binary" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baker-012-Psithaca/tezos-baker-012-Psithaca.12.3/opam b/packages/tezos-baker-012-Psithaca/tezos-baker-012-Psithaca.12.3/opam new file mode 100644 index 000000000..b07e4d429 --- /dev/null +++ b/packages/tezos-baker-012-Psithaca/tezos-baker-012-Psithaca.12.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-baking-012-Psithaca-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_012_Psithaca/bin_baker/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: baker binary" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baker-012-Psithaca/tezos-baker-012-Psithaca.13.0/opam b/packages/tezos-baker-012-Psithaca/tezos-baker-012-Psithaca.13.0/opam new file mode 100644 index 000000000..2b25b800b --- /dev/null +++ b/packages/tezos-baker-012-Psithaca/tezos-baker-012-Psithaca.13.0/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-012-Psithaca" { = version } + "tezos-client-012-Psithaca" { = version } + "tezos-client-commands" { = version } + "tezos-baking-012-Psithaca-commands" { = version } + "tezos-stdlib-unix" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_012_Psithaca/bin_baker/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: baker binary" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baker-012-Psithaca/tezos-baker-012-Psithaca.14.0/opam b/packages/tezos-baker-012-Psithaca/tezos-baker-012-Psithaca.14.0/opam new file mode 100644 index 000000000..b35ff8ae1 --- /dev/null +++ b/packages/tezos-baker-012-Psithaca/tezos-baker-012-Psithaca.14.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-012-Psithaca" { = version } + "tezos-client-012-Psithaca" { = version } + "tezos-client-commands" { = version } + "tezos-baking-012-Psithaca-commands" { = version } + "tezos-stdlib-unix" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: baker binary" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baker-013-PtJakart/tezos-baker-013-PtJakart.13.0/opam b/packages/tezos-baker-013-PtJakart/tezos-baker-013-PtJakart.13.0/opam new file mode 100644 index 000000000..21f08d4ce --- /dev/null +++ b/packages/tezos-baker-013-PtJakart/tezos-baker-013-PtJakart.13.0/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-013-PtJakart" { = version } + "tezos-client-013-PtJakart" { = version } + "tezos-client-commands" { = version } + "tezos-baking-013-PtJakart-commands" { = version } + "tezos-stdlib-unix" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_013_PtJakart/bin_baker/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: baker binary" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baker-013-PtJakart/tezos-baker-013-PtJakart.14.0/opam b/packages/tezos-baker-013-PtJakart/tezos-baker-013-PtJakart.14.0/opam new file mode 100644 index 000000000..9f78db28b --- /dev/null +++ b/packages/tezos-baker-013-PtJakart/tezos-baker-013-PtJakart.14.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-013-PtJakart" { = version } + "tezos-client-013-PtJakart" { = version } + "tezos-client-commands" { = version } + "tezos-baking-013-PtJakart-commands" { = version } + "tezos-stdlib-unix" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: baker binary" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baker-014-PtKathma/tezos-baker-014-PtKathma.14.0/opam b/packages/tezos-baker-014-PtKathma/tezos-baker-014-PtKathma.14.0/opam new file mode 100644 index 000000000..76492430c --- /dev/null +++ b/packages/tezos-baker-014-PtKathma/tezos-baker-014-PtKathma.14.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-014-PtKathma" { = version } + "tezos-client-014-PtKathma" { = version } + "tezos-client-commands" { = version } + "tezos-baking-014-PtKathma-commands" { = version } + "tezos-stdlib-unix" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: baker binary" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baker-alpha/tezos-baker-alpha.10.2/opam b/packages/tezos-baker-alpha/tezos-baker-alpha.10.2/opam new file mode 100644 index 000000000..195f4b2c8 --- /dev/null +++ b/packages/tezos-baker-alpha/tezos-baker-alpha.10.2/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-client-alpha" { = version } + "tezos-client-commands" { = version } + "tezos-baking-alpha-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/bin_baker/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: baker binary" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baker-alpha/tezos-baker-alpha.11.0/opam b/packages/tezos-baker-alpha/tezos-baker-alpha.11.0/opam new file mode 100644 index 000000000..29a894e44 --- /dev/null +++ b/packages/tezos-baker-alpha/tezos-baker-alpha.11.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-baking-alpha-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/bin_baker/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: baker binary" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baker-alpha/tezos-baker-alpha.11.1/opam b/packages/tezos-baker-alpha/tezos-baker-alpha.11.1/opam new file mode 100644 index 000000000..c5ff37b1f --- /dev/null +++ b/packages/tezos-baker-alpha/tezos-baker-alpha.11.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-baking-alpha-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/bin_baker/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: baker binary" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baker-alpha/tezos-baker-alpha.12.0/opam b/packages/tezos-baker-alpha/tezos-baker-alpha.12.0/opam new file mode 100644 index 000000000..bb9c64749 --- /dev/null +++ b/packages/tezos-baker-alpha/tezos-baker-alpha.12.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-baking-alpha-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/bin_baker/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: baker binary" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baker-alpha/tezos-baker-alpha.12.3/opam b/packages/tezos-baker-alpha/tezos-baker-alpha.12.3/opam new file mode 100644 index 000000000..a2b3113a0 --- /dev/null +++ b/packages/tezos-baker-alpha/tezos-baker-alpha.12.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-baking-alpha-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/bin_baker/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: baker binary" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baker-alpha/tezos-baker-alpha.13.0/opam b/packages/tezos-baker-alpha/tezos-baker-alpha.13.0/opam new file mode 100644 index 000000000..37a5722aa --- /dev/null +++ b/packages/tezos-baker-alpha/tezos-baker-alpha.13.0/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-alpha" { = version } + "tezos-client-alpha" { = version } + "tezos-client-commands" { = version } + "tezos-baking-alpha-commands" { = version } + "tezos-stdlib-unix" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/bin_baker/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: baker binary" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baker-alpha/tezos-baker-alpha.14.0/opam b/packages/tezos-baker-alpha/tezos-baker-alpha.14.0/opam new file mode 100644 index 000000000..5423ba163 --- /dev/null +++ b/packages/tezos-baker-alpha/tezos-baker-alpha.14.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-alpha" { = version } + "tezos-client-alpha" { = version } + "tezos-client-commands" { = version } + "tezos-baking-alpha-commands" { = version } + "tezos-stdlib-unix" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: baker binary" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-006-PsCARTHA-commands/tezos-baking-006-PsCARTHA-commands.7.0/opam b/packages/tezos-baking-006-PsCARTHA-commands/tezos-baking-006-PsCARTHA-commands.7.0/opam new file mode 100644 index 000000000..ec9830719 --- /dev/null +++ b/packages/tezos-baking-006-PsCARTHA-commands/tezos-baking-006-PsCARTHA-commands.7.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-baking-006-PsCARTHA" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for baking" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.0.tar.bz2" + checksum: [ + "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91" + "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-006-PsCARTHA-commands/tezos-baking-006-PsCARTHA-commands.7.1/opam b/packages/tezos-baking-006-PsCARTHA-commands/tezos-baking-006-PsCARTHA-commands.7.1/opam new file mode 100644 index 000000000..69e817f87 --- /dev/null +++ b/packages/tezos-baking-006-PsCARTHA-commands/tezos-baking-006-PsCARTHA-commands.7.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-baking-006-PsCARTHA" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for baking" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.1.tar.bz2" + checksum: [ + "sha256=3675d856c4b818da7f5de0b85b86a48d3883f1210cfef28ef3233a047e74bed6" + "sha512=d6abdef9a6643b2ffe8141ecc625dcc2a939131e2e5cc158c74aba8c403bd4072b7fc403ccfa6d766696604ad112495dd9db1ece8a3ae5a4693071dfdffcbda5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-006-PsCARTHA-commands/tezos-baking-006-PsCARTHA-commands.7.2/opam b/packages/tezos-baking-006-PsCARTHA-commands/tezos-baking-006-PsCARTHA-commands.7.2/opam new file mode 100644 index 000000000..9d4be9ebe --- /dev/null +++ b/packages/tezos-baking-006-PsCARTHA-commands/tezos-baking-006-PsCARTHA-commands.7.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-baking-006-PsCARTHA" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for baking" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.2.tar.bz2" + checksum: [ + "sha256=abb52ad63345943d20f3edc4c3507474af94c001c8bf58138f47341942036cec" + "sha512=c823ca801cbc4005f5fc6ea5236d93569410c034da3ed32939ef64a0f2c19a34444fac12e13c72e5a1e15a401b655e58ffdbbb66ce0516e5968f621677b96117" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-006-PsCARTHA-commands/tezos-baking-006-PsCARTHA-commands.7.3/opam b/packages/tezos-baking-006-PsCARTHA-commands/tezos-baking-006-PsCARTHA-commands.7.3/opam new file mode 100644 index 000000000..539bfb522 --- /dev/null +++ b/packages/tezos-baking-006-PsCARTHA-commands/tezos-baking-006-PsCARTHA-commands.7.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-baking-006-PsCARTHA" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for baking" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.3.tar.bz2" + checksum: [ + "sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" + "sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-006-PsCARTHA-commands/tezos-baking-006-PsCARTHA-commands.7.4/opam b/packages/tezos-baking-006-PsCARTHA-commands/tezos-baking-006-PsCARTHA-commands.7.4/opam new file mode 100644 index 000000000..80af87d78 --- /dev/null +++ b/packages/tezos-baking-006-PsCARTHA-commands/tezos-baking-006-PsCARTHA-commands.7.4/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-baking-006-PsCARTHA" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for baking" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-006-PsCARTHA/tezos-baking-006-PsCARTHA.7.0/opam b/packages/tezos-baking-006-PsCARTHA/tezos-baking-006-PsCARTHA.7.0/opam new file mode 100644 index 000000000..919d0a090 --- /dev/null +++ b/packages/tezos-baking-006-PsCARTHA/tezos-baking-006-PsCARTHA.7.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-shell-context" { = version } + "tezos-client-commands" { = version } + "tezos-client-006-PsCARTHA" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: base library for `tezos-baker/endorser/accuser`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.0.tar.bz2" + checksum: [ + "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91" + "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-006-PsCARTHA/tezos-baking-006-PsCARTHA.7.1/opam b/packages/tezos-baking-006-PsCARTHA/tezos-baking-006-PsCARTHA.7.1/opam new file mode 100644 index 000000000..0630c670f --- /dev/null +++ b/packages/tezos-baking-006-PsCARTHA/tezos-baking-006-PsCARTHA.7.1/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-shell-context" { = version } + "tezos-client-commands" { = version } + "tezos-client-006-PsCARTHA" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: base library for `tezos-baker/endorser/accuser`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.1.tar.bz2" + checksum: [ + "sha256=3675d856c4b818da7f5de0b85b86a48d3883f1210cfef28ef3233a047e74bed6" + "sha512=d6abdef9a6643b2ffe8141ecc625dcc2a939131e2e5cc158c74aba8c403bd4072b7fc403ccfa6d766696604ad112495dd9db1ece8a3ae5a4693071dfdffcbda5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-006-PsCARTHA/tezos-baking-006-PsCARTHA.7.2/opam b/packages/tezos-baking-006-PsCARTHA/tezos-baking-006-PsCARTHA.7.2/opam new file mode 100644 index 000000000..a8bcdf46a --- /dev/null +++ b/packages/tezos-baking-006-PsCARTHA/tezos-baking-006-PsCARTHA.7.2/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-shell-context" { = version } + "tezos-client-commands" { = version } + "tezos-client-006-PsCARTHA" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: base library for `tezos-baker/endorser/accuser`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.2.tar.bz2" + checksum: [ + "sha256=abb52ad63345943d20f3edc4c3507474af94c001c8bf58138f47341942036cec" + "sha512=c823ca801cbc4005f5fc6ea5236d93569410c034da3ed32939ef64a0f2c19a34444fac12e13c72e5a1e15a401b655e58ffdbbb66ce0516e5968f621677b96117" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-006-PsCARTHA/tezos-baking-006-PsCARTHA.7.3/opam b/packages/tezos-baking-006-PsCARTHA/tezos-baking-006-PsCARTHA.7.3/opam new file mode 100644 index 000000000..0df896422 --- /dev/null +++ b/packages/tezos-baking-006-PsCARTHA/tezos-baking-006-PsCARTHA.7.3/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-shell-context" { = version } + "tezos-client-commands" { = version } + "tezos-client-006-PsCARTHA" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: base library for `tezos-baker/endorser/accuser`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.3.tar.bz2" + checksum: [ + "sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" + "sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-006-PsCARTHA/tezos-baking-006-PsCARTHA.7.4/opam b/packages/tezos-baking-006-PsCARTHA/tezos-baking-006-PsCARTHA.7.4/opam new file mode 100644 index 000000000..d04fbe627 --- /dev/null +++ b/packages/tezos-baking-006-PsCARTHA/tezos-baking-006-PsCARTHA.7.4/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-shell-context" { = version } + "tezos-client-commands" { = version } + "tezos-client-006-PsCARTHA" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: base library for `tezos-baker/endorser/accuser`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-007-PsDELPH1-commands/tezos-baking-007-PsDELPH1-commands.7.4/opam b/packages/tezos-baking-007-PsDELPH1-commands/tezos-baking-007-PsDELPH1-commands.7.4/opam new file mode 100644 index 000000000..c4bb18e7e --- /dev/null +++ b/packages/tezos-baking-007-PsDELPH1-commands/tezos-baking-007-PsDELPH1-commands.7.4/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-baking-007-PsDELPH1" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for baking" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-007-PsDELPH1-commands/tezos-baking-007-PsDELPH1-commands.8.0/opam b/packages/tezos-baking-007-PsDELPH1-commands/tezos-baking-007-PsDELPH1-commands.8.0/opam new file mode 100644 index 000000000..1746be33e --- /dev/null +++ b/packages/tezos-baking-007-PsDELPH1-commands/tezos-baking-007-PsDELPH1-commands.8.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-baking-007-PsDELPH1" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for baking" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-007-PsDELPH1-commands/tezos-baking-007-PsDELPH1-commands.8.1/opam b/packages/tezos-baking-007-PsDELPH1-commands/tezos-baking-007-PsDELPH1-commands.8.1/opam new file mode 100644 index 000000000..d6c253ec0 --- /dev/null +++ b/packages/tezos-baking-007-PsDELPH1-commands/tezos-baking-007-PsDELPH1-commands.8.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-baking-007-PsDELPH1" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for baking" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-007-PsDELPH1-commands/tezos-baking-007-PsDELPH1-commands.8.2/opam b/packages/tezos-baking-007-PsDELPH1-commands/tezos-baking-007-PsDELPH1-commands.8.2/opam new file mode 100644 index 000000000..189f36e53 --- /dev/null +++ b/packages/tezos-baking-007-PsDELPH1-commands/tezos-baking-007-PsDELPH1-commands.8.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-baking-007-PsDELPH1" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for baking" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-007-PsDELPH1-commands/tezos-baking-007-PsDELPH1-commands.8.3/opam b/packages/tezos-baking-007-PsDELPH1-commands/tezos-baking-007-PsDELPH1-commands.8.3/opam new file mode 100644 index 000000000..8b29dcd10 --- /dev/null +++ b/packages/tezos-baking-007-PsDELPH1-commands/tezos-baking-007-PsDELPH1-commands.8.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-baking-007-PsDELPH1" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for baking" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-007-PsDELPH1/tezos-baking-007-PsDELPH1.7.4/opam b/packages/tezos-baking-007-PsDELPH1/tezos-baking-007-PsDELPH1.7.4/opam new file mode 100644 index 000000000..2b877ace3 --- /dev/null +++ b/packages/tezos-baking-007-PsDELPH1/tezos-baking-007-PsDELPH1.7.4/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-shell-context" { = version } + "tezos-client-commands" { = version } + "tezos-client-007-PsDELPH1" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: base library for `tezos-baker/endorser/accuser`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-007-PsDELPH1/tezos-baking-007-PsDELPH1.8.0/opam b/packages/tezos-baking-007-PsDELPH1/tezos-baking-007-PsDELPH1.8.0/opam new file mode 100644 index 000000000..164ce547f --- /dev/null +++ b/packages/tezos-baking-007-PsDELPH1/tezos-baking-007-PsDELPH1.8.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-shell-context" { = version } + "tezos-client-commands" { = version } + "tezos-client-007-PsDELPH1" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: base library for `tezos-baker/endorser/accuser`" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-007-PsDELPH1/tezos-baking-007-PsDELPH1.8.1/opam b/packages/tezos-baking-007-PsDELPH1/tezos-baking-007-PsDELPH1.8.1/opam new file mode 100644 index 000000000..f58dcc1ef --- /dev/null +++ b/packages/tezos-baking-007-PsDELPH1/tezos-baking-007-PsDELPH1.8.1/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-shell-context" { = version } + "tezos-client-commands" { = version } + "tezos-client-007-PsDELPH1" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: base library for `tezos-baker/endorser/accuser`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-007-PsDELPH1/tezos-baking-007-PsDELPH1.8.2/opam b/packages/tezos-baking-007-PsDELPH1/tezos-baking-007-PsDELPH1.8.2/opam new file mode 100644 index 000000000..29694d445 --- /dev/null +++ b/packages/tezos-baking-007-PsDELPH1/tezos-baking-007-PsDELPH1.8.2/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-shell-context" { = version } + "tezos-client-commands" { = version } + "tezos-client-007-PsDELPH1" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: base library for `tezos-baker/endorser/accuser`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-007-PsDELPH1/tezos-baking-007-PsDELPH1.8.3/opam b/packages/tezos-baking-007-PsDELPH1/tezos-baking-007-PsDELPH1.8.3/opam new file mode 100644 index 000000000..713f910dc --- /dev/null +++ b/packages/tezos-baking-007-PsDELPH1/tezos-baking-007-PsDELPH1.8.3/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-shell-context" { = version } + "tezos-client-commands" { = version } + "tezos-client-007-PsDELPH1" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: base library for `tezos-baker/endorser/accuser`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-008-PtEdo2Zk-commands/tezos-baking-008-PtEdo2Zk-commands.10.2/opam b/packages/tezos-baking-008-PtEdo2Zk-commands/tezos-baking-008-PtEdo2Zk-commands.10.2/opam new file mode 100644 index 000000000..4a57b7f21 --- /dev/null +++ b/packages/tezos-baking-008-PtEdo2Zk-commands/tezos-baking-008-PtEdo2Zk-commands.10.2/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-baking-008-PtEdo2Zk" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for baking" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-008-PtEdo2Zk-commands/tezos-baking-008-PtEdo2Zk-commands.8.2/opam b/packages/tezos-baking-008-PtEdo2Zk-commands/tezos-baking-008-PtEdo2Zk-commands.8.2/opam new file mode 100644 index 000000000..ba8c2db27 --- /dev/null +++ b/packages/tezos-baking-008-PtEdo2Zk-commands/tezos-baking-008-PtEdo2Zk-commands.8.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-baking-008-PtEdo2Zk" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for baking" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-008-PtEdo2Zk-commands/tezos-baking-008-PtEdo2Zk-commands.8.3/opam b/packages/tezos-baking-008-PtEdo2Zk-commands/tezos-baking-008-PtEdo2Zk-commands.8.3/opam new file mode 100644 index 000000000..06bbeb40e --- /dev/null +++ b/packages/tezos-baking-008-PtEdo2Zk-commands/tezos-baking-008-PtEdo2Zk-commands.8.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-baking-008-PtEdo2Zk" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for baking" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-008-PtEdo2Zk-commands/tezos-baking-008-PtEdo2Zk-commands.9.0/opam b/packages/tezos-baking-008-PtEdo2Zk-commands/tezos-baking-008-PtEdo2Zk-commands.9.0/opam new file mode 100644 index 000000000..866059d08 --- /dev/null +++ b/packages/tezos-baking-008-PtEdo2Zk-commands/tezos-baking-008-PtEdo2Zk-commands.9.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-baking-008-PtEdo2Zk" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for baking" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-008-PtEdo2Zk-commands/tezos-baking-008-PtEdo2Zk-commands.9.1/opam b/packages/tezos-baking-008-PtEdo2Zk-commands/tezos-baking-008-PtEdo2Zk-commands.9.1/opam new file mode 100644 index 000000000..44ac9d5f8 --- /dev/null +++ b/packages/tezos-baking-008-PtEdo2Zk-commands/tezos-baking-008-PtEdo2Zk-commands.9.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-baking-008-PtEdo2Zk" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for baking" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-008-PtEdo2Zk-commands/tezos-baking-008-PtEdo2Zk-commands.9.2/opam b/packages/tezos-baking-008-PtEdo2Zk-commands/tezos-baking-008-PtEdo2Zk-commands.9.2/opam new file mode 100644 index 000000000..44386afc3 --- /dev/null +++ b/packages/tezos-baking-008-PtEdo2Zk-commands/tezos-baking-008-PtEdo2Zk-commands.9.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-baking-008-PtEdo2Zk" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for baking" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-008-PtEdo2Zk-commands/tezos-baking-008-PtEdo2Zk-commands.9.3/opam b/packages/tezos-baking-008-PtEdo2Zk-commands/tezos-baking-008-PtEdo2Zk-commands.9.3/opam new file mode 100644 index 000000000..2031f9f4f --- /dev/null +++ b/packages/tezos-baking-008-PtEdo2Zk-commands/tezos-baking-008-PtEdo2Zk-commands.9.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-baking-008-PtEdo2Zk" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for baking" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-008-PtEdo2Zk-commands/tezos-baking-008-PtEdo2Zk-commands.9.4/opam b/packages/tezos-baking-008-PtEdo2Zk-commands/tezos-baking-008-PtEdo2Zk-commands.9.4/opam new file mode 100644 index 000000000..2a0e13f06 --- /dev/null +++ b/packages/tezos-baking-008-PtEdo2Zk-commands/tezos-baking-008-PtEdo2Zk-commands.9.4/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-baking-008-PtEdo2Zk" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for baking" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-008-PtEdo2Zk-commands/tezos-baking-008-PtEdo2Zk-commands.9.7/opam b/packages/tezos-baking-008-PtEdo2Zk-commands/tezos-baking-008-PtEdo2Zk-commands.9.7/opam new file mode 100644 index 000000000..a2b51d792 --- /dev/null +++ b/packages/tezos-baking-008-PtEdo2Zk-commands/tezos-baking-008-PtEdo2Zk-commands.9.7/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-baking-008-PtEdo2Zk" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for baking" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-008-PtEdo2Zk/tezos-baking-008-PtEdo2Zk.10.2/opam b/packages/tezos-baking-008-PtEdo2Zk/tezos-baking-008-PtEdo2Zk.10.2/opam new file mode 100644 index 000000000..f5ec94e7c --- /dev/null +++ b/packages/tezos-baking-008-PtEdo2Zk/tezos-baking-008-PtEdo2Zk.10.2/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-shell-context" { = version } + "tezos-client-commands" { = version } + "tezos-client-008-PtEdo2Zk" { = version } + "lwt-exit" {= "1.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: base library for `tezos-baker/endorser/accuser`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-008-PtEdo2Zk/tezos-baking-008-PtEdo2Zk.8.2/opam b/packages/tezos-baking-008-PtEdo2Zk/tezos-baking-008-PtEdo2Zk.8.2/opam new file mode 100644 index 000000000..21ae881d7 --- /dev/null +++ b/packages/tezos-baking-008-PtEdo2Zk/tezos-baking-008-PtEdo2Zk.8.2/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-shell-context" { = version } + "tezos-client-commands" { = version } + "tezos-client-008-PtEdo2Zk" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: base library for `tezos-baker/endorser/accuser`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-008-PtEdo2Zk/tezos-baking-008-PtEdo2Zk.8.3/opam b/packages/tezos-baking-008-PtEdo2Zk/tezos-baking-008-PtEdo2Zk.8.3/opam new file mode 100644 index 000000000..fe79b18eb --- /dev/null +++ b/packages/tezos-baking-008-PtEdo2Zk/tezos-baking-008-PtEdo2Zk.8.3/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-shell-context" { = version } + "tezos-client-commands" { = version } + "tezos-client-008-PtEdo2Zk" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: base library for `tezos-baker/endorser/accuser`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-008-PtEdo2Zk/tezos-baking-008-PtEdo2Zk.9.0/opam b/packages/tezos-baking-008-PtEdo2Zk/tezos-baking-008-PtEdo2Zk.9.0/opam new file mode 100644 index 000000000..9d4d1d3b0 --- /dev/null +++ b/packages/tezos-baking-008-PtEdo2Zk/tezos-baking-008-PtEdo2Zk.9.0/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-shell-context" { = version } + "tezos-client-commands" { = version } + "tezos-client-008-PtEdo2Zk" { = version } + "lwt-exit" {= "1.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: base library for `tezos-baker/endorser/accuser`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-008-PtEdo2Zk/tezos-baking-008-PtEdo2Zk.9.1/opam b/packages/tezos-baking-008-PtEdo2Zk/tezos-baking-008-PtEdo2Zk.9.1/opam new file mode 100644 index 000000000..33a0f58f0 --- /dev/null +++ b/packages/tezos-baking-008-PtEdo2Zk/tezos-baking-008-PtEdo2Zk.9.1/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-shell-context" { = version } + "tezos-client-commands" { = version } + "tezos-client-008-PtEdo2Zk" { = version } + "lwt-exit" {= "1.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: base library for `tezos-baker/endorser/accuser`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-008-PtEdo2Zk/tezos-baking-008-PtEdo2Zk.9.2/opam b/packages/tezos-baking-008-PtEdo2Zk/tezos-baking-008-PtEdo2Zk.9.2/opam new file mode 100644 index 000000000..976b10436 --- /dev/null +++ b/packages/tezos-baking-008-PtEdo2Zk/tezos-baking-008-PtEdo2Zk.9.2/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-shell-context" { = version } + "tezos-client-commands" { = version } + "tezos-client-008-PtEdo2Zk" { = version } + "lwt-exit" {= "1.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: base library for `tezos-baker/endorser/accuser`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-008-PtEdo2Zk/tezos-baking-008-PtEdo2Zk.9.3/opam b/packages/tezos-baking-008-PtEdo2Zk/tezos-baking-008-PtEdo2Zk.9.3/opam new file mode 100644 index 000000000..383c256fd --- /dev/null +++ b/packages/tezos-baking-008-PtEdo2Zk/tezos-baking-008-PtEdo2Zk.9.3/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-shell-context" { = version } + "tezos-client-commands" { = version } + "tezos-client-008-PtEdo2Zk" { = version } + "lwt-exit" {= "1.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: base library for `tezos-baker/endorser/accuser`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-008-PtEdo2Zk/tezos-baking-008-PtEdo2Zk.9.4/opam b/packages/tezos-baking-008-PtEdo2Zk/tezos-baking-008-PtEdo2Zk.9.4/opam new file mode 100644 index 000000000..076a86c73 --- /dev/null +++ b/packages/tezos-baking-008-PtEdo2Zk/tezos-baking-008-PtEdo2Zk.9.4/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-shell-context" { = version } + "tezos-client-commands" { = version } + "tezos-client-008-PtEdo2Zk" { = version } + "lwt-exit" {= "1.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: base library for `tezos-baker/endorser/accuser`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-008-PtEdo2Zk/tezos-baking-008-PtEdo2Zk.9.7/opam b/packages/tezos-baking-008-PtEdo2Zk/tezos-baking-008-PtEdo2Zk.9.7/opam new file mode 100644 index 000000000..06d1299b8 --- /dev/null +++ b/packages/tezos-baking-008-PtEdo2Zk/tezos-baking-008-PtEdo2Zk.9.7/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-shell-context" { = version } + "tezos-client-commands" { = version } + "tezos-client-008-PtEdo2Zk" { = version } + "lwt-exit" {= "1.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: base library for `tezos-baker/endorser/accuser`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-008-PtEdoTez-commands/tezos-baking-008-PtEdoTez-commands.8.0/opam b/packages/tezos-baking-008-PtEdoTez-commands/tezos-baking-008-PtEdoTez-commands.8.0/opam new file mode 100644 index 000000000..b2e85804c --- /dev/null +++ b/packages/tezos-baking-008-PtEdoTez-commands/tezos-baking-008-PtEdoTez-commands.8.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-baking-008-PtEdoTez" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdoTez/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for baking" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-008-PtEdoTez-commands/tezos-baking-008-PtEdoTez-commands.8.1/opam b/packages/tezos-baking-008-PtEdoTez-commands/tezos-baking-008-PtEdoTez-commands.8.1/opam new file mode 100644 index 000000000..156b09ea1 --- /dev/null +++ b/packages/tezos-baking-008-PtEdoTez-commands/tezos-baking-008-PtEdoTez-commands.8.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-baking-008-PtEdoTez" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdoTez/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for baking" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-008-PtEdoTez/tezos-baking-008-PtEdoTez.8.0/opam b/packages/tezos-baking-008-PtEdoTez/tezos-baking-008-PtEdoTez.8.0/opam new file mode 100644 index 000000000..c3fa1f7a4 --- /dev/null +++ b/packages/tezos-baking-008-PtEdoTez/tezos-baking-008-PtEdoTez.8.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-shell-context" { = version } + "tezos-client-commands" { = version } + "tezos-client-008-PtEdoTez" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdoTez/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: base library for `tezos-baker/endorser/accuser`" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-008-PtEdoTez/tezos-baking-008-PtEdoTez.8.1/opam b/packages/tezos-baking-008-PtEdoTez/tezos-baking-008-PtEdoTez.8.1/opam new file mode 100644 index 000000000..01c9db1c9 --- /dev/null +++ b/packages/tezos-baking-008-PtEdoTez/tezos-baking-008-PtEdoTez.8.1/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-shell-context" { = version } + "tezos-client-commands" { = version } + "tezos-client-008-PtEdoTez" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdoTez/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: base library for `tezos-baker/endorser/accuser`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-009-PsFLoren-commands/tezos-baking-009-PsFLoren-commands.10.2/opam b/packages/tezos-baking-009-PsFLoren-commands/tezos-baking-009-PsFLoren-commands.10.2/opam new file mode 100644 index 000000000..398d2a820 --- /dev/null +++ b/packages/tezos-baking-009-PsFLoren-commands/tezos-baking-009-PsFLoren-commands.10.2/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-baking-009-PsFLoren" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for baking" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-009-PsFLoren-commands/tezos-baking-009-PsFLoren-commands.9.0/opam b/packages/tezos-baking-009-PsFLoren-commands/tezos-baking-009-PsFLoren-commands.9.0/opam new file mode 100644 index 000000000..588bb1937 --- /dev/null +++ b/packages/tezos-baking-009-PsFLoren-commands/tezos-baking-009-PsFLoren-commands.9.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-baking-009-PsFLoren" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for baking" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-009-PsFLoren-commands/tezos-baking-009-PsFLoren-commands.9.1/opam b/packages/tezos-baking-009-PsFLoren-commands/tezos-baking-009-PsFLoren-commands.9.1/opam new file mode 100644 index 000000000..22bb12fdc --- /dev/null +++ b/packages/tezos-baking-009-PsFLoren-commands/tezos-baking-009-PsFLoren-commands.9.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-baking-009-PsFLoren" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for baking" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-009-PsFLoren-commands/tezos-baking-009-PsFLoren-commands.9.2/opam b/packages/tezos-baking-009-PsFLoren-commands/tezos-baking-009-PsFLoren-commands.9.2/opam new file mode 100644 index 000000000..d99ea44a0 --- /dev/null +++ b/packages/tezos-baking-009-PsFLoren-commands/tezos-baking-009-PsFLoren-commands.9.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-baking-009-PsFLoren" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for baking" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-009-PsFLoren-commands/tezos-baking-009-PsFLoren-commands.9.3/opam b/packages/tezos-baking-009-PsFLoren-commands/tezos-baking-009-PsFLoren-commands.9.3/opam new file mode 100644 index 000000000..722208352 --- /dev/null +++ b/packages/tezos-baking-009-PsFLoren-commands/tezos-baking-009-PsFLoren-commands.9.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-baking-009-PsFLoren" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for baking" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-009-PsFLoren-commands/tezos-baking-009-PsFLoren-commands.9.4/opam b/packages/tezos-baking-009-PsFLoren-commands/tezos-baking-009-PsFLoren-commands.9.4/opam new file mode 100644 index 000000000..13bd4b7aa --- /dev/null +++ b/packages/tezos-baking-009-PsFLoren-commands/tezos-baking-009-PsFLoren-commands.9.4/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-baking-009-PsFLoren" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for baking" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-009-PsFLoren-commands/tezos-baking-009-PsFLoren-commands.9.7/opam b/packages/tezos-baking-009-PsFLoren-commands/tezos-baking-009-PsFLoren-commands.9.7/opam new file mode 100644 index 000000000..4960a2e77 --- /dev/null +++ b/packages/tezos-baking-009-PsFLoren-commands/tezos-baking-009-PsFLoren-commands.9.7/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-baking-009-PsFLoren" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for baking" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-009-PsFLoren/tezos-baking-009-PsFLoren.10.2/opam b/packages/tezos-baking-009-PsFLoren/tezos-baking-009-PsFLoren.10.2/opam new file mode 100644 index 000000000..d6c27fcab --- /dev/null +++ b/packages/tezos-baking-009-PsFLoren/tezos-baking-009-PsFLoren.10.2/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-shell-context" { = version } + "tezos-client-commands" { = version } + "tezos-client-009-PsFLoren" { = version } + "lwt-exit" {= "1.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: base library for `tezos-baker/endorser/accuser`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-009-PsFLoren/tezos-baking-009-PsFLoren.9.0/opam b/packages/tezos-baking-009-PsFLoren/tezos-baking-009-PsFLoren.9.0/opam new file mode 100644 index 000000000..f0d07e7ae --- /dev/null +++ b/packages/tezos-baking-009-PsFLoren/tezos-baking-009-PsFLoren.9.0/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-shell-context" { = version } + "tezos-client-commands" { = version } + "tezos-client-009-PsFLoren" { = version } + "lwt-exit" {= "1.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: base library for `tezos-baker/endorser/accuser`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-009-PsFLoren/tezos-baking-009-PsFLoren.9.1/opam b/packages/tezos-baking-009-PsFLoren/tezos-baking-009-PsFLoren.9.1/opam new file mode 100644 index 000000000..bc4b0e175 --- /dev/null +++ b/packages/tezos-baking-009-PsFLoren/tezos-baking-009-PsFLoren.9.1/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-shell-context" { = version } + "tezos-client-commands" { = version } + "tezos-client-009-PsFLoren" { = version } + "lwt-exit" {= "1.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: base library for `tezos-baker/endorser/accuser`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-009-PsFLoren/tezos-baking-009-PsFLoren.9.2/opam b/packages/tezos-baking-009-PsFLoren/tezos-baking-009-PsFLoren.9.2/opam new file mode 100644 index 000000000..25aa047a9 --- /dev/null +++ b/packages/tezos-baking-009-PsFLoren/tezos-baking-009-PsFLoren.9.2/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-shell-context" { = version } + "tezos-client-commands" { = version } + "tezos-client-009-PsFLoren" { = version } + "lwt-exit" {= "1.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: base library for `tezos-baker/endorser/accuser`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-009-PsFLoren/tezos-baking-009-PsFLoren.9.3/opam b/packages/tezos-baking-009-PsFLoren/tezos-baking-009-PsFLoren.9.3/opam new file mode 100644 index 000000000..fa3066682 --- /dev/null +++ b/packages/tezos-baking-009-PsFLoren/tezos-baking-009-PsFLoren.9.3/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-shell-context" { = version } + "tezos-client-commands" { = version } + "tezos-client-009-PsFLoren" { = version } + "lwt-exit" {= "1.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: base library for `tezos-baker/endorser/accuser`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-009-PsFLoren/tezos-baking-009-PsFLoren.9.4/opam b/packages/tezos-baking-009-PsFLoren/tezos-baking-009-PsFLoren.9.4/opam new file mode 100644 index 000000000..7a04b9e6c --- /dev/null +++ b/packages/tezos-baking-009-PsFLoren/tezos-baking-009-PsFLoren.9.4/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-shell-context" { = version } + "tezos-client-commands" { = version } + "tezos-client-009-PsFLoren" { = version } + "lwt-exit" {= "1.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: base library for `tezos-baker/endorser/accuser`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-009-PsFLoren/tezos-baking-009-PsFLoren.9.7/opam b/packages/tezos-baking-009-PsFLoren/tezos-baking-009-PsFLoren.9.7/opam new file mode 100644 index 000000000..7db5a69f5 --- /dev/null +++ b/packages/tezos-baking-009-PsFLoren/tezos-baking-009-PsFLoren.9.7/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-shell-context" { = version } + "tezos-client-commands" { = version } + "tezos-client-009-PsFLoren" { = version } + "lwt-exit" {= "1.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: base library for `tezos-baker/endorser/accuser`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-010-PtGRANAD-commands/tezos-baking-010-PtGRANAD-commands.10.2/opam b/packages/tezos-baking-010-PtGRANAD-commands/tezos-baking-010-PtGRANAD-commands.10.2/opam new file mode 100644 index 000000000..e4d7ca741 --- /dev/null +++ b/packages/tezos-baking-010-PtGRANAD-commands/tezos-baking-010-PtGRANAD-commands.10.2/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-baking-010-PtGRANAD" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for baking" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-010-PtGRANAD-commands/tezos-baking-010-PtGRANAD-commands.11.0/opam b/packages/tezos-baking-010-PtGRANAD-commands/tezos-baking-010-PtGRANAD-commands.11.0/opam new file mode 100644 index 000000000..2871b3fd0 --- /dev/null +++ b/packages/tezos-baking-010-PtGRANAD-commands/tezos-baking-010-PtGRANAD-commands.11.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-baking-010-PtGRANAD" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for baking" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-010-PtGRANAD-commands/tezos-baking-010-PtGRANAD-commands.9.2/opam b/packages/tezos-baking-010-PtGRANAD-commands/tezos-baking-010-PtGRANAD-commands.9.2/opam new file mode 100644 index 000000000..b0beded06 --- /dev/null +++ b/packages/tezos-baking-010-PtGRANAD-commands/tezos-baking-010-PtGRANAD-commands.9.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-baking-010-PtGRANAD" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for baking" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-010-PtGRANAD-commands/tezos-baking-010-PtGRANAD-commands.9.3/opam b/packages/tezos-baking-010-PtGRANAD-commands/tezos-baking-010-PtGRANAD-commands.9.3/opam new file mode 100644 index 000000000..a0750a771 --- /dev/null +++ b/packages/tezos-baking-010-PtGRANAD-commands/tezos-baking-010-PtGRANAD-commands.9.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-baking-010-PtGRANAD" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for baking" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-010-PtGRANAD-commands/tezos-baking-010-PtGRANAD-commands.9.4/opam b/packages/tezos-baking-010-PtGRANAD-commands/tezos-baking-010-PtGRANAD-commands.9.4/opam new file mode 100644 index 000000000..d8c5b0ac0 --- /dev/null +++ b/packages/tezos-baking-010-PtGRANAD-commands/tezos-baking-010-PtGRANAD-commands.9.4/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-baking-010-PtGRANAD" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for baking" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-010-PtGRANAD-commands/tezos-baking-010-PtGRANAD-commands.9.7/opam b/packages/tezos-baking-010-PtGRANAD-commands/tezos-baking-010-PtGRANAD-commands.9.7/opam new file mode 100644 index 000000000..e9c2b5a68 --- /dev/null +++ b/packages/tezos-baking-010-PtGRANAD-commands/tezos-baking-010-PtGRANAD-commands.9.7/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-baking-010-PtGRANAD" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for baking" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-010-PtGRANAD/tezos-baking-010-PtGRANAD.10.2/opam b/packages/tezos-baking-010-PtGRANAD/tezos-baking-010-PtGRANAD.10.2/opam new file mode 100644 index 000000000..c0abc1277 --- /dev/null +++ b/packages/tezos-baking-010-PtGRANAD/tezos-baking-010-PtGRANAD.10.2/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-shell-context" { = version } + "tezos-client-commands" { = version } + "tezos-client-010-PtGRANAD" { = version } + "lwt-exit" {= "1.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: base library for `tezos-baker/endorser/accuser`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-010-PtGRANAD/tezos-baking-010-PtGRANAD.11.0/opam b/packages/tezos-baking-010-PtGRANAD/tezos-baking-010-PtGRANAD.11.0/opam new file mode 100644 index 000000000..22bd35dd0 --- /dev/null +++ b/packages/tezos-baking-010-PtGRANAD/tezos-baking-010-PtGRANAD.11.0/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-shell-context" { = version } + "tezos-client-commands" { = version } + "tezos-client-010-PtGRANAD" { = version } + "lwt-exit" {= "1.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: base library for `tezos-baker/endorser/accuser`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-010-PtGRANAD/tezos-baking-010-PtGRANAD.9.2/opam b/packages/tezos-baking-010-PtGRANAD/tezos-baking-010-PtGRANAD.9.2/opam new file mode 100644 index 000000000..0f9168abf --- /dev/null +++ b/packages/tezos-baking-010-PtGRANAD/tezos-baking-010-PtGRANAD.9.2/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-shell-context" { = version } + "tezos-client-commands" { = version } + "tezos-client-010-PtGRANAD" { = version } + "lwt-exit" {= "1.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: base library for `tezos-baker/endorser/accuser`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-010-PtGRANAD/tezos-baking-010-PtGRANAD.9.3/opam b/packages/tezos-baking-010-PtGRANAD/tezos-baking-010-PtGRANAD.9.3/opam new file mode 100644 index 000000000..6eacf0a9c --- /dev/null +++ b/packages/tezos-baking-010-PtGRANAD/tezos-baking-010-PtGRANAD.9.3/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-shell-context" { = version } + "tezos-client-commands" { = version } + "tezos-client-010-PtGRANAD" { = version } + "lwt-exit" {= "1.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: base library for `tezos-baker/endorser/accuser`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-010-PtGRANAD/tezos-baking-010-PtGRANAD.9.4/opam b/packages/tezos-baking-010-PtGRANAD/tezos-baking-010-PtGRANAD.9.4/opam new file mode 100644 index 000000000..70ef224d8 --- /dev/null +++ b/packages/tezos-baking-010-PtGRANAD/tezos-baking-010-PtGRANAD.9.4/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-shell-context" { = version } + "tezos-client-commands" { = version } + "tezos-client-010-PtGRANAD" { = version } + "lwt-exit" {= "1.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: base library for `tezos-baker/endorser/accuser`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-010-PtGRANAD/tezos-baking-010-PtGRANAD.9.7/opam b/packages/tezos-baking-010-PtGRANAD/tezos-baking-010-PtGRANAD.9.7/opam new file mode 100644 index 000000000..88707c5ac --- /dev/null +++ b/packages/tezos-baking-010-PtGRANAD/tezos-baking-010-PtGRANAD.9.7/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-shell-context" { = version } + "tezos-client-commands" { = version } + "tezos-client-010-PtGRANAD" { = version } + "lwt-exit" {= "1.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: base library for `tezos-baker/endorser/accuser`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-011-PtHangz2-commands/tezos-baking-011-PtHangz2-commands.11.0/opam b/packages/tezos-baking-011-PtHangz2-commands/tezos-baking-011-PtHangz2-commands.11.0/opam new file mode 100644 index 000000000..ee9b7a630 --- /dev/null +++ b/packages/tezos-baking-011-PtHangz2-commands/tezos-baking-011-PtHangz2-commands.11.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-baking-011-PtHangz2" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_011_PtHangz2/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for baking" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-011-PtHangz2-commands/tezos-baking-011-PtHangz2-commands.11.1/opam b/packages/tezos-baking-011-PtHangz2-commands/tezos-baking-011-PtHangz2-commands.11.1/opam new file mode 100644 index 000000000..e13a615c9 --- /dev/null +++ b/packages/tezos-baking-011-PtHangz2-commands/tezos-baking-011-PtHangz2-commands.11.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-baking-011-PtHangz2" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_011_PtHangz2/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for baking" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-011-PtHangz2-commands/tezos-baking-011-PtHangz2-commands.12.0/opam b/packages/tezos-baking-011-PtHangz2-commands/tezos-baking-011-PtHangz2-commands.12.0/opam new file mode 100644 index 000000000..aa87719ee --- /dev/null +++ b/packages/tezos-baking-011-PtHangz2-commands/tezos-baking-011-PtHangz2-commands.12.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-baking-011-PtHangz2" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_011_PtHangz2/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for baking" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-011-PtHangz2-commands/tezos-baking-011-PtHangz2-commands.12.3/opam b/packages/tezos-baking-011-PtHangz2-commands/tezos-baking-011-PtHangz2-commands.12.3/opam new file mode 100644 index 000000000..88b115aa7 --- /dev/null +++ b/packages/tezos-baking-011-PtHangz2-commands/tezos-baking-011-PtHangz2-commands.12.3/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-baking-011-PtHangz2" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_011_PtHangz2/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for baking" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-011-PtHangz2/tezos-baking-011-PtHangz2.11.0/opam b/packages/tezos-baking-011-PtHangz2/tezos-baking-011-PtHangz2.11.0/opam new file mode 100644 index 000000000..71a5a1a57 --- /dev/null +++ b/packages/tezos-baking-011-PtHangz2/tezos-baking-011-PtHangz2.11.0/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-shell-context" { = version } + "tezos-client-commands" { = version } + "tezos-client-011-PtHangz2" { = version } + "lwt-exit" {= "1.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_011_PtHangz2/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: base library for `tezos-baker/endorser/accuser`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-011-PtHangz2/tezos-baking-011-PtHangz2.11.1/opam b/packages/tezos-baking-011-PtHangz2/tezos-baking-011-PtHangz2.11.1/opam new file mode 100644 index 000000000..84865bb59 --- /dev/null +++ b/packages/tezos-baking-011-PtHangz2/tezos-baking-011-PtHangz2.11.1/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-shell-context" { = version } + "tezos-client-commands" { = version } + "tezos-client-011-PtHangz2" { = version } + "lwt-exit" {= "1.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_011_PtHangz2/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: base library for `tezos-baker/endorser/accuser`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-011-PtHangz2/tezos-baking-011-PtHangz2.12.0/opam b/packages/tezos-baking-011-PtHangz2/tezos-baking-011-PtHangz2.12.0/opam new file mode 100644 index 000000000..f96aee429 --- /dev/null +++ b/packages/tezos-baking-011-PtHangz2/tezos-baking-011-PtHangz2.12.0/opam @@ -0,0 +1,37 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-shell-context" { = version } + "tezos-client-commands" { = version } + "tezos-client-011-PtHangz2" { = version } + "lwt-exit" {= "1.0"} + "tezos-base-test-helpers" { with-test & = version } + "tezos-protocol-011-PtHangz2-parameters" { with-test & = version } + "alcotest-lwt" {with-test & <= "1.8.0"} + "tezos-011-PtHangz2-test-helpers" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_011_PtHangz2/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: base library for `tezos-baker/endorser/accuser`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-011-PtHangz2/tezos-baking-011-PtHangz2.12.3/opam b/packages/tezos-baking-011-PtHangz2/tezos-baking-011-PtHangz2.12.3/opam new file mode 100644 index 000000000..f92ae149d --- /dev/null +++ b/packages/tezos-baking-011-PtHangz2/tezos-baking-011-PtHangz2.12.3/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-shell-context" { = version } + "tezos-client-commands" { = version } + "tezos-client-011-PtHangz2" { = version } + "lwt-exit" {= "1.0"} + "tezos-base-test-helpers" { with-test & = version } + "tezos-protocol-011-PtHangz2-parameters" { with-test & = version } + "alcotest-lwt" {with-test & <= "1.8.0"} + "tezos-011-PtHangz2-test-helpers" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_011_PtHangz2/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: base library for `tezos-baker/endorser/accuser`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-012-Psithaca-commands/tezos-baking-012-Psithaca-commands.12.0/opam b/packages/tezos-baking-012-Psithaca-commands/tezos-baking-012-Psithaca-commands.12.0/opam new file mode 100644 index 000000000..9177afdf9 --- /dev/null +++ b/packages/tezos-baking-012-Psithaca-commands/tezos-baking-012-Psithaca-commands.12.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-baking-012-Psithaca" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_012_Psithaca/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for baking" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-012-Psithaca-commands/tezos-baking-012-Psithaca-commands.12.3/opam b/packages/tezos-baking-012-Psithaca-commands/tezos-baking-012-Psithaca-commands.12.3/opam new file mode 100644 index 000000000..b73663a99 --- /dev/null +++ b/packages/tezos-baking-012-Psithaca-commands/tezos-baking-012-Psithaca-commands.12.3/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-baking-012-Psithaca" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_012_Psithaca/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for baking" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-012-Psithaca-commands/tezos-baking-012-Psithaca-commands.13.0/opam b/packages/tezos-baking-012-Psithaca-commands/tezos-baking-012-Psithaca-commands.13.0/opam new file mode 100644 index 000000000..15d15d07f --- /dev/null +++ b/packages/tezos-baking-012-Psithaca-commands/tezos-baking-012-Psithaca-commands.13.0/opam @@ -0,0 +1,38 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-012-Psithaca" { = version } + "tezos-stdlib-unix" { = version } + "tezos-protocol-environment" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-client-012-Psithaca" { = version } + "tezos-client-commands" { = version } + "tezos-baking-012-Psithaca" { = version } + "tezos-rpc" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_012_Psithaca/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for baking" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-012-Psithaca-commands/tezos-baking-012-Psithaca-commands.14.0/opam b/packages/tezos-baking-012-Psithaca-commands/tezos-baking-012-Psithaca-commands.14.0/opam new file mode 100644 index 000000000..2002b8956 --- /dev/null +++ b/packages/tezos-baking-012-Psithaca-commands/tezos-baking-012-Psithaca-commands.14.0/opam @@ -0,0 +1,38 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-012-Psithaca" { = version } + "tezos-stdlib-unix" { = version } + "tezos-protocol-environment" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-client-012-Psithaca" { = version } + "tezos-client-commands" { = version } + "tezos-baking-012-Psithaca" { = version } + "tezos-rpc" { = version } + "uri" {>= "2.2.0" & <= "4.4.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for baking" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-012-Psithaca/tezos-baking-012-Psithaca.12.0/opam b/packages/tezos-baking-012-Psithaca/tezos-baking-012-Psithaca.12.0/opam new file mode 100644 index 000000000..dd7017fea --- /dev/null +++ b/packages/tezos-baking-012-Psithaca/tezos-baking-012-Psithaca.12.0/opam @@ -0,0 +1,38 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-shell-context" { = version } + "tezos-client-commands" { = version } + "tezos-client-012-Psithaca" { = version } + "lwt-exit" {= "1.0"} + "tezos-base-test-helpers" { with-test & = version } + "tezos-protocol-012-Psithaca-parameters" { with-test & = version } + "alcotest-lwt" {with-test & <= "1.8.0"} + "tezos-012-Psithaca-test-helpers" { with-test & = version } + "tezos-client-base-unix" { = version } # should be & with-test +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_012_Psithaca/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: base library for `tezos-baker/accuser`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-012-Psithaca/tezos-baking-012-Psithaca.12.3/opam b/packages/tezos-baking-012-Psithaca/tezos-baking-012-Psithaca.12.3/opam new file mode 100644 index 000000000..dc83fe94c --- /dev/null +++ b/packages/tezos-baking-012-Psithaca/tezos-baking-012-Psithaca.12.3/opam @@ -0,0 +1,37 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-shell-context" { = version } + "tezos-client-commands" { = version } + "tezos-client-012-Psithaca" { = version } + "lwt-exit" {= "1.0"} + "tezos-base-test-helpers" { with-test & = version } + "tezos-protocol-012-Psithaca-parameters" { with-test & = version } + "alcotest-lwt" {with-test & <= "1.8.0"} + "tezos-012-Psithaca-test-helpers" { with-test & = version } + "tezos-client-base-unix" { = version } # should be & with-test +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_012_Psithaca/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: base library for `tezos-baker/accuser`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-012-Psithaca/tezos-baking-012-Psithaca.13.0/opam b/packages/tezos-baking-012-Psithaca/tezos-baking-012-Psithaca.13.0/opam new file mode 100644 index 000000000..a4c0107af --- /dev/null +++ b/packages/tezos-baking-012-Psithaca/tezos-baking-012-Psithaca.13.0/opam @@ -0,0 +1,56 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-version" { = version } + "tezos-protocol-012-Psithaca" { = version } + "tezos-protocol-plugin-012-Psithaca" { = version } + "tezos-protocol-environment" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-client-012-Psithaca" { = version } + "tezos-client-commands" { = version } + "tezos-stdlib" { = version } + "tezos-stdlib-unix" { = version } + "tezos-shell-context" { = version } + "tezos-context" { = version } + "tezos-rpc-http-client-unix" { = version } + "tezos-rpc" { = version } + "tezos-rpc-http" { = version } + "lwt-canceler" {= "0.3"} + "lwt-exit" {= "1.0"} + "tezos-tooling" { = version } + "tezos-client-base-unix" { = version } + "tezos-protocol-012-Psithaca-parameters" { = version } + "tezos-mockup" { = version } + "tezos-mockup-proxy" { = version } + "tezos-mockup-commands" { = version } + "tezos-micheline" { with-test & = version } + "tezos-base-test-helpers" { with-test & = version } + "tezos-crypto" { with-test & = version } + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_012_Psithaca/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: base library for `tezos-baker/accuser`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-012-Psithaca/tezos-baking-012-Psithaca.14.0/opam b/packages/tezos-baking-012-Psithaca/tezos-baking-012-Psithaca.14.0/opam new file mode 100644 index 000000000..5101feb3c --- /dev/null +++ b/packages/tezos-baking-012-Psithaca/tezos-baking-012-Psithaca.14.0/opam @@ -0,0 +1,55 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-version" { = version } + "tezos-protocol-012-Psithaca" { = version } + "tezos-protocol-plugin-012-Psithaca" { = version } + "tezos-protocol-environment" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-client-012-Psithaca" { = version } + "tezos-client-commands" { = version } + "tezos-stdlib" { = version } + "tezos-stdlib-unix" { = version } + "tezos-shell-context" { = version } + "tezos-context" { = version } + "tezos-rpc-http-client-unix" { = version } + "tezos-context-ops" { = version } + "tezos-rpc" { = version } + "tezos-rpc-http" { = version } + "lwt-canceler" {= "0.3"} + "lwt-exit" {= "1.0"} + "uri" {>= "2.2.0" & <= "4.4.0"} + "tezos-client-base-unix" { = version } + "tezos-mockup" { = version } + "tezos-mockup-proxy" { = version } + "tezos-mockup-commands" { = version } + "tezos-micheline" { with-test & = version } + "tezos-base-test-helpers" { with-test & = version } + "tezos-crypto" { with-test & = version } + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: base library for `tezos-baker/accuser`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-013-PtJakart-commands/tezos-baking-013-PtJakart-commands.13.0/opam b/packages/tezos-baking-013-PtJakart-commands/tezos-baking-013-PtJakart-commands.13.0/opam new file mode 100644 index 000000000..761cded4f --- /dev/null +++ b/packages/tezos-baking-013-PtJakart-commands/tezos-baking-013-PtJakart-commands.13.0/opam @@ -0,0 +1,38 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-013-PtJakart" { = version } + "tezos-stdlib-unix" { = version } + "tezos-protocol-environment" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-client-013-PtJakart" { = version } + "tezos-client-commands" { = version } + "tezos-baking-013-PtJakart" { = version } + "tezos-rpc" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_013_PtJakart/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for baking" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-013-PtJakart-commands/tezos-baking-013-PtJakart-commands.14.0/opam b/packages/tezos-baking-013-PtJakart-commands/tezos-baking-013-PtJakart-commands.14.0/opam new file mode 100644 index 000000000..3e5938e3f --- /dev/null +++ b/packages/tezos-baking-013-PtJakart-commands/tezos-baking-013-PtJakart-commands.14.0/opam @@ -0,0 +1,38 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-013-PtJakart" { = version } + "tezos-stdlib-unix" { = version } + "tezos-protocol-environment" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-client-013-PtJakart" { = version } + "tezos-client-commands" { = version } + "tezos-baking-013-PtJakart" { = version } + "tezos-rpc" { = version } + "uri" {>= "2.2.0" & <= "4.4.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for baking" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-013-PtJakart/tezos-baking-013-PtJakart.13.0/opam b/packages/tezos-baking-013-PtJakart/tezos-baking-013-PtJakart.13.0/opam new file mode 100644 index 000000000..d87f4fc33 --- /dev/null +++ b/packages/tezos-baking-013-PtJakart/tezos-baking-013-PtJakart.13.0/opam @@ -0,0 +1,57 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-version" { = version } + "tezos-protocol-013-PtJakart" { = version } + "tezos-protocol-plugin-013-PtJakart" { = version } + "tezos-protocol-environment" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-client-013-PtJakart" { = version } + "tezos-client-commands" { = version } + "tezos-stdlib" { = version } + "tezos-stdlib-unix" { = version } + "tezos-shell-context" { = version } + "tezos-context" { = version } + "tezos-rpc-http-client-unix" { = version } + "tezos-rpc" { = version } + "tezos-rpc-http" { = version } + "lwt-canceler" {= "0.3"} + "lwt-exit" {= "1.0"} + "tezos-tooling" { = version } + "data-encoding" { >= "0.5.3" & < "0.6" } + "tezos-client-base-unix" { = version } + "tezos-protocol-013-PtJakart-parameters" { = version } + "tezos-mockup" { = version } + "tezos-mockup-proxy" { = version } + "tezos-mockup-commands" { = version } + "tezos-micheline" { with-test & = version } + "tezos-base-test-helpers" { with-test & = version } + "tezos-crypto" { with-test & = version } + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_013_PtJakart/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: base library for `tezos-baker/accuser`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-013-PtJakart/tezos-baking-013-PtJakart.14.0/opam b/packages/tezos-baking-013-PtJakart/tezos-baking-013-PtJakart.14.0/opam new file mode 100644 index 000000000..61195e63e --- /dev/null +++ b/packages/tezos-baking-013-PtJakart/tezos-baking-013-PtJakart.14.0/opam @@ -0,0 +1,56 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-version" { = version } + "tezos-protocol-013-PtJakart" { = version } + "tezos-protocol-plugin-013-PtJakart" { = version } + "tezos-protocol-environment" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-client-013-PtJakart" { = version } + "tezos-client-commands" { = version } + "tezos-stdlib" { = version } + "tezos-stdlib-unix" { = version } + "tezos-shell-context" { = version } + "tezos-context" { = version } + "tezos-rpc-http-client-unix" { = version } + "tezos-context-ops" { = version } + "tezos-rpc" { = version } + "tezos-rpc-http" { = version } + "lwt-canceler" {= "0.3"} + "lwt-exit" {= "1.0"} + "uri" {>= "2.2.0" & <= "4.4.0"} + "data-encoding" { >= "0.6" & < "0.7" } + "tezos-client-base-unix" { = version } + "tezos-mockup" { = version } + "tezos-mockup-proxy" { = version } + "tezos-mockup-commands" { = version } + "tezos-micheline" { with-test & = version } + "tezos-base-test-helpers" { with-test & = version } + "tezos-crypto" { with-test & = version } + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: base library for `tezos-baker/accuser`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-014-PtKathma-commands/tezos-baking-014-PtKathma-commands.14.0/opam b/packages/tezos-baking-014-PtKathma-commands/tezos-baking-014-PtKathma-commands.14.0/opam new file mode 100644 index 000000000..e5242bf42 --- /dev/null +++ b/packages/tezos-baking-014-PtKathma-commands/tezos-baking-014-PtKathma-commands.14.0/opam @@ -0,0 +1,38 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-014-PtKathma" { = version } + "tezos-stdlib-unix" { = version } + "tezos-protocol-environment" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-client-014-PtKathma" { = version } + "tezos-client-commands" { = version } + "tezos-baking-014-PtKathma" { = version } + "tezos-rpc" { = version } + "uri" {>= "2.2.0" & <= "4.4.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for baking" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-014-PtKathma-commands/tezos-baking-014-PtKathma-commands.15.0/opam b/packages/tezos-baking-014-PtKathma-commands/tezos-baking-014-PtKathma-commands.15.0/opam new file mode 100644 index 000000000..4f20b54d0 --- /dev/null +++ b/packages/tezos-baking-014-PtKathma-commands/tezos-baking-014-PtKathma-commands.15.0/opam @@ -0,0 +1,38 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-014-PtKathma" { = version } + "tezos-protocol-environment" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-client-014-PtKathma" { = version } + "tezos-client-commands" { = version } + "tezos-baking-014-PtKathma" { = version } + "tezos-rpc" { = version } + "tezos-stdlib-unix" { = version } + "uri" {>= "2.2.0" & <= "4.4.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for baking" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-014-PtKathma-commands/tezos-baking-014-PtKathma-commands.15.1/opam b/packages/tezos-baking-014-PtKathma-commands/tezos-baking-014-PtKathma-commands.15.1/opam new file mode 100644 index 000000000..c56f2ab9b --- /dev/null +++ b/packages/tezos-baking-014-PtKathma-commands/tezos-baking-014-PtKathma-commands.15.1/opam @@ -0,0 +1,38 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-014-PtKathma" { = version } + "tezos-stdlib-unix" { = version } + "tezos-protocol-environment" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-client-014-PtKathma" { = version } + "tezos-client-commands" { = version } + "tezos-baking-014-PtKathma" { = version } + "tezos-rpc" { = version } + "uri" {>= "2.2.0" & <= "4.4.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for baking" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-014-PtKathma/tezos-baking-014-PtKathma.14.0/opam b/packages/tezos-baking-014-PtKathma/tezos-baking-014-PtKathma.14.0/opam new file mode 100644 index 000000000..1b1e2e4e8 --- /dev/null +++ b/packages/tezos-baking-014-PtKathma/tezos-baking-014-PtKathma.14.0/opam @@ -0,0 +1,56 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-version" { = version } + "tezos-protocol-014-PtKathma" { = version } + "tezos-protocol-plugin-014-PtKathma" { = version } + "tezos-protocol-environment" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-client-014-PtKathma" { = version } + "tezos-client-commands" { = version } + "tezos-stdlib" { = version } + "tezos-stdlib-unix" { = version } + "tezos-shell-context" { = version } + "tezos-context" { = version } + "tezos-rpc-http-client-unix" { = version } + "tezos-context-ops" { = version } + "tezos-rpc" { = version } + "tezos-rpc-http" { = version } + "lwt-canceler" {= "0.3"} + "lwt-exit" {= "1.0"} + "uri" {>= "2.2.0" & <= "4.4.0"} + "data-encoding" { >= "0.6" & < "0.7" } + "tezos-client-base-unix" { = version } + "tezos-mockup" { = version } + "tezos-mockup-proxy" { = version } + "tezos-mockup-commands" { = version } + "tezos-micheline" { with-test & = version } + "tezos-base-test-helpers" { with-test & = version } + "tezos-crypto" { with-test & = version } + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: base library for `tezos-baker/accuser`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-014-PtKathma/tezos-baking-014-PtKathma.15.0/opam b/packages/tezos-baking-014-PtKathma/tezos-baking-014-PtKathma.15.0/opam new file mode 100644 index 000000000..4efc1f44b --- /dev/null +++ b/packages/tezos-baking-014-PtKathma/tezos-baking-014-PtKathma.15.0/opam @@ -0,0 +1,57 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-micheline" { with-test & = version } + "tezos-client-014-PtKathma" { = version } + "tezos-protocol-014-PtKathma" { = version } + "tezos-base-test-helpers" { with-test & = version } + "tezos-crypto" { with-test & = version } + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} + "uri" {>= "2.2.0" & <= "4.4.0"} + "tezos-client-commands" { = version } + "tezos-stdlib-unix" { = version } + "tezos-client-base-unix" { = version } + "tezos-mockup" { = version } + "tezos-mockup-proxy" { = version } + "tezos-mockup-commands" { = version } + "tezos-client-base" { = version } + "data-encoding" { >= "0.6" & < "0.7" } + "tezos-clic" { = version } + "tezos-version" { = version } + "tezos-protocol-plugin-014-PtKathma" { = version } + "tezos-protocol-environment" { = version } + "tezos-shell-services" { = version } + "tezos-stdlib" { = version } + "tezos-shell-context" { = version } + "tezos-context" { = version } + "tezos-rpc-http-client-unix" { = version } + "tezos-context-ops" { = version } + "tezos-rpc" { = version } + "tezos-rpc-http" { = version } + "lwt-canceler" {= "0.3"} + "lwt-exit" {= "1.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] +# ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: base library for `tezos-baker/accuser`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-014-PtKathma/tezos-baking-014-PtKathma.15.1/opam b/packages/tezos-baking-014-PtKathma/tezos-baking-014-PtKathma.15.1/opam new file mode 100644 index 000000000..9b2a6a671 --- /dev/null +++ b/packages/tezos-baking-014-PtKathma/tezos-baking-014-PtKathma.15.1/opam @@ -0,0 +1,57 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-version" { = version } + "tezos-protocol-014-PtKathma" { = version } + "tezos-protocol-plugin-014-PtKathma" { = version } + "tezos-protocol-environment" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-client-014-PtKathma" { = version } + "tezos-client-commands" { = version } + "tezos-stdlib" { = version } + "tezos-stdlib-unix" { = version } + "tezos-shell-context" { = version } + "tezos-context" { = version } + "tezos-rpc-http-client-unix" { = version } + "tezos-context-ops" { = version } + "tezos-rpc" { = version } + "tezos-rpc-http" { = version } + "lwt-canceler" {= "0.3"} + "lwt-exit" {= "1.0"} + "uri" {>= "2.2.0" & <= "4.4.0"} + "data-encoding" { >= "0.6" & < "0.7" } + "tezos-client-base-unix" { = version } + "tezos-mockup" { = version } + "tezos-mockup-proxy" { = version } + "tezos-mockup-commands" { = version } + "tezos-micheline" { with-test & = version } + "tezos-base-test-helpers" { with-test & = version } + "tezos-crypto" { with-test & = version } + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] +# ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: base library for `tezos-baker/accuser`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-015-PtLimaPt-commands/tezos-baking-015-PtLimaPt-commands.15.0/opam b/packages/tezos-baking-015-PtLimaPt-commands/tezos-baking-015-PtLimaPt-commands.15.0/opam new file mode 100644 index 000000000..20d733e94 --- /dev/null +++ b/packages/tezos-baking-015-PtLimaPt-commands/tezos-baking-015-PtLimaPt-commands.15.0/opam @@ -0,0 +1,38 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-015-PtLimaPt" { = version } + "tezos-protocol-environment" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-client-015-PtLimaPt" { = version } + "tezos-client-commands" { = version } + "tezos-baking-015-PtLimaPt" { = version } + "tezos-rpc" { = version } + "tezos-stdlib-unix" { = version } + "uri" {>= "2.2.0" & <= "4.4.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for baking" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-015-PtLimaPt-commands/tezos-baking-015-PtLimaPt-commands.15.1/opam b/packages/tezos-baking-015-PtLimaPt-commands/tezos-baking-015-PtLimaPt-commands.15.1/opam new file mode 100644 index 000000000..af30dc1d9 --- /dev/null +++ b/packages/tezos-baking-015-PtLimaPt-commands/tezos-baking-015-PtLimaPt-commands.15.1/opam @@ -0,0 +1,38 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-015-PtLimaPt" { = version } + "tezos-stdlib-unix" { = version } + "tezos-protocol-environment" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-client-015-PtLimaPt" { = version } + "tezos-client-commands" { = version } + "tezos-baking-015-PtLimaPt" { = version } + "tezos-rpc" { = version } + "uri" {>= "2.2.0" & <= "4.4.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for baking" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-015-PtLimaPt/tezos-baking-015-PtLimaPt.15.0/opam b/packages/tezos-baking-015-PtLimaPt/tezos-baking-015-PtLimaPt.15.0/opam new file mode 100644 index 000000000..9e703fba5 --- /dev/null +++ b/packages/tezos-baking-015-PtLimaPt/tezos-baking-015-PtLimaPt.15.0/opam @@ -0,0 +1,58 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-micheline" { with-test & = version } + "tezos-client-015-PtLimaPt" { = version } + "tezos-protocol-015-PtLimaPt" { = version } + "tezos-base-test-helpers" { with-test & = version } + "tezos-crypto" { with-test & = version } + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} + "uri" {>= "2.2.0" & <= "4.4.0"} + "tezos-client-commands" { = version } + "tezos-stdlib-unix" { = version } + "tezos-client-base-unix" { = version } + "tezos-mockup" { = version } + "tezos-mockup-proxy" { = version } + "tezos-mockup-commands" { = version } + "tezos-client-base" { = version } + "data-encoding" { >= "0.6" & < "0.7" } + "tezos-clic" { = version } + "tezos-version" { = version } + "tezos-protocol-plugin-015-PtLimaPt" { = version } + "tezos-protocol-environment" { = version } + "tezos-shell-services" { = version } + "tezos-stdlib" { = version } + "tezos-shell-context" { = version } + "tezos-context" { = version } + "tezos-rpc-http-client-unix" { = version } + "tezos-context-ops" { = version } + "tezos-rpc" { = version } + "tezos-rpc-http" { = version } + "lwt-canceler" {= "0.3"} + "lwt-exit" {= "1.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] +# ["dune" "runtest" "-p" name "-j" jobs] {with-test} +# Tests are non-deterministic +] +synopsis: "Tezos/Protocol: base library for `tezos-baker/accuser`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-015-PtLimaPt/tezos-baking-015-PtLimaPt.15.1/opam b/packages/tezos-baking-015-PtLimaPt/tezos-baking-015-PtLimaPt.15.1/opam new file mode 100644 index 000000000..2bebd86e3 --- /dev/null +++ b/packages/tezos-baking-015-PtLimaPt/tezos-baking-015-PtLimaPt.15.1/opam @@ -0,0 +1,57 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-version" { = version } + "tezos-protocol-015-PtLimaPt" { = version } + "tezos-protocol-plugin-015-PtLimaPt" { = version } + "tezos-protocol-environment" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-client-015-PtLimaPt" { = version } + "tezos-client-commands" { = version } + "tezos-stdlib" { = version } + "tezos-stdlib-unix" { = version } + "tezos-shell-context" { = version } + "tezos-context" { = version } + "tezos-rpc-http-client-unix" { = version } + "tezos-context-ops" { = version } + "tezos-rpc" { = version } + "tezos-rpc-http" { = version } + "lwt-canceler" {= "0.3"} + "lwt-exit" {= "1.0"} + "uri" {>= "2.2.0" & <= "4.4.0"} + "data-encoding" { >= "0.6" & < "0.7" } + "tezos-client-base-unix" { = version } + "tezos-mockup" { = version } + "tezos-mockup-proxy" { = version } + "tezos-mockup-commands" { = version } + "tezos-micheline" { with-test & = version } + "tezos-base-test-helpers" { with-test & = version } + "tezos-crypto" { with-test & = version } + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] +# ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: base library for `tezos-baker/accuser`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-016-PtMumbai-commands/tezos-baking-016-PtMumbai-commands.17.1/opam b/packages/tezos-baking-016-PtMumbai-commands/tezos-baking-016-PtMumbai-commands.17.1/opam new file mode 100644 index 000000000..511890384 --- /dev/null +++ b/packages/tezos-baking-016-PtMumbai-commands/tezos-baking-016-PtMumbai-commands.17.1/opam @@ -0,0 +1,39 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-base" { = version } + "tezos-protocol-016-PtMumbai" { = version } + "tezos-stdlib-unix" { = version } + "tezos-protocol-environment" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-client-016-PtMumbai" { = version } + "tezos-client-commands" { = version } + "tezos-baking-016-PtMumbai" { = version } + "tezos-rpc" { = version } + "uri" {>= "3.1.0" & <= "4.4.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for baking" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-016-PtMumbai-commands/tezos-baking-016-PtMumbai-commands.17.2/opam b/packages/tezos-baking-016-PtMumbai-commands/tezos-baking-016-PtMumbai-commands.17.2/opam new file mode 100644 index 000000000..a385989fb --- /dev/null +++ b/packages/tezos-baking-016-PtMumbai-commands/tezos-baking-016-PtMumbai-commands.17.2/opam @@ -0,0 +1,39 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-base" { = version } + "tezos-protocol-016-PtMumbai" { = version } + "tezos-stdlib-unix" { = version } + "tezos-protocol-environment" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-client-016-PtMumbai" { = version } + "tezos-client-commands" { = version } + "tezos-baking-016-PtMumbai" { = version } + "tezos-rpc" { = version } + "uri" {>= "3.1.0" & <= "4.4.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for baking" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-016-PtMumbai/tezos-baking-016-PtMumbai.17.1/opam b/packages/tezos-baking-016-PtMumbai/tezos-baking-016-PtMumbai.17.1/opam new file mode 100644 index 000000000..e88d89143 --- /dev/null +++ b/packages/tezos-baking-016-PtMumbai/tezos-baking-016-PtMumbai.17.1/opam @@ -0,0 +1,59 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-version" { = version } + "tezos-protocol-016-PtMumbai" { = version } + "tezos-protocol-plugin-016-PtMumbai" { = version } + "tezos-protocol-environment" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-client-016-PtMumbai" { = version } + "tezos-client-commands" { = version } + "tezos-stdlib" { = version } + "tezos-stdlib-unix" { = version } + "tezos-shell-context" { = version } + "tezos-context" { = version } + "tezos-rpc-http-client-unix" { = version } + "tezos-context-ops" { = version } + "tezos-rpc" { = version } + "tezos-rpc-http" { = version } + "lwt-canceler" {= "0.3"} + "lwt-exit" {= "1.0"} + "uri" {>= "3.1.0" & <= "4.4.0"} + "data-encoding" { >= "0.7.1" & < "1.0.0" } + "tezos-client-base-unix" { = version } + "tezos-mockup" { = version } + "tezos-mockup-proxy" { = version } + "tezos-mockup-commands" { = version } + "tezt" {with-test & >= "3.1.0" & <= "4.1.0"} + "tezos-micheline" { with-test & = version } + "tezos-base-test-helpers" { with-test & = version } + "tezos-crypto" { with-test & = version } + "octez-alcotezt" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] { with-test & ocaml:native } +] +synopsis: "Tezos/Protocol: base library for `tezos-baker/accuser`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-016-PtMumbai/tezos-baking-016-PtMumbai.17.2/opam b/packages/tezos-baking-016-PtMumbai/tezos-baking-016-PtMumbai.17.2/opam new file mode 100644 index 000000000..2cac554ed --- /dev/null +++ b/packages/tezos-baking-016-PtMumbai/tezos-baking-016-PtMumbai.17.2/opam @@ -0,0 +1,59 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-version" { = version } + "tezos-protocol-016-PtMumbai" { = version } + "tezos-protocol-plugin-016-PtMumbai" { = version } + "tezos-protocol-environment" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-client-016-PtMumbai" { = version } + "tezos-client-commands" { = version } + "tezos-stdlib" { = version } + "tezos-stdlib-unix" { = version } + "tezos-shell-context" { = version } + "tezos-context" { = version } + "tezos-rpc-http-client-unix" { = version } + "tezos-context-ops" { = version } + "tezos-rpc" { = version } + "tezos-rpc-http" { = version } + "lwt-canceler" {= "0.3"} + "lwt-exit" {= "1.0"} + "uri" {>= "3.1.0" & <= "4.4.0"} + "data-encoding" { >= "0.7.1" & < "1.0.0" } + "tezos-client-base-unix" { = version } + "tezos-mockup" { = version } + "tezos-mockup-proxy" { = version } + "tezos-mockup-commands" { = version } + "tezt" {with-test & >= "3.1.0" & <= "4.1.0"} + "tezos-micheline" { with-test & = version } + "tezos-base-test-helpers" { with-test & = version } + "tezos-crypto" { with-test & = version } + "octez-alcotezt" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] { with-test & ocaml:native } +] +synopsis: "Tezos/Protocol: base library for `tezos-baker/accuser`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-017-PtNairob-commands/tezos-baking-017-PtNairob-commands.17.1/opam b/packages/tezos-baking-017-PtNairob-commands/tezos-baking-017-PtNairob-commands.17.1/opam new file mode 100644 index 000000000..38d904d38 --- /dev/null +++ b/packages/tezos-baking-017-PtNairob-commands/tezos-baking-017-PtNairob-commands.17.1/opam @@ -0,0 +1,39 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-base" { = version } + "tezos-protocol-017-PtNairob" { = version } + "tezos-stdlib-unix" { = version } + "tezos-protocol-environment" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-client-017-PtNairob" { = version } + "tezos-client-commands" { = version } + "tezos-baking-017-PtNairob" { = version } + "tezos-rpc" { = version } + "uri" {>= "3.1.0" & <= "4.4.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for baking" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-017-PtNairob-commands/tezos-baking-017-PtNairob-commands.17.2/opam b/packages/tezos-baking-017-PtNairob-commands/tezos-baking-017-PtNairob-commands.17.2/opam new file mode 100644 index 000000000..377e75a22 --- /dev/null +++ b/packages/tezos-baking-017-PtNairob-commands/tezos-baking-017-PtNairob-commands.17.2/opam @@ -0,0 +1,39 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-base" { = version } + "tezos-protocol-017-PtNairob" { = version } + "tezos-stdlib-unix" { = version } + "tezos-protocol-environment" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-client-017-PtNairob" { = version } + "tezos-client-commands" { = version } + "tezos-baking-017-PtNairob" { = version } + "tezos-rpc" { = version } + "uri" {>= "3.1.0" & <= "4.4.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for baking" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-017-PtNairob/tezos-baking-017-PtNairob.17.1/opam b/packages/tezos-baking-017-PtNairob/tezos-baking-017-PtNairob.17.1/opam new file mode 100644 index 000000000..73185609a --- /dev/null +++ b/packages/tezos-baking-017-PtNairob/tezos-baking-017-PtNairob.17.1/opam @@ -0,0 +1,60 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-version" { = version } + "tezos-protocol-017-PtNairob" { = version } + "tezos-protocol-plugin-017-PtNairob" { = version } + "tezos-protocol-environment" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-client-017-PtNairob" { = version } + "tezos-client-commands" { = version } + "tezos-stdlib" { = version } + "tezos-stdlib-unix" { = version } + "tezos-shell-context" { = version } + "tezos-context" { = version } + "tezos-rpc-http-client-unix" { = version } + "tezos-context-ops" { = version } + "tezos-rpc" { = version } + "tezos-rpc-http" { = version } + "tezos-dal-node-services" { = version } + "lwt-canceler" {= "0.3"} + "lwt-exit" {= "1.0"} + "uri" {>= "3.1.0" & <= "4.4.0"} + "data-encoding" { >= "0.7.1" & < "1.0.0" } + "tezos-client-base-unix" { = version } + "tezos-mockup" { = version } + "tezos-mockup-proxy" { = version } + "tezos-mockup-commands" { = version } + "tezt" {with-test & >= "3.1.0" & <= "4.1.0"} + "tezos-micheline" { with-test & = version } + "tezos-base-test-helpers" { with-test & = version } + "tezos-crypto" { with-test & = version } + "octez-alcotezt" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] { with-test & ocaml:native } +] +synopsis: "Tezos/Protocol: base library for `tezos-baker/accuser`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-017-PtNairob/tezos-baking-017-PtNairob.17.2/opam b/packages/tezos-baking-017-PtNairob/tezos-baking-017-PtNairob.17.2/opam new file mode 100644 index 000000000..899e08ce1 --- /dev/null +++ b/packages/tezos-baking-017-PtNairob/tezos-baking-017-PtNairob.17.2/opam @@ -0,0 +1,60 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-version" { = version } + "tezos-protocol-017-PtNairob" { = version } + "tezos-protocol-plugin-017-PtNairob" { = version } + "tezos-protocol-environment" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-client-017-PtNairob" { = version } + "tezos-client-commands" { = version } + "tezos-stdlib" { = version } + "tezos-stdlib-unix" { = version } + "tezos-shell-context" { = version } + "tezos-context" { = version } + "tezos-rpc-http-client-unix" { = version } + "tezos-context-ops" { = version } + "tezos-rpc" { = version } + "tezos-rpc-http" { = version } + "tezos-dal-node-services" { = version } + "lwt-canceler" {= "0.3"} + "lwt-exit" {= "1.0"} + "uri" {>= "3.1.0" & <= "4.4.0"} + "data-encoding" { >= "0.7.1" & < "1.0.0" } + "tezos-client-base-unix" { = version } + "tezos-mockup" { = version } + "tezos-mockup-proxy" { = version } + "tezos-mockup-commands" { = version } + "tezt" {with-test & >= "3.1.0" & <= "4.1.0"} + "tezos-micheline" { with-test & = version } + "tezos-base-test-helpers" { with-test & = version } + "tezos-crypto" { with-test & = version } + "octez-alcotezt" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] { with-test & ocaml:native } +] +synopsis: "Tezos/Protocol: base library for `tezos-baker/accuser`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-alpha-commands/tezos-baking-alpha-commands.10.2/opam b/packages/tezos-baking-alpha-commands/tezos-baking-alpha-commands.10.2/opam new file mode 100644 index 000000000..5d196a521 --- /dev/null +++ b/packages/tezos-baking-alpha-commands/tezos-baking-alpha-commands.10.2/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-baking-alpha" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for baking" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-alpha-commands/tezos-baking-alpha-commands.11.0/opam b/packages/tezos-baking-alpha-commands/tezos-baking-alpha-commands.11.0/opam new file mode 100644 index 000000000..4ecbb389d --- /dev/null +++ b/packages/tezos-baking-alpha-commands/tezos-baking-alpha-commands.11.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-baking-alpha" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for baking" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-alpha-commands/tezos-baking-alpha-commands.11.1/opam b/packages/tezos-baking-alpha-commands/tezos-baking-alpha-commands.11.1/opam new file mode 100644 index 000000000..cdb0531e3 --- /dev/null +++ b/packages/tezos-baking-alpha-commands/tezos-baking-alpha-commands.11.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-baking-alpha" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for baking" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-alpha-commands/tezos-baking-alpha-commands.12.0/opam b/packages/tezos-baking-alpha-commands/tezos-baking-alpha-commands.12.0/opam new file mode 100644 index 000000000..eda18b65f --- /dev/null +++ b/packages/tezos-baking-alpha-commands/tezos-baking-alpha-commands.12.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-baking-alpha" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for baking" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-alpha-commands/tezos-baking-alpha-commands.12.3/opam b/packages/tezos-baking-alpha-commands/tezos-baking-alpha-commands.12.3/opam new file mode 100644 index 000000000..35e289be2 --- /dev/null +++ b/packages/tezos-baking-alpha-commands/tezos-baking-alpha-commands.12.3/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-baking-alpha" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for baking" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-alpha-commands/tezos-baking-alpha-commands.13.0/opam b/packages/tezos-baking-alpha-commands/tezos-baking-alpha-commands.13.0/opam new file mode 100644 index 000000000..8bde3f274 --- /dev/null +++ b/packages/tezos-baking-alpha-commands/tezos-baking-alpha-commands.13.0/opam @@ -0,0 +1,38 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-alpha" { = version } + "tezos-stdlib-unix" { = version } + "tezos-protocol-environment" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-client-alpha" { = version } + "tezos-client-commands" { = version } + "tezos-baking-alpha" { = version } + "tezos-rpc" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for baking" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-alpha-commands/tezos-baking-alpha-commands.14.0/opam b/packages/tezos-baking-alpha-commands/tezos-baking-alpha-commands.14.0/opam new file mode 100644 index 000000000..94390812c --- /dev/null +++ b/packages/tezos-baking-alpha-commands/tezos-baking-alpha-commands.14.0/opam @@ -0,0 +1,38 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-alpha" { = version } + "tezos-stdlib-unix" { = version } + "tezos-protocol-environment" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-client-alpha" { = version } + "tezos-client-commands" { = version } + "tezos-baking-alpha" { = version } + "tezos-rpc" { = version } + "uri" {>= "2.2.0" & <= "4.4.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for baking" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-alpha-commands/tezos-baking-alpha-commands.15.0/opam b/packages/tezos-baking-alpha-commands/tezos-baking-alpha-commands.15.0/opam new file mode 100644 index 000000000..1b0cff7e6 --- /dev/null +++ b/packages/tezos-baking-alpha-commands/tezos-baking-alpha-commands.15.0/opam @@ -0,0 +1,38 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-alpha" { = version } + "tezos-protocol-environment" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-client-alpha" { = version } + "tezos-client-commands" { = version } + "tezos-baking-alpha" { = version } + "tezos-rpc" { = version } + "tezos-stdlib-unix" { = version } + "uri" {>= "2.2.0" & <= "4.4.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for baking" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-alpha-commands/tezos-baking-alpha-commands.15.1/opam b/packages/tezos-baking-alpha-commands/tezos-baking-alpha-commands.15.1/opam new file mode 100644 index 000000000..6fa889000 --- /dev/null +++ b/packages/tezos-baking-alpha-commands/tezos-baking-alpha-commands.15.1/opam @@ -0,0 +1,38 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-alpha" { = version } + "tezos-stdlib-unix" { = version } + "tezos-protocol-environment" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-client-alpha" { = version } + "tezos-client-commands" { = version } + "tezos-baking-alpha" { = version } + "tezos-rpc" { = version } + "uri" {>= "2.2.0" & <= "4.4.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for baking" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-alpha-commands/tezos-baking-alpha-commands.17.1/opam b/packages/tezos-baking-alpha-commands/tezos-baking-alpha-commands.17.1/opam new file mode 100644 index 000000000..eacb08526 --- /dev/null +++ b/packages/tezos-baking-alpha-commands/tezos-baking-alpha-commands.17.1/opam @@ -0,0 +1,39 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-base" { = version } + "tezos-protocol-alpha" { = version } + "tezos-stdlib-unix" { = version } + "tezos-protocol-environment" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-client-alpha" { = version } + "tezos-client-commands" { = version } + "tezos-baking-alpha" { = version } + "tezos-rpc" { = version } + "uri" {>= "3.1.0" & <= "4.4.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for baking" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-alpha-commands/tezos-baking-alpha-commands.17.2/opam b/packages/tezos-baking-alpha-commands/tezos-baking-alpha-commands.17.2/opam new file mode 100644 index 000000000..0a0e78416 --- /dev/null +++ b/packages/tezos-baking-alpha-commands/tezos-baking-alpha-commands.17.2/opam @@ -0,0 +1,39 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-base" { = version } + "tezos-protocol-alpha" { = version } + "tezos-stdlib-unix" { = version } + "tezos-protocol-environment" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-client-alpha" { = version } + "tezos-client-commands" { = version } + "tezos-baking-alpha" { = version } + "tezos-rpc" { = version } + "uri" {>= "3.1.0" & <= "4.4.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for baking" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-alpha-commands/tezos-baking-alpha-commands.7.0/opam b/packages/tezos-baking-alpha-commands/tezos-baking-alpha-commands.7.0/opam new file mode 100644 index 000000000..61b6b945a --- /dev/null +++ b/packages/tezos-baking-alpha-commands/tezos-baking-alpha-commands.7.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-baking-alpha" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for baking" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.0.tar.bz2" + checksum: [ + "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91" + "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-alpha-commands/tezos-baking-alpha-commands.7.1/opam b/packages/tezos-baking-alpha-commands/tezos-baking-alpha-commands.7.1/opam new file mode 100644 index 000000000..f4724770e --- /dev/null +++ b/packages/tezos-baking-alpha-commands/tezos-baking-alpha-commands.7.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-baking-alpha" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for baking" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.1.tar.bz2" + checksum: [ + "sha256=3675d856c4b818da7f5de0b85b86a48d3883f1210cfef28ef3233a047e74bed6" + "sha512=d6abdef9a6643b2ffe8141ecc625dcc2a939131e2e5cc158c74aba8c403bd4072b7fc403ccfa6d766696604ad112495dd9db1ece8a3ae5a4693071dfdffcbda5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-alpha-commands/tezos-baking-alpha-commands.7.2/opam b/packages/tezos-baking-alpha-commands/tezos-baking-alpha-commands.7.2/opam new file mode 100644 index 000000000..bbd5f9584 --- /dev/null +++ b/packages/tezos-baking-alpha-commands/tezos-baking-alpha-commands.7.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-baking-alpha" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for baking" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.2.tar.bz2" + checksum: [ + "sha256=abb52ad63345943d20f3edc4c3507474af94c001c8bf58138f47341942036cec" + "sha512=c823ca801cbc4005f5fc6ea5236d93569410c034da3ed32939ef64a0f2c19a34444fac12e13c72e5a1e15a401b655e58ffdbbb66ce0516e5968f621677b96117" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-alpha-commands/tezos-baking-alpha-commands.7.3/opam b/packages/tezos-baking-alpha-commands/tezos-baking-alpha-commands.7.3/opam new file mode 100644 index 000000000..63719860a --- /dev/null +++ b/packages/tezos-baking-alpha-commands/tezos-baking-alpha-commands.7.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-baking-alpha" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for baking" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.3.tar.bz2" + checksum: [ + "sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" + "sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-alpha-commands/tezos-baking-alpha-commands.7.4/opam b/packages/tezos-baking-alpha-commands/tezos-baking-alpha-commands.7.4/opam new file mode 100644 index 000000000..23384de2b --- /dev/null +++ b/packages/tezos-baking-alpha-commands/tezos-baking-alpha-commands.7.4/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-baking-alpha" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for baking" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-alpha-commands/tezos-baking-alpha-commands.8.0/opam b/packages/tezos-baking-alpha-commands/tezos-baking-alpha-commands.8.0/opam new file mode 100644 index 000000000..d25bc4225 --- /dev/null +++ b/packages/tezos-baking-alpha-commands/tezos-baking-alpha-commands.8.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-baking-alpha" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for baking" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-alpha-commands/tezos-baking-alpha-commands.8.1/opam b/packages/tezos-baking-alpha-commands/tezos-baking-alpha-commands.8.1/opam new file mode 100644 index 000000000..2daf9b514 --- /dev/null +++ b/packages/tezos-baking-alpha-commands/tezos-baking-alpha-commands.8.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-baking-alpha" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for baking" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-alpha-commands/tezos-baking-alpha-commands.8.2/opam b/packages/tezos-baking-alpha-commands/tezos-baking-alpha-commands.8.2/opam new file mode 100644 index 000000000..0c5012fbe --- /dev/null +++ b/packages/tezos-baking-alpha-commands/tezos-baking-alpha-commands.8.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-baking-alpha" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for baking" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-alpha-commands/tezos-baking-alpha-commands.8.3/opam b/packages/tezos-baking-alpha-commands/tezos-baking-alpha-commands.8.3/opam new file mode 100644 index 000000000..bb89f7399 --- /dev/null +++ b/packages/tezos-baking-alpha-commands/tezos-baking-alpha-commands.8.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-baking-alpha" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for baking" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-alpha-commands/tezos-baking-alpha-commands.9.0/opam b/packages/tezos-baking-alpha-commands/tezos-baking-alpha-commands.9.0/opam new file mode 100644 index 000000000..99a0dd984 --- /dev/null +++ b/packages/tezos-baking-alpha-commands/tezos-baking-alpha-commands.9.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-baking-alpha" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for baking" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-alpha-commands/tezos-baking-alpha-commands.9.1/opam b/packages/tezos-baking-alpha-commands/tezos-baking-alpha-commands.9.1/opam new file mode 100644 index 000000000..f8f5edc92 --- /dev/null +++ b/packages/tezos-baking-alpha-commands/tezos-baking-alpha-commands.9.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-baking-alpha" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for baking" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-alpha-commands/tezos-baking-alpha-commands.9.2/opam b/packages/tezos-baking-alpha-commands/tezos-baking-alpha-commands.9.2/opam new file mode 100644 index 000000000..b93692012 --- /dev/null +++ b/packages/tezos-baking-alpha-commands/tezos-baking-alpha-commands.9.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-baking-alpha" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for baking" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-alpha-commands/tezos-baking-alpha-commands.9.3/opam b/packages/tezos-baking-alpha-commands/tezos-baking-alpha-commands.9.3/opam new file mode 100644 index 000000000..b8396f64e --- /dev/null +++ b/packages/tezos-baking-alpha-commands/tezos-baking-alpha-commands.9.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-baking-alpha" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for baking" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-alpha-commands/tezos-baking-alpha-commands.9.4/opam b/packages/tezos-baking-alpha-commands/tezos-baking-alpha-commands.9.4/opam new file mode 100644 index 000000000..bf80b870e --- /dev/null +++ b/packages/tezos-baking-alpha-commands/tezos-baking-alpha-commands.9.4/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-baking-alpha" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for baking" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-alpha-commands/tezos-baking-alpha-commands.9.7/opam b/packages/tezos-baking-alpha-commands/tezos-baking-alpha-commands.9.7/opam new file mode 100644 index 000000000..543e398f6 --- /dev/null +++ b/packages/tezos-baking-alpha-commands/tezos-baking-alpha-commands.9.7/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-baking-alpha" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for baking" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-alpha/tezos-baking-alpha.10.2/opam b/packages/tezos-baking-alpha/tezos-baking-alpha.10.2/opam new file mode 100644 index 000000000..adb37ec71 --- /dev/null +++ b/packages/tezos-baking-alpha/tezos-baking-alpha.10.2/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-shell-context" { = version } + "tezos-client-commands" { = version } + "tezos-client-alpha" { = version } + "lwt-exit" {= "1.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: base library for `tezos-baker/endorser/accuser`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-alpha/tezos-baking-alpha.11.0/opam b/packages/tezos-baking-alpha/tezos-baking-alpha.11.0/opam new file mode 100644 index 000000000..fcbec77c0 --- /dev/null +++ b/packages/tezos-baking-alpha/tezos-baking-alpha.11.0/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-shell-context" { = version } + "tezos-client-commands" { = version } + "tezos-client-alpha" { = version } + "lwt-exit" {= "1.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: base library for `tezos-baker/endorser/accuser`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-alpha/tezos-baking-alpha.11.1/opam b/packages/tezos-baking-alpha/tezos-baking-alpha.11.1/opam new file mode 100644 index 000000000..cc00bb3bf --- /dev/null +++ b/packages/tezos-baking-alpha/tezos-baking-alpha.11.1/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-shell-context" { = version } + "tezos-client-commands" { = version } + "tezos-client-alpha" { = version } + "lwt-exit" {= "1.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: base library for `tezos-baker/endorser/accuser`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-alpha/tezos-baking-alpha.12.0/opam b/packages/tezos-baking-alpha/tezos-baking-alpha.12.0/opam new file mode 100644 index 000000000..650ec8cc1 --- /dev/null +++ b/packages/tezos-baking-alpha/tezos-baking-alpha.12.0/opam @@ -0,0 +1,38 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-shell-context" { = version } + "tezos-client-commands" { = version } + "tezos-client-alpha" { = version } + "lwt-exit" {= "1.0"} + "tezos-base-test-helpers" { with-test & = version } + "tezos-protocol-alpha-parameters" { with-test & = version } + "alcotest-lwt" {with-test & <= "1.8.0"} + "tezos-alpha-test-helpers" { with-test & = version } + "tezos-client-base-unix" { = version } # should be & with-test +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: base library for `tezos-baker/endorser/accuser`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-alpha/tezos-baking-alpha.12.3/opam b/packages/tezos-baking-alpha/tezos-baking-alpha.12.3/opam new file mode 100644 index 000000000..a6afc57c8 --- /dev/null +++ b/packages/tezos-baking-alpha/tezos-baking-alpha.12.3/opam @@ -0,0 +1,37 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-shell-context" { = version } + "tezos-client-commands" { = version } + "tezos-client-alpha" { = version } + "lwt-exit" {= "1.0"} + "tezos-base-test-helpers" { with-test & = version } + "tezos-protocol-alpha-parameters" { with-test & = version } + "alcotest-lwt" {with-test & <= "1.8.0"} + "tezos-alpha-test-helpers" { with-test & = version } + "tezos-client-base-unix" { = version } # should be & with-test +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: base library for `tezos-baker/endorser/accuser`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-alpha/tezos-baking-alpha.13.0/opam b/packages/tezos-baking-alpha/tezos-baking-alpha.13.0/opam new file mode 100644 index 000000000..92bfd637d --- /dev/null +++ b/packages/tezos-baking-alpha/tezos-baking-alpha.13.0/opam @@ -0,0 +1,57 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-version" { = version } + "tezos-protocol-alpha" { = version } + "tezos-protocol-plugin-alpha" { = version } + "tezos-protocol-environment" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-client-alpha" { = version } + "tezos-client-commands" { = version } + "tezos-stdlib" { = version } + "tezos-stdlib-unix" { = version } + "tezos-shell-context" { = version } + "tezos-context" { = version } + "tezos-rpc-http-client-unix" { = version } + "tezos-rpc" { = version } + "tezos-rpc-http" { = version } + "lwt-canceler" {= "0.3"} + "lwt-exit" {= "1.0"} + "tezos-tooling" { = version } + "data-encoding" { >= "0.5.3" & < "0.6" } + "tezos-client-base-unix" { = version } + "tezos-protocol-alpha-parameters" { = version } + "tezos-mockup" { = version } + "tezos-mockup-proxy" { = version } + "tezos-mockup-commands" { = version } + "tezos-micheline" { with-test & = version } + "tezos-base-test-helpers" { with-test & = version } + "tezos-crypto" { with-test & = version } + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: base library for `tezos-baker/accuser`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-alpha/tezos-baking-alpha.14.0/opam b/packages/tezos-baking-alpha/tezos-baking-alpha.14.0/opam new file mode 100644 index 000000000..9c505b036 --- /dev/null +++ b/packages/tezos-baking-alpha/tezos-baking-alpha.14.0/opam @@ -0,0 +1,56 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-version" { = version } + "tezos-protocol-alpha" { = version } + "tezos-protocol-plugin-alpha" { = version } + "tezos-protocol-environment" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-client-alpha" { = version } + "tezos-client-commands" { = version } + "tezos-stdlib" { = version } + "tezos-stdlib-unix" { = version } + "tezos-shell-context" { = version } + "tezos-context" { = version } + "tezos-rpc-http-client-unix" { = version } + "tezos-context-ops" { = version } + "tezos-rpc" { = version } + "tezos-rpc-http" { = version } + "lwt-canceler" {= "0.3"} + "lwt-exit" {= "1.0"} + "uri" {>= "2.2.0" & <= "4.4.0"} + "data-encoding" { >= "0.6" & < "0.7" } + "tezos-client-base-unix" { = version } + "tezos-mockup" { = version } + "tezos-mockup-proxy" { = version } + "tezos-mockup-commands" { = version } + "tezos-micheline" { with-test & = version } + "tezos-base-test-helpers" { with-test & = version } + "tezos-crypto" { with-test & = version } + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: base library for `tezos-baker/accuser`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-alpha/tezos-baking-alpha.15.0/opam b/packages/tezos-baking-alpha/tezos-baking-alpha.15.0/opam new file mode 100644 index 000000000..41c0ac2b3 --- /dev/null +++ b/packages/tezos-baking-alpha/tezos-baking-alpha.15.0/opam @@ -0,0 +1,57 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-micheline" { with-test & = version } + "tezos-client-alpha" { = version } + "tezos-protocol-alpha" { = version } + "tezos-base-test-helpers" { with-test & = version } + "tezos-crypto" { with-test & = version } + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} + "uri" {>= "2.2.0" & <= "4.4.0"} + "tezos-client-commands" { = version } + "tezos-stdlib-unix" { = version } + "tezos-client-base-unix" { = version } + "tezos-mockup" { = version } + "tezos-mockup-proxy" { = version } + "tezos-mockup-commands" { = version } + "tezos-client-base" { = version } + "data-encoding" { >= "0.6" & < "0.7" } + "tezos-clic" { = version } + "tezos-version" { = version } + "tezos-protocol-plugin-alpha" { = version } + "tezos-protocol-environment" { = version } + "tezos-shell-services" { = version } + "tezos-stdlib" { = version } + "tezos-shell-context" { = version } + "tezos-context" { = version } + "tezos-rpc-http-client-unix" { = version } + "tezos-context-ops" { = version } + "tezos-rpc" { = version } + "tezos-rpc-http" { = version } + "lwt-canceler" {= "0.3"} + "lwt-exit" {= "1.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] +# ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: base library for `tezos-baker/accuser`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-alpha/tezos-baking-alpha.15.1/opam b/packages/tezos-baking-alpha/tezos-baking-alpha.15.1/opam new file mode 100644 index 000000000..b28cad423 --- /dev/null +++ b/packages/tezos-baking-alpha/tezos-baking-alpha.15.1/opam @@ -0,0 +1,57 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-version" { = version } + "tezos-protocol-alpha" { = version } + "tezos-protocol-plugin-alpha" { = version } + "tezos-protocol-environment" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-client-alpha" { = version } + "tezos-client-commands" { = version } + "tezos-stdlib" { = version } + "tezos-stdlib-unix" { = version } + "tezos-shell-context" { = version } + "tezos-context" { = version } + "tezos-rpc-http-client-unix" { = version } + "tezos-context-ops" { = version } + "tezos-rpc" { = version } + "tezos-rpc-http" { = version } + "lwt-canceler" {= "0.3"} + "lwt-exit" {= "1.0"} + "uri" {>= "2.2.0" & <= "4.4.0"} + "data-encoding" { >= "0.6" & < "0.7" } + "tezos-client-base-unix" { = version } + "tezos-mockup" { = version } + "tezos-mockup-proxy" { = version } + "tezos-mockup-commands" { = version } + "tezos-micheline" { with-test & = version } + "tezos-base-test-helpers" { with-test & = version } + "tezos-crypto" { with-test & = version } + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] +# ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: base library for `tezos-baker/accuser`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-alpha/tezos-baking-alpha.17.1/opam b/packages/tezos-baking-alpha/tezos-baking-alpha.17.1/opam new file mode 100644 index 000000000..5fd5237bd --- /dev/null +++ b/packages/tezos-baking-alpha/tezos-baking-alpha.17.1/opam @@ -0,0 +1,60 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-version" { = version } + "tezos-protocol-alpha" { = version } + "tezos-protocol-plugin-alpha" { = version } + "tezos-protocol-environment" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-client-alpha" { = version } + "tezos-client-commands" { = version } + "tezos-stdlib" { = version } + "tezos-stdlib-unix" { = version } + "tezos-shell-context" { = version } + "tezos-context" { = version } + "tezos-rpc-http-client-unix" { = version } + "tezos-context-ops" { = version } + "tezos-rpc" { = version } + "tezos-rpc-http" { = version } + "tezos-dal-node-services" { = version } + "lwt-canceler" {= "0.3"} + "lwt-exit" {= "1.0"} + "uri" {>= "3.1.0" & <= "4.4.0"} + "data-encoding" { >= "0.7.1" & < "1.0.0" } + "tezos-client-base-unix" { = version } + "tezos-mockup" { = version } + "tezos-mockup-proxy" { = version } + "tezos-mockup-commands" { = version } + "tezt" {with-test & >= "3.1.0" & <= "4.1.0"} + "tezos-micheline" { with-test & = version } + "tezos-base-test-helpers" { with-test & = version } + "tezos-crypto" { with-test & = version } + "octez-alcotezt" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] { with-test & ocaml:native } +] +synopsis: "Tezos/Protocol: base library for `tezos-baker/accuser`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-alpha/tezos-baking-alpha.17.2/opam b/packages/tezos-baking-alpha/tezos-baking-alpha.17.2/opam new file mode 100644 index 000000000..c9436d415 --- /dev/null +++ b/packages/tezos-baking-alpha/tezos-baking-alpha.17.2/opam @@ -0,0 +1,60 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-version" { = version } + "tezos-protocol-alpha" { = version } + "tezos-protocol-plugin-alpha" { = version } + "tezos-protocol-environment" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-client-alpha" { = version } + "tezos-client-commands" { = version } + "tezos-stdlib" { = version } + "tezos-stdlib-unix" { = version } + "tezos-shell-context" { = version } + "tezos-context" { = version } + "tezos-rpc-http-client-unix" { = version } + "tezos-context-ops" { = version } + "tezos-rpc" { = version } + "tezos-rpc-http" { = version } + "tezos-dal-node-services" { = version } + "lwt-canceler" {= "0.3"} + "lwt-exit" {= "1.0"} + "uri" {>= "3.1.0" & <= "4.4.0"} + "data-encoding" { >= "0.7.1" & < "1.0.0" } + "tezos-client-base-unix" { = version } + "tezos-mockup" { = version } + "tezos-mockup-proxy" { = version } + "tezos-mockup-commands" { = version } + "tezt" {with-test & >= "3.1.0" & <= "4.1.0"} + "tezos-micheline" { with-test & = version } + "tezos-base-test-helpers" { with-test & = version } + "tezos-crypto" { with-test & = version } + "octez-alcotezt" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] { with-test & ocaml:native } +] +synopsis: "Tezos/Protocol: base library for `tezos-baker/accuser`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-alpha/tezos-baking-alpha.7.0/opam b/packages/tezos-baking-alpha/tezos-baking-alpha.7.0/opam new file mode 100644 index 000000000..077bc9a98 --- /dev/null +++ b/packages/tezos-baking-alpha/tezos-baking-alpha.7.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-shell-context" { = version } + "tezos-client-commands" { = version } + "tezos-client-alpha" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: base library for `tezos-baker/endorser/accuser`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.0.tar.bz2" + checksum: [ + "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91" + "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-alpha/tezos-baking-alpha.7.1/opam b/packages/tezos-baking-alpha/tezos-baking-alpha.7.1/opam new file mode 100644 index 000000000..05c1d4263 --- /dev/null +++ b/packages/tezos-baking-alpha/tezos-baking-alpha.7.1/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-shell-context" { = version } + "tezos-client-commands" { = version } + "tezos-client-alpha" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: base library for `tezos-baker/endorser/accuser`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.1.tar.bz2" + checksum: [ + "sha256=3675d856c4b818da7f5de0b85b86a48d3883f1210cfef28ef3233a047e74bed6" + "sha512=d6abdef9a6643b2ffe8141ecc625dcc2a939131e2e5cc158c74aba8c403bd4072b7fc403ccfa6d766696604ad112495dd9db1ece8a3ae5a4693071dfdffcbda5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-alpha/tezos-baking-alpha.7.2/opam b/packages/tezos-baking-alpha/tezos-baking-alpha.7.2/opam new file mode 100644 index 000000000..fa34ff888 --- /dev/null +++ b/packages/tezos-baking-alpha/tezos-baking-alpha.7.2/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-shell-context" { = version } + "tezos-client-commands" { = version } + "tezos-client-alpha" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: base library for `tezos-baker/endorser/accuser`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.2.tar.bz2" + checksum: [ + "sha256=abb52ad63345943d20f3edc4c3507474af94c001c8bf58138f47341942036cec" + "sha512=c823ca801cbc4005f5fc6ea5236d93569410c034da3ed32939ef64a0f2c19a34444fac12e13c72e5a1e15a401b655e58ffdbbb66ce0516e5968f621677b96117" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-alpha/tezos-baking-alpha.7.3/opam b/packages/tezos-baking-alpha/tezos-baking-alpha.7.3/opam new file mode 100644 index 000000000..d5923f902 --- /dev/null +++ b/packages/tezos-baking-alpha/tezos-baking-alpha.7.3/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-shell-context" { = version } + "tezos-client-commands" { = version } + "tezos-client-alpha" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: base library for `tezos-baker/endorser/accuser`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.3.tar.bz2" + checksum: [ + "sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" + "sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-alpha/tezos-baking-alpha.7.4/opam b/packages/tezos-baking-alpha/tezos-baking-alpha.7.4/opam new file mode 100644 index 000000000..2f557d380 --- /dev/null +++ b/packages/tezos-baking-alpha/tezos-baking-alpha.7.4/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-shell-context" { = version } + "tezos-client-commands" { = version } + "tezos-client-alpha" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: base library for `tezos-baker/endorser/accuser`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-alpha/tezos-baking-alpha.8.0/opam b/packages/tezos-baking-alpha/tezos-baking-alpha.8.0/opam new file mode 100644 index 000000000..af350459a --- /dev/null +++ b/packages/tezos-baking-alpha/tezos-baking-alpha.8.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-shell-context" { = version } + "tezos-client-commands" { = version } + "tezos-client-alpha" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: base library for `tezos-baker/endorser/accuser`" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-alpha/tezos-baking-alpha.8.1/opam b/packages/tezos-baking-alpha/tezos-baking-alpha.8.1/opam new file mode 100644 index 000000000..8e94a7065 --- /dev/null +++ b/packages/tezos-baking-alpha/tezos-baking-alpha.8.1/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-shell-context" { = version } + "tezos-client-commands" { = version } + "tezos-client-alpha" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: base library for `tezos-baker/endorser/accuser`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-alpha/tezos-baking-alpha.8.2/opam b/packages/tezos-baking-alpha/tezos-baking-alpha.8.2/opam new file mode 100644 index 000000000..76553cbc6 --- /dev/null +++ b/packages/tezos-baking-alpha/tezos-baking-alpha.8.2/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-shell-context" { = version } + "tezos-client-commands" { = version } + "tezos-client-alpha" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: base library for `tezos-baker/endorser/accuser`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-alpha/tezos-baking-alpha.8.3/opam b/packages/tezos-baking-alpha/tezos-baking-alpha.8.3/opam new file mode 100644 index 000000000..7bd40bcc6 --- /dev/null +++ b/packages/tezos-baking-alpha/tezos-baking-alpha.8.3/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-shell-context" { = version } + "tezos-client-commands" { = version } + "tezos-client-alpha" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: base library for `tezos-baker/endorser/accuser`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-alpha/tezos-baking-alpha.9.0/opam b/packages/tezos-baking-alpha/tezos-baking-alpha.9.0/opam new file mode 100644 index 000000000..e543eaa40 --- /dev/null +++ b/packages/tezos-baking-alpha/tezos-baking-alpha.9.0/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-shell-context" { = version } + "tezos-client-commands" { = version } + "tezos-client-alpha" { = version } + "lwt-exit" {= "1.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: base library for `tezos-baker/endorser/accuser`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-alpha/tezos-baking-alpha.9.1/opam b/packages/tezos-baking-alpha/tezos-baking-alpha.9.1/opam new file mode 100644 index 000000000..32b884939 --- /dev/null +++ b/packages/tezos-baking-alpha/tezos-baking-alpha.9.1/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-shell-context" { = version } + "tezos-client-commands" { = version } + "tezos-client-alpha" { = version } + "lwt-exit" {= "1.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: base library for `tezos-baker/endorser/accuser`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-alpha/tezos-baking-alpha.9.2/opam b/packages/tezos-baking-alpha/tezos-baking-alpha.9.2/opam new file mode 100644 index 000000000..a5ad09e80 --- /dev/null +++ b/packages/tezos-baking-alpha/tezos-baking-alpha.9.2/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-shell-context" { = version } + "tezos-client-commands" { = version } + "tezos-client-alpha" { = version } + "lwt-exit" {= "1.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: base library for `tezos-baker/endorser/accuser`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-alpha/tezos-baking-alpha.9.3/opam b/packages/tezos-baking-alpha/tezos-baking-alpha.9.3/opam new file mode 100644 index 000000000..55dcf6fd7 --- /dev/null +++ b/packages/tezos-baking-alpha/tezos-baking-alpha.9.3/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-shell-context" { = version } + "tezos-client-commands" { = version } + "tezos-client-alpha" { = version } + "lwt-exit" {= "1.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: base library for `tezos-baker/endorser/accuser`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-alpha/tezos-baking-alpha.9.4/opam b/packages/tezos-baking-alpha/tezos-baking-alpha.9.4/opam new file mode 100644 index 000000000..536a3679c --- /dev/null +++ b/packages/tezos-baking-alpha/tezos-baking-alpha.9.4/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-shell-context" { = version } + "tezos-client-commands" { = version } + "tezos-client-alpha" { = version } + "lwt-exit" {= "1.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: base library for `tezos-baker/endorser/accuser`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-baking-alpha/tezos-baking-alpha.9.7/opam b/packages/tezos-baking-alpha/tezos-baking-alpha.9.7/opam new file mode 100644 index 000000000..c0cd9bada --- /dev/null +++ b/packages/tezos-baking-alpha/tezos-baking-alpha.9.7/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-shell-context" { = version } + "tezos-client-commands" { = version } + "tezos-client-alpha" { = version } + "lwt-exit" {= "1.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_delegate/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: base library for `tezos-baker/endorser/accuser`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-base-test-helpers/tezos-base-test-helpers.11.0/opam b/packages/tezos-base-test-helpers/tezos-base-test-helpers.11.0/opam new file mode 100644 index 000000000..84a30dc36 --- /dev/null +++ b/packages/tezos-base-test-helpers/tezos-base-test-helpers.11.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-event-logging-test-helpers" { = version } + "alcotest" {<= "1.8.0"} + "alcotest-lwt" {>= "1.4.0" & <= "1.8.0"} + "tezos-test-helpers" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_base/test_helpers/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: Tezos base test helpers" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-base-test-helpers/tezos-base-test-helpers.11.1/opam b/packages/tezos-base-test-helpers/tezos-base-test-helpers.11.1/opam new file mode 100644 index 000000000..ecfc156ff --- /dev/null +++ b/packages/tezos-base-test-helpers/tezos-base-test-helpers.11.1/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-event-logging-test-helpers" { = version } + "alcotest" {<= "1.8.0"} + "alcotest-lwt" {>= "1.4.0" & <= "1.8.0"} + "tezos-test-helpers" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_base/test_helpers/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: Tezos base test helpers" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-base-test-helpers/tezos-base-test-helpers.12.0/opam b/packages/tezos-base-test-helpers/tezos-base-test-helpers.12.0/opam new file mode 100644 index 000000000..679026dd5 --- /dev/null +++ b/packages/tezos-base-test-helpers/tezos-base-test-helpers.12.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-event-logging-test-helpers" { = version } + "alcotest" {<= "1.8.0"} + "alcotest-lwt" {>= "1.4.0" & <= "1.8.0"} + "tezos-test-helpers" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_base/test_helpers/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: Tezos base test helpers" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-base-test-helpers/tezos-base-test-helpers.13.0/opam b/packages/tezos-base-test-helpers/tezos-base-test-helpers.13.0/opam new file mode 100644 index 000000000..7b457f908 --- /dev/null +++ b/packages/tezos-base-test-helpers/tezos-base-test-helpers.13.0/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-stdlib-unix" { = version } + "tezos-event-logging-test-helpers" { = version } + "tezos-test-helpers" { = version } + "alcotest" {>= "1.5.0" & <= "1.8.0"} + "alcotest-lwt" {>= "1.5.0" & <= "1.8.0"} + "qcheck-alcotest" {>= "0.18" & <= "0.23"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_base/test_helpers/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: Tezos base test helpers" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-base-test-helpers/tezos-base-test-helpers.14.0/opam b/packages/tezos-base-test-helpers/tezos-base-test-helpers.14.0/opam new file mode 100644 index 000000000..f0d3a2da1 --- /dev/null +++ b/packages/tezos-base-test-helpers/tezos-base-test-helpers.14.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-stdlib-unix" { = version } + "tezos-event-logging-test-helpers" { = version } + "tezos-test-helpers" { = version } + "alcotest" {>= "1.5.0" & <= "1.8.0"} + "alcotest-lwt" {>= "1.5.0" & <= "1.8.0"} + "qcheck-alcotest" {>= "0.18" & <= "0.23"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: Tezos base test helpers" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-base-test-helpers/tezos-base-test-helpers.15.0/opam b/packages/tezos-base-test-helpers/tezos-base-test-helpers.15.0/opam new file mode 100644 index 000000000..aa533137f --- /dev/null +++ b/packages/tezos-base-test-helpers/tezos-base-test-helpers.15.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-stdlib-unix" { = version } + "tezos-event-logging-test-helpers" { = version } + "tezos-test-helpers" { = version } + "alcotest" {>= "1.5.0" & <= "1.8.0"} + "alcotest-lwt" {>= "1.5.0" & <= "1.8.0"} + "qcheck-alcotest" {>= "0.18" & <= "0.23"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: Tezos base test helpers" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-base-test-helpers/tezos-base-test-helpers.15.1/opam b/packages/tezos-base-test-helpers/tezos-base-test-helpers.15.1/opam new file mode 100644 index 000000000..60b0cca17 --- /dev/null +++ b/packages/tezos-base-test-helpers/tezos-base-test-helpers.15.1/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-stdlib-unix" { = version } + "tezos-event-logging-test-helpers" { = version } + "tezos-test-helpers" { = version } + "alcotest" {>= "1.5.0" & <= "1.8.0"} + "alcotest-lwt" {>= "1.5.0" & <= "1.8.0"} + "qcheck-alcotest" {>= "0.18" & <= "0.23"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: Tezos base test helpers" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-base-test-helpers/tezos-base-test-helpers.17.1/opam b/packages/tezos-base-test-helpers/tezos-base-test-helpers.17.1/opam new file mode 100644 index 000000000..cb776138d --- /dev/null +++ b/packages/tezos-base-test-helpers/tezos-base-test-helpers.17.1/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-base" { = version } + "tezos-stdlib-unix" { = version } + "tezos-event-logging-test-helpers" { = version } + "tezos-test-helpers" { = version } + "octez-alcotezt" { = version } + "qcheck-alcotest" {>= "0.20" & <= "0.23"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: Tezos base test helpers" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-base-test-helpers/tezos-base-test-helpers.17.2/opam b/packages/tezos-base-test-helpers/tezos-base-test-helpers.17.2/opam new file mode 100644 index 000000000..8c250b6e5 --- /dev/null +++ b/packages/tezos-base-test-helpers/tezos-base-test-helpers.17.2/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-base" { = version } + "tezos-stdlib-unix" { = version } + "tezos-event-logging-test-helpers" { = version } + "tezos-test-helpers" { = version } + "octez-alcotezt" { = version } + "qcheck-alcotest" {>= "0.20" & <= "0.23"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: Tezos base test helpers" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-base/tezos-base.11.0/opam b/packages/tezos-base/tezos-base.11.0/opam new file mode 100644 index 000000000..7e7e1e393 --- /dev/null +++ b/packages/tezos-base/tezos-base.11.0/opam @@ -0,0 +1,38 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-crypto" { = version } + "bls12-381-unix" {<= "2.0.1"} + "tezos-hacl-glue-unix" { = version } + "tezos-micheline" { = version } + "tezos-clic" { = version } + "ptime" {>= "0.8.4" & <= "1.2.0"} + "ipaddr" {>= "5.0.0" & < "6.0.0" & <= "5.6.0"} + "tezos-test-helpers" { with-test & = version } + "qcheck-alcotest" {with-test & <= "0.23"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_base/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: meta-package and pervasive type definitions for Tezos" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-base/tezos-base.11.1/opam b/packages/tezos-base/tezos-base.11.1/opam new file mode 100644 index 000000000..cd4a25b68 --- /dev/null +++ b/packages/tezos-base/tezos-base.11.1/opam @@ -0,0 +1,38 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-crypto" { = version } + "bls12-381-unix" {<= "2.0.1"} + "tezos-hacl-glue-unix" { = version } + "tezos-micheline" { = version } + "tezos-clic" { = version } + "ptime" {>= "0.8.4" & <= "1.2.0"} + "ipaddr" {>= "5.0.0" & < "6.0.0" & <= "5.6.0"} + "tezos-test-helpers" { with-test & = version } + "qcheck-alcotest" {with-test & <= "0.23"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_base/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: meta-package and pervasive type definitions for Tezos" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-base/tezos-base.12.0/opam b/packages/tezos-base/tezos-base.12.0/opam new file mode 100644 index 000000000..215953076 --- /dev/null +++ b/packages/tezos-base/tezos-base.12.0/opam @@ -0,0 +1,37 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-crypto" { = version } + "bls12-381-unix" {<= "2.0.1"} + "tezos-hacl-glue-unix" { = version } + "tezos-micheline" { = version } + "tezos-clic" { = version } + "ptime" {>= "0.8.4" & <= "1.2.0"} + "ipaddr" {>= "5.0.0" & < "6.0.0" & <= "5.6.0"} + "tezos-test-helpers" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_base/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test & arch != "x86_32" & arch != "arm32"} +] +synopsis: "Tezos: meta-package and pervasive type definitions for Tezos" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-base/tezos-base.13.0/opam b/packages/tezos-base/tezos-base.13.0/opam new file mode 100644 index 000000000..db41d20da --- /dev/null +++ b/packages/tezos-base/tezos-base.13.0/opam @@ -0,0 +1,44 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-stdlib" { = version } + "tezos-crypto" { = version } + "data-encoding" { >= "0.5.3" & < "0.6" } + "tezos-error-monad" { = version } + "tezos-rpc" { = version } + "tezos-clic" { = version } + "tezos-micheline" { = version } + "tezos-event-logging" { = version } + "ptime" {>= "1.0.0" & <= "1.2.0"} + "ezjsonm" {>= "1.1.0" & <= "1.3.0"} + "lwt" {>= "5.4.0" & <= "5.9.0"} + "ipaddr" {>= "5.0.0" & < "6.0.0" & <= "5.6.0"} + "tezos-hacl" { = version } + "tezos-stdlib-unix" { = version } + "qcheck-alcotest" {with-test & >= "0.18" & <= "0.23"} + "tezos-test-helpers" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_base/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: meta-package and pervasive type definitions for Tezos" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-base/tezos-base.14.0/opam b/packages/tezos-base/tezos-base.14.0/opam new file mode 100644 index 000000000..387c1e92c --- /dev/null +++ b/packages/tezos-base/tezos-base.14.0/opam @@ -0,0 +1,44 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-stdlib" { = version } + "tezos-crypto" { = version } + "data-encoding" { >= "0.6" & < "0.7" } + "tezos-error-monad" { = version } + "tezos-rpc" { = version } + "tezos-clic" { = version } + "tezos-micheline" { = version } + "tezos-event-logging" { = version } + "ptime" {>= "1.0.0" & <= "1.2.0"} + "ezjsonm" {>= "1.1.0" & <= "1.3.0"} + "lwt" {>= "5.4.0" & <= "5.9.0"} + "ipaddr" {>= "5.0.0" & < "6.0.0" & <= "5.6.0"} + "uri" {>= "2.2.0" & <= "4.4.0"} + "tezos-hacl" { = version } + "tezos-stdlib-unix" { = version } + "qcheck-alcotest" {with-test & >= "0.18" & <= "0.23"} + "tezos-test-helpers" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: meta-package and pervasive type definitions for Tezos" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-base/tezos-base.15.0/opam b/packages/tezos-base/tezos-base.15.0/opam new file mode 100644 index 000000000..0728de3a2 --- /dev/null +++ b/packages/tezos-base/tezos-base.15.0/opam @@ -0,0 +1,43 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-error-monad" { = version } + "data-encoding" { >= "0.6" & < "0.7" } + "tezos-test-helpers" { with-test & = version } + "qcheck-alcotest" {with-test & >= "0.18" & <= "0.23"} + "tezos-crypto" { = version } + "tezos-hacl" { = version } + "tezos-stdlib" { = version } + "tezos-stdlib-unix" { = version } + "uri" {>= "2.2.0" & <= "4.4.0"} + "tezos-rpc" { = version } + "tezos-micheline" { = version } + "tezos-event-logging" { = version } + "ptime" {>= "1.0.0" & <= "1.2.0"} + "ezjsonm" {>= "1.1.0" & <= "1.3.0"} + "lwt" {>= "5.6.0" & <= "5.9.0"} + "ipaddr" {>= "5.0.0" & < "6.0.0" & <= "5.6.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: meta-package and pervasive type definitions for Tezos" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-base/tezos-base.15.1/opam b/packages/tezos-base/tezos-base.15.1/opam new file mode 100644 index 000000000..6f02396b1 --- /dev/null +++ b/packages/tezos-base/tezos-base.15.1/opam @@ -0,0 +1,43 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-stdlib" { = version } + "tezos-crypto" { = version } + "data-encoding" { >= "0.6" & < "0.7" } + "tezos-error-monad" { = version } + "tezos-rpc" { = version } + "tezos-micheline" { = version } + "tezos-event-logging" { = version } + "ptime" {>= "1.0.0" & <= "1.2.0"} + "ezjsonm" {>= "1.1.0" & <= "1.3.0"} + "lwt" {>= "5.6.0" & <= "5.9.0"} + "ipaddr" {>= "5.0.0" & < "6.0.0" & <= "5.6.0"} + "uri" {>= "2.2.0" & <= "4.4.0"} + "tezos-hacl" { = version } + "tezos-stdlib-unix" { = version } + "qcheck-alcotest" {with-test & >= "0.18" & <= "0.23"} + "tezos-test-helpers" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: meta-package and pervasive type definitions for Tezos" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-base/tezos-base.17.1/opam b/packages/tezos-base/tezos-base.17.1/opam new file mode 100644 index 000000000..dc3cf19b6 --- /dev/null +++ b/packages/tezos-base/tezos-base.17.1/opam @@ -0,0 +1,46 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-stdlib" { = version } + "tezos-crypto" { = version } + "data-encoding" { >= "0.7.1" & < "1.0.0" } + "tezos-error-monad" { = version } + "tezos-rpc" { = version } + "tezos-micheline" { = version } + "tezos-event-logging" { = version } + "ptime" {>= "1.1.0" & <= "1.2.0"} + "ezjsonm" {>= "1.1.0" & <= "1.3.0"} + "lwt" {>= "5.6.0" & <= "5.9.0"} + "ipaddr" {>= "5.0.0" & < "6.0.0" & <= "5.6.0"} + "uri" {>= "3.1.0" & <= "4.4.0"} + "tezos-hacl" { = version } + "tezos-stdlib-unix" { = version } + "tezt" {with-test & >= "3.1.0" & <= "4.1.0"} + "tezos-test-helpers" { with-test & = version } + "qcheck-alcotest" {with-test & >= "0.20" & <= "0.23"} + "octez-alcotezt" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] { with-test & ocaml:native } +] +synopsis: "Tezos: meta-package and pervasive type definitions for Tezos" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-base/tezos-base.17.2/opam b/packages/tezos-base/tezos-base.17.2/opam new file mode 100644 index 000000000..09fbde980 --- /dev/null +++ b/packages/tezos-base/tezos-base.17.2/opam @@ -0,0 +1,46 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-stdlib" { = version } + "tezos-crypto" { = version } + "data-encoding" { >= "0.7.1" & < "1.0.0" } + "tezos-error-monad" { = version } + "tezos-rpc" { = version } + "tezos-micheline" { = version } + "tezos-event-logging" { = version } + "ptime" {>= "1.1.0" & <= "1.2.0"} + "ezjsonm" {>= "1.1.0" & <= "1.3.0"} + "lwt" {>= "5.6.0" & <= "5.9.0"} + "ipaddr" {>= "5.0.0" & < "6.0.0" & <= "5.6.0"} + "uri" {>= "3.1.0" & <= "4.4.0"} + "tezos-hacl" { = version } + "tezos-stdlib-unix" { = version } + "tezt" {with-test & >= "3.1.0" & <= "4.1.0"} + "tezos-test-helpers" { with-test & = version } + "qcheck-alcotest" {with-test & >= "0.20" & <= "0.23"} + "octez-alcotezt" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] { with-test & ocaml:native } +] +synopsis: "Tezos: meta-package and pervasive type definitions for Tezos" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-base/tezos-base.7.0/opam b/packages/tezos-base/tezos-base.7.0/opam new file mode 100644 index 000000000..b425efbfa --- /dev/null +++ b/packages/tezos-base/tezos-base.7.0/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-clic" { = version } + "tezos-crypto" { = version } + "tezos-micheline" { = version } + "ptime" {>= "0.8.4" & <= "1.2.0"} + "ezjsonm" {>= "0.5.0" & <= "1.3.0"} + "ipaddr" { >= "4.0.0" & < "5.0.0" } + "re" {>= "1.7.2" & <= "1.12.0"} +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_base/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: meta-package and pervasive type definitions for Tezos" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.0.tar.bz2" + checksum: [ + "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91" + "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-base/tezos-base.7.1/opam b/packages/tezos-base/tezos-base.7.1/opam new file mode 100644 index 000000000..d43c55863 --- /dev/null +++ b/packages/tezos-base/tezos-base.7.1/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-clic" { = version } + "tezos-crypto" { = version } + "tezos-micheline" { = version } + "ptime" {>= "0.8.4" & <= "1.2.0"} + "ezjsonm" {>= "0.5.0" & <= "1.3.0"} + "ipaddr" { >= "4.0.0" & < "5.0.0" } + "re" {>= "1.7.2" & <= "1.12.0"} +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_base/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: meta-package and pervasive type definitions for Tezos" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.1.tar.bz2" + checksum: [ + "sha256=3675d856c4b818da7f5de0b85b86a48d3883f1210cfef28ef3233a047e74bed6" + "sha512=d6abdef9a6643b2ffe8141ecc625dcc2a939131e2e5cc158c74aba8c403bd4072b7fc403ccfa6d766696604ad112495dd9db1ece8a3ae5a4693071dfdffcbda5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-base/tezos-base.7.2/opam b/packages/tezos-base/tezos-base.7.2/opam new file mode 100644 index 000000000..53ef58750 --- /dev/null +++ b/packages/tezos-base/tezos-base.7.2/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-clic" { = version } + "tezos-crypto" { = version } + "tezos-micheline" { = version } + "ptime" {>= "0.8.4" & <= "1.2.0"} + "ezjsonm" {>= "0.5.0" & <= "1.3.0"} + "ipaddr" { >= "4.0.0" & < "5.0.0" } + "re" {>= "1.7.2" & <= "1.12.0"} +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_base/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: meta-package and pervasive type definitions for Tezos" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.2.tar.bz2" + checksum: [ + "sha256=abb52ad63345943d20f3edc4c3507474af94c001c8bf58138f47341942036cec" + "sha512=c823ca801cbc4005f5fc6ea5236d93569410c034da3ed32939ef64a0f2c19a34444fac12e13c72e5a1e15a401b655e58ffdbbb66ce0516e5968f621677b96117" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-base/tezos-base.7.3/opam b/packages/tezos-base/tezos-base.7.3/opam new file mode 100644 index 000000000..7f39d312e --- /dev/null +++ b/packages/tezos-base/tezos-base.7.3/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-clic" { = version } + "tezos-crypto" { = version } + "tezos-micheline" { = version } + "ptime" {>= "0.8.4" & <= "1.2.0"} + "ezjsonm" {>= "0.5.0" & <= "1.3.0"} + "ipaddr" { >= "4.0.0" & < "5.0.0" } + "re" {>= "1.7.2" & <= "1.12.0"} +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_base/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: meta-package and pervasive type definitions for Tezos" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.3.tar.bz2" + checksum: [ + "sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" + "sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-base/tezos-base.7.4/opam b/packages/tezos-base/tezos-base.7.4/opam new file mode 100644 index 000000000..7e087e4d7 --- /dev/null +++ b/packages/tezos-base/tezos-base.7.4/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-clic" { = version } + "tezos-crypto" { = version } + "tezos-micheline" { = version } + "ptime" {>= "0.8.4" & <= "1.2.0"} + "ezjsonm" {>= "0.5.0" & <= "1.3.0"} + "ipaddr" { >= "4.0.0" & < "5.0.0" } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_base/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: meta-package and pervasive type definitions for Tezos" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-base/tezos-base.8.0/opam b/packages/tezos-base/tezos-base.8.0/opam new file mode 100644 index 000000000..ddae8d577 --- /dev/null +++ b/packages/tezos-base/tezos-base.8.0/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-crypto" { = version } + "tezos-micheline" { = version } + "ptime" {>= "0.8.4" & <= "1.2.0"} + "ezjsonm" {>= "0.5.0" & <= "1.3.0"} + "ipaddr" {>= "5.0.0" & < "6.0.0" & <= "5.6.0"} + "crowbar" {with-test & <= "0.2.1"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_base/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] { with-test & ( arch = "x86_64" | arch = "arm64" ) } +] +synopsis: "Tezos: meta-package and pervasive type definitions for Tezos" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-base/tezos-base.8.1/opam b/packages/tezos-base/tezos-base.8.1/opam new file mode 100644 index 000000000..9a628dab5 --- /dev/null +++ b/packages/tezos-base/tezos-base.8.1/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-crypto" { = version } + "tezos-micheline" { = version } + "ptime" {>= "0.8.4" & <= "1.2.0"} + "ezjsonm" {>= "0.5.0" & <= "1.3.0"} + "ipaddr" {>= "5.0.0" & < "6.0.0" & <= "5.6.0"} + "crowbar" {with-test & <= "0.2.1"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_base/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] { with-test & ( arch = "x86_64" | arch = "arm64" ) } +] +synopsis: "Tezos: meta-package and pervasive type definitions for Tezos" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-base/tezos-base.8.2/opam b/packages/tezos-base/tezos-base.8.2/opam new file mode 100644 index 000000000..12eef0a3c --- /dev/null +++ b/packages/tezos-base/tezos-base.8.2/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-crypto" { = version } + "tezos-micheline" { = version } + "ptime" {>= "0.8.4" & <= "1.2.0"} + "ezjsonm" {>= "0.5.0" & <= "1.3.0"} + "ipaddr" {>= "5.0.0" & < "6.0.0" & <= "5.6.0"} + "crowbar" {with-test & <= "0.2.1"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_base/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] { with-test & ( arch = "x86_64" | arch = "arm64" ) } +] +synopsis: "Tezos: meta-package and pervasive type definitions for Tezos" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-base/tezos-base.8.3/opam b/packages/tezos-base/tezos-base.8.3/opam new file mode 100644 index 000000000..be440bde2 --- /dev/null +++ b/packages/tezos-base/tezos-base.8.3/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-crypto" { = version } + "tezos-micheline" { = version } + "ptime" {>= "0.8.4" & <= "1.2.0"} + "ezjsonm" {>= "0.5.0" & <= "1.3.0"} + "ipaddr" {>= "5.0.0" & < "6.0.0" & <= "5.6.0"} + "crowbar" {with-test & <= "0.2.1"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_base/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] { with-test & ( arch = "x86_64" | arch = "arm64" ) } +] +synopsis: "Tezos: meta-package and pervasive type definitions for Tezos" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-base/tezos-base.9.0/opam b/packages/tezos-base/tezos-base.9.0/opam new file mode 100644 index 000000000..086b07898 --- /dev/null +++ b/packages/tezos-base/tezos-base.9.0/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-crypto" { = version } + "tezos-micheline" { = version } + "ptime" {>= "0.8.4" & <= "1.2.0"} + "ezjsonm" {>= "1.1.0" & <= "1.3.0"} + "ipaddr" {>= "5.0.0" & < "6.0.0" & <= "5.6.0"} + "crowbar" {with-test & <= "0.2.1"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_base/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] { with-test & ( arch = "x86_64" | arch = "arm64" ) } +] +synopsis: "Tezos: meta-package and pervasive type definitions for Tezos" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-base/tezos-base.9.1/opam b/packages/tezos-base/tezos-base.9.1/opam new file mode 100644 index 000000000..5a5ceab54 --- /dev/null +++ b/packages/tezos-base/tezos-base.9.1/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-crypto" { = version } + "tezos-micheline" { = version } + "ptime" {>= "0.8.4" & <= "1.2.0"} + "ezjsonm" {>= "1.1.0" & <= "1.3.0"} + "ipaddr" {>= "5.0.0" & < "6.0.0" & <= "5.6.0"} + "crowbar" {with-test & <= "0.2.1"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_base/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] { with-test & ( arch = "x86_64" | arch = "arm64" ) } +] +synopsis: "Tezos: meta-package and pervasive type definitions for Tezos" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-base/tezos-base.9.2/opam b/packages/tezos-base/tezos-base.9.2/opam new file mode 100644 index 000000000..12872de40 --- /dev/null +++ b/packages/tezos-base/tezos-base.9.2/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-crypto" { = version } + "tezos-micheline" { = version } + "ptime" {>= "0.8.4" & <= "1.2.0"} + "ezjsonm" {>= "1.1.0" & <= "1.3.0"} + "ipaddr" {>= "5.0.0" & < "6.0.0" & <= "5.6.0"} + "crowbar" {with-test & <= "0.2.1"} + "tezos-test-helpers" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_base/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] { with-test & ( arch = "x86_64" | arch = "arm64" ) } +] +synopsis: "Tezos: meta-package and pervasive type definitions for Tezos" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-base/tezos-base.9.3/opam b/packages/tezos-base/tezos-base.9.3/opam new file mode 100644 index 000000000..b6a16fa53 --- /dev/null +++ b/packages/tezos-base/tezos-base.9.3/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-crypto" { = version } + "tezos-micheline" { = version } + "ptime" {>= "0.8.4" & <= "1.2.0"} + "ezjsonm" {>= "1.1.0" & <= "1.3.0"} + "ipaddr" {>= "5.0.0" & < "6.0.0" & <= "5.6.0"} + "crowbar" {with-test & <= "0.2.1"} + "tezos-test-helpers" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_base/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] { with-test & ( arch = "x86_64" | arch = "arm64" ) } +] +synopsis: "Tezos: meta-package and pervasive type definitions for Tezos" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-base/tezos-base.9.4/opam b/packages/tezos-base/tezos-base.9.4/opam new file mode 100644 index 000000000..e4b34f5d3 --- /dev/null +++ b/packages/tezos-base/tezos-base.9.4/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-crypto" { = version } + "tezos-micheline" { = version } + "ptime" {>= "0.8.4" & <= "1.2.0"} + "ezjsonm" {>= "1.1.0" & <= "1.3.0"} + "ipaddr" {>= "5.0.0" & < "6.0.0" & <= "5.6.0"} + "crowbar" {with-test & <= "0.2.1"} + "tezos-test-helpers" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_base/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] { with-test & ( arch = "x86_64" | arch = "arm64" ) } +] +synopsis: "Tezos: meta-package and pervasive type definitions for Tezos" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-base/tezos-base.9.7/opam b/packages/tezos-base/tezos-base.9.7/opam new file mode 100644 index 000000000..49e35d03e --- /dev/null +++ b/packages/tezos-base/tezos-base.9.7/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-crypto" { = version } + "tezos-micheline" { = version } + "ptime" {>= "0.8.4" & <= "1.2.0"} + "ezjsonm" {>= "1.1.0" & <= "1.3.0"} + "ipaddr" {>= "5.0.0" & < "6.0.0" & <= "5.6.0"} + "crowbar" {with-test & <= "0.2.1"} + "tezos-test-helpers" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_base/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] { with-test & ( arch = "x86_64" | arch = "arm64" ) } +] +synopsis: "Tezos: meta-package and pervasive type definitions for Tezos" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-clic/tezos-clic.11.0/opam b/packages/tezos-clic/tezos-clic.11.0/opam new file mode 100644 index 000000000..088d61818 --- /dev/null +++ b/packages/tezos-clic/tezos-clic.11.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-stdlib-unix" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_clic/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented command-line-parsing combinators" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-clic/tezos-clic.11.1/opam b/packages/tezos-clic/tezos-clic.11.1/opam new file mode 100644 index 000000000..2e909462d --- /dev/null +++ b/packages/tezos-clic/tezos-clic.11.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-stdlib-unix" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_clic/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented command-line-parsing combinators" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-clic/tezos-clic.12.0/opam b/packages/tezos-clic/tezos-clic.12.0/opam new file mode 100644 index 000000000..05738b365 --- /dev/null +++ b/packages/tezos-clic/tezos-clic.12.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-stdlib-unix" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_clic/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented command-line-parsing combinators" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-clic/tezos-clic.13.0/opam b/packages/tezos-clic/tezos-clic.13.0/opam new file mode 100644 index 000000000..2d628f531 --- /dev/null +++ b/packages/tezos-clic/tezos-clic.13.0/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-stdlib" { = version } + "lwt" {>= "5.4.0" & <= "5.9.0"} + "re" {>= "1.7.2" & <= "1.12.0"} + "tezos-error-monad" { = version } + "tezos-lwt-result-stdlib" { = version } + "tezos-stdlib-unix" { = version } + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_clic/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented command-line-parsing combinators" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-clic/tezos-clic.14.0/opam b/packages/tezos-clic/tezos-clic.14.0/opam new file mode 100644 index 000000000..5bdb2c647 --- /dev/null +++ b/packages/tezos-clic/tezos-clic.14.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-stdlib" { = version } + "lwt" {>= "5.4.0" & <= "5.9.0"} + "re" {>= "1.7.2" & <= "1.12.0"} + "tezos-error-monad" { = version } + "tezos-lwt-result-stdlib" { = version } + "tezos-stdlib-unix" { = version } + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented command-line-parsing combinators" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-clic/tezos-clic.15.0/opam b/packages/tezos-clic/tezos-clic.15.0/opam new file mode 100644 index 000000000..75349518d --- /dev/null +++ b/packages/tezos-clic/tezos-clic.15.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-stdlib" { = version } + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} + "tezos-stdlib-unix" { = version } + "tezos-error-monad" { = version } + "tezos-lwt-result-stdlib" { = version } + "lwt" {>= "5.6.0" & <= "5.9.0"} + "re" {>= "1.7.2" & <= "1.12.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented command-line-parsing combinators" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-clic/tezos-clic.15.1/opam b/packages/tezos-clic/tezos-clic.15.1/opam new file mode 100644 index 000000000..c7c3f289d --- /dev/null +++ b/packages/tezos-clic/tezos-clic.15.1/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-stdlib" { = version } + "lwt" {>= "5.6.0" & <= "5.9.0"} + "re" {>= "1.7.2" & <= "1.12.0"} + "tezos-error-monad" { = version } + "tezos-lwt-result-stdlib" { = version } + "tezos-stdlib-unix" { = version } + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented command-line-parsing combinators" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-clic/tezos-clic.17.1/opam b/packages/tezos-clic/tezos-clic.17.1/opam new file mode 100644 index 000000000..8af3a1854 --- /dev/null +++ b/packages/tezos-clic/tezos-clic.17.1/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-stdlib" { = version } + "lwt" {>= "5.6.0" & <= "5.9.0"} + "re" {>= "1.9.0" & <= "1.12.0"} + "tezos-error-monad" { = version } + "tezos-lwt-result-stdlib" { = version } + "tezos-stdlib-unix" { = version } + "tezt" {with-test & >= "3.1.0" & <= "4.1.0"} + "octez-alcotezt" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] { with-test & ocaml:native } +] +synopsis: "Tezos: library of auto-documented command-line-parsing combinators" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-clic/tezos-clic.17.2/opam b/packages/tezos-clic/tezos-clic.17.2/opam new file mode 100644 index 000000000..f8f61c5fe --- /dev/null +++ b/packages/tezos-clic/tezos-clic.17.2/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-stdlib" { = version } + "lwt" {>= "5.6.0" & <= "5.9.0"} + "re" {>= "1.9.0" & <= "1.12.0"} + "tezos-error-monad" { = version } + "tezos-lwt-result-stdlib" { = version } + "tezos-stdlib-unix" { = version } + "tezt" {with-test & >= "3.1.0" & <= "4.1.0"} + "octez-alcotezt" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] { with-test & ocaml:native } +] +synopsis: "Tezos: library of auto-documented command-line-parsing combinators" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-clic/tezos-clic.7.0/opam b/packages/tezos-clic/tezos-clic.7.0/opam new file mode 100644 index 000000000..476c63ead --- /dev/null +++ b/packages/tezos-clic/tezos-clic.7.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-stdlib-unix" { = version } + "re" {>= "1.7.2" & <= "1.12.0"} +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_clic/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented command-line-parsing combinators" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.0.tar.bz2" + checksum: [ + "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91" + "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-clic/tezos-clic.7.1/opam b/packages/tezos-clic/tezos-clic.7.1/opam new file mode 100644 index 000000000..a71eaf94e --- /dev/null +++ b/packages/tezos-clic/tezos-clic.7.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-stdlib-unix" { = version } + "re" {>= "1.7.2" & <= "1.12.0"} +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_clic/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented command-line-parsing combinators" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.1.tar.bz2" + checksum: [ + "sha256=3675d856c4b818da7f5de0b85b86a48d3883f1210cfef28ef3233a047e74bed6" + "sha512=d6abdef9a6643b2ffe8141ecc625dcc2a939131e2e5cc158c74aba8c403bd4072b7fc403ccfa6d766696604ad112495dd9db1ece8a3ae5a4693071dfdffcbda5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-clic/tezos-clic.7.2/opam b/packages/tezos-clic/tezos-clic.7.2/opam new file mode 100644 index 000000000..1683d9fda --- /dev/null +++ b/packages/tezos-clic/tezos-clic.7.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-stdlib-unix" { = version } + "re" {>= "1.7.2" & <= "1.12.0"} +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_clic/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented command-line-parsing combinators" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.2.tar.bz2" + checksum: [ + "sha256=abb52ad63345943d20f3edc4c3507474af94c001c8bf58138f47341942036cec" + "sha512=c823ca801cbc4005f5fc6ea5236d93569410c034da3ed32939ef64a0f2c19a34444fac12e13c72e5a1e15a401b655e58ffdbbb66ce0516e5968f621677b96117" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-clic/tezos-clic.7.3/opam b/packages/tezos-clic/tezos-clic.7.3/opam new file mode 100644 index 000000000..532729a8d --- /dev/null +++ b/packages/tezos-clic/tezos-clic.7.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-stdlib-unix" { = version } + "re" {>= "1.7.2" & <= "1.12.0"} +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_clic/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented command-line-parsing combinators" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.3.tar.bz2" + checksum: [ + "sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" + "sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-clic/tezos-clic.7.4/opam b/packages/tezos-clic/tezos-clic.7.4/opam new file mode 100644 index 000000000..5691304f2 --- /dev/null +++ b/packages/tezos-clic/tezos-clic.7.4/opam @@ -0,0 +1,38 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-stdlib-unix" { = version } + "re" {>= "1.7.2" & <= "1.12.0"} +] +patches: [ "with-re.patch" ] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_clic/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented command-line-parsing combinators" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +extra-source "with-re.patch" { + src: + "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/tezos-clic/with-re.patch" + checksum: + "sha256=96ca06d5e11337ce9cac4cde13d05965f698946223a592e0c03c3abd4461ca3f" +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-clic/tezos-clic.8.0/opam b/packages/tezos-clic/tezos-clic.8.0/opam new file mode 100644 index 000000000..71eb8e99c --- /dev/null +++ b/packages/tezos-clic/tezos-clic.8.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-stdlib-unix" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_clic/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented command-line-parsing combinators" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-clic/tezos-clic.8.1/opam b/packages/tezos-clic/tezos-clic.8.1/opam new file mode 100644 index 000000000..6a671925a --- /dev/null +++ b/packages/tezos-clic/tezos-clic.8.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-stdlib-unix" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_clic/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented command-line-parsing combinators" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-clic/tezos-clic.8.2/opam b/packages/tezos-clic/tezos-clic.8.2/opam new file mode 100644 index 000000000..3c77752c5 --- /dev/null +++ b/packages/tezos-clic/tezos-clic.8.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-stdlib-unix" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_clic/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented command-line-parsing combinators" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-clic/tezos-clic.8.3/opam b/packages/tezos-clic/tezos-clic.8.3/opam new file mode 100644 index 000000000..676eef7aa --- /dev/null +++ b/packages/tezos-clic/tezos-clic.8.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-stdlib-unix" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_clic/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented command-line-parsing combinators" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-clic/tezos-clic.9.0/opam b/packages/tezos-clic/tezos-clic.9.0/opam new file mode 100644 index 000000000..4c17d840a --- /dev/null +++ b/packages/tezos-clic/tezos-clic.9.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-stdlib-unix" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_clic/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented command-line-parsing combinators" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-clic/tezos-clic.9.1/opam b/packages/tezos-clic/tezos-clic.9.1/opam new file mode 100644 index 000000000..04b5a373d --- /dev/null +++ b/packages/tezos-clic/tezos-clic.9.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-stdlib-unix" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_clic/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented command-line-parsing combinators" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-clic/tezos-clic.9.2/opam b/packages/tezos-clic/tezos-clic.9.2/opam new file mode 100644 index 000000000..c6446bf3f --- /dev/null +++ b/packages/tezos-clic/tezos-clic.9.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-stdlib-unix" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_clic/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented command-line-parsing combinators" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-clic/tezos-clic.9.3/opam b/packages/tezos-clic/tezos-clic.9.3/opam new file mode 100644 index 000000000..6ca6ba658 --- /dev/null +++ b/packages/tezos-clic/tezos-clic.9.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-stdlib-unix" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_clic/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented command-line-parsing combinators" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-clic/tezos-clic.9.4/opam b/packages/tezos-clic/tezos-clic.9.4/opam new file mode 100644 index 000000000..7565bcc76 --- /dev/null +++ b/packages/tezos-clic/tezos-clic.9.4/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-stdlib-unix" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_clic/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented command-line-parsing combinators" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-clic/tezos-clic.9.7/opam b/packages/tezos-clic/tezos-clic.9.7/opam new file mode 100644 index 000000000..242d67afd --- /dev/null +++ b/packages/tezos-clic/tezos-clic.9.7/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-stdlib-unix" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_clic/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented command-line-parsing combinators" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-000-Ps9mPmXa/tezos-client-000-Ps9mPmXa.10.2/opam b/packages/tezos-client-000-Ps9mPmXa/tezos-client-000-Ps9mPmXa.10.2/opam new file mode 100644 index 000000000..40ead9a16 --- /dev/null +++ b/packages/tezos-client-000-Ps9mPmXa/tezos-client-000-Ps9mPmXa.10.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-commands" { = version } + "tezos-protocol-000-Ps9mPmXa" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_000_Ps9mPmXa/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 000-Ps9mPmXa (protocol-specific commands for `tezos-client`)" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-000-Ps9mPmXa/tezos-client-000-Ps9mPmXa.11.0/opam b/packages/tezos-client-000-Ps9mPmXa/tezos-client-000-Ps9mPmXa.11.0/opam new file mode 100644 index 000000000..04e63eb32 --- /dev/null +++ b/packages/tezos-client-000-Ps9mPmXa/tezos-client-000-Ps9mPmXa.11.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-client-commands" { = version } + "tezos-protocol-000-Ps9mPmXa" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_000_Ps9mPmXa/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 000-Ps9mPmXa (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-000-Ps9mPmXa/tezos-client-000-Ps9mPmXa.11.1/opam b/packages/tezos-client-000-Ps9mPmXa/tezos-client-000-Ps9mPmXa.11.1/opam new file mode 100644 index 000000000..cc6d59218 --- /dev/null +++ b/packages/tezos-client-000-Ps9mPmXa/tezos-client-000-Ps9mPmXa.11.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-commands" { = version } + "tezos-protocol-000-Ps9mPmXa" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_000_Ps9mPmXa/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 000-Ps9mPmXa (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-000-Ps9mPmXa/tezos-client-000-Ps9mPmXa.12.0/opam b/packages/tezos-client-000-Ps9mPmXa/tezos-client-000-Ps9mPmXa.12.0/opam new file mode 100644 index 000000000..310fced98 --- /dev/null +++ b/packages/tezos-client-000-Ps9mPmXa/tezos-client-000-Ps9mPmXa.12.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-commands" { = version } + "tezos-protocol-000-Ps9mPmXa" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_000_Ps9mPmXa/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 000-Ps9mPmXa (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-000-Ps9mPmXa/tezos-client-000-Ps9mPmXa.12.3/opam b/packages/tezos-client-000-Ps9mPmXa/tezos-client-000-Ps9mPmXa.12.3/opam new file mode 100644 index 000000000..502237e54 --- /dev/null +++ b/packages/tezos-client-000-Ps9mPmXa/tezos-client-000-Ps9mPmXa.12.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-commands" { = version } + "tezos-protocol-000-Ps9mPmXa" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_000_Ps9mPmXa/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 000-Ps9mPmXa (protocol-specific commands for `tezos-client`)" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-000-Ps9mPmXa/tezos-client-000-Ps9mPmXa.13.0/opam b/packages/tezos-client-000-Ps9mPmXa/tezos-client-000-Ps9mPmXa.13.0/opam new file mode 100644 index 000000000..1369e3b13 --- /dev/null +++ b/packages/tezos-client-000-Ps9mPmXa/tezos-client-000-Ps9mPmXa.13.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-protocol-000-Ps9mPmXa" { = version } + "tezos-client-commands" { = version } + "tezos-stdlib-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_000_Ps9mPmXa/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-000-Ps9mPmXa/tezos-client-000-Ps9mPmXa.14.0/opam b/packages/tezos-client-000-Ps9mPmXa/tezos-client-000-Ps9mPmXa.14.0/opam new file mode 100644 index 000000000..d81f3fb20 --- /dev/null +++ b/packages/tezos-client-000-Ps9mPmXa/tezos-client-000-Ps9mPmXa.14.0/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-protocol-000-Ps9mPmXa" { = version } + "tezos-client-commands" { = version } + "tezos-stdlib-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-000-Ps9mPmXa/tezos-client-000-Ps9mPmXa.15.0/opam b/packages/tezos-client-000-Ps9mPmXa/tezos-client-000-Ps9mPmXa.15.0/opam new file mode 100644 index 000000000..5fe6468f8 --- /dev/null +++ b/packages/tezos-client-000-Ps9mPmXa/tezos-client-000-Ps9mPmXa.15.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-protocol-000-Ps9mPmXa" { = version } + "tezos-client-commands" { = version } + "tezos-stdlib-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-000-Ps9mPmXa/tezos-client-000-Ps9mPmXa.15.1/opam b/packages/tezos-client-000-Ps9mPmXa/tezos-client-000-Ps9mPmXa.15.1/opam new file mode 100644 index 000000000..59e914e4a --- /dev/null +++ b/packages/tezos-client-000-Ps9mPmXa/tezos-client-000-Ps9mPmXa.15.1/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-protocol-000-Ps9mPmXa" { = version } + "tezos-client-commands" { = version } + "tezos-stdlib-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-000-Ps9mPmXa/tezos-client-000-Ps9mPmXa.17.1/opam b/packages/tezos-client-000-Ps9mPmXa/tezos-client-000-Ps9mPmXa.17.1/opam new file mode 100644 index 000000000..191851217 --- /dev/null +++ b/packages/tezos-client-000-Ps9mPmXa/tezos-client-000-Ps9mPmXa.17.1/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-protocol-000-Ps9mPmXa" { = version } + "tezos-rpc" { = version } + "tezos-client-commands" { = version } + "tezos-stdlib-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-000-Ps9mPmXa/tezos-client-000-Ps9mPmXa.17.2/opam b/packages/tezos-client-000-Ps9mPmXa/tezos-client-000-Ps9mPmXa.17.2/opam new file mode 100644 index 000000000..69f01d60b --- /dev/null +++ b/packages/tezos-client-000-Ps9mPmXa/tezos-client-000-Ps9mPmXa.17.2/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-protocol-000-Ps9mPmXa" { = version } + "tezos-rpc" { = version } + "tezos-client-commands" { = version } + "tezos-stdlib-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-000-Ps9mPmXa/tezos-client-000-Ps9mPmXa.7.0/opam b/packages/tezos-client-000-Ps9mPmXa/tezos-client-000-Ps9mPmXa.7.0/opam new file mode 100644 index 000000000..7ef05e575 --- /dev/null +++ b/packages/tezos-client-000-Ps9mPmXa/tezos-client-000-Ps9mPmXa.7.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-client-commands" { = version } + "tezos-protocol-000-Ps9mPmXa" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_000_Ps9mPmXa/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 000-Ps9mPmXa (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.0.tar.bz2" + checksum: [ + "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91" + "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-000-Ps9mPmXa/tezos-client-000-Ps9mPmXa.7.1/opam b/packages/tezos-client-000-Ps9mPmXa/tezos-client-000-Ps9mPmXa.7.1/opam new file mode 100644 index 000000000..b87af6adb --- /dev/null +++ b/packages/tezos-client-000-Ps9mPmXa/tezos-client-000-Ps9mPmXa.7.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-client-commands" { = version } + "tezos-protocol-000-Ps9mPmXa" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_000_Ps9mPmXa/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 000-Ps9mPmXa (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.1.tar.bz2" + checksum: [ + "sha256=3675d856c4b818da7f5de0b85b86a48d3883f1210cfef28ef3233a047e74bed6" + "sha512=d6abdef9a6643b2ffe8141ecc625dcc2a939131e2e5cc158c74aba8c403bd4072b7fc403ccfa6d766696604ad112495dd9db1ece8a3ae5a4693071dfdffcbda5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-000-Ps9mPmXa/tezos-client-000-Ps9mPmXa.7.2/opam b/packages/tezos-client-000-Ps9mPmXa/tezos-client-000-Ps9mPmXa.7.2/opam new file mode 100644 index 000000000..57bc0e58e --- /dev/null +++ b/packages/tezos-client-000-Ps9mPmXa/tezos-client-000-Ps9mPmXa.7.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-client-commands" { = version } + "tezos-protocol-000-Ps9mPmXa" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_000_Ps9mPmXa/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 000-Ps9mPmXa (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.2.tar.bz2" + checksum: [ + "sha256=abb52ad63345943d20f3edc4c3507474af94c001c8bf58138f47341942036cec" + "sha512=c823ca801cbc4005f5fc6ea5236d93569410c034da3ed32939ef64a0f2c19a34444fac12e13c72e5a1e15a401b655e58ffdbbb66ce0516e5968f621677b96117" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-000-Ps9mPmXa/tezos-client-000-Ps9mPmXa.7.3/opam b/packages/tezos-client-000-Ps9mPmXa/tezos-client-000-Ps9mPmXa.7.3/opam new file mode 100644 index 000000000..3ad0bd6b7 --- /dev/null +++ b/packages/tezos-client-000-Ps9mPmXa/tezos-client-000-Ps9mPmXa.7.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-client-commands" { = version } + "tezos-protocol-000-Ps9mPmXa" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_000_Ps9mPmXa/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 000-Ps9mPmXa (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.3.tar.bz2" + checksum: [ + "sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" + "sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-000-Ps9mPmXa/tezos-client-000-Ps9mPmXa.7.4/opam b/packages/tezos-client-000-Ps9mPmXa/tezos-client-000-Ps9mPmXa.7.4/opam new file mode 100644 index 000000000..39162c2b0 --- /dev/null +++ b/packages/tezos-client-000-Ps9mPmXa/tezos-client-000-Ps9mPmXa.7.4/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-client-commands" { = version } + "tezos-protocol-000-Ps9mPmXa" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_000_Ps9mPmXa/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 000-Ps9mPmXa (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-000-Ps9mPmXa/tezos-client-000-Ps9mPmXa.8.0/opam b/packages/tezos-client-000-Ps9mPmXa/tezos-client-000-Ps9mPmXa.8.0/opam new file mode 100644 index 000000000..fea71003f --- /dev/null +++ b/packages/tezos-client-000-Ps9mPmXa/tezos-client-000-Ps9mPmXa.8.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-commands" { = version } + "tezos-protocol-000-Ps9mPmXa" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_000_Ps9mPmXa/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 000-Ps9mPmXa (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-000-Ps9mPmXa/tezos-client-000-Ps9mPmXa.8.1/opam b/packages/tezos-client-000-Ps9mPmXa/tezos-client-000-Ps9mPmXa.8.1/opam new file mode 100644 index 000000000..eeb7978da --- /dev/null +++ b/packages/tezos-client-000-Ps9mPmXa/tezos-client-000-Ps9mPmXa.8.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-commands" { = version } + "tezos-protocol-000-Ps9mPmXa" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_000_Ps9mPmXa/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 000-Ps9mPmXa (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-000-Ps9mPmXa/tezos-client-000-Ps9mPmXa.8.2/opam b/packages/tezos-client-000-Ps9mPmXa/tezos-client-000-Ps9mPmXa.8.2/opam new file mode 100644 index 000000000..ffe63b940 --- /dev/null +++ b/packages/tezos-client-000-Ps9mPmXa/tezos-client-000-Ps9mPmXa.8.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-commands" { = version } + "tezos-protocol-000-Ps9mPmXa" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_000_Ps9mPmXa/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 000-Ps9mPmXa (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-000-Ps9mPmXa/tezos-client-000-Ps9mPmXa.8.3/opam b/packages/tezos-client-000-Ps9mPmXa/tezos-client-000-Ps9mPmXa.8.3/opam new file mode 100644 index 000000000..703be1fe2 --- /dev/null +++ b/packages/tezos-client-000-Ps9mPmXa/tezos-client-000-Ps9mPmXa.8.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-commands" { = version } + "tezos-protocol-000-Ps9mPmXa" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_000_Ps9mPmXa/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 000-Ps9mPmXa (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-000-Ps9mPmXa/tezos-client-000-Ps9mPmXa.9.0/opam b/packages/tezos-client-000-Ps9mPmXa/tezos-client-000-Ps9mPmXa.9.0/opam new file mode 100644 index 000000000..c6e3cfc87 --- /dev/null +++ b/packages/tezos-client-000-Ps9mPmXa/tezos-client-000-Ps9mPmXa.9.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-commands" { = version } + "tezos-protocol-000-Ps9mPmXa" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_000_Ps9mPmXa/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 000-Ps9mPmXa (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-000-Ps9mPmXa/tezos-client-000-Ps9mPmXa.9.1/opam b/packages/tezos-client-000-Ps9mPmXa/tezos-client-000-Ps9mPmXa.9.1/opam new file mode 100644 index 000000000..eef939fa4 --- /dev/null +++ b/packages/tezos-client-000-Ps9mPmXa/tezos-client-000-Ps9mPmXa.9.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-commands" { = version } + "tezos-protocol-000-Ps9mPmXa" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_000_Ps9mPmXa/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 000-Ps9mPmXa (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-000-Ps9mPmXa/tezos-client-000-Ps9mPmXa.9.2/opam b/packages/tezos-client-000-Ps9mPmXa/tezos-client-000-Ps9mPmXa.9.2/opam new file mode 100644 index 000000000..b1819c05e --- /dev/null +++ b/packages/tezos-client-000-Ps9mPmXa/tezos-client-000-Ps9mPmXa.9.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-commands" { = version } + "tezos-protocol-000-Ps9mPmXa" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_000_Ps9mPmXa/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 000-Ps9mPmXa (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-000-Ps9mPmXa/tezos-client-000-Ps9mPmXa.9.3/opam b/packages/tezos-client-000-Ps9mPmXa/tezos-client-000-Ps9mPmXa.9.3/opam new file mode 100644 index 000000000..064b5ea6a --- /dev/null +++ b/packages/tezos-client-000-Ps9mPmXa/tezos-client-000-Ps9mPmXa.9.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-commands" { = version } + "tezos-protocol-000-Ps9mPmXa" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_000_Ps9mPmXa/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 000-Ps9mPmXa (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-000-Ps9mPmXa/tezos-client-000-Ps9mPmXa.9.4/opam b/packages/tezos-client-000-Ps9mPmXa/tezos-client-000-Ps9mPmXa.9.4/opam new file mode 100644 index 000000000..c0ef3c24e --- /dev/null +++ b/packages/tezos-client-000-Ps9mPmXa/tezos-client-000-Ps9mPmXa.9.4/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-commands" { = version } + "tezos-protocol-000-Ps9mPmXa" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_000_Ps9mPmXa/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 000-Ps9mPmXa (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-000-Ps9mPmXa/tezos-client-000-Ps9mPmXa.9.7/opam b/packages/tezos-client-000-Ps9mPmXa/tezos-client-000-Ps9mPmXa.9.7/opam new file mode 100644 index 000000000..36f9e06e8 --- /dev/null +++ b/packages/tezos-client-000-Ps9mPmXa/tezos-client-000-Ps9mPmXa.9.7/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-commands" { = version } + "tezos-protocol-000-Ps9mPmXa" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_000_Ps9mPmXa/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 000-Ps9mPmXa (protocol-specific commands for `tezos-client`)" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-001-PtCJ7pwo-commands/tezos-client-001-PtCJ7pwo-commands.10.2/opam b/packages/tezos-client-001-PtCJ7pwo-commands/tezos-client-001-PtCJ7pwo-commands.10.2/opam new file mode 100644 index 000000000..b827cd6b4 --- /dev/null +++ b/packages/tezos-client-001-PtCJ7pwo-commands/tezos-client-001-PtCJ7pwo-commands.10.2/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-001-PtCJ7pwo" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_001_PtCJ7pwo/lib_client_commands/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: 001_PtCJ7pwo (protocol-specific commands for `tezos-client`)" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-001-PtCJ7pwo-commands/tezos-client-001-PtCJ7pwo-commands.11.0/opam b/packages/tezos-client-001-PtCJ7pwo-commands/tezos-client-001-PtCJ7pwo-commands.11.0/opam new file mode 100644 index 000000000..0e2fb345a --- /dev/null +++ b/packages/tezos-client-001-PtCJ7pwo-commands/tezos-client-001-PtCJ7pwo-commands.11.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-client-001-PtCJ7pwo" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_001_PtCJ7pwo/lib_client_commands/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: 001_PtCJ7pwo (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-001-PtCJ7pwo-commands/tezos-client-001-PtCJ7pwo-commands.11.1/opam b/packages/tezos-client-001-PtCJ7pwo-commands/tezos-client-001-PtCJ7pwo-commands.11.1/opam new file mode 100644 index 000000000..a243ac53f --- /dev/null +++ b/packages/tezos-client-001-PtCJ7pwo-commands/tezos-client-001-PtCJ7pwo-commands.11.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-001-PtCJ7pwo" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_001_PtCJ7pwo/lib_client_commands/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: 001_PtCJ7pwo (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-001-PtCJ7pwo-commands/tezos-client-001-PtCJ7pwo-commands.12.0/opam b/packages/tezos-client-001-PtCJ7pwo-commands/tezos-client-001-PtCJ7pwo-commands.12.0/opam new file mode 100644 index 000000000..6a96d7776 --- /dev/null +++ b/packages/tezos-client-001-PtCJ7pwo-commands/tezos-client-001-PtCJ7pwo-commands.12.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-001-PtCJ7pwo" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_001_PtCJ7pwo/lib_client_commands/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: 001_PtCJ7pwo (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-001-PtCJ7pwo-commands/tezos-client-001-PtCJ7pwo-commands.12.3/opam b/packages/tezos-client-001-PtCJ7pwo-commands/tezos-client-001-PtCJ7pwo-commands.12.3/opam new file mode 100644 index 000000000..1867a644e --- /dev/null +++ b/packages/tezos-client-001-PtCJ7pwo-commands/tezos-client-001-PtCJ7pwo-commands.12.3/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-001-PtCJ7pwo" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_001_PtCJ7pwo/lib_client_commands/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: 001_PtCJ7pwo (protocol-specific commands for `tezos-client`)" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-001-PtCJ7pwo-commands/tezos-client-001-PtCJ7pwo-commands.13.0/opam b/packages/tezos-client-001-PtCJ7pwo-commands/tezos-client-001-PtCJ7pwo-commands.13.0/opam new file mode 100644 index 000000000..afd69dd99 --- /dev/null +++ b/packages/tezos-client-001-PtCJ7pwo-commands/tezos-client-001-PtCJ7pwo-commands.13.0/opam @@ -0,0 +1,37 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-001-PtCJ7pwo" { = version } + "tezos-stdlib-unix" { = version } + "tezos-protocol-environment" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-client-001-PtCJ7pwo" { = version } + "tezos-client-commands" { = version } + "tezos-rpc" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_001_PtCJ7pwo/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-001-PtCJ7pwo-commands/tezos-client-001-PtCJ7pwo-commands.7.0/opam b/packages/tezos-client-001-PtCJ7pwo-commands/tezos-client-001-PtCJ7pwo-commands.7.0/opam new file mode 100644 index 000000000..edc798063 --- /dev/null +++ b/packages/tezos-client-001-PtCJ7pwo-commands/tezos-client-001-PtCJ7pwo-commands.7.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-client-001-PtCJ7pwo" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_001_PtCJ7pwo/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 001_PtCJ7pwo (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.0.tar.bz2" + checksum: [ + "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91" + "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-001-PtCJ7pwo-commands/tezos-client-001-PtCJ7pwo-commands.7.1/opam b/packages/tezos-client-001-PtCJ7pwo-commands/tezos-client-001-PtCJ7pwo-commands.7.1/opam new file mode 100644 index 000000000..1863ecacd --- /dev/null +++ b/packages/tezos-client-001-PtCJ7pwo-commands/tezos-client-001-PtCJ7pwo-commands.7.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-client-001-PtCJ7pwo" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_001_PtCJ7pwo/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 001_PtCJ7pwo (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.1.tar.bz2" + checksum: [ + "sha256=3675d856c4b818da7f5de0b85b86a48d3883f1210cfef28ef3233a047e74bed6" + "sha512=d6abdef9a6643b2ffe8141ecc625dcc2a939131e2e5cc158c74aba8c403bd4072b7fc403ccfa6d766696604ad112495dd9db1ece8a3ae5a4693071dfdffcbda5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-001-PtCJ7pwo-commands/tezos-client-001-PtCJ7pwo-commands.7.2/opam b/packages/tezos-client-001-PtCJ7pwo-commands/tezos-client-001-PtCJ7pwo-commands.7.2/opam new file mode 100644 index 000000000..183492fc5 --- /dev/null +++ b/packages/tezos-client-001-PtCJ7pwo-commands/tezos-client-001-PtCJ7pwo-commands.7.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-client-001-PtCJ7pwo" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_001_PtCJ7pwo/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 001_PtCJ7pwo (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.2.tar.bz2" + checksum: [ + "sha256=abb52ad63345943d20f3edc4c3507474af94c001c8bf58138f47341942036cec" + "sha512=c823ca801cbc4005f5fc6ea5236d93569410c034da3ed32939ef64a0f2c19a34444fac12e13c72e5a1e15a401b655e58ffdbbb66ce0516e5968f621677b96117" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-001-PtCJ7pwo-commands/tezos-client-001-PtCJ7pwo-commands.7.3/opam b/packages/tezos-client-001-PtCJ7pwo-commands/tezos-client-001-PtCJ7pwo-commands.7.3/opam new file mode 100644 index 000000000..cfb5a5bc3 --- /dev/null +++ b/packages/tezos-client-001-PtCJ7pwo-commands/tezos-client-001-PtCJ7pwo-commands.7.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-client-001-PtCJ7pwo" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_001_PtCJ7pwo/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 001_PtCJ7pwo (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.3.tar.bz2" + checksum: [ + "sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" + "sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-001-PtCJ7pwo-commands/tezos-client-001-PtCJ7pwo-commands.7.4/opam b/packages/tezos-client-001-PtCJ7pwo-commands/tezos-client-001-PtCJ7pwo-commands.7.4/opam new file mode 100644 index 000000000..7275b05de --- /dev/null +++ b/packages/tezos-client-001-PtCJ7pwo-commands/tezos-client-001-PtCJ7pwo-commands.7.4/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-client-001-PtCJ7pwo" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_001_PtCJ7pwo/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 001_PtCJ7pwo (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-001-PtCJ7pwo-commands/tezos-client-001-PtCJ7pwo-commands.8.0/opam b/packages/tezos-client-001-PtCJ7pwo-commands/tezos-client-001-PtCJ7pwo-commands.8.0/opam new file mode 100644 index 000000000..b4e1d0918 --- /dev/null +++ b/packages/tezos-client-001-PtCJ7pwo-commands/tezos-client-001-PtCJ7pwo-commands.8.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-001-PtCJ7pwo" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_001_PtCJ7pwo/lib_client_commands/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: 001_PtCJ7pwo (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-001-PtCJ7pwo-commands/tezos-client-001-PtCJ7pwo-commands.8.1/opam b/packages/tezos-client-001-PtCJ7pwo-commands/tezos-client-001-PtCJ7pwo-commands.8.1/opam new file mode 100644 index 000000000..8b9d2034c --- /dev/null +++ b/packages/tezos-client-001-PtCJ7pwo-commands/tezos-client-001-PtCJ7pwo-commands.8.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-001-PtCJ7pwo" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_001_PtCJ7pwo/lib_client_commands/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: 001_PtCJ7pwo (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-001-PtCJ7pwo-commands/tezos-client-001-PtCJ7pwo-commands.8.2/opam b/packages/tezos-client-001-PtCJ7pwo-commands/tezos-client-001-PtCJ7pwo-commands.8.2/opam new file mode 100644 index 000000000..bad8dcf0a --- /dev/null +++ b/packages/tezos-client-001-PtCJ7pwo-commands/tezos-client-001-PtCJ7pwo-commands.8.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-001-PtCJ7pwo" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_001_PtCJ7pwo/lib_client_commands/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: 001_PtCJ7pwo (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-001-PtCJ7pwo-commands/tezos-client-001-PtCJ7pwo-commands.8.3/opam b/packages/tezos-client-001-PtCJ7pwo-commands/tezos-client-001-PtCJ7pwo-commands.8.3/opam new file mode 100644 index 000000000..08218c4d2 --- /dev/null +++ b/packages/tezos-client-001-PtCJ7pwo-commands/tezos-client-001-PtCJ7pwo-commands.8.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-001-PtCJ7pwo" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_001_PtCJ7pwo/lib_client_commands/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: 001_PtCJ7pwo (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-001-PtCJ7pwo-commands/tezos-client-001-PtCJ7pwo-commands.9.0/opam b/packages/tezos-client-001-PtCJ7pwo-commands/tezos-client-001-PtCJ7pwo-commands.9.0/opam new file mode 100644 index 000000000..cb866e3e0 --- /dev/null +++ b/packages/tezos-client-001-PtCJ7pwo-commands/tezos-client-001-PtCJ7pwo-commands.9.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-001-PtCJ7pwo" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_001_PtCJ7pwo/lib_client_commands/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: 001_PtCJ7pwo (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-001-PtCJ7pwo-commands/tezos-client-001-PtCJ7pwo-commands.9.1/opam b/packages/tezos-client-001-PtCJ7pwo-commands/tezos-client-001-PtCJ7pwo-commands.9.1/opam new file mode 100644 index 000000000..3a6ed7ab2 --- /dev/null +++ b/packages/tezos-client-001-PtCJ7pwo-commands/tezos-client-001-PtCJ7pwo-commands.9.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-001-PtCJ7pwo" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_001_PtCJ7pwo/lib_client_commands/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: 001_PtCJ7pwo (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-001-PtCJ7pwo-commands/tezos-client-001-PtCJ7pwo-commands.9.2/opam b/packages/tezos-client-001-PtCJ7pwo-commands/tezos-client-001-PtCJ7pwo-commands.9.2/opam new file mode 100644 index 000000000..29c8dbbc1 --- /dev/null +++ b/packages/tezos-client-001-PtCJ7pwo-commands/tezos-client-001-PtCJ7pwo-commands.9.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-001-PtCJ7pwo" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_001_PtCJ7pwo/lib_client_commands/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: 001_PtCJ7pwo (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-001-PtCJ7pwo-commands/tezos-client-001-PtCJ7pwo-commands.9.3/opam b/packages/tezos-client-001-PtCJ7pwo-commands/tezos-client-001-PtCJ7pwo-commands.9.3/opam new file mode 100644 index 000000000..2ca1b2a3e --- /dev/null +++ b/packages/tezos-client-001-PtCJ7pwo-commands/tezos-client-001-PtCJ7pwo-commands.9.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-001-PtCJ7pwo" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_001_PtCJ7pwo/lib_client_commands/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: 001_PtCJ7pwo (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-001-PtCJ7pwo-commands/tezos-client-001-PtCJ7pwo-commands.9.4/opam b/packages/tezos-client-001-PtCJ7pwo-commands/tezos-client-001-PtCJ7pwo-commands.9.4/opam new file mode 100644 index 000000000..0d5dcafe2 --- /dev/null +++ b/packages/tezos-client-001-PtCJ7pwo-commands/tezos-client-001-PtCJ7pwo-commands.9.4/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-001-PtCJ7pwo" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_001_PtCJ7pwo/lib_client_commands/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: 001_PtCJ7pwo (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-001-PtCJ7pwo-commands/tezos-client-001-PtCJ7pwo-commands.9.7/opam b/packages/tezos-client-001-PtCJ7pwo-commands/tezos-client-001-PtCJ7pwo-commands.9.7/opam new file mode 100644 index 000000000..d80c22bd7 --- /dev/null +++ b/packages/tezos-client-001-PtCJ7pwo-commands/tezos-client-001-PtCJ7pwo-commands.9.7/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-001-PtCJ7pwo" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_001_PtCJ7pwo/lib_client_commands/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: 001_PtCJ7pwo (protocol-specific commands for `tezos-client`)" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-001-PtCJ7pwo/tezos-client-001-PtCJ7pwo.10.2/opam b/packages/tezos-client-001-PtCJ7pwo/tezos-client-001-PtCJ7pwo.10.2/opam new file mode 100644 index 000000000..227be0c86 --- /dev/null +++ b/packages/tezos-client-001-PtCJ7pwo/tezos-client-001-PtCJ7pwo.10.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-001-PtCJ7pwo" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_001_PtCJ7pwo/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-001-PtCJ7pwo/tezos-client-001-PtCJ7pwo.11.0/opam b/packages/tezos-client-001-PtCJ7pwo/tezos-client-001-PtCJ7pwo.11.0/opam new file mode 100644 index 000000000..4017414b6 --- /dev/null +++ b/packages/tezos-client-001-PtCJ7pwo/tezos-client-001-PtCJ7pwo.11.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-protocol-001-PtCJ7pwo" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_001_PtCJ7pwo/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-001-PtCJ7pwo/tezos-client-001-PtCJ7pwo.11.1/opam b/packages/tezos-client-001-PtCJ7pwo/tezos-client-001-PtCJ7pwo.11.1/opam new file mode 100644 index 000000000..212c69efb --- /dev/null +++ b/packages/tezos-client-001-PtCJ7pwo/tezos-client-001-PtCJ7pwo.11.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-001-PtCJ7pwo" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_001_PtCJ7pwo/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-001-PtCJ7pwo/tezos-client-001-PtCJ7pwo.12.0/opam b/packages/tezos-client-001-PtCJ7pwo/tezos-client-001-PtCJ7pwo.12.0/opam new file mode 100644 index 000000000..2de104e2a --- /dev/null +++ b/packages/tezos-client-001-PtCJ7pwo/tezos-client-001-PtCJ7pwo.12.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-001-PtCJ7pwo" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_001_PtCJ7pwo/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-001-PtCJ7pwo/tezos-client-001-PtCJ7pwo.12.3/opam b/packages/tezos-client-001-PtCJ7pwo/tezos-client-001-PtCJ7pwo.12.3/opam new file mode 100644 index 000000000..847201a2d --- /dev/null +++ b/packages/tezos-client-001-PtCJ7pwo/tezos-client-001-PtCJ7pwo.12.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-001-PtCJ7pwo" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_001_PtCJ7pwo/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-001-PtCJ7pwo/tezos-client-001-PtCJ7pwo.13.0/opam b/packages/tezos-client-001-PtCJ7pwo/tezos-client-001-PtCJ7pwo.13.0/opam new file mode 100644 index 000000000..511c4861c --- /dev/null +++ b/packages/tezos-client-001-PtCJ7pwo/tezos-client-001-PtCJ7pwo.13.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-protocol-001-PtCJ7pwo" { = version } + "tezos-signer-backends" { = version } + "tezos-rpc" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_001_PtCJ7pwo/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-001-PtCJ7pwo/tezos-client-001-PtCJ7pwo.14.0/opam b/packages/tezos-client-001-PtCJ7pwo/tezos-client-001-PtCJ7pwo.14.0/opam new file mode 100644 index 000000000..9a4f0d9a7 --- /dev/null +++ b/packages/tezos-client-001-PtCJ7pwo/tezos-client-001-PtCJ7pwo.14.0/opam @@ -0,0 +1,37 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-protocol-001-PtCJ7pwo" { = version } + "tezos-signer-backends" { = version } + "tezos-rpc" { = version } + "uri" {>= "2.2.0" & <= "4.4.0"} + "tezos-stdlib-unix" { = version } + "tezos-protocol-environment" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-001-PtCJ7pwo/tezos-client-001-PtCJ7pwo.15.0/opam b/packages/tezos-client-001-PtCJ7pwo/tezos-client-001-PtCJ7pwo.15.0/opam new file mode 100644 index 000000000..c311e5eb8 --- /dev/null +++ b/packages/tezos-client-001-PtCJ7pwo/tezos-client-001-PtCJ7pwo.15.0/opam @@ -0,0 +1,38 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-protocol-001-PtCJ7pwo" { = version } + "tezos-protocol-environment" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-client-commands" { = version } + "tezos-rpc" { = version } + "tezos-stdlib-unix" { = version } + "tezos-signer-backends" { = version } + "uri" {>= "2.2.0" & <= "4.4.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-001-PtCJ7pwo/tezos-client-001-PtCJ7pwo.15.1/opam b/packages/tezos-client-001-PtCJ7pwo/tezos-client-001-PtCJ7pwo.15.1/opam new file mode 100644 index 000000000..1189050c4 --- /dev/null +++ b/packages/tezos-client-001-PtCJ7pwo/tezos-client-001-PtCJ7pwo.15.1/opam @@ -0,0 +1,38 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-protocol-001-PtCJ7pwo" { = version } + "tezos-signer-backends" { = version } + "tezos-rpc" { = version } + "uri" {>= "2.2.0" & <= "4.4.0"} + "tezos-stdlib-unix" { = version } + "tezos-protocol-environment" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-001-PtCJ7pwo/tezos-client-001-PtCJ7pwo.17.1/opam b/packages/tezos-client-001-PtCJ7pwo/tezos-client-001-PtCJ7pwo.17.1/opam new file mode 100644 index 000000000..e2c58e295 --- /dev/null +++ b/packages/tezos-client-001-PtCJ7pwo/tezos-client-001-PtCJ7pwo.17.1/opam @@ -0,0 +1,39 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-protocol-001-PtCJ7pwo" { = version } + "tezos-signer-backends" { = version } + "tezos-rpc" { = version } + "uri" {>= "3.1.0" & <= "4.4.0"} + "tezos-stdlib-unix" { = version } + "tezos-protocol-environment" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-001-PtCJ7pwo/tezos-client-001-PtCJ7pwo.17.2/opam b/packages/tezos-client-001-PtCJ7pwo/tezos-client-001-PtCJ7pwo.17.2/opam new file mode 100644 index 000000000..fcb7fb0b7 --- /dev/null +++ b/packages/tezos-client-001-PtCJ7pwo/tezos-client-001-PtCJ7pwo.17.2/opam @@ -0,0 +1,39 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-protocol-001-PtCJ7pwo" { = version } + "tezos-signer-backends" { = version } + "tezos-rpc" { = version } + "uri" {>= "3.1.0" & <= "4.4.0"} + "tezos-stdlib-unix" { = version } + "tezos-protocol-environment" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-001-PtCJ7pwo/tezos-client-001-PtCJ7pwo.7.0/opam b/packages/tezos-client-001-PtCJ7pwo/tezos-client-001-PtCJ7pwo.7.0/opam new file mode 100644 index 000000000..b0ac405b7 --- /dev/null +++ b/packages/tezos-client-001-PtCJ7pwo/tezos-client-001-PtCJ7pwo.7.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-001-PtCJ7pwo" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_001_PtCJ7pwo/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.0.tar.bz2" + checksum: [ + "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91" + "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-001-PtCJ7pwo/tezos-client-001-PtCJ7pwo.7.1/opam b/packages/tezos-client-001-PtCJ7pwo/tezos-client-001-PtCJ7pwo.7.1/opam new file mode 100644 index 000000000..d993545bf --- /dev/null +++ b/packages/tezos-client-001-PtCJ7pwo/tezos-client-001-PtCJ7pwo.7.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-001-PtCJ7pwo" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_001_PtCJ7pwo/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.1.tar.bz2" + checksum: [ + "sha256=3675d856c4b818da7f5de0b85b86a48d3883f1210cfef28ef3233a047e74bed6" + "sha512=d6abdef9a6643b2ffe8141ecc625dcc2a939131e2e5cc158c74aba8c403bd4072b7fc403ccfa6d766696604ad112495dd9db1ece8a3ae5a4693071dfdffcbda5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-001-PtCJ7pwo/tezos-client-001-PtCJ7pwo.7.2/opam b/packages/tezos-client-001-PtCJ7pwo/tezos-client-001-PtCJ7pwo.7.2/opam new file mode 100644 index 000000000..66b06e89f --- /dev/null +++ b/packages/tezos-client-001-PtCJ7pwo/tezos-client-001-PtCJ7pwo.7.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-001-PtCJ7pwo" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_001_PtCJ7pwo/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.2.tar.bz2" + checksum: [ + "sha256=abb52ad63345943d20f3edc4c3507474af94c001c8bf58138f47341942036cec" + "sha512=c823ca801cbc4005f5fc6ea5236d93569410c034da3ed32939ef64a0f2c19a34444fac12e13c72e5a1e15a401b655e58ffdbbb66ce0516e5968f621677b96117" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-001-PtCJ7pwo/tezos-client-001-PtCJ7pwo.7.3/opam b/packages/tezos-client-001-PtCJ7pwo/tezos-client-001-PtCJ7pwo.7.3/opam new file mode 100644 index 000000000..b8ec56801 --- /dev/null +++ b/packages/tezos-client-001-PtCJ7pwo/tezos-client-001-PtCJ7pwo.7.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-001-PtCJ7pwo" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_001_PtCJ7pwo/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.3.tar.bz2" + checksum: [ + "sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" + "sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-001-PtCJ7pwo/tezos-client-001-PtCJ7pwo.7.4/opam b/packages/tezos-client-001-PtCJ7pwo/tezos-client-001-PtCJ7pwo.7.4/opam new file mode 100644 index 000000000..a5fe5b83c --- /dev/null +++ b/packages/tezos-client-001-PtCJ7pwo/tezos-client-001-PtCJ7pwo.7.4/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-001-PtCJ7pwo" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_001_PtCJ7pwo/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-001-PtCJ7pwo/tezos-client-001-PtCJ7pwo.8.0/opam b/packages/tezos-client-001-PtCJ7pwo/tezos-client-001-PtCJ7pwo.8.0/opam new file mode 100644 index 000000000..5c266940b --- /dev/null +++ b/packages/tezos-client-001-PtCJ7pwo/tezos-client-001-PtCJ7pwo.8.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-001-PtCJ7pwo" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_001_PtCJ7pwo/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-001-PtCJ7pwo/tezos-client-001-PtCJ7pwo.8.1/opam b/packages/tezos-client-001-PtCJ7pwo/tezos-client-001-PtCJ7pwo.8.1/opam new file mode 100644 index 000000000..bab572077 --- /dev/null +++ b/packages/tezos-client-001-PtCJ7pwo/tezos-client-001-PtCJ7pwo.8.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-001-PtCJ7pwo" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_001_PtCJ7pwo/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-001-PtCJ7pwo/tezos-client-001-PtCJ7pwo.8.2/opam b/packages/tezos-client-001-PtCJ7pwo/tezos-client-001-PtCJ7pwo.8.2/opam new file mode 100644 index 000000000..c18b3d2b3 --- /dev/null +++ b/packages/tezos-client-001-PtCJ7pwo/tezos-client-001-PtCJ7pwo.8.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-001-PtCJ7pwo" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_001_PtCJ7pwo/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-001-PtCJ7pwo/tezos-client-001-PtCJ7pwo.8.3/opam b/packages/tezos-client-001-PtCJ7pwo/tezos-client-001-PtCJ7pwo.8.3/opam new file mode 100644 index 000000000..2c67a7e9c --- /dev/null +++ b/packages/tezos-client-001-PtCJ7pwo/tezos-client-001-PtCJ7pwo.8.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-001-PtCJ7pwo" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_001_PtCJ7pwo/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-001-PtCJ7pwo/tezos-client-001-PtCJ7pwo.9.0/opam b/packages/tezos-client-001-PtCJ7pwo/tezos-client-001-PtCJ7pwo.9.0/opam new file mode 100644 index 000000000..ca408f4d4 --- /dev/null +++ b/packages/tezos-client-001-PtCJ7pwo/tezos-client-001-PtCJ7pwo.9.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-001-PtCJ7pwo" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_001_PtCJ7pwo/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-001-PtCJ7pwo/tezos-client-001-PtCJ7pwo.9.1/opam b/packages/tezos-client-001-PtCJ7pwo/tezos-client-001-PtCJ7pwo.9.1/opam new file mode 100644 index 000000000..062ed17e7 --- /dev/null +++ b/packages/tezos-client-001-PtCJ7pwo/tezos-client-001-PtCJ7pwo.9.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-001-PtCJ7pwo" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_001_PtCJ7pwo/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-001-PtCJ7pwo/tezos-client-001-PtCJ7pwo.9.2/opam b/packages/tezos-client-001-PtCJ7pwo/tezos-client-001-PtCJ7pwo.9.2/opam new file mode 100644 index 000000000..f748566f1 --- /dev/null +++ b/packages/tezos-client-001-PtCJ7pwo/tezos-client-001-PtCJ7pwo.9.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-001-PtCJ7pwo" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_001_PtCJ7pwo/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-001-PtCJ7pwo/tezos-client-001-PtCJ7pwo.9.3/opam b/packages/tezos-client-001-PtCJ7pwo/tezos-client-001-PtCJ7pwo.9.3/opam new file mode 100644 index 000000000..143434f88 --- /dev/null +++ b/packages/tezos-client-001-PtCJ7pwo/tezos-client-001-PtCJ7pwo.9.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-001-PtCJ7pwo" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_001_PtCJ7pwo/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-001-PtCJ7pwo/tezos-client-001-PtCJ7pwo.9.4/opam b/packages/tezos-client-001-PtCJ7pwo/tezos-client-001-PtCJ7pwo.9.4/opam new file mode 100644 index 000000000..6ab46643b --- /dev/null +++ b/packages/tezos-client-001-PtCJ7pwo/tezos-client-001-PtCJ7pwo.9.4/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-001-PtCJ7pwo" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_001_PtCJ7pwo/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-001-PtCJ7pwo/tezos-client-001-PtCJ7pwo.9.7/opam b/packages/tezos-client-001-PtCJ7pwo/tezos-client-001-PtCJ7pwo.9.7/opam new file mode 100644 index 000000000..fe1c55851 --- /dev/null +++ b/packages/tezos-client-001-PtCJ7pwo/tezos-client-001-PtCJ7pwo.9.7/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-001-PtCJ7pwo" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_001_PtCJ7pwo/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-002-PsYLVpVv-commands/tezos-client-002-PsYLVpVv-commands.10.2/opam b/packages/tezos-client-002-PsYLVpVv-commands/tezos-client-002-PsYLVpVv-commands.10.2/opam new file mode 100644 index 000000000..301d7b1d1 --- /dev/null +++ b/packages/tezos-client-002-PsYLVpVv-commands/tezos-client-002-PsYLVpVv-commands.10.2/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-002-PsYLVpVv" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_002_PsYLVpVv/lib_client_commands/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: 002_PsYLVpVv (protocol-specific commands for `tezos-client`)" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-002-PsYLVpVv-commands/tezos-client-002-PsYLVpVv-commands.11.0/opam b/packages/tezos-client-002-PsYLVpVv-commands/tezos-client-002-PsYLVpVv-commands.11.0/opam new file mode 100644 index 000000000..6b476dbee --- /dev/null +++ b/packages/tezos-client-002-PsYLVpVv-commands/tezos-client-002-PsYLVpVv-commands.11.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-client-002-PsYLVpVv" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_002_PsYLVpVv/lib_client_commands/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: 002_PsYLVpVv (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-002-PsYLVpVv-commands/tezos-client-002-PsYLVpVv-commands.11.1/opam b/packages/tezos-client-002-PsYLVpVv-commands/tezos-client-002-PsYLVpVv-commands.11.1/opam new file mode 100644 index 000000000..0fa8ea787 --- /dev/null +++ b/packages/tezos-client-002-PsYLVpVv-commands/tezos-client-002-PsYLVpVv-commands.11.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-002-PsYLVpVv" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_002_PsYLVpVv/lib_client_commands/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: 002_PsYLVpVv (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-002-PsYLVpVv-commands/tezos-client-002-PsYLVpVv-commands.12.0/opam b/packages/tezos-client-002-PsYLVpVv-commands/tezos-client-002-PsYLVpVv-commands.12.0/opam new file mode 100644 index 000000000..e018c6c7f --- /dev/null +++ b/packages/tezos-client-002-PsYLVpVv-commands/tezos-client-002-PsYLVpVv-commands.12.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-002-PsYLVpVv" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_002_PsYLVpVv/lib_client_commands/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: 002_PsYLVpVv (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-002-PsYLVpVv-commands/tezos-client-002-PsYLVpVv-commands.12.3/opam b/packages/tezos-client-002-PsYLVpVv-commands/tezos-client-002-PsYLVpVv-commands.12.3/opam new file mode 100644 index 000000000..0024de625 --- /dev/null +++ b/packages/tezos-client-002-PsYLVpVv-commands/tezos-client-002-PsYLVpVv-commands.12.3/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-002-PsYLVpVv" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_002_PsYLVpVv/lib_client_commands/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: 002_PsYLVpVv (protocol-specific commands for `tezos-client`)" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-002-PsYLVpVv-commands/tezos-client-002-PsYLVpVv-commands.13.0/opam b/packages/tezos-client-002-PsYLVpVv-commands/tezos-client-002-PsYLVpVv-commands.13.0/opam new file mode 100644 index 000000000..e7b7d9146 --- /dev/null +++ b/packages/tezos-client-002-PsYLVpVv-commands/tezos-client-002-PsYLVpVv-commands.13.0/opam @@ -0,0 +1,37 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-002-PsYLVpVv" { = version } + "tezos-stdlib-unix" { = version } + "tezos-protocol-environment" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-client-002-PsYLVpVv" { = version } + "tezos-client-commands" { = version } + "tezos-rpc" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_002_PsYLVpVv/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-002-PsYLVpVv-commands/tezos-client-002-PsYLVpVv-commands.7.0/opam b/packages/tezos-client-002-PsYLVpVv-commands/tezos-client-002-PsYLVpVv-commands.7.0/opam new file mode 100644 index 000000000..52132988c --- /dev/null +++ b/packages/tezos-client-002-PsYLVpVv-commands/tezos-client-002-PsYLVpVv-commands.7.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-client-002-PsYLVpVv" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_002_PsYLVpVv/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 002_PsYLVpVv (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.0.tar.bz2" + checksum: [ + "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91" + "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-002-PsYLVpVv-commands/tezos-client-002-PsYLVpVv-commands.7.1/opam b/packages/tezos-client-002-PsYLVpVv-commands/tezos-client-002-PsYLVpVv-commands.7.1/opam new file mode 100644 index 000000000..a8c310cea --- /dev/null +++ b/packages/tezos-client-002-PsYLVpVv-commands/tezos-client-002-PsYLVpVv-commands.7.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-client-002-PsYLVpVv" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_002_PsYLVpVv/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 002_PsYLVpVv (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.1.tar.bz2" + checksum: [ + "sha256=3675d856c4b818da7f5de0b85b86a48d3883f1210cfef28ef3233a047e74bed6" + "sha512=d6abdef9a6643b2ffe8141ecc625dcc2a939131e2e5cc158c74aba8c403bd4072b7fc403ccfa6d766696604ad112495dd9db1ece8a3ae5a4693071dfdffcbda5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-002-PsYLVpVv-commands/tezos-client-002-PsYLVpVv-commands.7.2/opam b/packages/tezos-client-002-PsYLVpVv-commands/tezos-client-002-PsYLVpVv-commands.7.2/opam new file mode 100644 index 000000000..abe36d801 --- /dev/null +++ b/packages/tezos-client-002-PsYLVpVv-commands/tezos-client-002-PsYLVpVv-commands.7.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-client-002-PsYLVpVv" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_002_PsYLVpVv/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 002_PsYLVpVv (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.2.tar.bz2" + checksum: [ + "sha256=abb52ad63345943d20f3edc4c3507474af94c001c8bf58138f47341942036cec" + "sha512=c823ca801cbc4005f5fc6ea5236d93569410c034da3ed32939ef64a0f2c19a34444fac12e13c72e5a1e15a401b655e58ffdbbb66ce0516e5968f621677b96117" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-002-PsYLVpVv-commands/tezos-client-002-PsYLVpVv-commands.7.3/opam b/packages/tezos-client-002-PsYLVpVv-commands/tezos-client-002-PsYLVpVv-commands.7.3/opam new file mode 100644 index 000000000..8fae2362c --- /dev/null +++ b/packages/tezos-client-002-PsYLVpVv-commands/tezos-client-002-PsYLVpVv-commands.7.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-client-002-PsYLVpVv" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_002_PsYLVpVv/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 002_PsYLVpVv (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.3.tar.bz2" + checksum: [ + "sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" + "sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-002-PsYLVpVv-commands/tezos-client-002-PsYLVpVv-commands.7.4/opam b/packages/tezos-client-002-PsYLVpVv-commands/tezos-client-002-PsYLVpVv-commands.7.4/opam new file mode 100644 index 000000000..05b6001cb --- /dev/null +++ b/packages/tezos-client-002-PsYLVpVv-commands/tezos-client-002-PsYLVpVv-commands.7.4/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-client-002-PsYLVpVv" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_002_PsYLVpVv/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 002_PsYLVpVv (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-002-PsYLVpVv-commands/tezos-client-002-PsYLVpVv-commands.8.0/opam b/packages/tezos-client-002-PsYLVpVv-commands/tezos-client-002-PsYLVpVv-commands.8.0/opam new file mode 100644 index 000000000..ecf7583b8 --- /dev/null +++ b/packages/tezos-client-002-PsYLVpVv-commands/tezos-client-002-PsYLVpVv-commands.8.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-002-PsYLVpVv" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_002_PsYLVpVv/lib_client_commands/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: 002_PsYLVpVv (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-002-PsYLVpVv-commands/tezos-client-002-PsYLVpVv-commands.8.1/opam b/packages/tezos-client-002-PsYLVpVv-commands/tezos-client-002-PsYLVpVv-commands.8.1/opam new file mode 100644 index 000000000..4cca0a1b7 --- /dev/null +++ b/packages/tezos-client-002-PsYLVpVv-commands/tezos-client-002-PsYLVpVv-commands.8.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-002-PsYLVpVv" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_002_PsYLVpVv/lib_client_commands/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: 002_PsYLVpVv (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-002-PsYLVpVv-commands/tezos-client-002-PsYLVpVv-commands.8.2/opam b/packages/tezos-client-002-PsYLVpVv-commands/tezos-client-002-PsYLVpVv-commands.8.2/opam new file mode 100644 index 000000000..575fe55fc --- /dev/null +++ b/packages/tezos-client-002-PsYLVpVv-commands/tezos-client-002-PsYLVpVv-commands.8.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-002-PsYLVpVv" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_002_PsYLVpVv/lib_client_commands/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: 002_PsYLVpVv (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-002-PsYLVpVv-commands/tezos-client-002-PsYLVpVv-commands.8.3/opam b/packages/tezos-client-002-PsYLVpVv-commands/tezos-client-002-PsYLVpVv-commands.8.3/opam new file mode 100644 index 000000000..7551adb94 --- /dev/null +++ b/packages/tezos-client-002-PsYLVpVv-commands/tezos-client-002-PsYLVpVv-commands.8.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-002-PsYLVpVv" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_002_PsYLVpVv/lib_client_commands/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: 002_PsYLVpVv (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-002-PsYLVpVv-commands/tezos-client-002-PsYLVpVv-commands.9.0/opam b/packages/tezos-client-002-PsYLVpVv-commands/tezos-client-002-PsYLVpVv-commands.9.0/opam new file mode 100644 index 000000000..12eef4456 --- /dev/null +++ b/packages/tezos-client-002-PsYLVpVv-commands/tezos-client-002-PsYLVpVv-commands.9.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-002-PsYLVpVv" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_002_PsYLVpVv/lib_client_commands/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: 002_PsYLVpVv (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-002-PsYLVpVv-commands/tezos-client-002-PsYLVpVv-commands.9.1/opam b/packages/tezos-client-002-PsYLVpVv-commands/tezos-client-002-PsYLVpVv-commands.9.1/opam new file mode 100644 index 000000000..99092184c --- /dev/null +++ b/packages/tezos-client-002-PsYLVpVv-commands/tezos-client-002-PsYLVpVv-commands.9.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-002-PsYLVpVv" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_002_PsYLVpVv/lib_client_commands/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: 002_PsYLVpVv (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-002-PsYLVpVv-commands/tezos-client-002-PsYLVpVv-commands.9.2/opam b/packages/tezos-client-002-PsYLVpVv-commands/tezos-client-002-PsYLVpVv-commands.9.2/opam new file mode 100644 index 000000000..1f680dd0a --- /dev/null +++ b/packages/tezos-client-002-PsYLVpVv-commands/tezos-client-002-PsYLVpVv-commands.9.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-002-PsYLVpVv" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_002_PsYLVpVv/lib_client_commands/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: 002_PsYLVpVv (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-002-PsYLVpVv-commands/tezos-client-002-PsYLVpVv-commands.9.3/opam b/packages/tezos-client-002-PsYLVpVv-commands/tezos-client-002-PsYLVpVv-commands.9.3/opam new file mode 100644 index 000000000..3d6bea80b --- /dev/null +++ b/packages/tezos-client-002-PsYLVpVv-commands/tezos-client-002-PsYLVpVv-commands.9.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-002-PsYLVpVv" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_002_PsYLVpVv/lib_client_commands/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: 002_PsYLVpVv (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-002-PsYLVpVv-commands/tezos-client-002-PsYLVpVv-commands.9.4/opam b/packages/tezos-client-002-PsYLVpVv-commands/tezos-client-002-PsYLVpVv-commands.9.4/opam new file mode 100644 index 000000000..3a0d885d6 --- /dev/null +++ b/packages/tezos-client-002-PsYLVpVv-commands/tezos-client-002-PsYLVpVv-commands.9.4/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-002-PsYLVpVv" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_002_PsYLVpVv/lib_client_commands/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: 002_PsYLVpVv (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-002-PsYLVpVv-commands/tezos-client-002-PsYLVpVv-commands.9.7/opam b/packages/tezos-client-002-PsYLVpVv-commands/tezos-client-002-PsYLVpVv-commands.9.7/opam new file mode 100644 index 000000000..aaa2469a4 --- /dev/null +++ b/packages/tezos-client-002-PsYLVpVv-commands/tezos-client-002-PsYLVpVv-commands.9.7/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-002-PsYLVpVv" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_002_PsYLVpVv/lib_client_commands/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: 002_PsYLVpVv (protocol-specific commands for `tezos-client`)" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-002-PsYLVpVv/tezos-client-002-PsYLVpVv.10.2/opam b/packages/tezos-client-002-PsYLVpVv/tezos-client-002-PsYLVpVv.10.2/opam new file mode 100644 index 000000000..3ea77c49d --- /dev/null +++ b/packages/tezos-client-002-PsYLVpVv/tezos-client-002-PsYLVpVv.10.2/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-002-PsYLVpVv" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_002_PsYLVpVv/lib_client/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-002-PsYLVpVv/tezos-client-002-PsYLVpVv.11.0/opam b/packages/tezos-client-002-PsYLVpVv/tezos-client-002-PsYLVpVv.11.0/opam new file mode 100644 index 000000000..97b70e092 --- /dev/null +++ b/packages/tezos-client-002-PsYLVpVv/tezos-client-002-PsYLVpVv.11.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-protocol-002-PsYLVpVv" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_002_PsYLVpVv/lib_client/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-002-PsYLVpVv/tezos-client-002-PsYLVpVv.11.1/opam b/packages/tezos-client-002-PsYLVpVv/tezos-client-002-PsYLVpVv.11.1/opam new file mode 100644 index 000000000..07454e4fb --- /dev/null +++ b/packages/tezos-client-002-PsYLVpVv/tezos-client-002-PsYLVpVv.11.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-002-PsYLVpVv" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_002_PsYLVpVv/lib_client/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-002-PsYLVpVv/tezos-client-002-PsYLVpVv.12.0/opam b/packages/tezos-client-002-PsYLVpVv/tezos-client-002-PsYLVpVv.12.0/opam new file mode 100644 index 000000000..1c4b92add --- /dev/null +++ b/packages/tezos-client-002-PsYLVpVv/tezos-client-002-PsYLVpVv.12.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-002-PsYLVpVv" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_002_PsYLVpVv/lib_client/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-002-PsYLVpVv/tezos-client-002-PsYLVpVv.12.3/opam b/packages/tezos-client-002-PsYLVpVv/tezos-client-002-PsYLVpVv.12.3/opam new file mode 100644 index 000000000..973e1cb37 --- /dev/null +++ b/packages/tezos-client-002-PsYLVpVv/tezos-client-002-PsYLVpVv.12.3/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-002-PsYLVpVv" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_002_PsYLVpVv/lib_client/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-002-PsYLVpVv/tezos-client-002-PsYLVpVv.13.0/opam b/packages/tezos-client-002-PsYLVpVv/tezos-client-002-PsYLVpVv.13.0/opam new file mode 100644 index 000000000..ff372866b --- /dev/null +++ b/packages/tezos-client-002-PsYLVpVv/tezos-client-002-PsYLVpVv.13.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-protocol-002-PsYLVpVv" { = version } + "tezos-signer-backends" { = version } + "tezos-rpc" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_002_PsYLVpVv/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-002-PsYLVpVv/tezos-client-002-PsYLVpVv.14.0/opam b/packages/tezos-client-002-PsYLVpVv/tezos-client-002-PsYLVpVv.14.0/opam new file mode 100644 index 000000000..6390239ab --- /dev/null +++ b/packages/tezos-client-002-PsYLVpVv/tezos-client-002-PsYLVpVv.14.0/opam @@ -0,0 +1,37 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-protocol-002-PsYLVpVv" { = version } + "tezos-signer-backends" { = version } + "tezos-rpc" { = version } + "uri" {>= "2.2.0" & <= "4.4.0"} + "tezos-stdlib-unix" { = version } + "tezos-protocol-environment" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-002-PsYLVpVv/tezos-client-002-PsYLVpVv.15.0/opam b/packages/tezos-client-002-PsYLVpVv/tezos-client-002-PsYLVpVv.15.0/opam new file mode 100644 index 000000000..7476cd9b9 --- /dev/null +++ b/packages/tezos-client-002-PsYLVpVv/tezos-client-002-PsYLVpVv.15.0/opam @@ -0,0 +1,38 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-protocol-002-PsYLVpVv" { = version } + "tezos-protocol-environment" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-client-commands" { = version } + "tezos-rpc" { = version } + "tezos-stdlib-unix" { = version } + "tezos-signer-backends" { = version } + "uri" {>= "2.2.0" & <= "4.4.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-002-PsYLVpVv/tezos-client-002-PsYLVpVv.15.1/opam b/packages/tezos-client-002-PsYLVpVv/tezos-client-002-PsYLVpVv.15.1/opam new file mode 100644 index 000000000..9c7474e8d --- /dev/null +++ b/packages/tezos-client-002-PsYLVpVv/tezos-client-002-PsYLVpVv.15.1/opam @@ -0,0 +1,38 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-protocol-002-PsYLVpVv" { = version } + "tezos-signer-backends" { = version } + "tezos-rpc" { = version } + "uri" {>= "2.2.0" & <= "4.4.0"} + "tezos-stdlib-unix" { = version } + "tezos-protocol-environment" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-002-PsYLVpVv/tezos-client-002-PsYLVpVv.17.1/opam b/packages/tezos-client-002-PsYLVpVv/tezos-client-002-PsYLVpVv.17.1/opam new file mode 100644 index 000000000..1de6ca82e --- /dev/null +++ b/packages/tezos-client-002-PsYLVpVv/tezos-client-002-PsYLVpVv.17.1/opam @@ -0,0 +1,39 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-protocol-002-PsYLVpVv" { = version } + "tezos-signer-backends" { = version } + "tezos-rpc" { = version } + "uri" {>= "3.1.0" & <= "4.4.0"} + "tezos-stdlib-unix" { = version } + "tezos-protocol-environment" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-002-PsYLVpVv/tezos-client-002-PsYLVpVv.17.2/opam b/packages/tezos-client-002-PsYLVpVv/tezos-client-002-PsYLVpVv.17.2/opam new file mode 100644 index 000000000..b0b3b9553 --- /dev/null +++ b/packages/tezos-client-002-PsYLVpVv/tezos-client-002-PsYLVpVv.17.2/opam @@ -0,0 +1,39 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-protocol-002-PsYLVpVv" { = version } + "tezos-signer-backends" { = version } + "tezos-rpc" { = version } + "uri" {>= "3.1.0" & <= "4.4.0"} + "tezos-stdlib-unix" { = version } + "tezos-protocol-environment" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-002-PsYLVpVv/tezos-client-002-PsYLVpVv.7.0/opam b/packages/tezos-client-002-PsYLVpVv/tezos-client-002-PsYLVpVv.7.0/opam new file mode 100644 index 000000000..d05f7957e --- /dev/null +++ b/packages/tezos-client-002-PsYLVpVv/tezos-client-002-PsYLVpVv.7.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-002-PsYLVpVv" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_002_PsYLVpVv/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.0.tar.bz2" + checksum: [ + "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91" + "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-002-PsYLVpVv/tezos-client-002-PsYLVpVv.7.1/opam b/packages/tezos-client-002-PsYLVpVv/tezos-client-002-PsYLVpVv.7.1/opam new file mode 100644 index 000000000..fc9b3c1eb --- /dev/null +++ b/packages/tezos-client-002-PsYLVpVv/tezos-client-002-PsYLVpVv.7.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-002-PsYLVpVv" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_002_PsYLVpVv/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.1.tar.bz2" + checksum: [ + "sha256=3675d856c4b818da7f5de0b85b86a48d3883f1210cfef28ef3233a047e74bed6" + "sha512=d6abdef9a6643b2ffe8141ecc625dcc2a939131e2e5cc158c74aba8c403bd4072b7fc403ccfa6d766696604ad112495dd9db1ece8a3ae5a4693071dfdffcbda5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-002-PsYLVpVv/tezos-client-002-PsYLVpVv.7.2/opam b/packages/tezos-client-002-PsYLVpVv/tezos-client-002-PsYLVpVv.7.2/opam new file mode 100644 index 000000000..10974f31e --- /dev/null +++ b/packages/tezos-client-002-PsYLVpVv/tezos-client-002-PsYLVpVv.7.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-002-PsYLVpVv" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_002_PsYLVpVv/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.2.tar.bz2" + checksum: [ + "sha256=abb52ad63345943d20f3edc4c3507474af94c001c8bf58138f47341942036cec" + "sha512=c823ca801cbc4005f5fc6ea5236d93569410c034da3ed32939ef64a0f2c19a34444fac12e13c72e5a1e15a401b655e58ffdbbb66ce0516e5968f621677b96117" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-002-PsYLVpVv/tezos-client-002-PsYLVpVv.7.3/opam b/packages/tezos-client-002-PsYLVpVv/tezos-client-002-PsYLVpVv.7.3/opam new file mode 100644 index 000000000..eb9c7c0f2 --- /dev/null +++ b/packages/tezos-client-002-PsYLVpVv/tezos-client-002-PsYLVpVv.7.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-002-PsYLVpVv" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_002_PsYLVpVv/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.3.tar.bz2" + checksum: [ + "sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" + "sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-002-PsYLVpVv/tezos-client-002-PsYLVpVv.7.4/opam b/packages/tezos-client-002-PsYLVpVv/tezos-client-002-PsYLVpVv.7.4/opam new file mode 100644 index 000000000..c84ae3308 --- /dev/null +++ b/packages/tezos-client-002-PsYLVpVv/tezos-client-002-PsYLVpVv.7.4/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-002-PsYLVpVv" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_002_PsYLVpVv/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-002-PsYLVpVv/tezos-client-002-PsYLVpVv.8.0/opam b/packages/tezos-client-002-PsYLVpVv/tezos-client-002-PsYLVpVv.8.0/opam new file mode 100644 index 000000000..d5e4423b3 --- /dev/null +++ b/packages/tezos-client-002-PsYLVpVv/tezos-client-002-PsYLVpVv.8.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-002-PsYLVpVv" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_002_PsYLVpVv/lib_client/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-002-PsYLVpVv/tezos-client-002-PsYLVpVv.8.1/opam b/packages/tezos-client-002-PsYLVpVv/tezos-client-002-PsYLVpVv.8.1/opam new file mode 100644 index 000000000..78cce638a --- /dev/null +++ b/packages/tezos-client-002-PsYLVpVv/tezos-client-002-PsYLVpVv.8.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-002-PsYLVpVv" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_002_PsYLVpVv/lib_client/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-002-PsYLVpVv/tezos-client-002-PsYLVpVv.8.2/opam b/packages/tezos-client-002-PsYLVpVv/tezos-client-002-PsYLVpVv.8.2/opam new file mode 100644 index 000000000..7cb2771c5 --- /dev/null +++ b/packages/tezos-client-002-PsYLVpVv/tezos-client-002-PsYLVpVv.8.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-002-PsYLVpVv" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_002_PsYLVpVv/lib_client/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-002-PsYLVpVv/tezos-client-002-PsYLVpVv.8.3/opam b/packages/tezos-client-002-PsYLVpVv/tezos-client-002-PsYLVpVv.8.3/opam new file mode 100644 index 000000000..28b251fb1 --- /dev/null +++ b/packages/tezos-client-002-PsYLVpVv/tezos-client-002-PsYLVpVv.8.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-002-PsYLVpVv" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_002_PsYLVpVv/lib_client/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-002-PsYLVpVv/tezos-client-002-PsYLVpVv.9.0/opam b/packages/tezos-client-002-PsYLVpVv/tezos-client-002-PsYLVpVv.9.0/opam new file mode 100644 index 000000000..57eaab945 --- /dev/null +++ b/packages/tezos-client-002-PsYLVpVv/tezos-client-002-PsYLVpVv.9.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-002-PsYLVpVv" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_002_PsYLVpVv/lib_client/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-002-PsYLVpVv/tezos-client-002-PsYLVpVv.9.1/opam b/packages/tezos-client-002-PsYLVpVv/tezos-client-002-PsYLVpVv.9.1/opam new file mode 100644 index 000000000..50e62d9f0 --- /dev/null +++ b/packages/tezos-client-002-PsYLVpVv/tezos-client-002-PsYLVpVv.9.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-002-PsYLVpVv" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_002_PsYLVpVv/lib_client/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-002-PsYLVpVv/tezos-client-002-PsYLVpVv.9.2/opam b/packages/tezos-client-002-PsYLVpVv/tezos-client-002-PsYLVpVv.9.2/opam new file mode 100644 index 000000000..951914a1a --- /dev/null +++ b/packages/tezos-client-002-PsYLVpVv/tezos-client-002-PsYLVpVv.9.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-002-PsYLVpVv" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_002_PsYLVpVv/lib_client/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-002-PsYLVpVv/tezos-client-002-PsYLVpVv.9.3/opam b/packages/tezos-client-002-PsYLVpVv/tezos-client-002-PsYLVpVv.9.3/opam new file mode 100644 index 000000000..a4aa0f4cc --- /dev/null +++ b/packages/tezos-client-002-PsYLVpVv/tezos-client-002-PsYLVpVv.9.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-002-PsYLVpVv" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_002_PsYLVpVv/lib_client/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-002-PsYLVpVv/tezos-client-002-PsYLVpVv.9.4/opam b/packages/tezos-client-002-PsYLVpVv/tezos-client-002-PsYLVpVv.9.4/opam new file mode 100644 index 000000000..9d93c12e4 --- /dev/null +++ b/packages/tezos-client-002-PsYLVpVv/tezos-client-002-PsYLVpVv.9.4/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-002-PsYLVpVv" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_002_PsYLVpVv/lib_client/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-002-PsYLVpVv/tezos-client-002-PsYLVpVv.9.7/opam b/packages/tezos-client-002-PsYLVpVv/tezos-client-002-PsYLVpVv.9.7/opam new file mode 100644 index 000000000..05353b071 --- /dev/null +++ b/packages/tezos-client-002-PsYLVpVv/tezos-client-002-PsYLVpVv.9.7/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-002-PsYLVpVv" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_002_PsYLVpVv/lib_client/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-003-PsddFKi3-commands/tezos-client-003-PsddFKi3-commands.10.2/opam b/packages/tezos-client-003-PsddFKi3-commands/tezos-client-003-PsddFKi3-commands.10.2/opam new file mode 100644 index 000000000..bb68ebb20 --- /dev/null +++ b/packages/tezos-client-003-PsddFKi3-commands/tezos-client-003-PsddFKi3-commands.10.2/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-003-PsddFKi3" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_003_PsddFKi3/lib_client_commands/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: 003_PsddFKi3 (protocol-specific commands for `tezos-client`)" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-003-PsddFKi3-commands/tezos-client-003-PsddFKi3-commands.11.0/opam b/packages/tezos-client-003-PsddFKi3-commands/tezos-client-003-PsddFKi3-commands.11.0/opam new file mode 100644 index 000000000..085656c88 --- /dev/null +++ b/packages/tezos-client-003-PsddFKi3-commands/tezos-client-003-PsddFKi3-commands.11.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-client-003-PsddFKi3" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_003_PsddFKi3/lib_client_commands/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: 003_PsddFKi3 (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-003-PsddFKi3-commands/tezos-client-003-PsddFKi3-commands.11.1/opam b/packages/tezos-client-003-PsddFKi3-commands/tezos-client-003-PsddFKi3-commands.11.1/opam new file mode 100644 index 000000000..221d1bb57 --- /dev/null +++ b/packages/tezos-client-003-PsddFKi3-commands/tezos-client-003-PsddFKi3-commands.11.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-003-PsddFKi3" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_003_PsddFKi3/lib_client_commands/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: 003_PsddFKi3 (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-003-PsddFKi3-commands/tezos-client-003-PsddFKi3-commands.12.0/opam b/packages/tezos-client-003-PsddFKi3-commands/tezos-client-003-PsddFKi3-commands.12.0/opam new file mode 100644 index 000000000..1dd34a065 --- /dev/null +++ b/packages/tezos-client-003-PsddFKi3-commands/tezos-client-003-PsddFKi3-commands.12.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-003-PsddFKi3" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_003_PsddFKi3/lib_client_commands/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: 003_PsddFKi3 (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-003-PsddFKi3-commands/tezos-client-003-PsddFKi3-commands.12.3/opam b/packages/tezos-client-003-PsddFKi3-commands/tezos-client-003-PsddFKi3-commands.12.3/opam new file mode 100644 index 000000000..63b90fc74 --- /dev/null +++ b/packages/tezos-client-003-PsddFKi3-commands/tezos-client-003-PsddFKi3-commands.12.3/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-003-PsddFKi3" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_003_PsddFKi3/lib_client_commands/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: 003_PsddFKi3 (protocol-specific commands for `tezos-client`)" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-003-PsddFKi3-commands/tezos-client-003-PsddFKi3-commands.13.0/opam b/packages/tezos-client-003-PsddFKi3-commands/tezos-client-003-PsddFKi3-commands.13.0/opam new file mode 100644 index 000000000..421277c0e --- /dev/null +++ b/packages/tezos-client-003-PsddFKi3-commands/tezos-client-003-PsddFKi3-commands.13.0/opam @@ -0,0 +1,37 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-003-PsddFKi3" { = version } + "tezos-stdlib-unix" { = version } + "tezos-protocol-environment" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-client-003-PsddFKi3" { = version } + "tezos-client-commands" { = version } + "tezos-rpc" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_003_PsddFKi3/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-003-PsddFKi3-commands/tezos-client-003-PsddFKi3-commands.7.0/opam b/packages/tezos-client-003-PsddFKi3-commands/tezos-client-003-PsddFKi3-commands.7.0/opam new file mode 100644 index 000000000..af31107e3 --- /dev/null +++ b/packages/tezos-client-003-PsddFKi3-commands/tezos-client-003-PsddFKi3-commands.7.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-client-003-PsddFKi3" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_003_PsddFKi3/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 003_PsddFKi3 (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.0.tar.bz2" + checksum: [ + "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91" + "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-003-PsddFKi3-commands/tezos-client-003-PsddFKi3-commands.7.1/opam b/packages/tezos-client-003-PsddFKi3-commands/tezos-client-003-PsddFKi3-commands.7.1/opam new file mode 100644 index 000000000..3387bc3e1 --- /dev/null +++ b/packages/tezos-client-003-PsddFKi3-commands/tezos-client-003-PsddFKi3-commands.7.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-client-003-PsddFKi3" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_003_PsddFKi3/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 003_PsddFKi3 (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.1.tar.bz2" + checksum: [ + "sha256=3675d856c4b818da7f5de0b85b86a48d3883f1210cfef28ef3233a047e74bed6" + "sha512=d6abdef9a6643b2ffe8141ecc625dcc2a939131e2e5cc158c74aba8c403bd4072b7fc403ccfa6d766696604ad112495dd9db1ece8a3ae5a4693071dfdffcbda5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-003-PsddFKi3-commands/tezos-client-003-PsddFKi3-commands.7.2/opam b/packages/tezos-client-003-PsddFKi3-commands/tezos-client-003-PsddFKi3-commands.7.2/opam new file mode 100644 index 000000000..5322e8a08 --- /dev/null +++ b/packages/tezos-client-003-PsddFKi3-commands/tezos-client-003-PsddFKi3-commands.7.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-client-003-PsddFKi3" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_003_PsddFKi3/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 003_PsddFKi3 (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.2.tar.bz2" + checksum: [ + "sha256=abb52ad63345943d20f3edc4c3507474af94c001c8bf58138f47341942036cec" + "sha512=c823ca801cbc4005f5fc6ea5236d93569410c034da3ed32939ef64a0f2c19a34444fac12e13c72e5a1e15a401b655e58ffdbbb66ce0516e5968f621677b96117" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-003-PsddFKi3-commands/tezos-client-003-PsddFKi3-commands.7.3/opam b/packages/tezos-client-003-PsddFKi3-commands/tezos-client-003-PsddFKi3-commands.7.3/opam new file mode 100644 index 000000000..53c57247e --- /dev/null +++ b/packages/tezos-client-003-PsddFKi3-commands/tezos-client-003-PsddFKi3-commands.7.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-client-003-PsddFKi3" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_003_PsddFKi3/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 003_PsddFKi3 (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.3.tar.bz2" + checksum: [ + "sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" + "sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-003-PsddFKi3-commands/tezos-client-003-PsddFKi3-commands.7.4/opam b/packages/tezos-client-003-PsddFKi3-commands/tezos-client-003-PsddFKi3-commands.7.4/opam new file mode 100644 index 000000000..db2f0f78f --- /dev/null +++ b/packages/tezos-client-003-PsddFKi3-commands/tezos-client-003-PsddFKi3-commands.7.4/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-client-003-PsddFKi3" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_003_PsddFKi3/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 003_PsddFKi3 (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-003-PsddFKi3-commands/tezos-client-003-PsddFKi3-commands.8.0/opam b/packages/tezos-client-003-PsddFKi3-commands/tezos-client-003-PsddFKi3-commands.8.0/opam new file mode 100644 index 000000000..ef6827ef1 --- /dev/null +++ b/packages/tezos-client-003-PsddFKi3-commands/tezos-client-003-PsddFKi3-commands.8.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-003-PsddFKi3" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_003_PsddFKi3/lib_client_commands/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: 003_PsddFKi3 (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-003-PsddFKi3-commands/tezos-client-003-PsddFKi3-commands.8.1/opam b/packages/tezos-client-003-PsddFKi3-commands/tezos-client-003-PsddFKi3-commands.8.1/opam new file mode 100644 index 000000000..f19379799 --- /dev/null +++ b/packages/tezos-client-003-PsddFKi3-commands/tezos-client-003-PsddFKi3-commands.8.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-003-PsddFKi3" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_003_PsddFKi3/lib_client_commands/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: 003_PsddFKi3 (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-003-PsddFKi3-commands/tezos-client-003-PsddFKi3-commands.8.2/opam b/packages/tezos-client-003-PsddFKi3-commands/tezos-client-003-PsddFKi3-commands.8.2/opam new file mode 100644 index 000000000..5a6d5bf32 --- /dev/null +++ b/packages/tezos-client-003-PsddFKi3-commands/tezos-client-003-PsddFKi3-commands.8.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-003-PsddFKi3" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_003_PsddFKi3/lib_client_commands/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: 003_PsddFKi3 (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-003-PsddFKi3-commands/tezos-client-003-PsddFKi3-commands.8.3/opam b/packages/tezos-client-003-PsddFKi3-commands/tezos-client-003-PsddFKi3-commands.8.3/opam new file mode 100644 index 000000000..bc45d7c96 --- /dev/null +++ b/packages/tezos-client-003-PsddFKi3-commands/tezos-client-003-PsddFKi3-commands.8.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-003-PsddFKi3" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_003_PsddFKi3/lib_client_commands/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: 003_PsddFKi3 (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-003-PsddFKi3-commands/tezos-client-003-PsddFKi3-commands.9.0/opam b/packages/tezos-client-003-PsddFKi3-commands/tezos-client-003-PsddFKi3-commands.9.0/opam new file mode 100644 index 000000000..9e7c9a524 --- /dev/null +++ b/packages/tezos-client-003-PsddFKi3-commands/tezos-client-003-PsddFKi3-commands.9.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-003-PsddFKi3" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_003_PsddFKi3/lib_client_commands/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: 003_PsddFKi3 (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-003-PsddFKi3-commands/tezos-client-003-PsddFKi3-commands.9.1/opam b/packages/tezos-client-003-PsddFKi3-commands/tezos-client-003-PsddFKi3-commands.9.1/opam new file mode 100644 index 000000000..7769def12 --- /dev/null +++ b/packages/tezos-client-003-PsddFKi3-commands/tezos-client-003-PsddFKi3-commands.9.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-003-PsddFKi3" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_003_PsddFKi3/lib_client_commands/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: 003_PsddFKi3 (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-003-PsddFKi3-commands/tezos-client-003-PsddFKi3-commands.9.2/opam b/packages/tezos-client-003-PsddFKi3-commands/tezos-client-003-PsddFKi3-commands.9.2/opam new file mode 100644 index 000000000..54ba8f284 --- /dev/null +++ b/packages/tezos-client-003-PsddFKi3-commands/tezos-client-003-PsddFKi3-commands.9.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-003-PsddFKi3" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_003_PsddFKi3/lib_client_commands/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: 003_PsddFKi3 (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-003-PsddFKi3-commands/tezos-client-003-PsddFKi3-commands.9.3/opam b/packages/tezos-client-003-PsddFKi3-commands/tezos-client-003-PsddFKi3-commands.9.3/opam new file mode 100644 index 000000000..172523d0d --- /dev/null +++ b/packages/tezos-client-003-PsddFKi3-commands/tezos-client-003-PsddFKi3-commands.9.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-003-PsddFKi3" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_003_PsddFKi3/lib_client_commands/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: 003_PsddFKi3 (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-003-PsddFKi3-commands/tezos-client-003-PsddFKi3-commands.9.4/opam b/packages/tezos-client-003-PsddFKi3-commands/tezos-client-003-PsddFKi3-commands.9.4/opam new file mode 100644 index 000000000..a8621599e --- /dev/null +++ b/packages/tezos-client-003-PsddFKi3-commands/tezos-client-003-PsddFKi3-commands.9.4/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-003-PsddFKi3" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_003_PsddFKi3/lib_client_commands/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: 003_PsddFKi3 (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-003-PsddFKi3-commands/tezos-client-003-PsddFKi3-commands.9.7/opam b/packages/tezos-client-003-PsddFKi3-commands/tezos-client-003-PsddFKi3-commands.9.7/opam new file mode 100644 index 000000000..7700bcec7 --- /dev/null +++ b/packages/tezos-client-003-PsddFKi3-commands/tezos-client-003-PsddFKi3-commands.9.7/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-003-PsddFKi3" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_003_PsddFKi3/lib_client_commands/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: 003_PsddFKi3 (protocol-specific commands for `tezos-client`)" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-003-PsddFKi3/tezos-client-003-PsddFKi3.10.2/opam b/packages/tezos-client-003-PsddFKi3/tezos-client-003-PsddFKi3.10.2/opam new file mode 100644 index 000000000..a47be4e9c --- /dev/null +++ b/packages/tezos-client-003-PsddFKi3/tezos-client-003-PsddFKi3.10.2/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-003-PsddFKi3" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_003_PsddFKi3/lib_client/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-003-PsddFKi3/tezos-client-003-PsddFKi3.11.0/opam b/packages/tezos-client-003-PsddFKi3/tezos-client-003-PsddFKi3.11.0/opam new file mode 100644 index 000000000..1859497da --- /dev/null +++ b/packages/tezos-client-003-PsddFKi3/tezos-client-003-PsddFKi3.11.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-protocol-003-PsddFKi3" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_003_PsddFKi3/lib_client/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-003-PsddFKi3/tezos-client-003-PsddFKi3.11.1/opam b/packages/tezos-client-003-PsddFKi3/tezos-client-003-PsddFKi3.11.1/opam new file mode 100644 index 000000000..21cc0b20f --- /dev/null +++ b/packages/tezos-client-003-PsddFKi3/tezos-client-003-PsddFKi3.11.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-003-PsddFKi3" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_003_PsddFKi3/lib_client/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-003-PsddFKi3/tezos-client-003-PsddFKi3.12.0/opam b/packages/tezos-client-003-PsddFKi3/tezos-client-003-PsddFKi3.12.0/opam new file mode 100644 index 000000000..e6dda6265 --- /dev/null +++ b/packages/tezos-client-003-PsddFKi3/tezos-client-003-PsddFKi3.12.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-003-PsddFKi3" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_003_PsddFKi3/lib_client/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-003-PsddFKi3/tezos-client-003-PsddFKi3.12.3/opam b/packages/tezos-client-003-PsddFKi3/tezos-client-003-PsddFKi3.12.3/opam new file mode 100644 index 000000000..c074555e2 --- /dev/null +++ b/packages/tezos-client-003-PsddFKi3/tezos-client-003-PsddFKi3.12.3/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-003-PsddFKi3" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_003_PsddFKi3/lib_client/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-003-PsddFKi3/tezos-client-003-PsddFKi3.13.0/opam b/packages/tezos-client-003-PsddFKi3/tezos-client-003-PsddFKi3.13.0/opam new file mode 100644 index 000000000..ea2568d93 --- /dev/null +++ b/packages/tezos-client-003-PsddFKi3/tezos-client-003-PsddFKi3.13.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-protocol-003-PsddFKi3" { = version } + "tezos-signer-backends" { = version } + "tezos-rpc" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_003_PsddFKi3/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-003-PsddFKi3/tezos-client-003-PsddFKi3.14.0/opam b/packages/tezos-client-003-PsddFKi3/tezos-client-003-PsddFKi3.14.0/opam new file mode 100644 index 000000000..a7f58aaac --- /dev/null +++ b/packages/tezos-client-003-PsddFKi3/tezos-client-003-PsddFKi3.14.0/opam @@ -0,0 +1,37 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-protocol-003-PsddFKi3" { = version } + "tezos-signer-backends" { = version } + "tezos-rpc" { = version } + "uri" {>= "2.2.0" & <= "4.4.0"} + "tezos-stdlib-unix" { = version } + "tezos-protocol-environment" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-003-PsddFKi3/tezos-client-003-PsddFKi3.15.0/opam b/packages/tezos-client-003-PsddFKi3/tezos-client-003-PsddFKi3.15.0/opam new file mode 100644 index 000000000..56d8fabff --- /dev/null +++ b/packages/tezos-client-003-PsddFKi3/tezos-client-003-PsddFKi3.15.0/opam @@ -0,0 +1,38 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-protocol-003-PsddFKi3" { = version } + "tezos-protocol-environment" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-client-commands" { = version } + "tezos-rpc" { = version } + "tezos-stdlib-unix" { = version } + "tezos-signer-backends" { = version } + "uri" {>= "2.2.0" & <= "4.4.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-003-PsddFKi3/tezos-client-003-PsddFKi3.15.1/opam b/packages/tezos-client-003-PsddFKi3/tezos-client-003-PsddFKi3.15.1/opam new file mode 100644 index 000000000..4672d2ece --- /dev/null +++ b/packages/tezos-client-003-PsddFKi3/tezos-client-003-PsddFKi3.15.1/opam @@ -0,0 +1,38 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-protocol-003-PsddFKi3" { = version } + "tezos-signer-backends" { = version } + "tezos-rpc" { = version } + "uri" {>= "2.2.0" & <= "4.4.0"} + "tezos-stdlib-unix" { = version } + "tezos-protocol-environment" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-003-PsddFKi3/tezos-client-003-PsddFKi3.17.1/opam b/packages/tezos-client-003-PsddFKi3/tezos-client-003-PsddFKi3.17.1/opam new file mode 100644 index 000000000..16cd7309a --- /dev/null +++ b/packages/tezos-client-003-PsddFKi3/tezos-client-003-PsddFKi3.17.1/opam @@ -0,0 +1,39 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-protocol-003-PsddFKi3" { = version } + "tezos-signer-backends" { = version } + "tezos-rpc" { = version } + "uri" {>= "3.1.0" & <= "4.4.0"} + "tezos-stdlib-unix" { = version } + "tezos-protocol-environment" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-003-PsddFKi3/tezos-client-003-PsddFKi3.17.2/opam b/packages/tezos-client-003-PsddFKi3/tezos-client-003-PsddFKi3.17.2/opam new file mode 100644 index 000000000..95b9f2687 --- /dev/null +++ b/packages/tezos-client-003-PsddFKi3/tezos-client-003-PsddFKi3.17.2/opam @@ -0,0 +1,39 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-protocol-003-PsddFKi3" { = version } + "tezos-signer-backends" { = version } + "tezos-rpc" { = version } + "uri" {>= "3.1.0" & <= "4.4.0"} + "tezos-stdlib-unix" { = version } + "tezos-protocol-environment" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-003-PsddFKi3/tezos-client-003-PsddFKi3.7.0/opam b/packages/tezos-client-003-PsddFKi3/tezos-client-003-PsddFKi3.7.0/opam new file mode 100644 index 000000000..34081a408 --- /dev/null +++ b/packages/tezos-client-003-PsddFKi3/tezos-client-003-PsddFKi3.7.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-003-PsddFKi3" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_003_PsddFKi3/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.0.tar.bz2" + checksum: [ + "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91" + "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-003-PsddFKi3/tezos-client-003-PsddFKi3.7.1/opam b/packages/tezos-client-003-PsddFKi3/tezos-client-003-PsddFKi3.7.1/opam new file mode 100644 index 000000000..aa5c1b70a --- /dev/null +++ b/packages/tezos-client-003-PsddFKi3/tezos-client-003-PsddFKi3.7.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-003-PsddFKi3" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_003_PsddFKi3/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.1.tar.bz2" + checksum: [ + "sha256=3675d856c4b818da7f5de0b85b86a48d3883f1210cfef28ef3233a047e74bed6" + "sha512=d6abdef9a6643b2ffe8141ecc625dcc2a939131e2e5cc158c74aba8c403bd4072b7fc403ccfa6d766696604ad112495dd9db1ece8a3ae5a4693071dfdffcbda5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-003-PsddFKi3/tezos-client-003-PsddFKi3.7.2/opam b/packages/tezos-client-003-PsddFKi3/tezos-client-003-PsddFKi3.7.2/opam new file mode 100644 index 000000000..6a730009a --- /dev/null +++ b/packages/tezos-client-003-PsddFKi3/tezos-client-003-PsddFKi3.7.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-003-PsddFKi3" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_003_PsddFKi3/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.2.tar.bz2" + checksum: [ + "sha256=abb52ad63345943d20f3edc4c3507474af94c001c8bf58138f47341942036cec" + "sha512=c823ca801cbc4005f5fc6ea5236d93569410c034da3ed32939ef64a0f2c19a34444fac12e13c72e5a1e15a401b655e58ffdbbb66ce0516e5968f621677b96117" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-003-PsddFKi3/tezos-client-003-PsddFKi3.7.3/opam b/packages/tezos-client-003-PsddFKi3/tezos-client-003-PsddFKi3.7.3/opam new file mode 100644 index 000000000..36d85747b --- /dev/null +++ b/packages/tezos-client-003-PsddFKi3/tezos-client-003-PsddFKi3.7.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-003-PsddFKi3" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_003_PsddFKi3/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.3.tar.bz2" + checksum: [ + "sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" + "sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-003-PsddFKi3/tezos-client-003-PsddFKi3.7.4/opam b/packages/tezos-client-003-PsddFKi3/tezos-client-003-PsddFKi3.7.4/opam new file mode 100644 index 000000000..67e845ab7 --- /dev/null +++ b/packages/tezos-client-003-PsddFKi3/tezos-client-003-PsddFKi3.7.4/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-003-PsddFKi3" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_003_PsddFKi3/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-003-PsddFKi3/tezos-client-003-PsddFKi3.8.0/opam b/packages/tezos-client-003-PsddFKi3/tezos-client-003-PsddFKi3.8.0/opam new file mode 100644 index 000000000..633c16d9b --- /dev/null +++ b/packages/tezos-client-003-PsddFKi3/tezos-client-003-PsddFKi3.8.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-003-PsddFKi3" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_003_PsddFKi3/lib_client/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-003-PsddFKi3/tezos-client-003-PsddFKi3.8.1/opam b/packages/tezos-client-003-PsddFKi3/tezos-client-003-PsddFKi3.8.1/opam new file mode 100644 index 000000000..36e4f4a8a --- /dev/null +++ b/packages/tezos-client-003-PsddFKi3/tezos-client-003-PsddFKi3.8.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-003-PsddFKi3" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_003_PsddFKi3/lib_client/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-003-PsddFKi3/tezos-client-003-PsddFKi3.8.2/opam b/packages/tezos-client-003-PsddFKi3/tezos-client-003-PsddFKi3.8.2/opam new file mode 100644 index 000000000..2b87f2c0c --- /dev/null +++ b/packages/tezos-client-003-PsddFKi3/tezos-client-003-PsddFKi3.8.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-003-PsddFKi3" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_003_PsddFKi3/lib_client/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-003-PsddFKi3/tezos-client-003-PsddFKi3.8.3/opam b/packages/tezos-client-003-PsddFKi3/tezos-client-003-PsddFKi3.8.3/opam new file mode 100644 index 000000000..e99395d54 --- /dev/null +++ b/packages/tezos-client-003-PsddFKi3/tezos-client-003-PsddFKi3.8.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-003-PsddFKi3" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_003_PsddFKi3/lib_client/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-003-PsddFKi3/tezos-client-003-PsddFKi3.9.0/opam b/packages/tezos-client-003-PsddFKi3/tezos-client-003-PsddFKi3.9.0/opam new file mode 100644 index 000000000..9ce09d4bb --- /dev/null +++ b/packages/tezos-client-003-PsddFKi3/tezos-client-003-PsddFKi3.9.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-003-PsddFKi3" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_003_PsddFKi3/lib_client/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-003-PsddFKi3/tezos-client-003-PsddFKi3.9.1/opam b/packages/tezos-client-003-PsddFKi3/tezos-client-003-PsddFKi3.9.1/opam new file mode 100644 index 000000000..30b8a74c4 --- /dev/null +++ b/packages/tezos-client-003-PsddFKi3/tezos-client-003-PsddFKi3.9.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-003-PsddFKi3" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_003_PsddFKi3/lib_client/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-003-PsddFKi3/tezos-client-003-PsddFKi3.9.2/opam b/packages/tezos-client-003-PsddFKi3/tezos-client-003-PsddFKi3.9.2/opam new file mode 100644 index 000000000..20ae659b1 --- /dev/null +++ b/packages/tezos-client-003-PsddFKi3/tezos-client-003-PsddFKi3.9.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-003-PsddFKi3" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_003_PsddFKi3/lib_client/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-003-PsddFKi3/tezos-client-003-PsddFKi3.9.3/opam b/packages/tezos-client-003-PsddFKi3/tezos-client-003-PsddFKi3.9.3/opam new file mode 100644 index 000000000..d19de4000 --- /dev/null +++ b/packages/tezos-client-003-PsddFKi3/tezos-client-003-PsddFKi3.9.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-003-PsddFKi3" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_003_PsddFKi3/lib_client/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-003-PsddFKi3/tezos-client-003-PsddFKi3.9.4/opam b/packages/tezos-client-003-PsddFKi3/tezos-client-003-PsddFKi3.9.4/opam new file mode 100644 index 000000000..aad289e5f --- /dev/null +++ b/packages/tezos-client-003-PsddFKi3/tezos-client-003-PsddFKi3.9.4/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-003-PsddFKi3" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_003_PsddFKi3/lib_client/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-003-PsddFKi3/tezos-client-003-PsddFKi3.9.7/opam b/packages/tezos-client-003-PsddFKi3/tezos-client-003-PsddFKi3.9.7/opam new file mode 100644 index 000000000..e4bfe3f77 --- /dev/null +++ b/packages/tezos-client-003-PsddFKi3/tezos-client-003-PsddFKi3.9.7/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-003-PsddFKi3" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_003_PsddFKi3/lib_client/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-004-Pt24m4xi-commands/tezos-client-004-Pt24m4xi-commands.10.2/opam b/packages/tezos-client-004-Pt24m4xi-commands/tezos-client-004-Pt24m4xi-commands.10.2/opam new file mode 100644 index 000000000..d38d9a13f --- /dev/null +++ b/packages/tezos-client-004-Pt24m4xi-commands/tezos-client-004-Pt24m4xi-commands.10.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-004-Pt24m4xi" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_004_Pt24m4xi/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-004-Pt24m4xi-commands/tezos-client-004-Pt24m4xi-commands.11.0/opam b/packages/tezos-client-004-Pt24m4xi-commands/tezos-client-004-Pt24m4xi-commands.11.0/opam new file mode 100644 index 000000000..55bc098c6 --- /dev/null +++ b/packages/tezos-client-004-Pt24m4xi-commands/tezos-client-004-Pt24m4xi-commands.11.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-client-004-Pt24m4xi" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_004_Pt24m4xi/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-004-Pt24m4xi-commands/tezos-client-004-Pt24m4xi-commands.11.1/opam b/packages/tezos-client-004-Pt24m4xi-commands/tezos-client-004-Pt24m4xi-commands.11.1/opam new file mode 100644 index 000000000..c82ae4625 --- /dev/null +++ b/packages/tezos-client-004-Pt24m4xi-commands/tezos-client-004-Pt24m4xi-commands.11.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-004-Pt24m4xi" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_004_Pt24m4xi/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-004-Pt24m4xi-commands/tezos-client-004-Pt24m4xi-commands.12.0/opam b/packages/tezos-client-004-Pt24m4xi-commands/tezos-client-004-Pt24m4xi-commands.12.0/opam new file mode 100644 index 000000000..d27eb03c7 --- /dev/null +++ b/packages/tezos-client-004-Pt24m4xi-commands/tezos-client-004-Pt24m4xi-commands.12.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-004-Pt24m4xi" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_004_Pt24m4xi/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-004-Pt24m4xi-commands/tezos-client-004-Pt24m4xi-commands.12.3/opam b/packages/tezos-client-004-Pt24m4xi-commands/tezos-client-004-Pt24m4xi-commands.12.3/opam new file mode 100644 index 000000000..6977dd6ae --- /dev/null +++ b/packages/tezos-client-004-Pt24m4xi-commands/tezos-client-004-Pt24m4xi-commands.12.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-004-Pt24m4xi" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_004_Pt24m4xi/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-004-Pt24m4xi-commands/tezos-client-004-Pt24m4xi-commands.13.0/opam b/packages/tezos-client-004-Pt24m4xi-commands/tezos-client-004-Pt24m4xi-commands.13.0/opam new file mode 100644 index 000000000..11dd52a4c --- /dev/null +++ b/packages/tezos-client-004-Pt24m4xi-commands/tezos-client-004-Pt24m4xi-commands.13.0/opam @@ -0,0 +1,37 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-004-Pt24m4xi" { = version } + "tezos-stdlib-unix" { = version } + "tezos-protocol-environment" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-client-004-Pt24m4xi" { = version } + "tezos-client-commands" { = version } + "tezos-rpc" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_004_Pt24m4xi/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-004-Pt24m4xi-commands/tezos-client-004-Pt24m4xi-commands.7.0/opam b/packages/tezos-client-004-Pt24m4xi-commands/tezos-client-004-Pt24m4xi-commands.7.0/opam new file mode 100644 index 000000000..b78e5ad59 --- /dev/null +++ b/packages/tezos-client-004-Pt24m4xi-commands/tezos-client-004-Pt24m4xi-commands.7.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-client-004-Pt24m4xi" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_004_Pt24m4xi/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 004_Pt24m4xi (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.0.tar.bz2" + checksum: [ + "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91" + "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-004-Pt24m4xi-commands/tezos-client-004-Pt24m4xi-commands.7.1/opam b/packages/tezos-client-004-Pt24m4xi-commands/tezos-client-004-Pt24m4xi-commands.7.1/opam new file mode 100644 index 000000000..0a46c638a --- /dev/null +++ b/packages/tezos-client-004-Pt24m4xi-commands/tezos-client-004-Pt24m4xi-commands.7.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-client-004-Pt24m4xi" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_004_Pt24m4xi/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 004_Pt24m4xi (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.1.tar.bz2" + checksum: [ + "sha256=3675d856c4b818da7f5de0b85b86a48d3883f1210cfef28ef3233a047e74bed6" + "sha512=d6abdef9a6643b2ffe8141ecc625dcc2a939131e2e5cc158c74aba8c403bd4072b7fc403ccfa6d766696604ad112495dd9db1ece8a3ae5a4693071dfdffcbda5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-004-Pt24m4xi-commands/tezos-client-004-Pt24m4xi-commands.7.2/opam b/packages/tezos-client-004-Pt24m4xi-commands/tezos-client-004-Pt24m4xi-commands.7.2/opam new file mode 100644 index 000000000..2bb261cde --- /dev/null +++ b/packages/tezos-client-004-Pt24m4xi-commands/tezos-client-004-Pt24m4xi-commands.7.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-client-004-Pt24m4xi" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_004_Pt24m4xi/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 004_Pt24m4xi (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.2.tar.bz2" + checksum: [ + "sha256=abb52ad63345943d20f3edc4c3507474af94c001c8bf58138f47341942036cec" + "sha512=c823ca801cbc4005f5fc6ea5236d93569410c034da3ed32939ef64a0f2c19a34444fac12e13c72e5a1e15a401b655e58ffdbbb66ce0516e5968f621677b96117" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-004-Pt24m4xi-commands/tezos-client-004-Pt24m4xi-commands.7.3/opam b/packages/tezos-client-004-Pt24m4xi-commands/tezos-client-004-Pt24m4xi-commands.7.3/opam new file mode 100644 index 000000000..607794b3c --- /dev/null +++ b/packages/tezos-client-004-Pt24m4xi-commands/tezos-client-004-Pt24m4xi-commands.7.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-client-004-Pt24m4xi" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_004_Pt24m4xi/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 004_Pt24m4xi (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.3.tar.bz2" + checksum: [ + "sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" + "sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-004-Pt24m4xi-commands/tezos-client-004-Pt24m4xi-commands.7.4/opam b/packages/tezos-client-004-Pt24m4xi-commands/tezos-client-004-Pt24m4xi-commands.7.4/opam new file mode 100644 index 000000000..97bbe59f5 --- /dev/null +++ b/packages/tezos-client-004-Pt24m4xi-commands/tezos-client-004-Pt24m4xi-commands.7.4/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-client-004-Pt24m4xi" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_004_Pt24m4xi/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 004_Pt24m4xi (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-004-Pt24m4xi-commands/tezos-client-004-Pt24m4xi-commands.8.0/opam b/packages/tezos-client-004-Pt24m4xi-commands/tezos-client-004-Pt24m4xi-commands.8.0/opam new file mode 100644 index 000000000..462fd34cc --- /dev/null +++ b/packages/tezos-client-004-Pt24m4xi-commands/tezos-client-004-Pt24m4xi-commands.8.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-004-Pt24m4xi" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_004_Pt24m4xi/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-004-Pt24m4xi-commands/tezos-client-004-Pt24m4xi-commands.8.1/opam b/packages/tezos-client-004-Pt24m4xi-commands/tezos-client-004-Pt24m4xi-commands.8.1/opam new file mode 100644 index 000000000..bcfd3cdf8 --- /dev/null +++ b/packages/tezos-client-004-Pt24m4xi-commands/tezos-client-004-Pt24m4xi-commands.8.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-004-Pt24m4xi" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_004_Pt24m4xi/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-004-Pt24m4xi-commands/tezos-client-004-Pt24m4xi-commands.8.2/opam b/packages/tezos-client-004-Pt24m4xi-commands/tezos-client-004-Pt24m4xi-commands.8.2/opam new file mode 100644 index 000000000..6cced096a --- /dev/null +++ b/packages/tezos-client-004-Pt24m4xi-commands/tezos-client-004-Pt24m4xi-commands.8.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-004-Pt24m4xi" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_004_Pt24m4xi/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-004-Pt24m4xi-commands/tezos-client-004-Pt24m4xi-commands.8.3/opam b/packages/tezos-client-004-Pt24m4xi-commands/tezos-client-004-Pt24m4xi-commands.8.3/opam new file mode 100644 index 000000000..cc1a98c3e --- /dev/null +++ b/packages/tezos-client-004-Pt24m4xi-commands/tezos-client-004-Pt24m4xi-commands.8.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-004-Pt24m4xi" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_004_Pt24m4xi/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-004-Pt24m4xi-commands/tezos-client-004-Pt24m4xi-commands.9.0/opam b/packages/tezos-client-004-Pt24m4xi-commands/tezos-client-004-Pt24m4xi-commands.9.0/opam new file mode 100644 index 000000000..c81decce1 --- /dev/null +++ b/packages/tezos-client-004-Pt24m4xi-commands/tezos-client-004-Pt24m4xi-commands.9.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-004-Pt24m4xi" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_004_Pt24m4xi/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-004-Pt24m4xi-commands/tezos-client-004-Pt24m4xi-commands.9.1/opam b/packages/tezos-client-004-Pt24m4xi-commands/tezos-client-004-Pt24m4xi-commands.9.1/opam new file mode 100644 index 000000000..c9bd979ad --- /dev/null +++ b/packages/tezos-client-004-Pt24m4xi-commands/tezos-client-004-Pt24m4xi-commands.9.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-004-Pt24m4xi" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_004_Pt24m4xi/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-004-Pt24m4xi-commands/tezos-client-004-Pt24m4xi-commands.9.2/opam b/packages/tezos-client-004-Pt24m4xi-commands/tezos-client-004-Pt24m4xi-commands.9.2/opam new file mode 100644 index 000000000..31fc7b4e6 --- /dev/null +++ b/packages/tezos-client-004-Pt24m4xi-commands/tezos-client-004-Pt24m4xi-commands.9.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-004-Pt24m4xi" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_004_Pt24m4xi/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-004-Pt24m4xi-commands/tezos-client-004-Pt24m4xi-commands.9.3/opam b/packages/tezos-client-004-Pt24m4xi-commands/tezos-client-004-Pt24m4xi-commands.9.3/opam new file mode 100644 index 000000000..0da83e674 --- /dev/null +++ b/packages/tezos-client-004-Pt24m4xi-commands/tezos-client-004-Pt24m4xi-commands.9.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-004-Pt24m4xi" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_004_Pt24m4xi/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-004-Pt24m4xi-commands/tezos-client-004-Pt24m4xi-commands.9.4/opam b/packages/tezos-client-004-Pt24m4xi-commands/tezos-client-004-Pt24m4xi-commands.9.4/opam new file mode 100644 index 000000000..d4a1b4950 --- /dev/null +++ b/packages/tezos-client-004-Pt24m4xi-commands/tezos-client-004-Pt24m4xi-commands.9.4/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-004-Pt24m4xi" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_004_Pt24m4xi/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-004-Pt24m4xi-commands/tezos-client-004-Pt24m4xi-commands.9.7/opam b/packages/tezos-client-004-Pt24m4xi-commands/tezos-client-004-Pt24m4xi-commands.9.7/opam new file mode 100644 index 000000000..36644650d --- /dev/null +++ b/packages/tezos-client-004-Pt24m4xi-commands/tezos-client-004-Pt24m4xi-commands.9.7/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-004-Pt24m4xi" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_004_Pt24m4xi/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-004-Pt24m4xi/tezos-client-004-Pt24m4xi.10.2/opam b/packages/tezos-client-004-Pt24m4xi/tezos-client-004-Pt24m4xi.10.2/opam new file mode 100644 index 000000000..f0257ccd6 --- /dev/null +++ b/packages/tezos-client-004-Pt24m4xi/tezos-client-004-Pt24m4xi.10.2/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-004-Pt24m4xi" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_004_Pt24m4xi/lib_client/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-004-Pt24m4xi/tezos-client-004-Pt24m4xi.11.0/opam b/packages/tezos-client-004-Pt24m4xi/tezos-client-004-Pt24m4xi.11.0/opam new file mode 100644 index 000000000..78d189e25 --- /dev/null +++ b/packages/tezos-client-004-Pt24m4xi/tezos-client-004-Pt24m4xi.11.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-protocol-004-Pt24m4xi" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_004_Pt24m4xi/lib_client/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-004-Pt24m4xi/tezos-client-004-Pt24m4xi.11.1/opam b/packages/tezos-client-004-Pt24m4xi/tezos-client-004-Pt24m4xi.11.1/opam new file mode 100644 index 000000000..afce166e3 --- /dev/null +++ b/packages/tezos-client-004-Pt24m4xi/tezos-client-004-Pt24m4xi.11.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-004-Pt24m4xi" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_004_Pt24m4xi/lib_client/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-004-Pt24m4xi/tezos-client-004-Pt24m4xi.12.0/opam b/packages/tezos-client-004-Pt24m4xi/tezos-client-004-Pt24m4xi.12.0/opam new file mode 100644 index 000000000..024a1af2f --- /dev/null +++ b/packages/tezos-client-004-Pt24m4xi/tezos-client-004-Pt24m4xi.12.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-004-Pt24m4xi" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_004_Pt24m4xi/lib_client/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-004-Pt24m4xi/tezos-client-004-Pt24m4xi.12.3/opam b/packages/tezos-client-004-Pt24m4xi/tezos-client-004-Pt24m4xi.12.3/opam new file mode 100644 index 000000000..2f6f51ac5 --- /dev/null +++ b/packages/tezos-client-004-Pt24m4xi/tezos-client-004-Pt24m4xi.12.3/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-004-Pt24m4xi" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_004_Pt24m4xi/lib_client/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-004-Pt24m4xi/tezos-client-004-Pt24m4xi.13.0/opam b/packages/tezos-client-004-Pt24m4xi/tezos-client-004-Pt24m4xi.13.0/opam new file mode 100644 index 000000000..0220c3f94 --- /dev/null +++ b/packages/tezos-client-004-Pt24m4xi/tezos-client-004-Pt24m4xi.13.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-protocol-004-Pt24m4xi" { = version } + "tezos-signer-backends" { = version } + "tezos-rpc" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_004_Pt24m4xi/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-004-Pt24m4xi/tezos-client-004-Pt24m4xi.14.0/opam b/packages/tezos-client-004-Pt24m4xi/tezos-client-004-Pt24m4xi.14.0/opam new file mode 100644 index 000000000..5cfadc84c --- /dev/null +++ b/packages/tezos-client-004-Pt24m4xi/tezos-client-004-Pt24m4xi.14.0/opam @@ -0,0 +1,37 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-protocol-004-Pt24m4xi" { = version } + "tezos-signer-backends" { = version } + "tezos-rpc" { = version } + "uri" {>= "2.2.0" & <= "4.4.0"} + "tezos-stdlib-unix" { = version } + "tezos-protocol-environment" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-004-Pt24m4xi/tezos-client-004-Pt24m4xi.15.0/opam b/packages/tezos-client-004-Pt24m4xi/tezos-client-004-Pt24m4xi.15.0/opam new file mode 100644 index 000000000..faeca2e02 --- /dev/null +++ b/packages/tezos-client-004-Pt24m4xi/tezos-client-004-Pt24m4xi.15.0/opam @@ -0,0 +1,38 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-protocol-004-Pt24m4xi" { = version } + "tezos-protocol-environment" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-client-commands" { = version } + "tezos-rpc" { = version } + "tezos-stdlib-unix" { = version } + "tezos-signer-backends" { = version } + "uri" {>= "2.2.0" & <= "4.4.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-004-Pt24m4xi/tezos-client-004-Pt24m4xi.15.1/opam b/packages/tezos-client-004-Pt24m4xi/tezos-client-004-Pt24m4xi.15.1/opam new file mode 100644 index 000000000..3e65d6227 --- /dev/null +++ b/packages/tezos-client-004-Pt24m4xi/tezos-client-004-Pt24m4xi.15.1/opam @@ -0,0 +1,38 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-protocol-004-Pt24m4xi" { = version } + "tezos-signer-backends" { = version } + "tezos-rpc" { = version } + "uri" {>= "2.2.0" & <= "4.4.0"} + "tezos-stdlib-unix" { = version } + "tezos-protocol-environment" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-004-Pt24m4xi/tezos-client-004-Pt24m4xi.17.1/opam b/packages/tezos-client-004-Pt24m4xi/tezos-client-004-Pt24m4xi.17.1/opam new file mode 100644 index 000000000..5f9b6db31 --- /dev/null +++ b/packages/tezos-client-004-Pt24m4xi/tezos-client-004-Pt24m4xi.17.1/opam @@ -0,0 +1,39 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-protocol-004-Pt24m4xi" { = version } + "tezos-signer-backends" { = version } + "tezos-rpc" { = version } + "uri" {>= "3.1.0" & <= "4.4.0"} + "tezos-stdlib-unix" { = version } + "tezos-protocol-environment" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-004-Pt24m4xi/tezos-client-004-Pt24m4xi.17.2/opam b/packages/tezos-client-004-Pt24m4xi/tezos-client-004-Pt24m4xi.17.2/opam new file mode 100644 index 000000000..a63106d9a --- /dev/null +++ b/packages/tezos-client-004-Pt24m4xi/tezos-client-004-Pt24m4xi.17.2/opam @@ -0,0 +1,39 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-protocol-004-Pt24m4xi" { = version } + "tezos-signer-backends" { = version } + "tezos-rpc" { = version } + "uri" {>= "3.1.0" & <= "4.4.0"} + "tezos-stdlib-unix" { = version } + "tezos-protocol-environment" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-004-Pt24m4xi/tezos-client-004-Pt24m4xi.7.0/opam b/packages/tezos-client-004-Pt24m4xi/tezos-client-004-Pt24m4xi.7.0/opam new file mode 100644 index 000000000..9fd79c8ae --- /dev/null +++ b/packages/tezos-client-004-Pt24m4xi/tezos-client-004-Pt24m4xi.7.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-004-Pt24m4xi" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_004_Pt24m4xi/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.0.tar.bz2" + checksum: [ + "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91" + "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-004-Pt24m4xi/tezos-client-004-Pt24m4xi.7.1/opam b/packages/tezos-client-004-Pt24m4xi/tezos-client-004-Pt24m4xi.7.1/opam new file mode 100644 index 000000000..f058e635f --- /dev/null +++ b/packages/tezos-client-004-Pt24m4xi/tezos-client-004-Pt24m4xi.7.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-004-Pt24m4xi" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_004_Pt24m4xi/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.1.tar.bz2" + checksum: [ + "sha256=3675d856c4b818da7f5de0b85b86a48d3883f1210cfef28ef3233a047e74bed6" + "sha512=d6abdef9a6643b2ffe8141ecc625dcc2a939131e2e5cc158c74aba8c403bd4072b7fc403ccfa6d766696604ad112495dd9db1ece8a3ae5a4693071dfdffcbda5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-004-Pt24m4xi/tezos-client-004-Pt24m4xi.7.2/opam b/packages/tezos-client-004-Pt24m4xi/tezos-client-004-Pt24m4xi.7.2/opam new file mode 100644 index 000000000..6a1e5d1c9 --- /dev/null +++ b/packages/tezos-client-004-Pt24m4xi/tezos-client-004-Pt24m4xi.7.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-004-Pt24m4xi" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_004_Pt24m4xi/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.2.tar.bz2" + checksum: [ + "sha256=abb52ad63345943d20f3edc4c3507474af94c001c8bf58138f47341942036cec" + "sha512=c823ca801cbc4005f5fc6ea5236d93569410c034da3ed32939ef64a0f2c19a34444fac12e13c72e5a1e15a401b655e58ffdbbb66ce0516e5968f621677b96117" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-004-Pt24m4xi/tezos-client-004-Pt24m4xi.7.3/opam b/packages/tezos-client-004-Pt24m4xi/tezos-client-004-Pt24m4xi.7.3/opam new file mode 100644 index 000000000..e8e8e8c1d --- /dev/null +++ b/packages/tezos-client-004-Pt24m4xi/tezos-client-004-Pt24m4xi.7.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-004-Pt24m4xi" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_004_Pt24m4xi/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.3.tar.bz2" + checksum: [ + "sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" + "sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-004-Pt24m4xi/tezos-client-004-Pt24m4xi.7.4/opam b/packages/tezos-client-004-Pt24m4xi/tezos-client-004-Pt24m4xi.7.4/opam new file mode 100644 index 000000000..0248a2851 --- /dev/null +++ b/packages/tezos-client-004-Pt24m4xi/tezos-client-004-Pt24m4xi.7.4/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-004-Pt24m4xi" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_004_Pt24m4xi/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-004-Pt24m4xi/tezos-client-004-Pt24m4xi.8.0/opam b/packages/tezos-client-004-Pt24m4xi/tezos-client-004-Pt24m4xi.8.0/opam new file mode 100644 index 000000000..1721d982f --- /dev/null +++ b/packages/tezos-client-004-Pt24m4xi/tezos-client-004-Pt24m4xi.8.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-004-Pt24m4xi" { = version } + "tezos-signer-backends" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_004_Pt24m4xi/lib_client/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-004-Pt24m4xi/tezos-client-004-Pt24m4xi.8.1/opam b/packages/tezos-client-004-Pt24m4xi/tezos-client-004-Pt24m4xi.8.1/opam new file mode 100644 index 000000000..37d4593a1 --- /dev/null +++ b/packages/tezos-client-004-Pt24m4xi/tezos-client-004-Pt24m4xi.8.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-004-Pt24m4xi" { = version } + "tezos-signer-backends" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_004_Pt24m4xi/lib_client/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-004-Pt24m4xi/tezos-client-004-Pt24m4xi.8.2/opam b/packages/tezos-client-004-Pt24m4xi/tezos-client-004-Pt24m4xi.8.2/opam new file mode 100644 index 000000000..f0be5e706 --- /dev/null +++ b/packages/tezos-client-004-Pt24m4xi/tezos-client-004-Pt24m4xi.8.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-004-Pt24m4xi" { = version } + "tezos-signer-backends" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_004_Pt24m4xi/lib_client/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-004-Pt24m4xi/tezos-client-004-Pt24m4xi.8.3/opam b/packages/tezos-client-004-Pt24m4xi/tezos-client-004-Pt24m4xi.8.3/opam new file mode 100644 index 000000000..4d5c34e04 --- /dev/null +++ b/packages/tezos-client-004-Pt24m4xi/tezos-client-004-Pt24m4xi.8.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-004-Pt24m4xi" { = version } + "tezos-signer-backends" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_004_Pt24m4xi/lib_client/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-004-Pt24m4xi/tezos-client-004-Pt24m4xi.9.0/opam b/packages/tezos-client-004-Pt24m4xi/tezos-client-004-Pt24m4xi.9.0/opam new file mode 100644 index 000000000..073457b03 --- /dev/null +++ b/packages/tezos-client-004-Pt24m4xi/tezos-client-004-Pt24m4xi.9.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-004-Pt24m4xi" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_004_Pt24m4xi/lib_client/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-004-Pt24m4xi/tezos-client-004-Pt24m4xi.9.1/opam b/packages/tezos-client-004-Pt24m4xi/tezos-client-004-Pt24m4xi.9.1/opam new file mode 100644 index 000000000..c0a0f189b --- /dev/null +++ b/packages/tezos-client-004-Pt24m4xi/tezos-client-004-Pt24m4xi.9.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-004-Pt24m4xi" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_004_Pt24m4xi/lib_client/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-004-Pt24m4xi/tezos-client-004-Pt24m4xi.9.2/opam b/packages/tezos-client-004-Pt24m4xi/tezos-client-004-Pt24m4xi.9.2/opam new file mode 100644 index 000000000..9c8346fd1 --- /dev/null +++ b/packages/tezos-client-004-Pt24m4xi/tezos-client-004-Pt24m4xi.9.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-004-Pt24m4xi" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_004_Pt24m4xi/lib_client/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-004-Pt24m4xi/tezos-client-004-Pt24m4xi.9.3/opam b/packages/tezos-client-004-Pt24m4xi/tezos-client-004-Pt24m4xi.9.3/opam new file mode 100644 index 000000000..a70638fc4 --- /dev/null +++ b/packages/tezos-client-004-Pt24m4xi/tezos-client-004-Pt24m4xi.9.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-004-Pt24m4xi" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_004_Pt24m4xi/lib_client/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-004-Pt24m4xi/tezos-client-004-Pt24m4xi.9.4/opam b/packages/tezos-client-004-Pt24m4xi/tezos-client-004-Pt24m4xi.9.4/opam new file mode 100644 index 000000000..0fa9f7c97 --- /dev/null +++ b/packages/tezos-client-004-Pt24m4xi/tezos-client-004-Pt24m4xi.9.4/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-004-Pt24m4xi" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_004_Pt24m4xi/lib_client/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-004-Pt24m4xi/tezos-client-004-Pt24m4xi.9.7/opam b/packages/tezos-client-004-Pt24m4xi/tezos-client-004-Pt24m4xi.9.7/opam new file mode 100644 index 000000000..89aff9c59 --- /dev/null +++ b/packages/tezos-client-004-Pt24m4xi/tezos-client-004-Pt24m4xi.9.7/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-004-Pt24m4xi" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_004_Pt24m4xi/lib_client/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-005-PsBabyM1-commands/tezos-client-005-PsBabyM1-commands.10.2/opam b/packages/tezos-client-005-PsBabyM1-commands/tezos-client-005-PsBabyM1-commands.10.2/opam new file mode 100644 index 000000000..4706d7637 --- /dev/null +++ b/packages/tezos-client-005-PsBabyM1-commands/tezos-client-005-PsBabyM1-commands.10.2/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-005-PsBabyM1" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_005_PsBabyM1/lib_client_commands/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-005-PsBabyM1-commands/tezos-client-005-PsBabyM1-commands.11.0/opam b/packages/tezos-client-005-PsBabyM1-commands/tezos-client-005-PsBabyM1-commands.11.0/opam new file mode 100644 index 000000000..209e736e7 --- /dev/null +++ b/packages/tezos-client-005-PsBabyM1-commands/tezos-client-005-PsBabyM1-commands.11.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-client-005-PsBabyM1" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_005_PsBabyM1/lib_client_commands/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-005-PsBabyM1-commands/tezos-client-005-PsBabyM1-commands.11.1/opam b/packages/tezos-client-005-PsBabyM1-commands/tezos-client-005-PsBabyM1-commands.11.1/opam new file mode 100644 index 000000000..2b7e388ff --- /dev/null +++ b/packages/tezos-client-005-PsBabyM1-commands/tezos-client-005-PsBabyM1-commands.11.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-005-PsBabyM1" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_005_PsBabyM1/lib_client_commands/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-005-PsBabyM1-commands/tezos-client-005-PsBabyM1-commands.12.0/opam b/packages/tezos-client-005-PsBabyM1-commands/tezos-client-005-PsBabyM1-commands.12.0/opam new file mode 100644 index 000000000..99c4177db --- /dev/null +++ b/packages/tezos-client-005-PsBabyM1-commands/tezos-client-005-PsBabyM1-commands.12.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-005-PsBabyM1" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_005_PsBabyM1/lib_client_commands/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-005-PsBabyM1-commands/tezos-client-005-PsBabyM1-commands.12.3/opam b/packages/tezos-client-005-PsBabyM1-commands/tezos-client-005-PsBabyM1-commands.12.3/opam new file mode 100644 index 000000000..ac3952cac --- /dev/null +++ b/packages/tezos-client-005-PsBabyM1-commands/tezos-client-005-PsBabyM1-commands.12.3/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-005-PsBabyM1" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_005_PsBabyM1/lib_client_commands/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-005-PsBabyM1-commands/tezos-client-005-PsBabyM1-commands.13.0/opam b/packages/tezos-client-005-PsBabyM1-commands/tezos-client-005-PsBabyM1-commands.13.0/opam new file mode 100644 index 000000000..8c7f2e3a1 --- /dev/null +++ b/packages/tezos-client-005-PsBabyM1-commands/tezos-client-005-PsBabyM1-commands.13.0/opam @@ -0,0 +1,37 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-005-PsBabyM1" { = version } + "tezos-stdlib-unix" { = version } + "tezos-protocol-environment" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-client-005-PsBabyM1" { = version } + "tezos-client-commands" { = version } + "tezos-rpc" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_005_PsBabyM1/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-005-PsBabyM1-commands/tezos-client-005-PsBabyM1-commands.7.0/opam b/packages/tezos-client-005-PsBabyM1-commands/tezos-client-005-PsBabyM1-commands.7.0/opam new file mode 100644 index 000000000..7a0c4865c --- /dev/null +++ b/packages/tezos-client-005-PsBabyM1-commands/tezos-client-005-PsBabyM1-commands.7.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-client-005-PsBabyM1" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_005_PsBabyM1/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 005_PsBabyM1 (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.0.tar.bz2" + checksum: [ + "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91" + "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-005-PsBabyM1-commands/tezos-client-005-PsBabyM1-commands.7.1/opam b/packages/tezos-client-005-PsBabyM1-commands/tezos-client-005-PsBabyM1-commands.7.1/opam new file mode 100644 index 000000000..1d2be3c22 --- /dev/null +++ b/packages/tezos-client-005-PsBabyM1-commands/tezos-client-005-PsBabyM1-commands.7.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-client-005-PsBabyM1" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_005_PsBabyM1/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 005_PsBabyM1 (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.1.tar.bz2" + checksum: [ + "sha256=3675d856c4b818da7f5de0b85b86a48d3883f1210cfef28ef3233a047e74bed6" + "sha512=d6abdef9a6643b2ffe8141ecc625dcc2a939131e2e5cc158c74aba8c403bd4072b7fc403ccfa6d766696604ad112495dd9db1ece8a3ae5a4693071dfdffcbda5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-005-PsBabyM1-commands/tezos-client-005-PsBabyM1-commands.7.2/opam b/packages/tezos-client-005-PsBabyM1-commands/tezos-client-005-PsBabyM1-commands.7.2/opam new file mode 100644 index 000000000..6ac4f8b6b --- /dev/null +++ b/packages/tezos-client-005-PsBabyM1-commands/tezos-client-005-PsBabyM1-commands.7.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-client-005-PsBabyM1" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_005_PsBabyM1/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 005_PsBabyM1 (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.2.tar.bz2" + checksum: [ + "sha256=abb52ad63345943d20f3edc4c3507474af94c001c8bf58138f47341942036cec" + "sha512=c823ca801cbc4005f5fc6ea5236d93569410c034da3ed32939ef64a0f2c19a34444fac12e13c72e5a1e15a401b655e58ffdbbb66ce0516e5968f621677b96117" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-005-PsBabyM1-commands/tezos-client-005-PsBabyM1-commands.7.3/opam b/packages/tezos-client-005-PsBabyM1-commands/tezos-client-005-PsBabyM1-commands.7.3/opam new file mode 100644 index 000000000..f63dbdf22 --- /dev/null +++ b/packages/tezos-client-005-PsBabyM1-commands/tezos-client-005-PsBabyM1-commands.7.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-client-005-PsBabyM1" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_005_PsBabyM1/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 005_PsBabyM1 (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.3.tar.bz2" + checksum: [ + "sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" + "sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-005-PsBabyM1-commands/tezos-client-005-PsBabyM1-commands.7.4/opam b/packages/tezos-client-005-PsBabyM1-commands/tezos-client-005-PsBabyM1-commands.7.4/opam new file mode 100644 index 000000000..04df8b685 --- /dev/null +++ b/packages/tezos-client-005-PsBabyM1-commands/tezos-client-005-PsBabyM1-commands.7.4/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-client-005-PsBabyM1" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_005_PsBabyM1/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 005_PsBabyM1 (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-005-PsBabyM1-commands/tezos-client-005-PsBabyM1-commands.8.0/opam b/packages/tezos-client-005-PsBabyM1-commands/tezos-client-005-PsBabyM1-commands.8.0/opam new file mode 100644 index 000000000..18165e413 --- /dev/null +++ b/packages/tezos-client-005-PsBabyM1-commands/tezos-client-005-PsBabyM1-commands.8.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-005-PsBabyM1" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_005_PsBabyM1/lib_client_commands/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-005-PsBabyM1-commands/tezos-client-005-PsBabyM1-commands.8.1/opam b/packages/tezos-client-005-PsBabyM1-commands/tezos-client-005-PsBabyM1-commands.8.1/opam new file mode 100644 index 000000000..b3807407b --- /dev/null +++ b/packages/tezos-client-005-PsBabyM1-commands/tezos-client-005-PsBabyM1-commands.8.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-005-PsBabyM1" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_005_PsBabyM1/lib_client_commands/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-005-PsBabyM1-commands/tezos-client-005-PsBabyM1-commands.8.2/opam b/packages/tezos-client-005-PsBabyM1-commands/tezos-client-005-PsBabyM1-commands.8.2/opam new file mode 100644 index 000000000..0f473a663 --- /dev/null +++ b/packages/tezos-client-005-PsBabyM1-commands/tezos-client-005-PsBabyM1-commands.8.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-005-PsBabyM1" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_005_PsBabyM1/lib_client_commands/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-005-PsBabyM1-commands/tezos-client-005-PsBabyM1-commands.8.3/opam b/packages/tezos-client-005-PsBabyM1-commands/tezos-client-005-PsBabyM1-commands.8.3/opam new file mode 100644 index 000000000..18893d69a --- /dev/null +++ b/packages/tezos-client-005-PsBabyM1-commands/tezos-client-005-PsBabyM1-commands.8.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-005-PsBabyM1" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_005_PsBabyM1/lib_client_commands/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-005-PsBabyM1-commands/tezos-client-005-PsBabyM1-commands.9.0/opam b/packages/tezos-client-005-PsBabyM1-commands/tezos-client-005-PsBabyM1-commands.9.0/opam new file mode 100644 index 000000000..9f1898d21 --- /dev/null +++ b/packages/tezos-client-005-PsBabyM1-commands/tezos-client-005-PsBabyM1-commands.9.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-005-PsBabyM1" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_005_PsBabyM1/lib_client_commands/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-005-PsBabyM1-commands/tezos-client-005-PsBabyM1-commands.9.1/opam b/packages/tezos-client-005-PsBabyM1-commands/tezos-client-005-PsBabyM1-commands.9.1/opam new file mode 100644 index 000000000..beb792873 --- /dev/null +++ b/packages/tezos-client-005-PsBabyM1-commands/tezos-client-005-PsBabyM1-commands.9.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-005-PsBabyM1" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_005_PsBabyM1/lib_client_commands/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-005-PsBabyM1-commands/tezos-client-005-PsBabyM1-commands.9.2/opam b/packages/tezos-client-005-PsBabyM1-commands/tezos-client-005-PsBabyM1-commands.9.2/opam new file mode 100644 index 000000000..397e1c9eb --- /dev/null +++ b/packages/tezos-client-005-PsBabyM1-commands/tezos-client-005-PsBabyM1-commands.9.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-005-PsBabyM1" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_005_PsBabyM1/lib_client_commands/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-005-PsBabyM1-commands/tezos-client-005-PsBabyM1-commands.9.3/opam b/packages/tezos-client-005-PsBabyM1-commands/tezos-client-005-PsBabyM1-commands.9.3/opam new file mode 100644 index 000000000..3417e0e18 --- /dev/null +++ b/packages/tezos-client-005-PsBabyM1-commands/tezos-client-005-PsBabyM1-commands.9.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-005-PsBabyM1" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_005_PsBabyM1/lib_client_commands/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-005-PsBabyM1-commands/tezos-client-005-PsBabyM1-commands.9.4/opam b/packages/tezos-client-005-PsBabyM1-commands/tezos-client-005-PsBabyM1-commands.9.4/opam new file mode 100644 index 000000000..8e0cdfda2 --- /dev/null +++ b/packages/tezos-client-005-PsBabyM1-commands/tezos-client-005-PsBabyM1-commands.9.4/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-005-PsBabyM1" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_005_PsBabyM1/lib_client_commands/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-005-PsBabyM1-commands/tezos-client-005-PsBabyM1-commands.9.7/opam b/packages/tezos-client-005-PsBabyM1-commands/tezos-client-005-PsBabyM1-commands.9.7/opam new file mode 100644 index 000000000..d69339e42 --- /dev/null +++ b/packages/tezos-client-005-PsBabyM1-commands/tezos-client-005-PsBabyM1-commands.9.7/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-005-PsBabyM1" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_005_PsBabyM1/lib_client_commands/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-005-PsBabyM1/tezos-client-005-PsBabyM1.10.2/opam b/packages/tezos-client-005-PsBabyM1/tezos-client-005-PsBabyM1.10.2/opam new file mode 100644 index 000000000..ea3766f26 --- /dev/null +++ b/packages/tezos-client-005-PsBabyM1/tezos-client-005-PsBabyM1.10.2/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-005-PsBabyM1" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_005_PsBabyM1/lib_client/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-005-PsBabyM1/tezos-client-005-PsBabyM1.11.0/opam b/packages/tezos-client-005-PsBabyM1/tezos-client-005-PsBabyM1.11.0/opam new file mode 100644 index 000000000..c41a89cab --- /dev/null +++ b/packages/tezos-client-005-PsBabyM1/tezos-client-005-PsBabyM1.11.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-protocol-005-PsBabyM1" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_005_PsBabyM1/lib_client/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-005-PsBabyM1/tezos-client-005-PsBabyM1.11.1/opam b/packages/tezos-client-005-PsBabyM1/tezos-client-005-PsBabyM1.11.1/opam new file mode 100644 index 000000000..47477b59b --- /dev/null +++ b/packages/tezos-client-005-PsBabyM1/tezos-client-005-PsBabyM1.11.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-005-PsBabyM1" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_005_PsBabyM1/lib_client/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-005-PsBabyM1/tezos-client-005-PsBabyM1.12.0/opam b/packages/tezos-client-005-PsBabyM1/tezos-client-005-PsBabyM1.12.0/opam new file mode 100644 index 000000000..4021e99c5 --- /dev/null +++ b/packages/tezos-client-005-PsBabyM1/tezos-client-005-PsBabyM1.12.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-005-PsBabyM1" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_005_PsBabyM1/lib_client/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-005-PsBabyM1/tezos-client-005-PsBabyM1.12.3/opam b/packages/tezos-client-005-PsBabyM1/tezos-client-005-PsBabyM1.12.3/opam new file mode 100644 index 000000000..cf1d65d4a --- /dev/null +++ b/packages/tezos-client-005-PsBabyM1/tezos-client-005-PsBabyM1.12.3/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-005-PsBabyM1" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_005_PsBabyM1/lib_client/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-005-PsBabyM1/tezos-client-005-PsBabyM1.13.0/opam b/packages/tezos-client-005-PsBabyM1/tezos-client-005-PsBabyM1.13.0/opam new file mode 100644 index 000000000..64c098d9d --- /dev/null +++ b/packages/tezos-client-005-PsBabyM1/tezos-client-005-PsBabyM1.13.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-protocol-005-PsBabyM1" { = version } + "tezos-signer-backends" { = version } + "tezos-rpc" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_005_PsBabyM1/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-005-PsBabyM1/tezos-client-005-PsBabyM1.14.0/opam b/packages/tezos-client-005-PsBabyM1/tezos-client-005-PsBabyM1.14.0/opam new file mode 100644 index 000000000..2f6b98d0d --- /dev/null +++ b/packages/tezos-client-005-PsBabyM1/tezos-client-005-PsBabyM1.14.0/opam @@ -0,0 +1,37 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-protocol-005-PsBabyM1" { = version } + "tezos-signer-backends" { = version } + "tezos-rpc" { = version } + "uri" {>= "2.2.0" & <= "4.4.0"} + "tezos-stdlib-unix" { = version } + "tezos-protocol-environment" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-005-PsBabyM1/tezos-client-005-PsBabyM1.15.0/opam b/packages/tezos-client-005-PsBabyM1/tezos-client-005-PsBabyM1.15.0/opam new file mode 100644 index 000000000..931bfcec9 --- /dev/null +++ b/packages/tezos-client-005-PsBabyM1/tezos-client-005-PsBabyM1.15.0/opam @@ -0,0 +1,38 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-protocol-005-PsBabyM1" { = version } + "tezos-protocol-environment" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-client-commands" { = version } + "tezos-rpc" { = version } + "tezos-stdlib-unix" { = version } + "tezos-signer-backends" { = version } + "uri" {>= "2.2.0" & <= "4.4.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-005-PsBabyM1/tezos-client-005-PsBabyM1.15.1/opam b/packages/tezos-client-005-PsBabyM1/tezos-client-005-PsBabyM1.15.1/opam new file mode 100644 index 000000000..a8cbdac28 --- /dev/null +++ b/packages/tezos-client-005-PsBabyM1/tezos-client-005-PsBabyM1.15.1/opam @@ -0,0 +1,38 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-protocol-005-PsBabyM1" { = version } + "tezos-signer-backends" { = version } + "tezos-rpc" { = version } + "uri" {>= "2.2.0" & <= "4.4.0"} + "tezos-stdlib-unix" { = version } + "tezos-protocol-environment" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-005-PsBabyM1/tezos-client-005-PsBabyM1.17.1/opam b/packages/tezos-client-005-PsBabyM1/tezos-client-005-PsBabyM1.17.1/opam new file mode 100644 index 000000000..4a0e46b6a --- /dev/null +++ b/packages/tezos-client-005-PsBabyM1/tezos-client-005-PsBabyM1.17.1/opam @@ -0,0 +1,39 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-protocol-005-PsBabyM1" { = version } + "tezos-signer-backends" { = version } + "tezos-rpc" { = version } + "uri" {>= "3.1.0" & <= "4.4.0"} + "tezos-stdlib-unix" { = version } + "tezos-protocol-environment" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-005-PsBabyM1/tezos-client-005-PsBabyM1.17.2/opam b/packages/tezos-client-005-PsBabyM1/tezos-client-005-PsBabyM1.17.2/opam new file mode 100644 index 000000000..45e408168 --- /dev/null +++ b/packages/tezos-client-005-PsBabyM1/tezos-client-005-PsBabyM1.17.2/opam @@ -0,0 +1,39 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-protocol-005-PsBabyM1" { = version } + "tezos-signer-backends" { = version } + "tezos-rpc" { = version } + "uri" {>= "3.1.0" & <= "4.4.0"} + "tezos-stdlib-unix" { = version } + "tezos-protocol-environment" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-005-PsBabyM1/tezos-client-005-PsBabyM1.7.0/opam b/packages/tezos-client-005-PsBabyM1/tezos-client-005-PsBabyM1.7.0/opam new file mode 100644 index 000000000..48e3ba242 --- /dev/null +++ b/packages/tezos-client-005-PsBabyM1/tezos-client-005-PsBabyM1.7.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-005-PsBabyM1" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_005_PsBabyM1/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.0.tar.bz2" + checksum: [ + "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91" + "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-005-PsBabyM1/tezos-client-005-PsBabyM1.7.1/opam b/packages/tezos-client-005-PsBabyM1/tezos-client-005-PsBabyM1.7.1/opam new file mode 100644 index 000000000..79461aae7 --- /dev/null +++ b/packages/tezos-client-005-PsBabyM1/tezos-client-005-PsBabyM1.7.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-005-PsBabyM1" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_005_PsBabyM1/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.1.tar.bz2" + checksum: [ + "sha256=3675d856c4b818da7f5de0b85b86a48d3883f1210cfef28ef3233a047e74bed6" + "sha512=d6abdef9a6643b2ffe8141ecc625dcc2a939131e2e5cc158c74aba8c403bd4072b7fc403ccfa6d766696604ad112495dd9db1ece8a3ae5a4693071dfdffcbda5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-005-PsBabyM1/tezos-client-005-PsBabyM1.7.2/opam b/packages/tezos-client-005-PsBabyM1/tezos-client-005-PsBabyM1.7.2/opam new file mode 100644 index 000000000..10a78b61f --- /dev/null +++ b/packages/tezos-client-005-PsBabyM1/tezos-client-005-PsBabyM1.7.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-005-PsBabyM1" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_005_PsBabyM1/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.2.tar.bz2" + checksum: [ + "sha256=abb52ad63345943d20f3edc4c3507474af94c001c8bf58138f47341942036cec" + "sha512=c823ca801cbc4005f5fc6ea5236d93569410c034da3ed32939ef64a0f2c19a34444fac12e13c72e5a1e15a401b655e58ffdbbb66ce0516e5968f621677b96117" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-005-PsBabyM1/tezos-client-005-PsBabyM1.7.3/opam b/packages/tezos-client-005-PsBabyM1/tezos-client-005-PsBabyM1.7.3/opam new file mode 100644 index 000000000..8b5ea857e --- /dev/null +++ b/packages/tezos-client-005-PsBabyM1/tezos-client-005-PsBabyM1.7.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-005-PsBabyM1" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_005_PsBabyM1/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.3.tar.bz2" + checksum: [ + "sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" + "sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-005-PsBabyM1/tezos-client-005-PsBabyM1.7.4/opam b/packages/tezos-client-005-PsBabyM1/tezos-client-005-PsBabyM1.7.4/opam new file mode 100644 index 000000000..78eae1559 --- /dev/null +++ b/packages/tezos-client-005-PsBabyM1/tezos-client-005-PsBabyM1.7.4/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-005-PsBabyM1" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_005_PsBabyM1/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-005-PsBabyM1/tezos-client-005-PsBabyM1.8.0/opam b/packages/tezos-client-005-PsBabyM1/tezos-client-005-PsBabyM1.8.0/opam new file mode 100644 index 000000000..1785eb2bf --- /dev/null +++ b/packages/tezos-client-005-PsBabyM1/tezos-client-005-PsBabyM1.8.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-005-PsBabyM1" { = version } + "tezos-signer-backends" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_005_PsBabyM1/lib_client/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-005-PsBabyM1/tezos-client-005-PsBabyM1.8.1/opam b/packages/tezos-client-005-PsBabyM1/tezos-client-005-PsBabyM1.8.1/opam new file mode 100644 index 000000000..bcf746c73 --- /dev/null +++ b/packages/tezos-client-005-PsBabyM1/tezos-client-005-PsBabyM1.8.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-005-PsBabyM1" { = version } + "tezos-signer-backends" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_005_PsBabyM1/lib_client/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-005-PsBabyM1/tezos-client-005-PsBabyM1.8.2/opam b/packages/tezos-client-005-PsBabyM1/tezos-client-005-PsBabyM1.8.2/opam new file mode 100644 index 000000000..dedbca002 --- /dev/null +++ b/packages/tezos-client-005-PsBabyM1/tezos-client-005-PsBabyM1.8.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-005-PsBabyM1" { = version } + "tezos-signer-backends" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_005_PsBabyM1/lib_client/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-005-PsBabyM1/tezos-client-005-PsBabyM1.8.3/opam b/packages/tezos-client-005-PsBabyM1/tezos-client-005-PsBabyM1.8.3/opam new file mode 100644 index 000000000..9ff8048cc --- /dev/null +++ b/packages/tezos-client-005-PsBabyM1/tezos-client-005-PsBabyM1.8.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-005-PsBabyM1" { = version } + "tezos-signer-backends" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_005_PsBabyM1/lib_client/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-005-PsBabyM1/tezos-client-005-PsBabyM1.9.0/opam b/packages/tezos-client-005-PsBabyM1/tezos-client-005-PsBabyM1.9.0/opam new file mode 100644 index 000000000..751031617 --- /dev/null +++ b/packages/tezos-client-005-PsBabyM1/tezos-client-005-PsBabyM1.9.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-005-PsBabyM1" { = version } + "tezos-signer-backends" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_005_PsBabyM1/lib_client/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-005-PsBabyM1/tezos-client-005-PsBabyM1.9.1/opam b/packages/tezos-client-005-PsBabyM1/tezos-client-005-PsBabyM1.9.1/opam new file mode 100644 index 000000000..f449c28b3 --- /dev/null +++ b/packages/tezos-client-005-PsBabyM1/tezos-client-005-PsBabyM1.9.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-005-PsBabyM1" { = version } + "tezos-signer-backends" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_005_PsBabyM1/lib_client/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-005-PsBabyM1/tezos-client-005-PsBabyM1.9.2/opam b/packages/tezos-client-005-PsBabyM1/tezos-client-005-PsBabyM1.9.2/opam new file mode 100644 index 000000000..3bd2921ac --- /dev/null +++ b/packages/tezos-client-005-PsBabyM1/tezos-client-005-PsBabyM1.9.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-005-PsBabyM1" { = version } + "tezos-signer-backends" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_005_PsBabyM1/lib_client/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-005-PsBabyM1/tezos-client-005-PsBabyM1.9.3/opam b/packages/tezos-client-005-PsBabyM1/tezos-client-005-PsBabyM1.9.3/opam new file mode 100644 index 000000000..850a6cc13 --- /dev/null +++ b/packages/tezos-client-005-PsBabyM1/tezos-client-005-PsBabyM1.9.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-005-PsBabyM1" { = version } + "tezos-signer-backends" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_005_PsBabyM1/lib_client/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-005-PsBabyM1/tezos-client-005-PsBabyM1.9.4/opam b/packages/tezos-client-005-PsBabyM1/tezos-client-005-PsBabyM1.9.4/opam new file mode 100644 index 000000000..3a3f59c53 --- /dev/null +++ b/packages/tezos-client-005-PsBabyM1/tezos-client-005-PsBabyM1.9.4/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-005-PsBabyM1" { = version } + "tezos-signer-backends" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_005_PsBabyM1/lib_client/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-005-PsBabyM1/tezos-client-005-PsBabyM1.9.7/opam b/packages/tezos-client-005-PsBabyM1/tezos-client-005-PsBabyM1.9.7/opam new file mode 100644 index 000000000..48d08b765 --- /dev/null +++ b/packages/tezos-client-005-PsBabyM1/tezos-client-005-PsBabyM1.9.7/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-005-PsBabyM1" { = version } + "tezos-signer-backends" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_005_PsBabyM1/lib_client/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-006-PsCARTHA-commands/tezos-client-006-PsCARTHA-commands.10.2/opam b/packages/tezos-client-006-PsCARTHA-commands/tezos-client-006-PsCARTHA-commands.10.2/opam new file mode 100644 index 000000000..2e47317c0 --- /dev/null +++ b/packages/tezos-client-006-PsCARTHA-commands/tezos-client-006-PsCARTHA-commands.10.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-006-PsCARTHA" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-006-PsCARTHA-commands/tezos-client-006-PsCARTHA-commands.11.0/opam b/packages/tezos-client-006-PsCARTHA-commands/tezos-client-006-PsCARTHA-commands.11.0/opam new file mode 100644 index 000000000..72667e64e --- /dev/null +++ b/packages/tezos-client-006-PsCARTHA-commands/tezos-client-006-PsCARTHA-commands.11.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-client-006-PsCARTHA" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-006-PsCARTHA-commands/tezos-client-006-PsCARTHA-commands.11.1/opam b/packages/tezos-client-006-PsCARTHA-commands/tezos-client-006-PsCARTHA-commands.11.1/opam new file mode 100644 index 000000000..b4c6080d4 --- /dev/null +++ b/packages/tezos-client-006-PsCARTHA-commands/tezos-client-006-PsCARTHA-commands.11.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-006-PsCARTHA" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-006-PsCARTHA-commands/tezos-client-006-PsCARTHA-commands.12.0/opam b/packages/tezos-client-006-PsCARTHA-commands/tezos-client-006-PsCARTHA-commands.12.0/opam new file mode 100644 index 000000000..2afd1c8dc --- /dev/null +++ b/packages/tezos-client-006-PsCARTHA-commands/tezos-client-006-PsCARTHA-commands.12.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-006-PsCARTHA" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-006-PsCARTHA-commands/tezos-client-006-PsCARTHA-commands.12.3/opam b/packages/tezos-client-006-PsCARTHA-commands/tezos-client-006-PsCARTHA-commands.12.3/opam new file mode 100644 index 000000000..34c4c8b68 --- /dev/null +++ b/packages/tezos-client-006-PsCARTHA-commands/tezos-client-006-PsCARTHA-commands.12.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-006-PsCARTHA" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-006-PsCARTHA-commands/tezos-client-006-PsCARTHA-commands.13.0/opam b/packages/tezos-client-006-PsCARTHA-commands/tezos-client-006-PsCARTHA-commands.13.0/opam new file mode 100644 index 000000000..a19fbc7ac --- /dev/null +++ b/packages/tezos-client-006-PsCARTHA-commands/tezos-client-006-PsCARTHA-commands.13.0/opam @@ -0,0 +1,37 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-006-PsCARTHA" { = version } + "tezos-stdlib-unix" { = version } + "tezos-protocol-environment" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-client-006-PsCARTHA" { = version } + "tezos-client-commands" { = version } + "tezos-rpc" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-006-PsCARTHA-commands/tezos-client-006-PsCARTHA-commands.7.0/opam b/packages/tezos-client-006-PsCARTHA-commands/tezos-client-006-PsCARTHA-commands.7.0/opam new file mode 100644 index 000000000..88aa52f36 --- /dev/null +++ b/packages/tezos-client-006-PsCARTHA-commands/tezos-client-006-PsCARTHA-commands.7.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-client-006-PsCARTHA" { = version } + "tezos-mockup-commands" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 006_PsCARTHA (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.0.tar.bz2" + checksum: [ + "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91" + "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-006-PsCARTHA-commands/tezos-client-006-PsCARTHA-commands.7.1/opam b/packages/tezos-client-006-PsCARTHA-commands/tezos-client-006-PsCARTHA-commands.7.1/opam new file mode 100644 index 000000000..577047443 --- /dev/null +++ b/packages/tezos-client-006-PsCARTHA-commands/tezos-client-006-PsCARTHA-commands.7.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-client-006-PsCARTHA" { = version } + "tezos-mockup-commands" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 006_PsCARTHA (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.1.tar.bz2" + checksum: [ + "sha256=3675d856c4b818da7f5de0b85b86a48d3883f1210cfef28ef3233a047e74bed6" + "sha512=d6abdef9a6643b2ffe8141ecc625dcc2a939131e2e5cc158c74aba8c403bd4072b7fc403ccfa6d766696604ad112495dd9db1ece8a3ae5a4693071dfdffcbda5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-006-PsCARTHA-commands/tezos-client-006-PsCARTHA-commands.7.2/opam b/packages/tezos-client-006-PsCARTHA-commands/tezos-client-006-PsCARTHA-commands.7.2/opam new file mode 100644 index 000000000..de8a6e07a --- /dev/null +++ b/packages/tezos-client-006-PsCARTHA-commands/tezos-client-006-PsCARTHA-commands.7.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-client-006-PsCARTHA" { = version } + "tezos-mockup-commands" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 006_PsCARTHA (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.2.tar.bz2" + checksum: [ + "sha256=abb52ad63345943d20f3edc4c3507474af94c001c8bf58138f47341942036cec" + "sha512=c823ca801cbc4005f5fc6ea5236d93569410c034da3ed32939ef64a0f2c19a34444fac12e13c72e5a1e15a401b655e58ffdbbb66ce0516e5968f621677b96117" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-006-PsCARTHA-commands/tezos-client-006-PsCARTHA-commands.7.3/opam b/packages/tezos-client-006-PsCARTHA-commands/tezos-client-006-PsCARTHA-commands.7.3/opam new file mode 100644 index 000000000..ace84ac95 --- /dev/null +++ b/packages/tezos-client-006-PsCARTHA-commands/tezos-client-006-PsCARTHA-commands.7.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-client-006-PsCARTHA" { = version } + "tezos-mockup-commands" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 006_PsCARTHA (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.3.tar.bz2" + checksum: [ + "sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" + "sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-006-PsCARTHA-commands/tezos-client-006-PsCARTHA-commands.7.4/opam b/packages/tezos-client-006-PsCARTHA-commands/tezos-client-006-PsCARTHA-commands.7.4/opam new file mode 100644 index 000000000..e8aab5f94 --- /dev/null +++ b/packages/tezos-client-006-PsCARTHA-commands/tezos-client-006-PsCARTHA-commands.7.4/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-client-006-PsCARTHA" { = version } + "tezos-mockup-commands" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 006_PsCARTHA (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-006-PsCARTHA-commands/tezos-client-006-PsCARTHA-commands.8.0/opam b/packages/tezos-client-006-PsCARTHA-commands/tezos-client-006-PsCARTHA-commands.8.0/opam new file mode 100644 index 000000000..2077ec637 --- /dev/null +++ b/packages/tezos-client-006-PsCARTHA-commands/tezos-client-006-PsCARTHA-commands.8.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-006-PsCARTHA" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-006-PsCARTHA-commands/tezos-client-006-PsCARTHA-commands.8.1/opam b/packages/tezos-client-006-PsCARTHA-commands/tezos-client-006-PsCARTHA-commands.8.1/opam new file mode 100644 index 000000000..b8bb0f013 --- /dev/null +++ b/packages/tezos-client-006-PsCARTHA-commands/tezos-client-006-PsCARTHA-commands.8.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-006-PsCARTHA" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-006-PsCARTHA-commands/tezos-client-006-PsCARTHA-commands.8.2/opam b/packages/tezos-client-006-PsCARTHA-commands/tezos-client-006-PsCARTHA-commands.8.2/opam new file mode 100644 index 000000000..c6e90599e --- /dev/null +++ b/packages/tezos-client-006-PsCARTHA-commands/tezos-client-006-PsCARTHA-commands.8.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-006-PsCARTHA" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-006-PsCARTHA-commands/tezos-client-006-PsCARTHA-commands.8.3/opam b/packages/tezos-client-006-PsCARTHA-commands/tezos-client-006-PsCARTHA-commands.8.3/opam new file mode 100644 index 000000000..718875058 --- /dev/null +++ b/packages/tezos-client-006-PsCARTHA-commands/tezos-client-006-PsCARTHA-commands.8.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-006-PsCARTHA" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-006-PsCARTHA-commands/tezos-client-006-PsCARTHA-commands.9.0/opam b/packages/tezos-client-006-PsCARTHA-commands/tezos-client-006-PsCARTHA-commands.9.0/opam new file mode 100644 index 000000000..31883ad1c --- /dev/null +++ b/packages/tezos-client-006-PsCARTHA-commands/tezos-client-006-PsCARTHA-commands.9.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-006-PsCARTHA" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-006-PsCARTHA-commands/tezos-client-006-PsCARTHA-commands.9.1/opam b/packages/tezos-client-006-PsCARTHA-commands/tezos-client-006-PsCARTHA-commands.9.1/opam new file mode 100644 index 000000000..319892c9f --- /dev/null +++ b/packages/tezos-client-006-PsCARTHA-commands/tezos-client-006-PsCARTHA-commands.9.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-006-PsCARTHA" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-006-PsCARTHA-commands/tezos-client-006-PsCARTHA-commands.9.2/opam b/packages/tezos-client-006-PsCARTHA-commands/tezos-client-006-PsCARTHA-commands.9.2/opam new file mode 100644 index 000000000..be16acc8a --- /dev/null +++ b/packages/tezos-client-006-PsCARTHA-commands/tezos-client-006-PsCARTHA-commands.9.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-006-PsCARTHA" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-006-PsCARTHA-commands/tezos-client-006-PsCARTHA-commands.9.3/opam b/packages/tezos-client-006-PsCARTHA-commands/tezos-client-006-PsCARTHA-commands.9.3/opam new file mode 100644 index 000000000..6af2132aa --- /dev/null +++ b/packages/tezos-client-006-PsCARTHA-commands/tezos-client-006-PsCARTHA-commands.9.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-006-PsCARTHA" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-006-PsCARTHA-commands/tezos-client-006-PsCARTHA-commands.9.4/opam b/packages/tezos-client-006-PsCARTHA-commands/tezos-client-006-PsCARTHA-commands.9.4/opam new file mode 100644 index 000000000..18e97d07f --- /dev/null +++ b/packages/tezos-client-006-PsCARTHA-commands/tezos-client-006-PsCARTHA-commands.9.4/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-006-PsCARTHA" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-006-PsCARTHA-commands/tezos-client-006-PsCARTHA-commands.9.7/opam b/packages/tezos-client-006-PsCARTHA-commands/tezos-client-006-PsCARTHA-commands.9.7/opam new file mode 100644 index 000000000..d96f7f6a8 --- /dev/null +++ b/packages/tezos-client-006-PsCARTHA-commands/tezos-client-006-PsCARTHA-commands.9.7/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-006-PsCARTHA" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-006-PsCARTHA/tezos-client-006-PsCARTHA.10.2/opam b/packages/tezos-client-006-PsCARTHA/tezos-client-006-PsCARTHA.10.2/opam new file mode 100644 index 000000000..81efaf1c8 --- /dev/null +++ b/packages/tezos-client-006-PsCARTHA/tezos-client-006-PsCARTHA.10.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-signer-backends" { = version } + "tezos-protocol-006-PsCARTHA-parameters" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-006-PsCARTHA/tezos-client-006-PsCARTHA.11.0/opam b/packages/tezos-client-006-PsCARTHA/tezos-client-006-PsCARTHA.11.0/opam new file mode 100644 index 000000000..dd807dac0 --- /dev/null +++ b/packages/tezos-client-006-PsCARTHA/tezos-client-006-PsCARTHA.11.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-signer-backends" { = version } + "tezos-protocol-006-PsCARTHA" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-006-PsCARTHA/tezos-client-006-PsCARTHA.11.1/opam b/packages/tezos-client-006-PsCARTHA/tezos-client-006-PsCARTHA.11.1/opam new file mode 100644 index 000000000..dab3ccd7e --- /dev/null +++ b/packages/tezos-client-006-PsCARTHA/tezos-client-006-PsCARTHA.11.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-signer-backends" { = version } + "tezos-protocol-006-PsCARTHA" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-006-PsCARTHA/tezos-client-006-PsCARTHA.12.0/opam b/packages/tezos-client-006-PsCARTHA/tezos-client-006-PsCARTHA.12.0/opam new file mode 100644 index 000000000..93166eced --- /dev/null +++ b/packages/tezos-client-006-PsCARTHA/tezos-client-006-PsCARTHA.12.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-signer-backends" { = version } + "tezos-protocol-006-PsCARTHA" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-006-PsCARTHA/tezos-client-006-PsCARTHA.12.3/opam b/packages/tezos-client-006-PsCARTHA/tezos-client-006-PsCARTHA.12.3/opam new file mode 100644 index 000000000..6a19d1b5c --- /dev/null +++ b/packages/tezos-client-006-PsCARTHA/tezos-client-006-PsCARTHA.12.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-signer-backends" { = version } + "tezos-protocol-006-PsCARTHA" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-006-PsCARTHA/tezos-client-006-PsCARTHA.13.0/opam b/packages/tezos-client-006-PsCARTHA/tezos-client-006-PsCARTHA.13.0/opam new file mode 100644 index 000000000..c7708e8ce --- /dev/null +++ b/packages/tezos-client-006-PsCARTHA/tezos-client-006-PsCARTHA.13.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-protocol-006-PsCARTHA" { = version } + "tezos-signer-backends" { = version } + "tezos-rpc" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-006-PsCARTHA/tezos-client-006-PsCARTHA.14.0/opam b/packages/tezos-client-006-PsCARTHA/tezos-client-006-PsCARTHA.14.0/opam new file mode 100644 index 000000000..ca1796142 --- /dev/null +++ b/packages/tezos-client-006-PsCARTHA/tezos-client-006-PsCARTHA.14.0/opam @@ -0,0 +1,37 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-protocol-006-PsCARTHA" { = version } + "tezos-signer-backends" { = version } + "tezos-rpc" { = version } + "uri" {>= "2.2.0" & <= "4.4.0"} + "tezos-stdlib-unix" { = version } + "tezos-protocol-environment" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-006-PsCARTHA/tezos-client-006-PsCARTHA.15.0/opam b/packages/tezos-client-006-PsCARTHA/tezos-client-006-PsCARTHA.15.0/opam new file mode 100644 index 000000000..ede1b75c0 --- /dev/null +++ b/packages/tezos-client-006-PsCARTHA/tezos-client-006-PsCARTHA.15.0/opam @@ -0,0 +1,38 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-protocol-006-PsCARTHA" { = version } + "tezos-protocol-environment" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-client-commands" { = version } + "tezos-rpc" { = version } + "tezos-stdlib-unix" { = version } + "tezos-signer-backends" { = version } + "uri" {>= "2.2.0" & <= "4.4.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-006-PsCARTHA/tezos-client-006-PsCARTHA.15.1/opam b/packages/tezos-client-006-PsCARTHA/tezos-client-006-PsCARTHA.15.1/opam new file mode 100644 index 000000000..9afd536c0 --- /dev/null +++ b/packages/tezos-client-006-PsCARTHA/tezos-client-006-PsCARTHA.15.1/opam @@ -0,0 +1,38 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-protocol-006-PsCARTHA" { = version } + "tezos-signer-backends" { = version } + "tezos-rpc" { = version } + "uri" {>= "2.2.0" & <= "4.4.0"} + "tezos-stdlib-unix" { = version } + "tezos-protocol-environment" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-006-PsCARTHA/tezos-client-006-PsCARTHA.17.1/opam b/packages/tezos-client-006-PsCARTHA/tezos-client-006-PsCARTHA.17.1/opam new file mode 100644 index 000000000..03f0ef5f4 --- /dev/null +++ b/packages/tezos-client-006-PsCARTHA/tezos-client-006-PsCARTHA.17.1/opam @@ -0,0 +1,39 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-protocol-006-PsCARTHA" { = version } + "tezos-signer-backends" { = version } + "tezos-rpc" { = version } + "uri" {>= "3.1.0" & <= "4.4.0"} + "tezos-stdlib-unix" { = version } + "tezos-protocol-environment" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-006-PsCARTHA/tezos-client-006-PsCARTHA.17.2/opam b/packages/tezos-client-006-PsCARTHA/tezos-client-006-PsCARTHA.17.2/opam new file mode 100644 index 000000000..017ec81a1 --- /dev/null +++ b/packages/tezos-client-006-PsCARTHA/tezos-client-006-PsCARTHA.17.2/opam @@ -0,0 +1,39 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-protocol-006-PsCARTHA" { = version } + "tezos-signer-backends" { = version } + "tezos-rpc" { = version } + "uri" {>= "3.1.0" & <= "4.4.0"} + "tezos-stdlib-unix" { = version } + "tezos-protocol-environment" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-006-PsCARTHA/tezos-client-006-PsCARTHA.7.0/opam b/packages/tezos-client-006-PsCARTHA/tezos-client-006-PsCARTHA.7.0/opam new file mode 100644 index 000000000..ec208d018 --- /dev/null +++ b/packages/tezos-client-006-PsCARTHA/tezos-client-006-PsCARTHA.7.0/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-mockup-registration" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-006-PsCARTHA-parameters" { = version } + "alcotest-lwt" { with-test & = "0.8.5" } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.0.tar.bz2" + checksum: [ + "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91" + "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-006-PsCARTHA/tezos-client-006-PsCARTHA.7.1/opam b/packages/tezos-client-006-PsCARTHA/tezos-client-006-PsCARTHA.7.1/opam new file mode 100644 index 000000000..c4f5fd703 --- /dev/null +++ b/packages/tezos-client-006-PsCARTHA/tezos-client-006-PsCARTHA.7.1/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-mockup-registration" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-006-PsCARTHA-parameters" { = version } + "alcotest-lwt" { with-test & = "0.8.5" } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.1.tar.bz2" + checksum: [ + "sha256=3675d856c4b818da7f5de0b85b86a48d3883f1210cfef28ef3233a047e74bed6" + "sha512=d6abdef9a6643b2ffe8141ecc625dcc2a939131e2e5cc158c74aba8c403bd4072b7fc403ccfa6d766696604ad112495dd9db1ece8a3ae5a4693071dfdffcbda5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-006-PsCARTHA/tezos-client-006-PsCARTHA.7.2/opam b/packages/tezos-client-006-PsCARTHA/tezos-client-006-PsCARTHA.7.2/opam new file mode 100644 index 000000000..b62bb1546 --- /dev/null +++ b/packages/tezos-client-006-PsCARTHA/tezos-client-006-PsCARTHA.7.2/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-mockup-registration" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-006-PsCARTHA-parameters" { = version } + "alcotest-lwt" { with-test & = "0.8.5" } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.2.tar.bz2" + checksum: [ + "sha256=abb52ad63345943d20f3edc4c3507474af94c001c8bf58138f47341942036cec" + "sha512=c823ca801cbc4005f5fc6ea5236d93569410c034da3ed32939ef64a0f2c19a34444fac12e13c72e5a1e15a401b655e58ffdbbb66ce0516e5968f621677b96117" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-006-PsCARTHA/tezos-client-006-PsCARTHA.7.3/opam b/packages/tezos-client-006-PsCARTHA/tezos-client-006-PsCARTHA.7.3/opam new file mode 100644 index 000000000..535905c88 --- /dev/null +++ b/packages/tezos-client-006-PsCARTHA/tezos-client-006-PsCARTHA.7.3/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-mockup-registration" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-006-PsCARTHA-parameters" { = version } + "alcotest-lwt" { with-test & = "0.8.5" } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.3.tar.bz2" + checksum: [ + "sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" + "sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-006-PsCARTHA/tezos-client-006-PsCARTHA.7.4/opam b/packages/tezos-client-006-PsCARTHA/tezos-client-006-PsCARTHA.7.4/opam new file mode 100644 index 000000000..1c6e12bb3 --- /dev/null +++ b/packages/tezos-client-006-PsCARTHA/tezos-client-006-PsCARTHA.7.4/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-mockup-registration" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-006-PsCARTHA-parameters" { = version } + "alcotest-lwt" { with-test & = "0.8.5" } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-006-PsCARTHA/tezos-client-006-PsCARTHA.8.0/opam b/packages/tezos-client-006-PsCARTHA/tezos-client-006-PsCARTHA.8.0/opam new file mode 100644 index 000000000..333661b4a --- /dev/null +++ b/packages/tezos-client-006-PsCARTHA/tezos-client-006-PsCARTHA.8.0/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-signer-backends" { = version } + "tezos-mockup-registration" { = version } + "tezos-protocol-006-PsCARTHA-parameters" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-006-PsCARTHA/tezos-client-006-PsCARTHA.8.1/opam b/packages/tezos-client-006-PsCARTHA/tezos-client-006-PsCARTHA.8.1/opam new file mode 100644 index 000000000..173016ea3 --- /dev/null +++ b/packages/tezos-client-006-PsCARTHA/tezos-client-006-PsCARTHA.8.1/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-signer-backends" { = version } + "tezos-mockup-registration" { = version } + "tezos-protocol-006-PsCARTHA-parameters" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-006-PsCARTHA/tezos-client-006-PsCARTHA.8.2/opam b/packages/tezos-client-006-PsCARTHA/tezos-client-006-PsCARTHA.8.2/opam new file mode 100644 index 000000000..b3cb341e0 --- /dev/null +++ b/packages/tezos-client-006-PsCARTHA/tezos-client-006-PsCARTHA.8.2/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-signer-backends" { = version } + "tezos-mockup-registration" { = version } + "tezos-protocol-006-PsCARTHA-parameters" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-006-PsCARTHA/tezos-client-006-PsCARTHA.8.3/opam b/packages/tezos-client-006-PsCARTHA/tezos-client-006-PsCARTHA.8.3/opam new file mode 100644 index 000000000..e053b6a7c --- /dev/null +++ b/packages/tezos-client-006-PsCARTHA/tezos-client-006-PsCARTHA.8.3/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-signer-backends" { = version } + "tezos-mockup-registration" { = version } + "tezos-protocol-006-PsCARTHA-parameters" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-006-PsCARTHA/tezos-client-006-PsCARTHA.9.0/opam b/packages/tezos-client-006-PsCARTHA/tezos-client-006-PsCARTHA.9.0/opam new file mode 100644 index 000000000..773714265 --- /dev/null +++ b/packages/tezos-client-006-PsCARTHA/tezos-client-006-PsCARTHA.9.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-006-PsCARTHA" { = version } + "tezos-protocol-006-PsCARTHA-parameters" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_client/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-006-PsCARTHA/tezos-client-006-PsCARTHA.9.1/opam b/packages/tezos-client-006-PsCARTHA/tezos-client-006-PsCARTHA.9.1/opam new file mode 100644 index 000000000..f96230e10 --- /dev/null +++ b/packages/tezos-client-006-PsCARTHA/tezos-client-006-PsCARTHA.9.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-006-PsCARTHA" { = version } + "tezos-protocol-006-PsCARTHA-parameters" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_client/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-006-PsCARTHA/tezos-client-006-PsCARTHA.9.2/opam b/packages/tezos-client-006-PsCARTHA/tezos-client-006-PsCARTHA.9.2/opam new file mode 100644 index 000000000..e39055118 --- /dev/null +++ b/packages/tezos-client-006-PsCARTHA/tezos-client-006-PsCARTHA.9.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-006-PsCARTHA" { = version } + "tezos-protocol-006-PsCARTHA-parameters" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_client/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-006-PsCARTHA/tezos-client-006-PsCARTHA.9.3/opam b/packages/tezos-client-006-PsCARTHA/tezos-client-006-PsCARTHA.9.3/opam new file mode 100644 index 000000000..f56b0a075 --- /dev/null +++ b/packages/tezos-client-006-PsCARTHA/tezos-client-006-PsCARTHA.9.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-006-PsCARTHA" { = version } + "tezos-protocol-006-PsCARTHA-parameters" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_client/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-006-PsCARTHA/tezos-client-006-PsCARTHA.9.4/opam b/packages/tezos-client-006-PsCARTHA/tezos-client-006-PsCARTHA.9.4/opam new file mode 100644 index 000000000..7606b0462 --- /dev/null +++ b/packages/tezos-client-006-PsCARTHA/tezos-client-006-PsCARTHA.9.4/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-006-PsCARTHA" { = version } + "tezos-protocol-006-PsCARTHA-parameters" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_client/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-006-PsCARTHA/tezos-client-006-PsCARTHA.9.7/opam b/packages/tezos-client-006-PsCARTHA/tezos-client-006-PsCARTHA.9.7/opam new file mode 100644 index 000000000..d5cdc2e32 --- /dev/null +++ b/packages/tezos-client-006-PsCARTHA/tezos-client-006-PsCARTHA.9.7/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-006-PsCARTHA" { = version } + "tezos-protocol-006-PsCARTHA-parameters" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_client/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-007-PsDELPH1-commands-registration/tezos-client-007-PsDELPH1-commands-registration.10.2/opam b/packages/tezos-client-007-PsDELPH1-commands-registration/tezos-client-007-PsDELPH1-commands-registration.10.2/opam new file mode 100644 index 000000000..fa7bee636 --- /dev/null +++ b/packages/tezos-client-007-PsDELPH1-commands-registration/tezos-client-007-PsDELPH1-commands-registration.10.2/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-007-PsDELPH1-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-007-PsDELPH1-commands-registration/tezos-client-007-PsDELPH1-commands-registration.11.0/opam b/packages/tezos-client-007-PsDELPH1-commands-registration/tezos-client-007-PsDELPH1-commands-registration.11.0/opam new file mode 100644 index 000000000..b5c9784b2 --- /dev/null +++ b/packages/tezos-client-007-PsDELPH1-commands-registration/tezos-client-007-PsDELPH1-commands-registration.11.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-client-007-PsDELPH1-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-007-PsDELPH1-commands-registration/tezos-client-007-PsDELPH1-commands-registration.11.1/opam b/packages/tezos-client-007-PsDELPH1-commands-registration/tezos-client-007-PsDELPH1-commands-registration.11.1/opam new file mode 100644 index 000000000..13e72d970 --- /dev/null +++ b/packages/tezos-client-007-PsDELPH1-commands-registration/tezos-client-007-PsDELPH1-commands-registration.11.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-007-PsDELPH1-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-007-PsDELPH1-commands-registration/tezos-client-007-PsDELPH1-commands-registration.12.0/opam b/packages/tezos-client-007-PsDELPH1-commands-registration/tezos-client-007-PsDELPH1-commands-registration.12.0/opam new file mode 100644 index 000000000..8fe92556b --- /dev/null +++ b/packages/tezos-client-007-PsDELPH1-commands-registration/tezos-client-007-PsDELPH1-commands-registration.12.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-007-PsDELPH1-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-007-PsDELPH1-commands-registration/tezos-client-007-PsDELPH1-commands-registration.12.3/opam b/packages/tezos-client-007-PsDELPH1-commands-registration/tezos-client-007-PsDELPH1-commands-registration.12.3/opam new file mode 100644 index 000000000..f70dd1b38 --- /dev/null +++ b/packages/tezos-client-007-PsDELPH1-commands-registration/tezos-client-007-PsDELPH1-commands-registration.12.3/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-007-PsDELPH1-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-007-PsDELPH1-commands-registration/tezos-client-007-PsDELPH1-commands-registration.13.0/opam b/packages/tezos-client-007-PsDELPH1-commands-registration/tezos-client-007-PsDELPH1-commands-registration.13.0/opam new file mode 100644 index 000000000..8f0b01a46 --- /dev/null +++ b/packages/tezos-client-007-PsDELPH1-commands-registration/tezos-client-007-PsDELPH1-commands-registration.13.0/opam @@ -0,0 +1,37 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-007-PsDELPH1" { = version } + "tezos-protocol-environment" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-client-007-PsDELPH1" { = version } + "tezos-client-commands" { = version } + "tezos-client-007-PsDELPH1-commands" { = version } + "tezos-rpc" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-007-PsDELPH1-commands-registration/tezos-client-007-PsDELPH1-commands-registration.7.4/opam b/packages/tezos-client-007-PsDELPH1-commands-registration/tezos-client-007-PsDELPH1-commands-registration.7.4/opam new file mode 100644 index 000000000..b094a7c03 --- /dev/null +++ b/packages/tezos-client-007-PsDELPH1-commands-registration/tezos-client-007-PsDELPH1-commands-registration.7.4/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-client-007-PsDELPH1-commands" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands registration for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-007-PsDELPH1-commands-registration/tezos-client-007-PsDELPH1-commands-registration.8.0/opam b/packages/tezos-client-007-PsDELPH1-commands-registration/tezos-client-007-PsDELPH1-commands-registration.8.0/opam new file mode 100644 index 000000000..6fa39a40e --- /dev/null +++ b/packages/tezos-client-007-PsDELPH1-commands-registration/tezos-client-007-PsDELPH1-commands-registration.8.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-007-PsDELPH1-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-007-PsDELPH1-commands-registration/tezos-client-007-PsDELPH1-commands-registration.8.1/opam b/packages/tezos-client-007-PsDELPH1-commands-registration/tezos-client-007-PsDELPH1-commands-registration.8.1/opam new file mode 100644 index 000000000..bb1fa8652 --- /dev/null +++ b/packages/tezos-client-007-PsDELPH1-commands-registration/tezos-client-007-PsDELPH1-commands-registration.8.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-007-PsDELPH1-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-007-PsDELPH1-commands-registration/tezos-client-007-PsDELPH1-commands-registration.8.2/opam b/packages/tezos-client-007-PsDELPH1-commands-registration/tezos-client-007-PsDELPH1-commands-registration.8.2/opam new file mode 100644 index 000000000..dd5b77369 --- /dev/null +++ b/packages/tezos-client-007-PsDELPH1-commands-registration/tezos-client-007-PsDELPH1-commands-registration.8.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-007-PsDELPH1-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-007-PsDELPH1-commands-registration/tezos-client-007-PsDELPH1-commands-registration.8.3/opam b/packages/tezos-client-007-PsDELPH1-commands-registration/tezos-client-007-PsDELPH1-commands-registration.8.3/opam new file mode 100644 index 000000000..326777d64 --- /dev/null +++ b/packages/tezos-client-007-PsDELPH1-commands-registration/tezos-client-007-PsDELPH1-commands-registration.8.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-007-PsDELPH1-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-007-PsDELPH1-commands-registration/tezos-client-007-PsDELPH1-commands-registration.9.0/opam b/packages/tezos-client-007-PsDELPH1-commands-registration/tezos-client-007-PsDELPH1-commands-registration.9.0/opam new file mode 100644 index 000000000..b6cb9fb7a --- /dev/null +++ b/packages/tezos-client-007-PsDELPH1-commands-registration/tezos-client-007-PsDELPH1-commands-registration.9.0/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-007-PsDELPH1-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_client_commands/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-007-PsDELPH1-commands-registration/tezos-client-007-PsDELPH1-commands-registration.9.1/opam b/packages/tezos-client-007-PsDELPH1-commands-registration/tezos-client-007-PsDELPH1-commands-registration.9.1/opam new file mode 100644 index 000000000..78e2b6312 --- /dev/null +++ b/packages/tezos-client-007-PsDELPH1-commands-registration/tezos-client-007-PsDELPH1-commands-registration.9.1/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-007-PsDELPH1-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_client_commands/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-007-PsDELPH1-commands-registration/tezos-client-007-PsDELPH1-commands-registration.9.2/opam b/packages/tezos-client-007-PsDELPH1-commands-registration/tezos-client-007-PsDELPH1-commands-registration.9.2/opam new file mode 100644 index 000000000..77361987e --- /dev/null +++ b/packages/tezos-client-007-PsDELPH1-commands-registration/tezos-client-007-PsDELPH1-commands-registration.9.2/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-007-PsDELPH1-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_client_commands/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-007-PsDELPH1-commands-registration/tezos-client-007-PsDELPH1-commands-registration.9.3/opam b/packages/tezos-client-007-PsDELPH1-commands-registration/tezos-client-007-PsDELPH1-commands-registration.9.3/opam new file mode 100644 index 000000000..54f1204e4 --- /dev/null +++ b/packages/tezos-client-007-PsDELPH1-commands-registration/tezos-client-007-PsDELPH1-commands-registration.9.3/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-007-PsDELPH1-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_client_commands/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-007-PsDELPH1-commands-registration/tezos-client-007-PsDELPH1-commands-registration.9.4/opam b/packages/tezos-client-007-PsDELPH1-commands-registration/tezos-client-007-PsDELPH1-commands-registration.9.4/opam new file mode 100644 index 000000000..d529b1c5b --- /dev/null +++ b/packages/tezos-client-007-PsDELPH1-commands-registration/tezos-client-007-PsDELPH1-commands-registration.9.4/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-007-PsDELPH1-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_client_commands/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-007-PsDELPH1-commands-registration/tezos-client-007-PsDELPH1-commands-registration.9.7/opam b/packages/tezos-client-007-PsDELPH1-commands-registration/tezos-client-007-PsDELPH1-commands-registration.9.7/opam new file mode 100644 index 000000000..ae6a41097 --- /dev/null +++ b/packages/tezos-client-007-PsDELPH1-commands-registration/tezos-client-007-PsDELPH1-commands-registration.9.7/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-007-PsDELPH1-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_client_commands/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-007-PsDELPH1-commands/tezos-client-007-PsDELPH1-commands.10.2/opam b/packages/tezos-client-007-PsDELPH1-commands/tezos-client-007-PsDELPH1-commands.10.2/opam new file mode 100644 index 000000000..3969066e0 --- /dev/null +++ b/packages/tezos-client-007-PsDELPH1-commands/tezos-client-007-PsDELPH1-commands.10.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-007-PsDELPH1" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-007-PsDELPH1-commands/tezos-client-007-PsDELPH1-commands.11.0/opam b/packages/tezos-client-007-PsDELPH1-commands/tezos-client-007-PsDELPH1-commands.11.0/opam new file mode 100644 index 000000000..4a0e6678e --- /dev/null +++ b/packages/tezos-client-007-PsDELPH1-commands/tezos-client-007-PsDELPH1-commands.11.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-007-PsDELPH1" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-007-PsDELPH1-commands/tezos-client-007-PsDELPH1-commands.11.1/opam b/packages/tezos-client-007-PsDELPH1-commands/tezos-client-007-PsDELPH1-commands.11.1/opam new file mode 100644 index 000000000..5771597ba --- /dev/null +++ b/packages/tezos-client-007-PsDELPH1-commands/tezos-client-007-PsDELPH1-commands.11.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-007-PsDELPH1" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-007-PsDELPH1-commands/tezos-client-007-PsDELPH1-commands.12.0/opam b/packages/tezos-client-007-PsDELPH1-commands/tezos-client-007-PsDELPH1-commands.12.0/opam new file mode 100644 index 000000000..92d63c878 --- /dev/null +++ b/packages/tezos-client-007-PsDELPH1-commands/tezos-client-007-PsDELPH1-commands.12.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-007-PsDELPH1" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-007-PsDELPH1-commands/tezos-client-007-PsDELPH1-commands.12.3/opam b/packages/tezos-client-007-PsDELPH1-commands/tezos-client-007-PsDELPH1-commands.12.3/opam new file mode 100644 index 000000000..5239af8b2 --- /dev/null +++ b/packages/tezos-client-007-PsDELPH1-commands/tezos-client-007-PsDELPH1-commands.12.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-007-PsDELPH1" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-007-PsDELPH1-commands/tezos-client-007-PsDELPH1-commands.13.0/opam b/packages/tezos-client-007-PsDELPH1-commands/tezos-client-007-PsDELPH1-commands.13.0/opam new file mode 100644 index 000000000..c82c669c1 --- /dev/null +++ b/packages/tezos-client-007-PsDELPH1-commands/tezos-client-007-PsDELPH1-commands.13.0/opam @@ -0,0 +1,40 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-007-PsDELPH1" { = version } + "tezos-stdlib-unix" { = version } + "tezos-protocol-environment" { = version } + "tezos-shell-services" { = version } + "tezos-mockup" { = version } + "tezos-mockup-registration" { = version } + "tezos-mockup-commands" { = version } + "tezos-client-base" { = version } + "tezos-client-007-PsDELPH1" { = version } + "tezos-client-commands" { = version } + "tezos-rpc" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-007-PsDELPH1-commands/tezos-client-007-PsDELPH1-commands.7.4/opam b/packages/tezos-client-007-PsDELPH1-commands/tezos-client-007-PsDELPH1-commands.7.4/opam new file mode 100644 index 000000000..4a1ab0d01 --- /dev/null +++ b/packages/tezos-client-007-PsDELPH1-commands/tezos-client-007-PsDELPH1-commands.7.4/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-client-007-PsDELPH1" { = version } + "tezos-mockup-commands" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 007_PsDELPH1 (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-007-PsDELPH1-commands/tezos-client-007-PsDELPH1-commands.8.0/opam b/packages/tezos-client-007-PsDELPH1-commands/tezos-client-007-PsDELPH1-commands.8.0/opam new file mode 100644 index 000000000..628c9968e --- /dev/null +++ b/packages/tezos-client-007-PsDELPH1-commands/tezos-client-007-PsDELPH1-commands.8.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-007-PsDELPH1" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-007-PsDELPH1-commands/tezos-client-007-PsDELPH1-commands.8.1/opam b/packages/tezos-client-007-PsDELPH1-commands/tezos-client-007-PsDELPH1-commands.8.1/opam new file mode 100644 index 000000000..9c057ca96 --- /dev/null +++ b/packages/tezos-client-007-PsDELPH1-commands/tezos-client-007-PsDELPH1-commands.8.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-007-PsDELPH1" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-007-PsDELPH1-commands/tezos-client-007-PsDELPH1-commands.8.2/opam b/packages/tezos-client-007-PsDELPH1-commands/tezos-client-007-PsDELPH1-commands.8.2/opam new file mode 100644 index 000000000..df8cb98f5 --- /dev/null +++ b/packages/tezos-client-007-PsDELPH1-commands/tezos-client-007-PsDELPH1-commands.8.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-007-PsDELPH1" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-007-PsDELPH1-commands/tezos-client-007-PsDELPH1-commands.8.3/opam b/packages/tezos-client-007-PsDELPH1-commands/tezos-client-007-PsDELPH1-commands.8.3/opam new file mode 100644 index 000000000..1359d3fbf --- /dev/null +++ b/packages/tezos-client-007-PsDELPH1-commands/tezos-client-007-PsDELPH1-commands.8.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-007-PsDELPH1" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-007-PsDELPH1-commands/tezos-client-007-PsDELPH1-commands.9.0/opam b/packages/tezos-client-007-PsDELPH1-commands/tezos-client-007-PsDELPH1-commands.9.0/opam new file mode 100644 index 000000000..e78194014 --- /dev/null +++ b/packages/tezos-client-007-PsDELPH1-commands/tezos-client-007-PsDELPH1-commands.9.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-007-PsDELPH1" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-007-PsDELPH1-commands/tezos-client-007-PsDELPH1-commands.9.1/opam b/packages/tezos-client-007-PsDELPH1-commands/tezos-client-007-PsDELPH1-commands.9.1/opam new file mode 100644 index 000000000..ea8449e6d --- /dev/null +++ b/packages/tezos-client-007-PsDELPH1-commands/tezos-client-007-PsDELPH1-commands.9.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-007-PsDELPH1" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-007-PsDELPH1-commands/tezos-client-007-PsDELPH1-commands.9.2/opam b/packages/tezos-client-007-PsDELPH1-commands/tezos-client-007-PsDELPH1-commands.9.2/opam new file mode 100644 index 000000000..3e95162eb --- /dev/null +++ b/packages/tezos-client-007-PsDELPH1-commands/tezos-client-007-PsDELPH1-commands.9.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-007-PsDELPH1" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-007-PsDELPH1-commands/tezos-client-007-PsDELPH1-commands.9.3/opam b/packages/tezos-client-007-PsDELPH1-commands/tezos-client-007-PsDELPH1-commands.9.3/opam new file mode 100644 index 000000000..31948b8a5 --- /dev/null +++ b/packages/tezos-client-007-PsDELPH1-commands/tezos-client-007-PsDELPH1-commands.9.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-007-PsDELPH1" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-007-PsDELPH1-commands/tezos-client-007-PsDELPH1-commands.9.4/opam b/packages/tezos-client-007-PsDELPH1-commands/tezos-client-007-PsDELPH1-commands.9.4/opam new file mode 100644 index 000000000..e9b444794 --- /dev/null +++ b/packages/tezos-client-007-PsDELPH1-commands/tezos-client-007-PsDELPH1-commands.9.4/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-007-PsDELPH1" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-007-PsDELPH1-commands/tezos-client-007-PsDELPH1-commands.9.7/opam b/packages/tezos-client-007-PsDELPH1-commands/tezos-client-007-PsDELPH1-commands.9.7/opam new file mode 100644 index 000000000..4894ec132 --- /dev/null +++ b/packages/tezos-client-007-PsDELPH1-commands/tezos-client-007-PsDELPH1-commands.9.7/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-007-PsDELPH1" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-007-PsDELPH1/tezos-client-007-PsDELPH1.10.2/opam b/packages/tezos-client-007-PsDELPH1/tezos-client-007-PsDELPH1.10.2/opam new file mode 100644 index 000000000..297248ff5 --- /dev/null +++ b/packages/tezos-client-007-PsDELPH1/tezos-client-007-PsDELPH1.10.2/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-mockup-registration" { = version } + "tezos-proxy" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-plugin-007-PsDELPH1" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-007-PsDELPH1/tezos-client-007-PsDELPH1.11.0/opam b/packages/tezos-client-007-PsDELPH1/tezos-client-007-PsDELPH1.11.0/opam new file mode 100644 index 000000000..90d49722a --- /dev/null +++ b/packages/tezos-client-007-PsDELPH1/tezos-client-007-PsDELPH1.11.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-mockup-registration" { = version } + "tezos-proxy" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-plugin-007-PsDELPH1" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-007-PsDELPH1/tezos-client-007-PsDELPH1.11.1/opam b/packages/tezos-client-007-PsDELPH1/tezos-client-007-PsDELPH1.11.1/opam new file mode 100644 index 000000000..dcb54a514 --- /dev/null +++ b/packages/tezos-client-007-PsDELPH1/tezos-client-007-PsDELPH1.11.1/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-mockup-registration" { = version } + "tezos-proxy" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-plugin-007-PsDELPH1" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-007-PsDELPH1/tezos-client-007-PsDELPH1.12.0/opam b/packages/tezos-client-007-PsDELPH1/tezos-client-007-PsDELPH1.12.0/opam new file mode 100644 index 000000000..56c12e50d --- /dev/null +++ b/packages/tezos-client-007-PsDELPH1/tezos-client-007-PsDELPH1.12.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-mockup-registration" { = version } + "tezos-proxy" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-plugin-007-PsDELPH1" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-007-PsDELPH1/tezos-client-007-PsDELPH1.12.3/opam b/packages/tezos-client-007-PsDELPH1/tezos-client-007-PsDELPH1.12.3/opam new file mode 100644 index 000000000..8fcff6901 --- /dev/null +++ b/packages/tezos-client-007-PsDELPH1/tezos-client-007-PsDELPH1.12.3/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-mockup-registration" { = version } + "tezos-proxy" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-plugin-007-PsDELPH1" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-007-PsDELPH1/tezos-client-007-PsDELPH1.13.0/opam b/packages/tezos-client-007-PsDELPH1/tezos-client-007-PsDELPH1.13.0/opam new file mode 100644 index 000000000..5f8785f8b --- /dev/null +++ b/packages/tezos-client-007-PsDELPH1/tezos-client-007-PsDELPH1.13.0/opam @@ -0,0 +1,37 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-protocol-007-PsDELPH1" { = version } + "tezos-mockup-registration" { = version } + "tezos-proxy" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-plugin-007-PsDELPH1" { = version } + "tezos-rpc" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-007-PsDELPH1/tezos-client-007-PsDELPH1.14.0/opam b/packages/tezos-client-007-PsDELPH1/tezos-client-007-PsDELPH1.14.0/opam new file mode 100644 index 000000000..0c552f2a6 --- /dev/null +++ b/packages/tezos-client-007-PsDELPH1/tezos-client-007-PsDELPH1.14.0/opam @@ -0,0 +1,38 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-protocol-007-PsDELPH1" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-plugin-007-PsDELPH1" { = version } + "tezos-rpc" { = version } + "uri" {>= "2.2.0" & <= "4.4.0"} + "tezos-stdlib-unix" { = version } + "tezos-protocol-environment" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-007-PsDELPH1/tezos-client-007-PsDELPH1.15.0/opam b/packages/tezos-client-007-PsDELPH1/tezos-client-007-PsDELPH1.15.0/opam new file mode 100644 index 000000000..aed169c77 --- /dev/null +++ b/packages/tezos-client-007-PsDELPH1/tezos-client-007-PsDELPH1.15.0/opam @@ -0,0 +1,39 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-protocol-007-PsDELPH1" { = version } + "tezos-protocol-environment" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-client-commands" { = version } + "tezos-rpc" { = version } + "tezos-stdlib-unix" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-plugin-007-PsDELPH1" { = version } + "uri" {>= "2.2.0" & <= "4.4.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-007-PsDELPH1/tezos-client-007-PsDELPH1.15.1/opam b/packages/tezos-client-007-PsDELPH1/tezos-client-007-PsDELPH1.15.1/opam new file mode 100644 index 000000000..a66f5a61f --- /dev/null +++ b/packages/tezos-client-007-PsDELPH1/tezos-client-007-PsDELPH1.15.1/opam @@ -0,0 +1,39 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-protocol-007-PsDELPH1" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-plugin-007-PsDELPH1" { = version } + "tezos-rpc" { = version } + "uri" {>= "2.2.0" & <= "4.4.0"} + "tezos-stdlib-unix" { = version } + "tezos-protocol-environment" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-007-PsDELPH1/tezos-client-007-PsDELPH1.17.1/opam b/packages/tezos-client-007-PsDELPH1/tezos-client-007-PsDELPH1.17.1/opam new file mode 100644 index 000000000..fab9a0480 --- /dev/null +++ b/packages/tezos-client-007-PsDELPH1/tezos-client-007-PsDELPH1.17.1/opam @@ -0,0 +1,40 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-protocol-007-PsDELPH1" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-plugin-007-PsDELPH1" { = version } + "tezos-rpc" { = version } + "uri" {>= "3.1.0" & <= "4.4.0"} + "tezos-stdlib-unix" { = version } + "tezos-protocol-environment" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-007-PsDELPH1/tezos-client-007-PsDELPH1.17.2/opam b/packages/tezos-client-007-PsDELPH1/tezos-client-007-PsDELPH1.17.2/opam new file mode 100644 index 000000000..7c68b98ba --- /dev/null +++ b/packages/tezos-client-007-PsDELPH1/tezos-client-007-PsDELPH1.17.2/opam @@ -0,0 +1,40 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-protocol-007-PsDELPH1" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-plugin-007-PsDELPH1" { = version } + "tezos-rpc" { = version } + "uri" {>= "3.1.0" & <= "4.4.0"} + "tezos-stdlib-unix" { = version } + "tezos-protocol-environment" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-007-PsDELPH1/tezos-client-007-PsDELPH1.7.4/opam b/packages/tezos-client-007-PsDELPH1/tezos-client-007-PsDELPH1.7.4/opam new file mode 100644 index 000000000..00d1cbb6c --- /dev/null +++ b/packages/tezos-client-007-PsDELPH1/tezos-client-007-PsDELPH1.7.4/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-mockup-registration" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-007-PsDELPH1-parameters" { = version } + "alcotest-lwt" { with-test & = "0.8.5" } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-007-PsDELPH1/tezos-client-007-PsDELPH1.8.0/opam b/packages/tezos-client-007-PsDELPH1/tezos-client-007-PsDELPH1.8.0/opam new file mode 100644 index 000000000..7015b9caa --- /dev/null +++ b/packages/tezos-client-007-PsDELPH1/tezos-client-007-PsDELPH1.8.0/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-signer-backends" { = version } + "tezos-mockup-registration" { = version } + "tezos-protocol-007-PsDELPH1-parameters" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-007-PsDELPH1/tezos-client-007-PsDELPH1.8.1/opam b/packages/tezos-client-007-PsDELPH1/tezos-client-007-PsDELPH1.8.1/opam new file mode 100644 index 000000000..f96baa158 --- /dev/null +++ b/packages/tezos-client-007-PsDELPH1/tezos-client-007-PsDELPH1.8.1/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-signer-backends" { = version } + "tezos-mockup-registration" { = version } + "tezos-protocol-007-PsDELPH1-parameters" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-007-PsDELPH1/tezos-client-007-PsDELPH1.8.2/opam b/packages/tezos-client-007-PsDELPH1/tezos-client-007-PsDELPH1.8.2/opam new file mode 100644 index 000000000..80c3ad790 --- /dev/null +++ b/packages/tezos-client-007-PsDELPH1/tezos-client-007-PsDELPH1.8.2/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-signer-backends" { = version } + "tezos-mockup-registration" { = version } + "tezos-protocol-007-PsDELPH1-parameters" { = version } + "tezos-protocol-plugin-007-PsDELPH1" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-007-PsDELPH1/tezos-client-007-PsDELPH1.8.3/opam b/packages/tezos-client-007-PsDELPH1/tezos-client-007-PsDELPH1.8.3/opam new file mode 100644 index 000000000..54fe9b59f --- /dev/null +++ b/packages/tezos-client-007-PsDELPH1/tezos-client-007-PsDELPH1.8.3/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-signer-backends" { = version } + "tezos-mockup-registration" { = version } + "tezos-protocol-007-PsDELPH1-parameters" { = version } + "tezos-protocol-plugin-007-PsDELPH1" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-007-PsDELPH1/tezos-client-007-PsDELPH1.9.0/opam b/packages/tezos-client-007-PsDELPH1/tezos-client-007-PsDELPH1.9.0/opam new file mode 100644 index 000000000..b47d31f4b --- /dev/null +++ b/packages/tezos-client-007-PsDELPH1/tezos-client-007-PsDELPH1.9.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-mockup-registration" { = version } + "tezos-proxy" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-plugin-007-PsDELPH1" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-007-PsDELPH1/tezos-client-007-PsDELPH1.9.1/opam b/packages/tezos-client-007-PsDELPH1/tezos-client-007-PsDELPH1.9.1/opam new file mode 100644 index 000000000..32867a519 --- /dev/null +++ b/packages/tezos-client-007-PsDELPH1/tezos-client-007-PsDELPH1.9.1/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-mockup-registration" { = version } + "tezos-proxy" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-plugin-007-PsDELPH1" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-007-PsDELPH1/tezos-client-007-PsDELPH1.9.2/opam b/packages/tezos-client-007-PsDELPH1/tezos-client-007-PsDELPH1.9.2/opam new file mode 100644 index 000000000..830a849c6 --- /dev/null +++ b/packages/tezos-client-007-PsDELPH1/tezos-client-007-PsDELPH1.9.2/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-mockup-registration" { = version } + "tezos-proxy" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-plugin-007-PsDELPH1" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-007-PsDELPH1/tezos-client-007-PsDELPH1.9.3/opam b/packages/tezos-client-007-PsDELPH1/tezos-client-007-PsDELPH1.9.3/opam new file mode 100644 index 000000000..d3111f134 --- /dev/null +++ b/packages/tezos-client-007-PsDELPH1/tezos-client-007-PsDELPH1.9.3/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-mockup-registration" { = version } + "tezos-proxy" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-plugin-007-PsDELPH1" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-007-PsDELPH1/tezos-client-007-PsDELPH1.9.4/opam b/packages/tezos-client-007-PsDELPH1/tezos-client-007-PsDELPH1.9.4/opam new file mode 100644 index 000000000..4c21fda40 --- /dev/null +++ b/packages/tezos-client-007-PsDELPH1/tezos-client-007-PsDELPH1.9.4/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-mockup-registration" { = version } + "tezos-proxy" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-plugin-007-PsDELPH1" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-007-PsDELPH1/tezos-client-007-PsDELPH1.9.7/opam b/packages/tezos-client-007-PsDELPH1/tezos-client-007-PsDELPH1.9.7/opam new file mode 100644 index 000000000..a6be48f6d --- /dev/null +++ b/packages/tezos-client-007-PsDELPH1/tezos-client-007-PsDELPH1.9.7/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-mockup-registration" { = version } + "tezos-proxy" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-plugin-007-PsDELPH1" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-008-PtEdo2Zk-commands-registration/tezos-client-008-PtEdo2Zk-commands-registration.10.2/opam b/packages/tezos-client-008-PtEdo2Zk-commands-registration/tezos-client-008-PtEdo2Zk-commands-registration.10.2/opam new file mode 100644 index 000000000..a54021ff4 --- /dev/null +++ b/packages/tezos-client-008-PtEdo2Zk-commands-registration/tezos-client-008-PtEdo2Zk-commands-registration.10.2/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-sapling-008-PtEdo2Zk" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-008-PtEdo2Zk-commands-registration/tezos-client-008-PtEdo2Zk-commands-registration.11.0/opam b/packages/tezos-client-008-PtEdo2Zk-commands-registration/tezos-client-008-PtEdo2Zk-commands-registration.11.0/opam new file mode 100644 index 000000000..0aeb29af6 --- /dev/null +++ b/packages/tezos-client-008-PtEdo2Zk-commands-registration/tezos-client-008-PtEdo2Zk-commands-registration.11.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-client-sapling-008-PtEdo2Zk" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-008-PtEdo2Zk-commands-registration/tezos-client-008-PtEdo2Zk-commands-registration.11.1/opam b/packages/tezos-client-008-PtEdo2Zk-commands-registration/tezos-client-008-PtEdo2Zk-commands-registration.11.1/opam new file mode 100644 index 000000000..448752011 --- /dev/null +++ b/packages/tezos-client-008-PtEdo2Zk-commands-registration/tezos-client-008-PtEdo2Zk-commands-registration.11.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-sapling-008-PtEdo2Zk" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-008-PtEdo2Zk-commands-registration/tezos-client-008-PtEdo2Zk-commands-registration.12.0/opam b/packages/tezos-client-008-PtEdo2Zk-commands-registration/tezos-client-008-PtEdo2Zk-commands-registration.12.0/opam new file mode 100644 index 000000000..794fff3da --- /dev/null +++ b/packages/tezos-client-008-PtEdo2Zk-commands-registration/tezos-client-008-PtEdo2Zk-commands-registration.12.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-sapling-008-PtEdo2Zk" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-008-PtEdo2Zk-commands-registration/tezos-client-008-PtEdo2Zk-commands-registration.12.3/opam b/packages/tezos-client-008-PtEdo2Zk-commands-registration/tezos-client-008-PtEdo2Zk-commands-registration.12.3/opam new file mode 100644 index 000000000..70e86c53e --- /dev/null +++ b/packages/tezos-client-008-PtEdo2Zk-commands-registration/tezos-client-008-PtEdo2Zk-commands-registration.12.3/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-sapling-008-PtEdo2Zk" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-008-PtEdo2Zk-commands-registration/tezos-client-008-PtEdo2Zk-commands-registration.13.0/opam b/packages/tezos-client-008-PtEdo2Zk-commands-registration/tezos-client-008-PtEdo2Zk-commands-registration.13.0/opam new file mode 100644 index 000000000..21ece767d --- /dev/null +++ b/packages/tezos-client-008-PtEdo2Zk-commands-registration/tezos-client-008-PtEdo2Zk-commands-registration.13.0/opam @@ -0,0 +1,39 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-008-PtEdo2Zk" { = version } + "tezos-protocol-environment" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-client-008-PtEdo2Zk" { = version } + "tezos-client-commands" { = version } + "tezos-client-008-PtEdo2Zk-commands" { = version } + "tezos-client-sapling-008-PtEdo2Zk" { = version } + "tezos-rpc" { = version } + "tezos-protocol-plugin-008-PtEdo2Zk" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-008-PtEdo2Zk-commands-registration/tezos-client-008-PtEdo2Zk-commands-registration.8.2/opam b/packages/tezos-client-008-PtEdo2Zk-commands-registration/tezos-client-008-PtEdo2Zk-commands-registration.8.2/opam new file mode 100644 index 000000000..1f305b308 --- /dev/null +++ b/packages/tezos-client-008-PtEdo2Zk-commands-registration/tezos-client-008-PtEdo2Zk-commands-registration.8.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-sapling-008-PtEdo2Zk" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-008-PtEdo2Zk-commands-registration/tezos-client-008-PtEdo2Zk-commands-registration.8.3/opam b/packages/tezos-client-008-PtEdo2Zk-commands-registration/tezos-client-008-PtEdo2Zk-commands-registration.8.3/opam new file mode 100644 index 000000000..9d372aeea --- /dev/null +++ b/packages/tezos-client-008-PtEdo2Zk-commands-registration/tezos-client-008-PtEdo2Zk-commands-registration.8.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-sapling-008-PtEdo2Zk" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-008-PtEdo2Zk-commands-registration/tezos-client-008-PtEdo2Zk-commands-registration.9.0/opam b/packages/tezos-client-008-PtEdo2Zk-commands-registration/tezos-client-008-PtEdo2Zk-commands-registration.9.0/opam new file mode 100644 index 000000000..c3024e216 --- /dev/null +++ b/packages/tezos-client-008-PtEdo2Zk-commands-registration/tezos-client-008-PtEdo2Zk-commands-registration.9.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-sapling-008-PtEdo2Zk" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-008-PtEdo2Zk-commands-registration/tezos-client-008-PtEdo2Zk-commands-registration.9.1/opam b/packages/tezos-client-008-PtEdo2Zk-commands-registration/tezos-client-008-PtEdo2Zk-commands-registration.9.1/opam new file mode 100644 index 000000000..15c0d8ece --- /dev/null +++ b/packages/tezos-client-008-PtEdo2Zk-commands-registration/tezos-client-008-PtEdo2Zk-commands-registration.9.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-sapling-008-PtEdo2Zk" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-008-PtEdo2Zk-commands-registration/tezos-client-008-PtEdo2Zk-commands-registration.9.2/opam b/packages/tezos-client-008-PtEdo2Zk-commands-registration/tezos-client-008-PtEdo2Zk-commands-registration.9.2/opam new file mode 100644 index 000000000..fcb41decb --- /dev/null +++ b/packages/tezos-client-008-PtEdo2Zk-commands-registration/tezos-client-008-PtEdo2Zk-commands-registration.9.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-sapling-008-PtEdo2Zk" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-008-PtEdo2Zk-commands-registration/tezos-client-008-PtEdo2Zk-commands-registration.9.3/opam b/packages/tezos-client-008-PtEdo2Zk-commands-registration/tezos-client-008-PtEdo2Zk-commands-registration.9.3/opam new file mode 100644 index 000000000..a4b20283c --- /dev/null +++ b/packages/tezos-client-008-PtEdo2Zk-commands-registration/tezos-client-008-PtEdo2Zk-commands-registration.9.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-sapling-008-PtEdo2Zk" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-008-PtEdo2Zk-commands-registration/tezos-client-008-PtEdo2Zk-commands-registration.9.4/opam b/packages/tezos-client-008-PtEdo2Zk-commands-registration/tezos-client-008-PtEdo2Zk-commands-registration.9.4/opam new file mode 100644 index 000000000..93bfafc6f --- /dev/null +++ b/packages/tezos-client-008-PtEdo2Zk-commands-registration/tezos-client-008-PtEdo2Zk-commands-registration.9.4/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-sapling-008-PtEdo2Zk" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-008-PtEdo2Zk-commands-registration/tezos-client-008-PtEdo2Zk-commands-registration.9.7/opam b/packages/tezos-client-008-PtEdo2Zk-commands-registration/tezos-client-008-PtEdo2Zk-commands-registration.9.7/opam new file mode 100644 index 000000000..d0f9a6c71 --- /dev/null +++ b/packages/tezos-client-008-PtEdo2Zk-commands-registration/tezos-client-008-PtEdo2Zk-commands-registration.9.7/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-sapling-008-PtEdo2Zk" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-008-PtEdo2Zk-commands/tezos-client-008-PtEdo2Zk-commands.10.2/opam b/packages/tezos-client-008-PtEdo2Zk-commands/tezos-client-008-PtEdo2Zk-commands.10.2/opam new file mode 100644 index 000000000..90f426879 --- /dev/null +++ b/packages/tezos-client-008-PtEdo2Zk-commands/tezos-client-008-PtEdo2Zk-commands.10.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-008-PtEdo2Zk" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-008-PtEdo2Zk-commands/tezos-client-008-PtEdo2Zk-commands.11.0/opam b/packages/tezos-client-008-PtEdo2Zk-commands/tezos-client-008-PtEdo2Zk-commands.11.0/opam new file mode 100644 index 000000000..7e5f1b87c --- /dev/null +++ b/packages/tezos-client-008-PtEdo2Zk-commands/tezos-client-008-PtEdo2Zk-commands.11.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-008-PtEdo2Zk" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-008-PtEdo2Zk-commands/tezos-client-008-PtEdo2Zk-commands.11.1/opam b/packages/tezos-client-008-PtEdo2Zk-commands/tezos-client-008-PtEdo2Zk-commands.11.1/opam new file mode 100644 index 000000000..dc637540b --- /dev/null +++ b/packages/tezos-client-008-PtEdo2Zk-commands/tezos-client-008-PtEdo2Zk-commands.11.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-008-PtEdo2Zk" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-008-PtEdo2Zk-commands/tezos-client-008-PtEdo2Zk-commands.12.0/opam b/packages/tezos-client-008-PtEdo2Zk-commands/tezos-client-008-PtEdo2Zk-commands.12.0/opam new file mode 100644 index 000000000..8ad8712ad --- /dev/null +++ b/packages/tezos-client-008-PtEdo2Zk-commands/tezos-client-008-PtEdo2Zk-commands.12.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-008-PtEdo2Zk" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-008-PtEdo2Zk-commands/tezos-client-008-PtEdo2Zk-commands.12.3/opam b/packages/tezos-client-008-PtEdo2Zk-commands/tezos-client-008-PtEdo2Zk-commands.12.3/opam new file mode 100644 index 000000000..054a02e8e --- /dev/null +++ b/packages/tezos-client-008-PtEdo2Zk-commands/tezos-client-008-PtEdo2Zk-commands.12.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-008-PtEdo2Zk" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-008-PtEdo2Zk-commands/tezos-client-008-PtEdo2Zk-commands.13.0/opam b/packages/tezos-client-008-PtEdo2Zk-commands/tezos-client-008-PtEdo2Zk-commands.13.0/opam new file mode 100644 index 000000000..26eff5ba8 --- /dev/null +++ b/packages/tezos-client-008-PtEdo2Zk-commands/tezos-client-008-PtEdo2Zk-commands.13.0/opam @@ -0,0 +1,41 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-008-PtEdo2Zk" { = version } + "tezos-stdlib-unix" { = version } + "tezos-protocol-environment" { = version } + "tezos-shell-services" { = version } + "tezos-mockup" { = version } + "tezos-mockup-registration" { = version } + "tezos-mockup-commands" { = version } + "tezos-client-base" { = version } + "tezos-client-008-PtEdo2Zk" { = version } + "tezos-client-commands" { = version } + "tezos-rpc" { = version } + "tezos-protocol-plugin-008-PtEdo2Zk" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-008-PtEdo2Zk-commands/tezos-client-008-PtEdo2Zk-commands.8.2/opam b/packages/tezos-client-008-PtEdo2Zk-commands/tezos-client-008-PtEdo2Zk-commands.8.2/opam new file mode 100644 index 000000000..121517f12 --- /dev/null +++ b/packages/tezos-client-008-PtEdo2Zk-commands/tezos-client-008-PtEdo2Zk-commands.8.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-008-PtEdo2Zk" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-008-PtEdo2Zk-commands/tezos-client-008-PtEdo2Zk-commands.8.3/opam b/packages/tezos-client-008-PtEdo2Zk-commands/tezos-client-008-PtEdo2Zk-commands.8.3/opam new file mode 100644 index 000000000..c9fc0042e --- /dev/null +++ b/packages/tezos-client-008-PtEdo2Zk-commands/tezos-client-008-PtEdo2Zk-commands.8.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-008-PtEdo2Zk" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-008-PtEdo2Zk-commands/tezos-client-008-PtEdo2Zk-commands.9.0/opam b/packages/tezos-client-008-PtEdo2Zk-commands/tezos-client-008-PtEdo2Zk-commands.9.0/opam new file mode 100644 index 000000000..9e71f11f6 --- /dev/null +++ b/packages/tezos-client-008-PtEdo2Zk-commands/tezos-client-008-PtEdo2Zk-commands.9.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-008-PtEdo2Zk" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-008-PtEdo2Zk-commands/tezos-client-008-PtEdo2Zk-commands.9.1/opam b/packages/tezos-client-008-PtEdo2Zk-commands/tezos-client-008-PtEdo2Zk-commands.9.1/opam new file mode 100644 index 000000000..b0d38282d --- /dev/null +++ b/packages/tezos-client-008-PtEdo2Zk-commands/tezos-client-008-PtEdo2Zk-commands.9.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-008-PtEdo2Zk" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-008-PtEdo2Zk-commands/tezos-client-008-PtEdo2Zk-commands.9.2/opam b/packages/tezos-client-008-PtEdo2Zk-commands/tezos-client-008-PtEdo2Zk-commands.9.2/opam new file mode 100644 index 000000000..5ff526e54 --- /dev/null +++ b/packages/tezos-client-008-PtEdo2Zk-commands/tezos-client-008-PtEdo2Zk-commands.9.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-008-PtEdo2Zk" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-008-PtEdo2Zk-commands/tezos-client-008-PtEdo2Zk-commands.9.3/opam b/packages/tezos-client-008-PtEdo2Zk-commands/tezos-client-008-PtEdo2Zk-commands.9.3/opam new file mode 100644 index 000000000..b74bfd51a --- /dev/null +++ b/packages/tezos-client-008-PtEdo2Zk-commands/tezos-client-008-PtEdo2Zk-commands.9.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-008-PtEdo2Zk" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-008-PtEdo2Zk-commands/tezos-client-008-PtEdo2Zk-commands.9.4/opam b/packages/tezos-client-008-PtEdo2Zk-commands/tezos-client-008-PtEdo2Zk-commands.9.4/opam new file mode 100644 index 000000000..f3c777c6c --- /dev/null +++ b/packages/tezos-client-008-PtEdo2Zk-commands/tezos-client-008-PtEdo2Zk-commands.9.4/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-008-PtEdo2Zk" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-008-PtEdo2Zk-commands/tezos-client-008-PtEdo2Zk-commands.9.7/opam b/packages/tezos-client-008-PtEdo2Zk-commands/tezos-client-008-PtEdo2Zk-commands.9.7/opam new file mode 100644 index 000000000..9832522a0 --- /dev/null +++ b/packages/tezos-client-008-PtEdo2Zk-commands/tezos-client-008-PtEdo2Zk-commands.9.7/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-008-PtEdo2Zk" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-008-PtEdo2Zk/tezos-client-008-PtEdo2Zk.10.2/opam b/packages/tezos-client-008-PtEdo2Zk/tezos-client-008-PtEdo2Zk.10.2/opam new file mode 100644 index 000000000..1253c4b36 --- /dev/null +++ b/packages/tezos-client-008-PtEdo2Zk/tezos-client-008-PtEdo2Zk.10.2/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-mockup-registration" { = version } + "tezos-proxy" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-008-PtEdo2Zk-parameters" { = version } + "tezos-protocol-plugin-008-PtEdo2Zk" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-008-PtEdo2Zk/tezos-client-008-PtEdo2Zk.11.0/opam b/packages/tezos-client-008-PtEdo2Zk/tezos-client-008-PtEdo2Zk.11.0/opam new file mode 100644 index 000000000..53625dd42 --- /dev/null +++ b/packages/tezos-client-008-PtEdo2Zk/tezos-client-008-PtEdo2Zk.11.0/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-mockup-registration" { = version } + "tezos-proxy" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-008-PtEdo2Zk-parameters" { = version } + "tezos-protocol-plugin-008-PtEdo2Zk" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-008-PtEdo2Zk/tezos-client-008-PtEdo2Zk.11.1/opam b/packages/tezos-client-008-PtEdo2Zk/tezos-client-008-PtEdo2Zk.11.1/opam new file mode 100644 index 000000000..43b70e46c --- /dev/null +++ b/packages/tezos-client-008-PtEdo2Zk/tezos-client-008-PtEdo2Zk.11.1/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-mockup-registration" { = version } + "tezos-proxy" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-008-PtEdo2Zk-parameters" { = version } + "tezos-protocol-plugin-008-PtEdo2Zk" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-008-PtEdo2Zk/tezos-client-008-PtEdo2Zk.12.0/opam b/packages/tezos-client-008-PtEdo2Zk/tezos-client-008-PtEdo2Zk.12.0/opam new file mode 100644 index 000000000..b42c8e46f --- /dev/null +++ b/packages/tezos-client-008-PtEdo2Zk/tezos-client-008-PtEdo2Zk.12.0/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-mockup-registration" { = version } + "tezos-proxy" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-008-PtEdo2Zk-parameters" { = version } + "tezos-protocol-plugin-008-PtEdo2Zk" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-008-PtEdo2Zk/tezos-client-008-PtEdo2Zk.12.3/opam b/packages/tezos-client-008-PtEdo2Zk/tezos-client-008-PtEdo2Zk.12.3/opam new file mode 100644 index 000000000..fb39dc212 --- /dev/null +++ b/packages/tezos-client-008-PtEdo2Zk/tezos-client-008-PtEdo2Zk.12.3/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-mockup-registration" { = version } + "tezos-proxy" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-008-PtEdo2Zk-parameters" { = version } + "tezos-protocol-plugin-008-PtEdo2Zk" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-008-PtEdo2Zk/tezos-client-008-PtEdo2Zk.13.0/opam b/packages/tezos-client-008-PtEdo2Zk/tezos-client-008-PtEdo2Zk.13.0/opam new file mode 100644 index 000000000..5abbc4618 --- /dev/null +++ b/packages/tezos-client-008-PtEdo2Zk/tezos-client-008-PtEdo2Zk.13.0/opam @@ -0,0 +1,38 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-protocol-008-PtEdo2Zk" { = version } + "tezos-mockup-registration" { = version } + "tezos-proxy" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-plugin-008-PtEdo2Zk" { = version } + "tezos-protocol-008-PtEdo2Zk-parameters" { = version } + "tezos-rpc" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-008-PtEdo2Zk/tezos-client-008-PtEdo2Zk.14.0/opam b/packages/tezos-client-008-PtEdo2Zk/tezos-client-008-PtEdo2Zk.14.0/opam new file mode 100644 index 000000000..ab1370253 --- /dev/null +++ b/packages/tezos-client-008-PtEdo2Zk/tezos-client-008-PtEdo2Zk.14.0/opam @@ -0,0 +1,38 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-protocol-008-PtEdo2Zk" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-plugin-008-PtEdo2Zk" { = version } + "tezos-rpc" { = version } + "uri" {>= "2.2.0" & <= "4.4.0"} + "tezos-stdlib-unix" { = version } + "tezos-protocol-environment" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-008-PtEdo2Zk/tezos-client-008-PtEdo2Zk.15.0/opam b/packages/tezos-client-008-PtEdo2Zk/tezos-client-008-PtEdo2Zk.15.0/opam new file mode 100644 index 000000000..588b3bf0b --- /dev/null +++ b/packages/tezos-client-008-PtEdo2Zk/tezos-client-008-PtEdo2Zk.15.0/opam @@ -0,0 +1,39 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-protocol-008-PtEdo2Zk" { = version } + "tezos-protocol-environment" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-client-commands" { = version } + "tezos-rpc" { = version } + "tezos-protocol-plugin-008-PtEdo2Zk" { = version } + "tezos-stdlib-unix" { = version } + "tezos-signer-backends" { = version } + "uri" {>= "2.2.0" & <= "4.4.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-008-PtEdo2Zk/tezos-client-008-PtEdo2Zk.15.1/opam b/packages/tezos-client-008-PtEdo2Zk/tezos-client-008-PtEdo2Zk.15.1/opam new file mode 100644 index 000000000..c28d3a89f --- /dev/null +++ b/packages/tezos-client-008-PtEdo2Zk/tezos-client-008-PtEdo2Zk.15.1/opam @@ -0,0 +1,39 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-protocol-008-PtEdo2Zk" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-plugin-008-PtEdo2Zk" { = version } + "tezos-rpc" { = version } + "uri" {>= "2.2.0" & <= "4.4.0"} + "tezos-stdlib-unix" { = version } + "tezos-protocol-environment" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-008-PtEdo2Zk/tezos-client-008-PtEdo2Zk.17.1/opam b/packages/tezos-client-008-PtEdo2Zk/tezos-client-008-PtEdo2Zk.17.1/opam new file mode 100644 index 000000000..2bb97debf --- /dev/null +++ b/packages/tezos-client-008-PtEdo2Zk/tezos-client-008-PtEdo2Zk.17.1/opam @@ -0,0 +1,40 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-protocol-008-PtEdo2Zk" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-plugin-008-PtEdo2Zk" { = version } + "tezos-rpc" { = version } + "uri" {>= "3.1.0" & <= "4.4.0"} + "tezos-stdlib-unix" { = version } + "tezos-protocol-environment" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-008-PtEdo2Zk/tezos-client-008-PtEdo2Zk.17.2/opam b/packages/tezos-client-008-PtEdo2Zk/tezos-client-008-PtEdo2Zk.17.2/opam new file mode 100644 index 000000000..ff5cebc28 --- /dev/null +++ b/packages/tezos-client-008-PtEdo2Zk/tezos-client-008-PtEdo2Zk.17.2/opam @@ -0,0 +1,40 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-protocol-008-PtEdo2Zk" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-plugin-008-PtEdo2Zk" { = version } + "tezos-rpc" { = version } + "uri" {>= "3.1.0" & <= "4.4.0"} + "tezos-stdlib-unix" { = version } + "tezos-protocol-environment" { = version } + "tezos-client-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-008-PtEdo2Zk/tezos-client-008-PtEdo2Zk.8.2/opam b/packages/tezos-client-008-PtEdo2Zk/tezos-client-008-PtEdo2Zk.8.2/opam new file mode 100644 index 000000000..a9588cb05 --- /dev/null +++ b/packages/tezos-client-008-PtEdo2Zk/tezos-client-008-PtEdo2Zk.8.2/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-signer-backends" { = version } + "tezos-mockup-registration" { = version } + "tezos-protocol-008-PtEdo2Zk-parameters" { = version } + "tezos-protocol-plugin-008-PtEdo2Zk" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-008-PtEdo2Zk/tezos-client-008-PtEdo2Zk.8.3/opam b/packages/tezos-client-008-PtEdo2Zk/tezos-client-008-PtEdo2Zk.8.3/opam new file mode 100644 index 000000000..d5edcdf04 --- /dev/null +++ b/packages/tezos-client-008-PtEdo2Zk/tezos-client-008-PtEdo2Zk.8.3/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-signer-backends" { = version } + "tezos-mockup-registration" { = version } + "tezos-protocol-008-PtEdo2Zk-parameters" { = version } + "tezos-protocol-plugin-008-PtEdo2Zk" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-008-PtEdo2Zk/tezos-client-008-PtEdo2Zk.9.0/opam b/packages/tezos-client-008-PtEdo2Zk/tezos-client-008-PtEdo2Zk.9.0/opam new file mode 100644 index 000000000..f632126ba --- /dev/null +++ b/packages/tezos-client-008-PtEdo2Zk/tezos-client-008-PtEdo2Zk.9.0/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-mockup-registration" { = version } + "tezos-proxy" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-008-PtEdo2Zk-parameters" { = version } + "tezos-protocol-plugin-008-PtEdo2Zk" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-008-PtEdo2Zk/tezos-client-008-PtEdo2Zk.9.1/opam b/packages/tezos-client-008-PtEdo2Zk/tezos-client-008-PtEdo2Zk.9.1/opam new file mode 100644 index 000000000..d936ec80e --- /dev/null +++ b/packages/tezos-client-008-PtEdo2Zk/tezos-client-008-PtEdo2Zk.9.1/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-mockup-registration" { = version } + "tezos-proxy" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-008-PtEdo2Zk-parameters" { = version } + "tezos-protocol-plugin-008-PtEdo2Zk" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-008-PtEdo2Zk/tezos-client-008-PtEdo2Zk.9.2/opam b/packages/tezos-client-008-PtEdo2Zk/tezos-client-008-PtEdo2Zk.9.2/opam new file mode 100644 index 000000000..e01c96433 --- /dev/null +++ b/packages/tezos-client-008-PtEdo2Zk/tezos-client-008-PtEdo2Zk.9.2/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-mockup-registration" { = version } + "tezos-proxy" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-008-PtEdo2Zk-parameters" { = version } + "tezos-protocol-plugin-008-PtEdo2Zk" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-008-PtEdo2Zk/tezos-client-008-PtEdo2Zk.9.3/opam b/packages/tezos-client-008-PtEdo2Zk/tezos-client-008-PtEdo2Zk.9.3/opam new file mode 100644 index 000000000..296c85190 --- /dev/null +++ b/packages/tezos-client-008-PtEdo2Zk/tezos-client-008-PtEdo2Zk.9.3/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-mockup-registration" { = version } + "tezos-proxy" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-008-PtEdo2Zk-parameters" { = version } + "tezos-protocol-plugin-008-PtEdo2Zk" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-008-PtEdo2Zk/tezos-client-008-PtEdo2Zk.9.4/opam b/packages/tezos-client-008-PtEdo2Zk/tezos-client-008-PtEdo2Zk.9.4/opam new file mode 100644 index 000000000..e46a9fdf9 --- /dev/null +++ b/packages/tezos-client-008-PtEdo2Zk/tezos-client-008-PtEdo2Zk.9.4/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-mockup-registration" { = version } + "tezos-proxy" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-008-PtEdo2Zk-parameters" { = version } + "tezos-protocol-plugin-008-PtEdo2Zk" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-008-PtEdo2Zk/tezos-client-008-PtEdo2Zk.9.7/opam b/packages/tezos-client-008-PtEdo2Zk/tezos-client-008-PtEdo2Zk.9.7/opam new file mode 100644 index 000000000..40532f9c0 --- /dev/null +++ b/packages/tezos-client-008-PtEdo2Zk/tezos-client-008-PtEdo2Zk.9.7/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-mockup-registration" { = version } + "tezos-proxy" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-008-PtEdo2Zk-parameters" { = version } + "tezos-protocol-plugin-008-PtEdo2Zk" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-008-PtEdoTez-commands-registration/tezos-client-008-PtEdoTez-commands-registration.8.0/opam b/packages/tezos-client-008-PtEdoTez-commands-registration/tezos-client-008-PtEdoTez-commands-registration.8.0/opam new file mode 100644 index 000000000..184cba467 --- /dev/null +++ b/packages/tezos-client-008-PtEdoTez-commands-registration/tezos-client-008-PtEdoTez-commands-registration.8.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-sapling-008-PtEdoTez" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdoTez/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-008-PtEdoTez-commands-registration/tezos-client-008-PtEdoTez-commands-registration.8.1/opam b/packages/tezos-client-008-PtEdoTez-commands-registration/tezos-client-008-PtEdoTez-commands-registration.8.1/opam new file mode 100644 index 000000000..d07a2ca07 --- /dev/null +++ b/packages/tezos-client-008-PtEdoTez-commands-registration/tezos-client-008-PtEdoTez-commands-registration.8.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-sapling-008-PtEdoTez" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdoTez/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-008-PtEdoTez-commands/tezos-client-008-PtEdoTez-commands.8.0/opam b/packages/tezos-client-008-PtEdoTez-commands/tezos-client-008-PtEdoTez-commands.8.0/opam new file mode 100644 index 000000000..1df3a0e3d --- /dev/null +++ b/packages/tezos-client-008-PtEdoTez-commands/tezos-client-008-PtEdoTez-commands.8.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-008-PtEdoTez" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdoTez/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-008-PtEdoTez-commands/tezos-client-008-PtEdoTez-commands.8.1/opam b/packages/tezos-client-008-PtEdoTez-commands/tezos-client-008-PtEdoTez-commands.8.1/opam new file mode 100644 index 000000000..485cba833 --- /dev/null +++ b/packages/tezos-client-008-PtEdoTez-commands/tezos-client-008-PtEdoTez-commands.8.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-008-PtEdoTez" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdoTez/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-008-PtEdoTez/tezos-client-008-PtEdoTez.8.0/opam b/packages/tezos-client-008-PtEdoTez/tezos-client-008-PtEdoTez.8.0/opam new file mode 100644 index 000000000..a127204c1 --- /dev/null +++ b/packages/tezos-client-008-PtEdoTez/tezos-client-008-PtEdoTez.8.0/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-signer-backends" { = version } + "tezos-mockup-registration" { = version } + "tezos-protocol-008-PtEdoTez-parameters" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdoTez/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-008-PtEdoTez/tezos-client-008-PtEdoTez.8.1/opam b/packages/tezos-client-008-PtEdoTez/tezos-client-008-PtEdoTez.8.1/opam new file mode 100644 index 000000000..f50b7e794 --- /dev/null +++ b/packages/tezos-client-008-PtEdoTez/tezos-client-008-PtEdoTez.8.1/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-signer-backends" { = version } + "tezos-mockup-registration" { = version } + "tezos-protocol-008-PtEdoTez-parameters" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdoTez/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-009-PsFLoren-commands-registration/tezos-client-009-PsFLoren-commands-registration.10.2/opam b/packages/tezos-client-009-PsFLoren-commands-registration/tezos-client-009-PsFLoren-commands-registration.10.2/opam new file mode 100644 index 000000000..3e188e489 --- /dev/null +++ b/packages/tezos-client-009-PsFLoren-commands-registration/tezos-client-009-PsFLoren-commands-registration.10.2/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-sapling-009-PsFLoren" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-009-PsFLoren-commands-registration/tezos-client-009-PsFLoren-commands-registration.11.0/opam b/packages/tezos-client-009-PsFLoren-commands-registration/tezos-client-009-PsFLoren-commands-registration.11.0/opam new file mode 100644 index 000000000..d0efcbd7c --- /dev/null +++ b/packages/tezos-client-009-PsFLoren-commands-registration/tezos-client-009-PsFLoren-commands-registration.11.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-client-sapling-009-PsFLoren" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-009-PsFLoren-commands-registration/tezos-client-009-PsFLoren-commands-registration.11.1/opam b/packages/tezos-client-009-PsFLoren-commands-registration/tezos-client-009-PsFLoren-commands-registration.11.1/opam new file mode 100644 index 000000000..9e38e7a14 --- /dev/null +++ b/packages/tezos-client-009-PsFLoren-commands-registration/tezos-client-009-PsFLoren-commands-registration.11.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-sapling-009-PsFLoren" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-009-PsFLoren-commands-registration/tezos-client-009-PsFLoren-commands-registration.12.0/opam b/packages/tezos-client-009-PsFLoren-commands-registration/tezos-client-009-PsFLoren-commands-registration.12.0/opam new file mode 100644 index 000000000..750be720a --- /dev/null +++ b/packages/tezos-client-009-PsFLoren-commands-registration/tezos-client-009-PsFLoren-commands-registration.12.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-sapling-009-PsFLoren" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-009-PsFLoren-commands-registration/tezos-client-009-PsFLoren-commands-registration.12.3/opam b/packages/tezos-client-009-PsFLoren-commands-registration/tezos-client-009-PsFLoren-commands-registration.12.3/opam new file mode 100644 index 000000000..808e95687 --- /dev/null +++ b/packages/tezos-client-009-PsFLoren-commands-registration/tezos-client-009-PsFLoren-commands-registration.12.3/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-sapling-009-PsFLoren" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-009-PsFLoren-commands-registration/tezos-client-009-PsFLoren-commands-registration.13.0/opam b/packages/tezos-client-009-PsFLoren-commands-registration/tezos-client-009-PsFLoren-commands-registration.13.0/opam new file mode 100644 index 000000000..d58b41f55 --- /dev/null +++ b/packages/tezos-client-009-PsFLoren-commands-registration/tezos-client-009-PsFLoren-commands-registration.13.0/opam @@ -0,0 +1,39 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-009-PsFLoren" { = version } + "tezos-protocol-environment" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-client-009-PsFLoren" { = version } + "tezos-client-commands" { = version } + "tezos-client-009-PsFLoren-commands" { = version } + "tezos-client-sapling-009-PsFLoren" { = version } + "tezos-rpc" { = version } + "tezos-protocol-plugin-009-PsFLoren" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-009-PsFLoren-commands-registration/tezos-client-009-PsFLoren-commands-registration.9.0/opam b/packages/tezos-client-009-PsFLoren-commands-registration/tezos-client-009-PsFLoren-commands-registration.9.0/opam new file mode 100644 index 000000000..32e2730c4 --- /dev/null +++ b/packages/tezos-client-009-PsFLoren-commands-registration/tezos-client-009-PsFLoren-commands-registration.9.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-sapling-009-PsFLoren" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-009-PsFLoren-commands-registration/tezos-client-009-PsFLoren-commands-registration.9.1/opam b/packages/tezos-client-009-PsFLoren-commands-registration/tezos-client-009-PsFLoren-commands-registration.9.1/opam new file mode 100644 index 000000000..87e6410da --- /dev/null +++ b/packages/tezos-client-009-PsFLoren-commands-registration/tezos-client-009-PsFLoren-commands-registration.9.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-sapling-009-PsFLoren" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-009-PsFLoren-commands-registration/tezos-client-009-PsFLoren-commands-registration.9.2/opam b/packages/tezos-client-009-PsFLoren-commands-registration/tezos-client-009-PsFLoren-commands-registration.9.2/opam new file mode 100644 index 000000000..8cfddf4e6 --- /dev/null +++ b/packages/tezos-client-009-PsFLoren-commands-registration/tezos-client-009-PsFLoren-commands-registration.9.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-sapling-009-PsFLoren" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-009-PsFLoren-commands-registration/tezos-client-009-PsFLoren-commands-registration.9.3/opam b/packages/tezos-client-009-PsFLoren-commands-registration/tezos-client-009-PsFLoren-commands-registration.9.3/opam new file mode 100644 index 000000000..e09759dbc --- /dev/null +++ b/packages/tezos-client-009-PsFLoren-commands-registration/tezos-client-009-PsFLoren-commands-registration.9.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-sapling-009-PsFLoren" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-009-PsFLoren-commands-registration/tezos-client-009-PsFLoren-commands-registration.9.4/opam b/packages/tezos-client-009-PsFLoren-commands-registration/tezos-client-009-PsFLoren-commands-registration.9.4/opam new file mode 100644 index 000000000..2ee7dd00f --- /dev/null +++ b/packages/tezos-client-009-PsFLoren-commands-registration/tezos-client-009-PsFLoren-commands-registration.9.4/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-sapling-009-PsFLoren" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-009-PsFLoren-commands-registration/tezos-client-009-PsFLoren-commands-registration.9.7/opam b/packages/tezos-client-009-PsFLoren-commands-registration/tezos-client-009-PsFLoren-commands-registration.9.7/opam new file mode 100644 index 000000000..e19c05bd9 --- /dev/null +++ b/packages/tezos-client-009-PsFLoren-commands-registration/tezos-client-009-PsFLoren-commands-registration.9.7/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-sapling-009-PsFLoren" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-009-PsFLoren-commands/tezos-client-009-PsFLoren-commands.10.2/opam b/packages/tezos-client-009-PsFLoren-commands/tezos-client-009-PsFLoren-commands.10.2/opam new file mode 100644 index 000000000..3d4ce047b --- /dev/null +++ b/packages/tezos-client-009-PsFLoren-commands/tezos-client-009-PsFLoren-commands.10.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-009-PsFLoren" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-009-PsFLoren-commands/tezos-client-009-PsFLoren-commands.11.0/opam b/packages/tezos-client-009-PsFLoren-commands/tezos-client-009-PsFLoren-commands.11.0/opam new file mode 100644 index 000000000..91d52c7d0 --- /dev/null +++ b/packages/tezos-client-009-PsFLoren-commands/tezos-client-009-PsFLoren-commands.11.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-009-PsFLoren" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-009-PsFLoren-commands/tezos-client-009-PsFLoren-commands.11.1/opam b/packages/tezos-client-009-PsFLoren-commands/tezos-client-009-PsFLoren-commands.11.1/opam new file mode 100644 index 000000000..f8176a90f --- /dev/null +++ b/packages/tezos-client-009-PsFLoren-commands/tezos-client-009-PsFLoren-commands.11.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-009-PsFLoren" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-009-PsFLoren-commands/tezos-client-009-PsFLoren-commands.12.0/opam b/packages/tezos-client-009-PsFLoren-commands/tezos-client-009-PsFLoren-commands.12.0/opam new file mode 100644 index 000000000..20fbd14f0 --- /dev/null +++ b/packages/tezos-client-009-PsFLoren-commands/tezos-client-009-PsFLoren-commands.12.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-009-PsFLoren" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-009-PsFLoren-commands/tezos-client-009-PsFLoren-commands.12.3/opam b/packages/tezos-client-009-PsFLoren-commands/tezos-client-009-PsFLoren-commands.12.3/opam new file mode 100644 index 000000000..234e2a30b --- /dev/null +++ b/packages/tezos-client-009-PsFLoren-commands/tezos-client-009-PsFLoren-commands.12.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-009-PsFLoren" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-009-PsFLoren-commands/tezos-client-009-PsFLoren-commands.13.0/opam b/packages/tezos-client-009-PsFLoren-commands/tezos-client-009-PsFLoren-commands.13.0/opam new file mode 100644 index 000000000..5d4d5090b --- /dev/null +++ b/packages/tezos-client-009-PsFLoren-commands/tezos-client-009-PsFLoren-commands.13.0/opam @@ -0,0 +1,42 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-009-PsFLoren" { = version } + "tezos-stdlib-unix" { = version } + "tezos-protocol-environment" { = version } + "tezos-shell-services" { = version } + "tezos-mockup" { = version } + "tezos-mockup-registration" { = version } + "tezos-mockup-commands" { = version } + "tezos-client-base" { = version } + "tezos-client-009-PsFLoren" { = version } + "tezos-client-commands" { = version } + "tezos-rpc" { = version } + "tezos-client-base-unix" { = version } + "tezos-protocol-plugin-009-PsFLoren" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-009-PsFLoren-commands/tezos-client-009-PsFLoren-commands.9.0/opam b/packages/tezos-client-009-PsFLoren-commands/tezos-client-009-PsFLoren-commands.9.0/opam new file mode 100644 index 000000000..2e7e815c4 --- /dev/null +++ b/packages/tezos-client-009-PsFLoren-commands/tezos-client-009-PsFLoren-commands.9.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-009-PsFLoren" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-009-PsFLoren-commands/tezos-client-009-PsFLoren-commands.9.1/opam b/packages/tezos-client-009-PsFLoren-commands/tezos-client-009-PsFLoren-commands.9.1/opam new file mode 100644 index 000000000..194427246 --- /dev/null +++ b/packages/tezos-client-009-PsFLoren-commands/tezos-client-009-PsFLoren-commands.9.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-009-PsFLoren" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-009-PsFLoren-commands/tezos-client-009-PsFLoren-commands.9.2/opam b/packages/tezos-client-009-PsFLoren-commands/tezos-client-009-PsFLoren-commands.9.2/opam new file mode 100644 index 000000000..bd8740f7c --- /dev/null +++ b/packages/tezos-client-009-PsFLoren-commands/tezos-client-009-PsFLoren-commands.9.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-009-PsFLoren" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-009-PsFLoren-commands/tezos-client-009-PsFLoren-commands.9.3/opam b/packages/tezos-client-009-PsFLoren-commands/tezos-client-009-PsFLoren-commands.9.3/opam new file mode 100644 index 000000000..637185170 --- /dev/null +++ b/packages/tezos-client-009-PsFLoren-commands/tezos-client-009-PsFLoren-commands.9.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-009-PsFLoren" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-009-PsFLoren-commands/tezos-client-009-PsFLoren-commands.9.4/opam b/packages/tezos-client-009-PsFLoren-commands/tezos-client-009-PsFLoren-commands.9.4/opam new file mode 100644 index 000000000..cdab4e40c --- /dev/null +++ b/packages/tezos-client-009-PsFLoren-commands/tezos-client-009-PsFLoren-commands.9.4/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-009-PsFLoren" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-009-PsFLoren-commands/tezos-client-009-PsFLoren-commands.9.7/opam b/packages/tezos-client-009-PsFLoren-commands/tezos-client-009-PsFLoren-commands.9.7/opam new file mode 100644 index 000000000..1a52c5f97 --- /dev/null +++ b/packages/tezos-client-009-PsFLoren-commands/tezos-client-009-PsFLoren-commands.9.7/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-009-PsFLoren" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-009-PsFLoren/tezos-client-009-PsFLoren.10.2/opam b/packages/tezos-client-009-PsFLoren/tezos-client-009-PsFLoren.10.2/opam new file mode 100644 index 000000000..f03728cb2 --- /dev/null +++ b/packages/tezos-client-009-PsFLoren/tezos-client-009-PsFLoren.10.2/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-mockup-registration" { = version } + "tezos-proxy" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-009-PsFLoren-parameters" { = version } + "tezos-protocol-plugin-009-PsFLoren" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "ppx_inline_test" {<= "v0.17.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-009-PsFLoren/tezos-client-009-PsFLoren.11.0/opam b/packages/tezos-client-009-PsFLoren/tezos-client-009-PsFLoren.11.0/opam new file mode 100644 index 000000000..abfa93d4f --- /dev/null +++ b/packages/tezos-client-009-PsFLoren/tezos-client-009-PsFLoren.11.0/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-mockup-registration" { = version } + "tezos-proxy" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-009-PsFLoren-parameters" { = version } + "tezos-protocol-plugin-009-PsFLoren" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "ppx_inline_test" {<= "v0.17.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-009-PsFLoren/tezos-client-009-PsFLoren.11.1/opam b/packages/tezos-client-009-PsFLoren/tezos-client-009-PsFLoren.11.1/opam new file mode 100644 index 000000000..782e0e089 --- /dev/null +++ b/packages/tezos-client-009-PsFLoren/tezos-client-009-PsFLoren.11.1/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-mockup-registration" { = version } + "tezos-proxy" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-009-PsFLoren-parameters" { = version } + "tezos-protocol-plugin-009-PsFLoren" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "ppx_inline_test" {<= "v0.17.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-009-PsFLoren/tezos-client-009-PsFLoren.12.0/opam b/packages/tezos-client-009-PsFLoren/tezos-client-009-PsFLoren.12.0/opam new file mode 100644 index 000000000..cf412562e --- /dev/null +++ b/packages/tezos-client-009-PsFLoren/tezos-client-009-PsFLoren.12.0/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-mockup-registration" { = version } + "tezos-proxy" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-009-PsFLoren-parameters" { = version } + "tezos-protocol-plugin-009-PsFLoren" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "ppx_inline_test" {<= "v0.17.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-009-PsFLoren/tezos-client-009-PsFLoren.12.3/opam b/packages/tezos-client-009-PsFLoren/tezos-client-009-PsFLoren.12.3/opam new file mode 100644 index 000000000..5d1de4384 --- /dev/null +++ b/packages/tezos-client-009-PsFLoren/tezos-client-009-PsFLoren.12.3/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-mockup-registration" { = version } + "tezos-proxy" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-009-PsFLoren-parameters" { = version } + "tezos-protocol-plugin-009-PsFLoren" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "ppx_inline_test" {<= "v0.17.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-009-PsFLoren/tezos-client-009-PsFLoren.13.0/opam b/packages/tezos-client-009-PsFLoren/tezos-client-009-PsFLoren.13.0/opam new file mode 100644 index 000000000..9d682844d --- /dev/null +++ b/packages/tezos-client-009-PsFLoren/tezos-client-009-PsFLoren.13.0/opam @@ -0,0 +1,39 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "ppx_inline_test" {<= "v0.17.0"} + "tezos-base" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-protocol-009-PsFLoren" { = version } + "tezos-mockup-registration" { = version } + "tezos-proxy" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-plugin-009-PsFLoren" { = version } + "tezos-protocol-009-PsFLoren-parameters" { = version } + "tezos-rpc" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-009-PsFLoren/tezos-client-009-PsFLoren.14.0/opam b/packages/tezos-client-009-PsFLoren/tezos-client-009-PsFLoren.14.0/opam new file mode 100644 index 000000000..6ff39433b --- /dev/null +++ b/packages/tezos-client-009-PsFLoren/tezos-client-009-PsFLoren.14.0/opam @@ -0,0 +1,40 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ppx_expect" {<= "v0.17.2"} + "tezos-base" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-protocol-009-PsFLoren" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-plugin-009-PsFLoren" { = version } + "tezos-rpc" { = version } + "uri" {>= "2.2.0" & <= "4.4.0"} + "tezos-stdlib-unix" { = version } + "tezos-protocol-environment" { = version } + "tezos-client-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-009-PsFLoren/tezos-client-009-PsFLoren.15.0/opam b/packages/tezos-client-009-PsFLoren/tezos-client-009-PsFLoren.15.0/opam new file mode 100644 index 000000000..21d93472c --- /dev/null +++ b/packages/tezos-client-009-PsFLoren/tezos-client-009-PsFLoren.15.0/opam @@ -0,0 +1,41 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-protocol-009-PsFLoren" { = version } + "tezos-protocol-environment" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-client-commands" { = version } + "tezos-rpc" { = version } + "tezos-protocol-plugin-009-PsFLoren" { = version } + "tezos-stdlib-unix" { = version } + "tezos-client-base-unix" { = version } + "ppx_expect" {<= "v0.17.2"} + "tezos-signer-backends" { = version } + "uri" {>= "2.2.0" & <= "4.4.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-009-PsFLoren/tezos-client-009-PsFLoren.15.1/opam b/packages/tezos-client-009-PsFLoren/tezos-client-009-PsFLoren.15.1/opam new file mode 100644 index 000000000..96d6846cd --- /dev/null +++ b/packages/tezos-client-009-PsFLoren/tezos-client-009-PsFLoren.15.1/opam @@ -0,0 +1,41 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ppx_expect" {<= "v0.17.2"} + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-protocol-009-PsFLoren" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-plugin-009-PsFLoren" { = version } + "tezos-rpc" { = version } + "uri" {>= "2.2.0" & <= "4.4.0"} + "tezos-stdlib-unix" { = version } + "tezos-protocol-environment" { = version } + "tezos-client-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-009-PsFLoren/tezos-client-009-PsFLoren.17.1/opam b/packages/tezos-client-009-PsFLoren/tezos-client-009-PsFLoren.17.1/opam new file mode 100644 index 000000000..d431ef12f --- /dev/null +++ b/packages/tezos-client-009-PsFLoren/tezos-client-009-PsFLoren.17.1/opam @@ -0,0 +1,42 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "ppx_expect" {<= "v0.17.2"} + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-protocol-009-PsFLoren" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-plugin-009-PsFLoren" { = version } + "tezos-rpc" { = version } + "uri" {>= "3.1.0" & <= "4.4.0"} + "tezos-stdlib-unix" { = version } + "tezos-protocol-environment" { = version } + "tezos-client-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-009-PsFLoren/tezos-client-009-PsFLoren.17.2/opam b/packages/tezos-client-009-PsFLoren/tezos-client-009-PsFLoren.17.2/opam new file mode 100644 index 000000000..7bc00dec8 --- /dev/null +++ b/packages/tezos-client-009-PsFLoren/tezos-client-009-PsFLoren.17.2/opam @@ -0,0 +1,42 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "ppx_expect" {<= "v0.17.2"} + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-protocol-009-PsFLoren" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-plugin-009-PsFLoren" { = version } + "tezos-rpc" { = version } + "uri" {>= "3.1.0" & <= "4.4.0"} + "tezos-stdlib-unix" { = version } + "tezos-protocol-environment" { = version } + "tezos-client-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-009-PsFLoren/tezos-client-009-PsFLoren.9.0/opam b/packages/tezos-client-009-PsFLoren/tezos-client-009-PsFLoren.9.0/opam new file mode 100644 index 000000000..c97a38e71 --- /dev/null +++ b/packages/tezos-client-009-PsFLoren/tezos-client-009-PsFLoren.9.0/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-mockup-registration" { = version } + "tezos-proxy" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-009-PsFLoren-parameters" { = version } + "tezos-protocol-plugin-009-PsFLoren" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-009-PsFLoren/tezos-client-009-PsFLoren.9.1/opam b/packages/tezos-client-009-PsFLoren/tezos-client-009-PsFLoren.9.1/opam new file mode 100644 index 000000000..3b15cc9ff --- /dev/null +++ b/packages/tezos-client-009-PsFLoren/tezos-client-009-PsFLoren.9.1/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-mockup-registration" { = version } + "tezos-proxy" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-009-PsFLoren-parameters" { = version } + "tezos-protocol-plugin-009-PsFLoren" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-009-PsFLoren/tezos-client-009-PsFLoren.9.2/opam b/packages/tezos-client-009-PsFLoren/tezos-client-009-PsFLoren.9.2/opam new file mode 100644 index 000000000..8a11bebbc --- /dev/null +++ b/packages/tezos-client-009-PsFLoren/tezos-client-009-PsFLoren.9.2/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-mockup-registration" { = version } + "tezos-proxy" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-009-PsFLoren-parameters" { = version } + "tezos-protocol-plugin-009-PsFLoren" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-009-PsFLoren/tezos-client-009-PsFLoren.9.3/opam b/packages/tezos-client-009-PsFLoren/tezos-client-009-PsFLoren.9.3/opam new file mode 100644 index 000000000..067a9da23 --- /dev/null +++ b/packages/tezos-client-009-PsFLoren/tezos-client-009-PsFLoren.9.3/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-mockup-registration" { = version } + "tezos-proxy" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-009-PsFLoren-parameters" { = version } + "tezos-protocol-plugin-009-PsFLoren" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-009-PsFLoren/tezos-client-009-PsFLoren.9.4/opam b/packages/tezos-client-009-PsFLoren/tezos-client-009-PsFLoren.9.4/opam new file mode 100644 index 000000000..be4fb5be1 --- /dev/null +++ b/packages/tezos-client-009-PsFLoren/tezos-client-009-PsFLoren.9.4/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-mockup-registration" { = version } + "tezos-proxy" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-009-PsFLoren-parameters" { = version } + "tezos-protocol-plugin-009-PsFLoren" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-009-PsFLoren/tezos-client-009-PsFLoren.9.7/opam b/packages/tezos-client-009-PsFLoren/tezos-client-009-PsFLoren.9.7/opam new file mode 100644 index 000000000..645f2c8a7 --- /dev/null +++ b/packages/tezos-client-009-PsFLoren/tezos-client-009-PsFLoren.9.7/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-mockup-registration" { = version } + "tezos-proxy" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-009-PsFLoren-parameters" { = version } + "tezos-protocol-plugin-009-PsFLoren" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-010-PtGRANAD-commands-registration/tezos-client-010-PtGRANAD-commands-registration.10.2/opam b/packages/tezos-client-010-PtGRANAD-commands-registration/tezos-client-010-PtGRANAD-commands-registration.10.2/opam new file mode 100644 index 000000000..d8c10556a --- /dev/null +++ b/packages/tezos-client-010-PtGRANAD-commands-registration/tezos-client-010-PtGRANAD-commands-registration.10.2/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-sapling-010-PtGRANAD" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-010-PtGRANAD-commands-registration/tezos-client-010-PtGRANAD-commands-registration.11.0/opam b/packages/tezos-client-010-PtGRANAD-commands-registration/tezos-client-010-PtGRANAD-commands-registration.11.0/opam new file mode 100644 index 000000000..638073917 --- /dev/null +++ b/packages/tezos-client-010-PtGRANAD-commands-registration/tezos-client-010-PtGRANAD-commands-registration.11.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-client-sapling-010-PtGRANAD" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-010-PtGRANAD-commands-registration/tezos-client-010-PtGRANAD-commands-registration.11.1/opam b/packages/tezos-client-010-PtGRANAD-commands-registration/tezos-client-010-PtGRANAD-commands-registration.11.1/opam new file mode 100644 index 000000000..bac292f40 --- /dev/null +++ b/packages/tezos-client-010-PtGRANAD-commands-registration/tezos-client-010-PtGRANAD-commands-registration.11.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-sapling-010-PtGRANAD" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-010-PtGRANAD-commands-registration/tezos-client-010-PtGRANAD-commands-registration.12.0/opam b/packages/tezos-client-010-PtGRANAD-commands-registration/tezos-client-010-PtGRANAD-commands-registration.12.0/opam new file mode 100644 index 000000000..9c3fd75a6 --- /dev/null +++ b/packages/tezos-client-010-PtGRANAD-commands-registration/tezos-client-010-PtGRANAD-commands-registration.12.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-sapling-010-PtGRANAD" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-010-PtGRANAD-commands-registration/tezos-client-010-PtGRANAD-commands-registration.12.3/opam b/packages/tezos-client-010-PtGRANAD-commands-registration/tezos-client-010-PtGRANAD-commands-registration.12.3/opam new file mode 100644 index 000000000..55105d4a9 --- /dev/null +++ b/packages/tezos-client-010-PtGRANAD-commands-registration/tezos-client-010-PtGRANAD-commands-registration.12.3/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-sapling-010-PtGRANAD" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-010-PtGRANAD-commands-registration/tezos-client-010-PtGRANAD-commands-registration.13.0/opam b/packages/tezos-client-010-PtGRANAD-commands-registration/tezos-client-010-PtGRANAD-commands-registration.13.0/opam new file mode 100644 index 000000000..72426039f --- /dev/null +++ b/packages/tezos-client-010-PtGRANAD-commands-registration/tezos-client-010-PtGRANAD-commands-registration.13.0/opam @@ -0,0 +1,39 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-010-PtGRANAD" { = version } + "tezos-protocol-environment" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-client-010-PtGRANAD" { = version } + "tezos-client-commands" { = version } + "tezos-client-010-PtGRANAD-commands" { = version } + "tezos-client-sapling-010-PtGRANAD" { = version } + "tezos-rpc" { = version } + "tezos-protocol-plugin-010-PtGRANAD" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-010-PtGRANAD-commands-registration/tezos-client-010-PtGRANAD-commands-registration.9.2/opam b/packages/tezos-client-010-PtGRANAD-commands-registration/tezos-client-010-PtGRANAD-commands-registration.9.2/opam new file mode 100644 index 000000000..bd72e5190 --- /dev/null +++ b/packages/tezos-client-010-PtGRANAD-commands-registration/tezos-client-010-PtGRANAD-commands-registration.9.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-sapling-010-PtGRANAD" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-010-PtGRANAD-commands-registration/tezos-client-010-PtGRANAD-commands-registration.9.3/opam b/packages/tezos-client-010-PtGRANAD-commands-registration/tezos-client-010-PtGRANAD-commands-registration.9.3/opam new file mode 100644 index 000000000..f72c1c4fd --- /dev/null +++ b/packages/tezos-client-010-PtGRANAD-commands-registration/tezos-client-010-PtGRANAD-commands-registration.9.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-sapling-010-PtGRANAD" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-010-PtGRANAD-commands-registration/tezos-client-010-PtGRANAD-commands-registration.9.4/opam b/packages/tezos-client-010-PtGRANAD-commands-registration/tezos-client-010-PtGRANAD-commands-registration.9.4/opam new file mode 100644 index 000000000..1eeb2f651 --- /dev/null +++ b/packages/tezos-client-010-PtGRANAD-commands-registration/tezos-client-010-PtGRANAD-commands-registration.9.4/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-sapling-010-PtGRANAD" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-010-PtGRANAD-commands-registration/tezos-client-010-PtGRANAD-commands-registration.9.7/opam b/packages/tezos-client-010-PtGRANAD-commands-registration/tezos-client-010-PtGRANAD-commands-registration.9.7/opam new file mode 100644 index 000000000..56679b6fa --- /dev/null +++ b/packages/tezos-client-010-PtGRANAD-commands-registration/tezos-client-010-PtGRANAD-commands-registration.9.7/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-sapling-010-PtGRANAD" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-010-PtGRANAD-commands/tezos-client-010-PtGRANAD-commands.10.2/opam b/packages/tezos-client-010-PtGRANAD-commands/tezos-client-010-PtGRANAD-commands.10.2/opam new file mode 100644 index 000000000..482dbd5ac --- /dev/null +++ b/packages/tezos-client-010-PtGRANAD-commands/tezos-client-010-PtGRANAD-commands.10.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-010-PtGRANAD" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-010-PtGRANAD-commands/tezos-client-010-PtGRANAD-commands.11.0/opam b/packages/tezos-client-010-PtGRANAD-commands/tezos-client-010-PtGRANAD-commands.11.0/opam new file mode 100644 index 000000000..6c35f8016 --- /dev/null +++ b/packages/tezos-client-010-PtGRANAD-commands/tezos-client-010-PtGRANAD-commands.11.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-010-PtGRANAD" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-010-PtGRANAD-commands/tezos-client-010-PtGRANAD-commands.11.1/opam b/packages/tezos-client-010-PtGRANAD-commands/tezos-client-010-PtGRANAD-commands.11.1/opam new file mode 100644 index 000000000..a3d31b9d9 --- /dev/null +++ b/packages/tezos-client-010-PtGRANAD-commands/tezos-client-010-PtGRANAD-commands.11.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-010-PtGRANAD" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-010-PtGRANAD-commands/tezos-client-010-PtGRANAD-commands.12.0/opam b/packages/tezos-client-010-PtGRANAD-commands/tezos-client-010-PtGRANAD-commands.12.0/opam new file mode 100644 index 000000000..e9b85da48 --- /dev/null +++ b/packages/tezos-client-010-PtGRANAD-commands/tezos-client-010-PtGRANAD-commands.12.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-010-PtGRANAD" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-010-PtGRANAD-commands/tezos-client-010-PtGRANAD-commands.12.3/opam b/packages/tezos-client-010-PtGRANAD-commands/tezos-client-010-PtGRANAD-commands.12.3/opam new file mode 100644 index 000000000..764231f3f --- /dev/null +++ b/packages/tezos-client-010-PtGRANAD-commands/tezos-client-010-PtGRANAD-commands.12.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-010-PtGRANAD" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-010-PtGRANAD-commands/tezos-client-010-PtGRANAD-commands.13.0/opam b/packages/tezos-client-010-PtGRANAD-commands/tezos-client-010-PtGRANAD-commands.13.0/opam new file mode 100644 index 000000000..11485587a --- /dev/null +++ b/packages/tezos-client-010-PtGRANAD-commands/tezos-client-010-PtGRANAD-commands.13.0/opam @@ -0,0 +1,42 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-010-PtGRANAD" { = version } + "tezos-stdlib-unix" { = version } + "tezos-protocol-environment" { = version } + "tezos-shell-services" { = version } + "tezos-mockup" { = version } + "tezos-mockup-registration" { = version } + "tezos-mockup-commands" { = version } + "tezos-client-base" { = version } + "tezos-client-010-PtGRANAD" { = version } + "tezos-client-commands" { = version } + "tezos-rpc" { = version } + "tezos-client-base-unix" { = version } + "tezos-protocol-plugin-010-PtGRANAD" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-010-PtGRANAD-commands/tezos-client-010-PtGRANAD-commands.9.2/opam b/packages/tezos-client-010-PtGRANAD-commands/tezos-client-010-PtGRANAD-commands.9.2/opam new file mode 100644 index 000000000..a6892257c --- /dev/null +++ b/packages/tezos-client-010-PtGRANAD-commands/tezos-client-010-PtGRANAD-commands.9.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-010-PtGRANAD" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-010-PtGRANAD-commands/tezos-client-010-PtGRANAD-commands.9.3/opam b/packages/tezos-client-010-PtGRANAD-commands/tezos-client-010-PtGRANAD-commands.9.3/opam new file mode 100644 index 000000000..5f57b0515 --- /dev/null +++ b/packages/tezos-client-010-PtGRANAD-commands/tezos-client-010-PtGRANAD-commands.9.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-010-PtGRANAD" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-010-PtGRANAD-commands/tezos-client-010-PtGRANAD-commands.9.4/opam b/packages/tezos-client-010-PtGRANAD-commands/tezos-client-010-PtGRANAD-commands.9.4/opam new file mode 100644 index 000000000..1cf622a08 --- /dev/null +++ b/packages/tezos-client-010-PtGRANAD-commands/tezos-client-010-PtGRANAD-commands.9.4/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-010-PtGRANAD" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-010-PtGRANAD-commands/tezos-client-010-PtGRANAD-commands.9.7/opam b/packages/tezos-client-010-PtGRANAD-commands/tezos-client-010-PtGRANAD-commands.9.7/opam new file mode 100644 index 000000000..11b0f9a68 --- /dev/null +++ b/packages/tezos-client-010-PtGRANAD-commands/tezos-client-010-PtGRANAD-commands.9.7/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-010-PtGRANAD" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-010-PtGRANAD/tezos-client-010-PtGRANAD.10.2/opam b/packages/tezos-client-010-PtGRANAD/tezos-client-010-PtGRANAD.10.2/opam new file mode 100644 index 000000000..2f1d3c6d7 --- /dev/null +++ b/packages/tezos-client-010-PtGRANAD/tezos-client-010-PtGRANAD.10.2/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-mockup-registration" { = version } + "tezos-proxy" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-010-PtGRANAD-parameters" { = version } + "tezos-protocol-plugin-010-PtGRANAD" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "ppx_inline_test" {<= "v0.17.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-010-PtGRANAD/tezos-client-010-PtGRANAD.11.0/opam b/packages/tezos-client-010-PtGRANAD/tezos-client-010-PtGRANAD.11.0/opam new file mode 100644 index 000000000..1922a7434 --- /dev/null +++ b/packages/tezos-client-010-PtGRANAD/tezos-client-010-PtGRANAD.11.0/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-mockup-registration" { = version } + "tezos-proxy" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-010-PtGRANAD-parameters" { = version } + "tezos-protocol-plugin-010-PtGRANAD" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "ppx_inline_test" {<= "v0.17.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-010-PtGRANAD/tezos-client-010-PtGRANAD.11.1/opam b/packages/tezos-client-010-PtGRANAD/tezos-client-010-PtGRANAD.11.1/opam new file mode 100644 index 000000000..6ade2a49e --- /dev/null +++ b/packages/tezos-client-010-PtGRANAD/tezos-client-010-PtGRANAD.11.1/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-mockup-registration" { = version } + "tezos-proxy" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-010-PtGRANAD-parameters" { = version } + "tezos-protocol-plugin-010-PtGRANAD" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "ppx_inline_test" {<= "v0.17.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-010-PtGRANAD/tezos-client-010-PtGRANAD.12.0/opam b/packages/tezos-client-010-PtGRANAD/tezos-client-010-PtGRANAD.12.0/opam new file mode 100644 index 000000000..531fef23b --- /dev/null +++ b/packages/tezos-client-010-PtGRANAD/tezos-client-010-PtGRANAD.12.0/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-mockup-registration" { = version } + "tezos-proxy" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-010-PtGRANAD-parameters" { = version } + "tezos-protocol-plugin-010-PtGRANAD" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "ppx_inline_test" {<= "v0.17.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-010-PtGRANAD/tezos-client-010-PtGRANAD.12.3/opam b/packages/tezos-client-010-PtGRANAD/tezos-client-010-PtGRANAD.12.3/opam new file mode 100644 index 000000000..87b4942c4 --- /dev/null +++ b/packages/tezos-client-010-PtGRANAD/tezos-client-010-PtGRANAD.12.3/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-mockup-registration" { = version } + "tezos-proxy" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-010-PtGRANAD-parameters" { = version } + "tezos-protocol-plugin-010-PtGRANAD" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "ppx_inline_test" {<= "v0.17.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-010-PtGRANAD/tezos-client-010-PtGRANAD.13.0/opam b/packages/tezos-client-010-PtGRANAD/tezos-client-010-PtGRANAD.13.0/opam new file mode 100644 index 000000000..5fc0f0947 --- /dev/null +++ b/packages/tezos-client-010-PtGRANAD/tezos-client-010-PtGRANAD.13.0/opam @@ -0,0 +1,39 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "ppx_inline_test" {<= "v0.17.0"} + "tezos-base" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-protocol-010-PtGRANAD" { = version } + "tezos-mockup-registration" { = version } + "tezos-proxy" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-plugin-010-PtGRANAD" { = version } + "tezos-protocol-010-PtGRANAD-parameters" { = version } + "tezos-rpc" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-010-PtGRANAD/tezos-client-010-PtGRANAD.14.0/opam b/packages/tezos-client-010-PtGRANAD/tezos-client-010-PtGRANAD.14.0/opam new file mode 100644 index 000000000..f5a124339 --- /dev/null +++ b/packages/tezos-client-010-PtGRANAD/tezos-client-010-PtGRANAD.14.0/opam @@ -0,0 +1,40 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ppx_expect" {<= "v0.17.2"} + "tezos-base" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-protocol-010-PtGRANAD" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-plugin-010-PtGRANAD" { = version } + "tezos-rpc" { = version } + "uri" {>= "2.2.0" & <= "4.4.0"} + "tezos-stdlib-unix" { = version } + "tezos-protocol-environment" { = version } + "tezos-client-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-010-PtGRANAD/tezos-client-010-PtGRANAD.15.0/opam b/packages/tezos-client-010-PtGRANAD/tezos-client-010-PtGRANAD.15.0/opam new file mode 100644 index 000000000..58a8cc1df --- /dev/null +++ b/packages/tezos-client-010-PtGRANAD/tezos-client-010-PtGRANAD.15.0/opam @@ -0,0 +1,41 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-protocol-010-PtGRANAD" { = version } + "tezos-protocol-environment" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-client-commands" { = version } + "tezos-rpc" { = version } + "tezos-protocol-plugin-010-PtGRANAD" { = version } + "tezos-stdlib-unix" { = version } + "tezos-client-base-unix" { = version } + "ppx_expect" {<= "v0.17.2"} + "tezos-signer-backends" { = version } + "uri" {>= "2.2.0" & <= "4.4.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-010-PtGRANAD/tezos-client-010-PtGRANAD.15.1/opam b/packages/tezos-client-010-PtGRANAD/tezos-client-010-PtGRANAD.15.1/opam new file mode 100644 index 000000000..a6d52d6a6 --- /dev/null +++ b/packages/tezos-client-010-PtGRANAD/tezos-client-010-PtGRANAD.15.1/opam @@ -0,0 +1,41 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ppx_expect" {<= "v0.17.2"} + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-protocol-010-PtGRANAD" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-plugin-010-PtGRANAD" { = version } + "tezos-rpc" { = version } + "uri" {>= "2.2.0" & <= "4.4.0"} + "tezos-stdlib-unix" { = version } + "tezos-protocol-environment" { = version } + "tezos-client-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-010-PtGRANAD/tezos-client-010-PtGRANAD.17.1/opam b/packages/tezos-client-010-PtGRANAD/tezos-client-010-PtGRANAD.17.1/opam new file mode 100644 index 000000000..6dd2450e6 --- /dev/null +++ b/packages/tezos-client-010-PtGRANAD/tezos-client-010-PtGRANAD.17.1/opam @@ -0,0 +1,42 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "ppx_expect" {<= "v0.17.2"} + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-protocol-010-PtGRANAD" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-plugin-010-PtGRANAD" { = version } + "tezos-rpc" { = version } + "uri" {>= "3.1.0" & <= "4.4.0"} + "tezos-stdlib-unix" { = version } + "tezos-protocol-environment" { = version } + "tezos-client-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-010-PtGRANAD/tezos-client-010-PtGRANAD.17.2/opam b/packages/tezos-client-010-PtGRANAD/tezos-client-010-PtGRANAD.17.2/opam new file mode 100644 index 000000000..5cd6dd918 --- /dev/null +++ b/packages/tezos-client-010-PtGRANAD/tezos-client-010-PtGRANAD.17.2/opam @@ -0,0 +1,42 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "ppx_expect" {<= "v0.17.2"} + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-protocol-010-PtGRANAD" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-plugin-010-PtGRANAD" { = version } + "tezos-rpc" { = version } + "uri" {>= "3.1.0" & <= "4.4.0"} + "tezos-stdlib-unix" { = version } + "tezos-protocol-environment" { = version } + "tezos-client-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-010-PtGRANAD/tezos-client-010-PtGRANAD.9.2/opam b/packages/tezos-client-010-PtGRANAD/tezos-client-010-PtGRANAD.9.2/opam new file mode 100644 index 000000000..64b29e9ce --- /dev/null +++ b/packages/tezos-client-010-PtGRANAD/tezos-client-010-PtGRANAD.9.2/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-mockup-registration" { = version } + "tezos-proxy" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-010-PtGRANAD-parameters" { = version } + "tezos-protocol-plugin-010-PtGRANAD" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "ppx_inline_test" {<= "v0.17.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-010-PtGRANAD/tezos-client-010-PtGRANAD.9.3/opam b/packages/tezos-client-010-PtGRANAD/tezos-client-010-PtGRANAD.9.3/opam new file mode 100644 index 000000000..258f42e4a --- /dev/null +++ b/packages/tezos-client-010-PtGRANAD/tezos-client-010-PtGRANAD.9.3/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-mockup-registration" { = version } + "tezos-proxy" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-010-PtGRANAD-parameters" { = version } + "tezos-protocol-plugin-010-PtGRANAD" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "ppx_inline_test" {<= "v0.17.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-010-PtGRANAD/tezos-client-010-PtGRANAD.9.4/opam b/packages/tezos-client-010-PtGRANAD/tezos-client-010-PtGRANAD.9.4/opam new file mode 100644 index 000000000..9b6826197 --- /dev/null +++ b/packages/tezos-client-010-PtGRANAD/tezos-client-010-PtGRANAD.9.4/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-mockup-registration" { = version } + "tezos-proxy" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-010-PtGRANAD-parameters" { = version } + "tezos-protocol-plugin-010-PtGRANAD" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "ppx_inline_test" {<= "v0.17.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-010-PtGRANAD/tezos-client-010-PtGRANAD.9.7/opam b/packages/tezos-client-010-PtGRANAD/tezos-client-010-PtGRANAD.9.7/opam new file mode 100644 index 000000000..1e9acd276 --- /dev/null +++ b/packages/tezos-client-010-PtGRANAD/tezos-client-010-PtGRANAD.9.7/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-mockup-registration" { = version } + "tezos-proxy" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-010-PtGRANAD-parameters" { = version } + "tezos-protocol-plugin-010-PtGRANAD" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "ppx_inline_test" {<= "v0.17.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-011-PtHangz2-commands-registration/tezos-client-011-PtHangz2-commands-registration.11.0/opam b/packages/tezos-client-011-PtHangz2-commands-registration/tezos-client-011-PtHangz2-commands-registration.11.0/opam new file mode 100644 index 000000000..88946a3db --- /dev/null +++ b/packages/tezos-client-011-PtHangz2-commands-registration/tezos-client-011-PtHangz2-commands-registration.11.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-client-sapling-011-PtHangz2" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_011_PtHangz2/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-011-PtHangz2-commands-registration/tezos-client-011-PtHangz2-commands-registration.11.1/opam b/packages/tezos-client-011-PtHangz2-commands-registration/tezos-client-011-PtHangz2-commands-registration.11.1/opam new file mode 100644 index 000000000..7b1e4bc9a --- /dev/null +++ b/packages/tezos-client-011-PtHangz2-commands-registration/tezos-client-011-PtHangz2-commands-registration.11.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-sapling-011-PtHangz2" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_011_PtHangz2/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-011-PtHangz2-commands-registration/tezos-client-011-PtHangz2-commands-registration.12.0/opam b/packages/tezos-client-011-PtHangz2-commands-registration/tezos-client-011-PtHangz2-commands-registration.12.0/opam new file mode 100644 index 000000000..e46bd860a --- /dev/null +++ b/packages/tezos-client-011-PtHangz2-commands-registration/tezos-client-011-PtHangz2-commands-registration.12.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-sapling-011-PtHangz2" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_011_PtHangz2/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-011-PtHangz2-commands-registration/tezos-client-011-PtHangz2-commands-registration.12.3/opam b/packages/tezos-client-011-PtHangz2-commands-registration/tezos-client-011-PtHangz2-commands-registration.12.3/opam new file mode 100644 index 000000000..9f5d0171c --- /dev/null +++ b/packages/tezos-client-011-PtHangz2-commands-registration/tezos-client-011-PtHangz2-commands-registration.12.3/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-sapling-011-PtHangz2" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_011_PtHangz2/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-011-PtHangz2-commands-registration/tezos-client-011-PtHangz2-commands-registration.13.0/opam b/packages/tezos-client-011-PtHangz2-commands-registration/tezos-client-011-PtHangz2-commands-registration.13.0/opam new file mode 100644 index 000000000..c763e10c2 --- /dev/null +++ b/packages/tezos-client-011-PtHangz2-commands-registration/tezos-client-011-PtHangz2-commands-registration.13.0/opam @@ -0,0 +1,39 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-011-PtHangz2" { = version } + "tezos-protocol-environment" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-client-011-PtHangz2" { = version } + "tezos-client-commands" { = version } + "tezos-client-011-PtHangz2-commands" { = version } + "tezos-client-sapling-011-PtHangz2" { = version } + "tezos-rpc" { = version } + "tezos-protocol-plugin-011-PtHangz2" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_011_PtHangz2/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-011-PtHangz2-commands/tezos-client-011-PtHangz2-commands.11.0/opam b/packages/tezos-client-011-PtHangz2-commands/tezos-client-011-PtHangz2-commands.11.0/opam new file mode 100644 index 000000000..c1d45f3c6 --- /dev/null +++ b/packages/tezos-client-011-PtHangz2-commands/tezos-client-011-PtHangz2-commands.11.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-011-PtHangz2" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_011_PtHangz2/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-011-PtHangz2-commands/tezos-client-011-PtHangz2-commands.11.1/opam b/packages/tezos-client-011-PtHangz2-commands/tezos-client-011-PtHangz2-commands.11.1/opam new file mode 100644 index 000000000..86febabf2 --- /dev/null +++ b/packages/tezos-client-011-PtHangz2-commands/tezos-client-011-PtHangz2-commands.11.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-011-PtHangz2" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_011_PtHangz2/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-011-PtHangz2-commands/tezos-client-011-PtHangz2-commands.12.0/opam b/packages/tezos-client-011-PtHangz2-commands/tezos-client-011-PtHangz2-commands.12.0/opam new file mode 100644 index 000000000..578df71ea --- /dev/null +++ b/packages/tezos-client-011-PtHangz2-commands/tezos-client-011-PtHangz2-commands.12.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-011-PtHangz2" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_011_PtHangz2/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-011-PtHangz2-commands/tezos-client-011-PtHangz2-commands.12.3/opam b/packages/tezos-client-011-PtHangz2-commands/tezos-client-011-PtHangz2-commands.12.3/opam new file mode 100644 index 000000000..ded0b7d7a --- /dev/null +++ b/packages/tezos-client-011-PtHangz2-commands/tezos-client-011-PtHangz2-commands.12.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-011-PtHangz2" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_011_PtHangz2/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-011-PtHangz2-commands/tezos-client-011-PtHangz2-commands.13.0/opam b/packages/tezos-client-011-PtHangz2-commands/tezos-client-011-PtHangz2-commands.13.0/opam new file mode 100644 index 000000000..a31fc7377 --- /dev/null +++ b/packages/tezos-client-011-PtHangz2-commands/tezos-client-011-PtHangz2-commands.13.0/opam @@ -0,0 +1,42 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-011-PtHangz2" { = version } + "tezos-stdlib-unix" { = version } + "tezos-protocol-environment" { = version } + "tezos-shell-services" { = version } + "tezos-mockup" { = version } + "tezos-mockup-registration" { = version } + "tezos-mockup-commands" { = version } + "tezos-client-base" { = version } + "tezos-client-011-PtHangz2" { = version } + "tezos-client-commands" { = version } + "tezos-rpc" { = version } + "tezos-client-base-unix" { = version } + "tezos-protocol-plugin-011-PtHangz2" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_011_PtHangz2/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-011-PtHangz2/tezos-client-011-PtHangz2.11.0/opam b/packages/tezos-client-011-PtHangz2/tezos-client-011-PtHangz2.11.0/opam new file mode 100644 index 000000000..ccce5bae1 --- /dev/null +++ b/packages/tezos-client-011-PtHangz2/tezos-client-011-PtHangz2.11.0/opam @@ -0,0 +1,38 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-mockup-registration" { = version } + "tezos-proxy" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-011-PtHangz2-parameters" { = version } + "tezos-protocol-plugin-011-PtHangz2" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "tezos-base-test-helpers" { with-test & = version } + "ppx_inline_test" {<= "v0.17.0"} + "qcheck-alcotest" {with-test & <= "0.23"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_011_PtHangz2/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-011-PtHangz2/tezos-client-011-PtHangz2.11.1/opam b/packages/tezos-client-011-PtHangz2/tezos-client-011-PtHangz2.11.1/opam new file mode 100644 index 000000000..ecef61304 --- /dev/null +++ b/packages/tezos-client-011-PtHangz2/tezos-client-011-PtHangz2.11.1/opam @@ -0,0 +1,38 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-mockup-registration" { = version } + "tezos-proxy" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-011-PtHangz2-parameters" { = version } + "tezos-protocol-plugin-011-PtHangz2" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "tezos-base-test-helpers" { with-test & = version } + "ppx_inline_test" {<= "v0.17.0"} + "qcheck-alcotest" {with-test & <= "0.23"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_011_PtHangz2/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-011-PtHangz2/tezos-client-011-PtHangz2.12.0/opam b/packages/tezos-client-011-PtHangz2/tezos-client-011-PtHangz2.12.0/opam new file mode 100644 index 000000000..b73f1b7f0 --- /dev/null +++ b/packages/tezos-client-011-PtHangz2/tezos-client-011-PtHangz2.12.0/opam @@ -0,0 +1,37 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-mockup-registration" { = version } + "tezos-proxy" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-011-PtHangz2-parameters" { = version } + "tezos-protocol-plugin-011-PtHangz2" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "tezos-base-test-helpers" { with-test & = version } + "ppx_inline_test" {<= "v0.17.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_011_PtHangz2/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-011-PtHangz2/tezos-client-011-PtHangz2.12.3/opam b/packages/tezos-client-011-PtHangz2/tezos-client-011-PtHangz2.12.3/opam new file mode 100644 index 000000000..0cf80f786 --- /dev/null +++ b/packages/tezos-client-011-PtHangz2/tezos-client-011-PtHangz2.12.3/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-mockup-registration" { = version } + "tezos-proxy" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-011-PtHangz2-parameters" { = version } + "tezos-protocol-plugin-011-PtHangz2" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "tezos-base-test-helpers" { with-test & = version } + "ppx_inline_test" {<= "v0.17.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_011_PtHangz2/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-011-PtHangz2/tezos-client-011-PtHangz2.13.0/opam b/packages/tezos-client-011-PtHangz2/tezos-client-011-PtHangz2.13.0/opam new file mode 100644 index 000000000..16358078d --- /dev/null +++ b/packages/tezos-client-011-PtHangz2/tezos-client-011-PtHangz2.13.0/opam @@ -0,0 +1,44 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "ppx_inline_test" {<= "v0.17.0"} + "tezos-base" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-protocol-011-PtHangz2" { = version } + "tezos-mockup-registration" { = version } + "tezos-proxy" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-plugin-011-PtHangz2" { = version } + "tezos-protocol-011-PtHangz2-parameters" { = version } + "tezos-rpc" { = version } + "tezos-micheline" { with-test & = version } + "tezos-base-test-helpers" { with-test & = version } + "tezos-test-helpers" { with-test & = version } + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} + "qcheck-alcotest" {with-test & >= "0.18" & <= "0.23"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_011_PtHangz2/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-011-PtHangz2/tezos-client-011-PtHangz2.14.0/opam b/packages/tezos-client-011-PtHangz2/tezos-client-011-PtHangz2.14.0/opam new file mode 100644 index 000000000..5dde730ae --- /dev/null +++ b/packages/tezos-client-011-PtHangz2/tezos-client-011-PtHangz2.14.0/opam @@ -0,0 +1,50 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ppx_expect" {<= "v0.17.2"} + "tezos-base" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-protocol-011-PtHangz2" { = version } + "tezos-mockup-registration" { = version } + "tezos-proxy" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-plugin-011-PtHangz2" { = version } + "tezos-rpc" { = version } + "uri" {>= "2.2.0" & <= "4.4.0"} + "tezos-micheline" { with-test & = version } + "tezos-base-test-helpers" { with-test & = version } + "tezos-test-helpers" { with-test & = version } + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} + "qcheck-alcotest" {with-test & >= "0.18" & <= "0.23"} + "tezos-stdlib-unix" { = version } + "tezos-protocol-environment" { = version } + "tezos-mockup" { = version } + "tezos-mockup-commands" { = version } + "tezos-client-commands" { = version } + "tezos-client-base-unix" { = version } + "tezos-crypto" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-011-PtHangz2/tezos-client-011-PtHangz2.15.0/opam b/packages/tezos-client-011-PtHangz2/tezos-client-011-PtHangz2.15.0/opam new file mode 100644 index 000000000..0172b55d2 --- /dev/null +++ b/packages/tezos-client-011-PtHangz2/tezos-client-011-PtHangz2.15.0/opam @@ -0,0 +1,51 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-protocol-011-PtHangz2" { = version } + "tezos-protocol-environment" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-client-commands" { = version } + "tezos-rpc" { = version } + "tezos-protocol-plugin-011-PtHangz2" { = version } + "tezos-crypto" { = version } + "tezos-stdlib-unix" { = version } + "tezos-signer-backends" { = version } + "tezos-mockup" { = version } + "tezos-mockup-registration" { = version } + "tezos-mockup-commands" { = version } + "tezos-client-base-unix" { = version } + "uri" {>= "2.2.0" & <= "4.4.0"} + "tezos-micheline" { with-test & = version } + "tezos-base-test-helpers" { with-test & = version } + "tezos-test-helpers" { with-test & = version } + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} + "qcheck-alcotest" {with-test & >= "0.18" & <= "0.23"} + "ppx_expect" {<= "v0.17.2"} + "tezos-proxy" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-011-PtHangz2/tezos-client-011-PtHangz2.15.1/opam b/packages/tezos-client-011-PtHangz2/tezos-client-011-PtHangz2.15.1/opam new file mode 100644 index 000000000..d0ecd333f --- /dev/null +++ b/packages/tezos-client-011-PtHangz2/tezos-client-011-PtHangz2.15.1/opam @@ -0,0 +1,51 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ppx_expect" {<= "v0.17.2"} + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-protocol-011-PtHangz2" { = version } + "tezos-mockup-registration" { = version } + "tezos-proxy" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-plugin-011-PtHangz2" { = version } + "tezos-rpc" { = version } + "uri" {>= "2.2.0" & <= "4.4.0"} + "tezos-micheline" { with-test & = version } + "tezos-base-test-helpers" { with-test & = version } + "tezos-test-helpers" { with-test & = version } + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} + "qcheck-alcotest" {with-test & >= "0.18" & <= "0.23"} + "tezos-stdlib-unix" { = version } + "tezos-protocol-environment" { = version } + "tezos-mockup" { = version } + "tezos-mockup-commands" { = version } + "tezos-client-commands" { = version } + "tezos-client-base-unix" { = version } + "tezos-crypto" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-011-PtHangz2/tezos-client-011-PtHangz2.17.1/opam b/packages/tezos-client-011-PtHangz2/tezos-client-011-PtHangz2.17.1/opam new file mode 100644 index 000000000..2066fd017 --- /dev/null +++ b/packages/tezos-client-011-PtHangz2/tezos-client-011-PtHangz2.17.1/opam @@ -0,0 +1,47 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "ppx_expect" {<= "v0.17.2"} + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-protocol-011-PtHangz2" { = version } + "tezos-mockup-registration" { = version } + "tezos-proxy" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-plugin-011-PtHangz2" { = version } + "tezos-rpc" { = version } + "uri" {>= "3.1.0" & <= "4.4.0"} + "tezos-stdlib-unix" { = version } + "tezos-protocol-environment" { = version } + "tezos-mockup" { = version } + "tezos-mockup-commands" { = version } + "tezos-client-commands" { = version } + "tezos-client-base-unix" { = version } + "tezos-crypto" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] { with-test & ocaml:native } +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-011-PtHangz2/tezos-client-011-PtHangz2.17.2/opam b/packages/tezos-client-011-PtHangz2/tezos-client-011-PtHangz2.17.2/opam new file mode 100644 index 000000000..8f7d6d720 --- /dev/null +++ b/packages/tezos-client-011-PtHangz2/tezos-client-011-PtHangz2.17.2/opam @@ -0,0 +1,47 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "ppx_expect" {<= "v0.17.2"} + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-protocol-011-PtHangz2" { = version } + "tezos-mockup-registration" { = version } + "tezos-proxy" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-plugin-011-PtHangz2" { = version } + "tezos-rpc" { = version } + "uri" {>= "3.1.0" & <= "4.4.0"} + "tezos-stdlib-unix" { = version } + "tezos-protocol-environment" { = version } + "tezos-mockup" { = version } + "tezos-mockup-commands" { = version } + "tezos-client-commands" { = version } + "tezos-client-base-unix" { = version } + "tezos-crypto" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] { with-test & ocaml:native } +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-012-Psithaca-commands-registration/tezos-client-012-Psithaca-commands-registration.12.0/opam b/packages/tezos-client-012-Psithaca-commands-registration/tezos-client-012-Psithaca-commands-registration.12.0/opam new file mode 100644 index 000000000..5cb381b3f --- /dev/null +++ b/packages/tezos-client-012-Psithaca-commands-registration/tezos-client-012-Psithaca-commands-registration.12.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-sapling-012-Psithaca" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_012_Psithaca/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-012-Psithaca-commands-registration/tezos-client-012-Psithaca-commands-registration.12.3/opam b/packages/tezos-client-012-Psithaca-commands-registration/tezos-client-012-Psithaca-commands-registration.12.3/opam new file mode 100644 index 000000000..43d4e746c --- /dev/null +++ b/packages/tezos-client-012-Psithaca-commands-registration/tezos-client-012-Psithaca-commands-registration.12.3/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-sapling-012-Psithaca" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_012_Psithaca/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-012-Psithaca-commands-registration/tezos-client-012-Psithaca-commands-registration.13.0/opam b/packages/tezos-client-012-Psithaca-commands-registration/tezos-client-012-Psithaca-commands-registration.13.0/opam new file mode 100644 index 000000000..49c3630e1 --- /dev/null +++ b/packages/tezos-client-012-Psithaca-commands-registration/tezos-client-012-Psithaca-commands-registration.13.0/opam @@ -0,0 +1,39 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-012-Psithaca" { = version } + "tezos-protocol-environment" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-client-012-Psithaca" { = version } + "tezos-client-commands" { = version } + "tezos-client-012-Psithaca-commands" { = version } + "tezos-client-sapling-012-Psithaca" { = version } + "tezos-rpc" { = version } + "tezos-protocol-plugin-012-Psithaca" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_012_Psithaca/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-012-Psithaca-commands/tezos-client-012-Psithaca-commands.12.0/opam b/packages/tezos-client-012-Psithaca-commands/tezos-client-012-Psithaca-commands.12.0/opam new file mode 100644 index 000000000..8847ec783 --- /dev/null +++ b/packages/tezos-client-012-Psithaca-commands/tezos-client-012-Psithaca-commands.12.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-012-Psithaca" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_012_Psithaca/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-012-Psithaca-commands/tezos-client-012-Psithaca-commands.12.3/opam b/packages/tezos-client-012-Psithaca-commands/tezos-client-012-Psithaca-commands.12.3/opam new file mode 100644 index 000000000..2644b2e10 --- /dev/null +++ b/packages/tezos-client-012-Psithaca-commands/tezos-client-012-Psithaca-commands.12.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-012-Psithaca" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_012_Psithaca/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-012-Psithaca-commands/tezos-client-012-Psithaca-commands.13.0/opam b/packages/tezos-client-012-Psithaca-commands/tezos-client-012-Psithaca-commands.13.0/opam new file mode 100644 index 000000000..a238c6b7a --- /dev/null +++ b/packages/tezos-client-012-Psithaca-commands/tezos-client-012-Psithaca-commands.13.0/opam @@ -0,0 +1,42 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-012-Psithaca" { = version } + "tezos-stdlib-unix" { = version } + "tezos-protocol-environment" { = version } + "tezos-shell-services" { = version } + "tezos-mockup" { = version } + "tezos-mockup-registration" { = version } + "tezos-mockup-commands" { = version } + "tezos-client-base" { = version } + "tezos-client-012-Psithaca" { = version } + "tezos-client-commands" { = version } + "tezos-rpc" { = version } + "tezos-client-base-unix" { = version } + "tezos-protocol-plugin-012-Psithaca" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_012_Psithaca/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-012-Psithaca/tezos-client-012-Psithaca.12.0/opam b/packages/tezos-client-012-Psithaca/tezos-client-012-Psithaca.12.0/opam new file mode 100644 index 000000000..bb6122a7f --- /dev/null +++ b/packages/tezos-client-012-Psithaca/tezos-client-012-Psithaca.12.0/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-mockup-registration" { = version } + "tezos-proxy" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-012-Psithaca-parameters" { = version } + "tezos-protocol-plugin-012-Psithaca" { = version } + "tezos-base-test-helpers" { with-test & = version } + "ppx_inline_test" {<= "v0.17.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_012_Psithaca/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-012-Psithaca/tezos-client-012-Psithaca.12.3/opam b/packages/tezos-client-012-Psithaca/tezos-client-012-Psithaca.12.3/opam new file mode 100644 index 000000000..102ce7545 --- /dev/null +++ b/packages/tezos-client-012-Psithaca/tezos-client-012-Psithaca.12.3/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-mockup-registration" { = version } + "tezos-proxy" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-012-Psithaca-parameters" { = version } + "tezos-protocol-plugin-012-Psithaca" { = version } + "tezos-base-test-helpers" { with-test & = version } + "ppx_inline_test" {<= "v0.17.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_012_Psithaca/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-012-Psithaca/tezos-client-012-Psithaca.13.0/opam b/packages/tezos-client-012-Psithaca/tezos-client-012-Psithaca.13.0/opam new file mode 100644 index 000000000..450f20a24 --- /dev/null +++ b/packages/tezos-client-012-Psithaca/tezos-client-012-Psithaca.13.0/opam @@ -0,0 +1,44 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "ppx_inline_test" {<= "v0.17.0"} + "tezos-base" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-protocol-012-Psithaca" { = version } + "tezos-mockup-registration" { = version } + "tezos-proxy" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-plugin-012-Psithaca" { = version } + "tezos-protocol-012-Psithaca-parameters" { = version } + "tezos-rpc" { = version } + "tezos-micheline" { with-test & = version } + "tezos-base-test-helpers" { with-test & = version } + "tezos-test-helpers" { with-test & = version } + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} + "qcheck-alcotest" {with-test & >= "0.18" & <= "0.23"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_012_Psithaca/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-012-Psithaca/tezos-client-012-Psithaca.14.0/opam b/packages/tezos-client-012-Psithaca/tezos-client-012-Psithaca.14.0/opam new file mode 100644 index 000000000..80d91d018 --- /dev/null +++ b/packages/tezos-client-012-Psithaca/tezos-client-012-Psithaca.14.0/opam @@ -0,0 +1,50 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ppx_expect" {<= "v0.17.2"} + "tezos-base" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-protocol-012-Psithaca" { = version } + "tezos-mockup-registration" { = version } + "tezos-proxy" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-plugin-012-Psithaca" { = version } + "tezos-rpc" { = version } + "uri" {>= "2.2.0" & <= "4.4.0"} + "tezos-micheline" { with-test & = version } + "tezos-base-test-helpers" { with-test & = version } + "tezos-test-helpers" { with-test & = version } + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} + "qcheck-alcotest" {with-test & >= "0.18" & <= "0.23"} + "tezos-stdlib-unix" { = version } + "tezos-protocol-environment" { = version } + "tezos-mockup" { = version } + "tezos-mockup-commands" { = version } + "tezos-client-commands" { = version } + "tezos-client-base-unix" { = version } + "tezos-crypto" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-012-Psithaca/tezos-client-012-Psithaca.15.0/opam b/packages/tezos-client-012-Psithaca/tezos-client-012-Psithaca.15.0/opam new file mode 100644 index 000000000..87a1d5499 --- /dev/null +++ b/packages/tezos-client-012-Psithaca/tezos-client-012-Psithaca.15.0/opam @@ -0,0 +1,51 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-protocol-012-Psithaca" { = version } + "tezos-protocol-environment" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-client-commands" { = version } + "tezos-rpc" { = version } + "tezos-protocol-plugin-012-Psithaca" { = version } + "tezos-crypto" { = version } + "tezos-stdlib-unix" { = version } + "tezos-signer-backends" { = version } + "tezos-mockup" { = version } + "tezos-mockup-registration" { = version } + "tezos-mockup-commands" { = version } + "tezos-client-base-unix" { = version } + "uri" {>= "2.2.0" & <= "4.4.0"} + "tezos-micheline" { with-test & = version } + "tezos-base-test-helpers" { with-test & = version } + "tezos-test-helpers" { with-test & = version } + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} + "qcheck-alcotest" {with-test & >= "0.18" & <= "0.23"} + "ppx_expect" {<= "v0.17.2"} + "tezos-proxy" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-012-Psithaca/tezos-client-012-Psithaca.15.1/opam b/packages/tezos-client-012-Psithaca/tezos-client-012-Psithaca.15.1/opam new file mode 100644 index 000000000..5a40ee867 --- /dev/null +++ b/packages/tezos-client-012-Psithaca/tezos-client-012-Psithaca.15.1/opam @@ -0,0 +1,51 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ppx_expect" {<= "v0.17.2"} + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-protocol-012-Psithaca" { = version } + "tezos-mockup-registration" { = version } + "tezos-proxy" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-plugin-012-Psithaca" { = version } + "tezos-rpc" { = version } + "uri" {>= "2.2.0" & <= "4.4.0"} + "tezos-micheline" { with-test & = version } + "tezos-base-test-helpers" { with-test & = version } + "tezos-test-helpers" { with-test & = version } + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} + "qcheck-alcotest" {with-test & >= "0.18" & <= "0.23"} + "tezos-stdlib-unix" { = version } + "tezos-protocol-environment" { = version } + "tezos-mockup" { = version } + "tezos-mockup-commands" { = version } + "tezos-client-commands" { = version } + "tezos-client-base-unix" { = version } + "tezos-crypto" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-012-Psithaca/tezos-client-012-Psithaca.17.1/opam b/packages/tezos-client-012-Psithaca/tezos-client-012-Psithaca.17.1/opam new file mode 100644 index 000000000..641346193 --- /dev/null +++ b/packages/tezos-client-012-Psithaca/tezos-client-012-Psithaca.17.1/opam @@ -0,0 +1,47 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "ppx_expect" {<= "v0.17.2"} + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-protocol-012-Psithaca" { = version } + "tezos-mockup-registration" { = version } + "tezos-proxy" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-plugin-012-Psithaca" { = version } + "tezos-rpc" { = version } + "uri" {>= "3.1.0" & <= "4.4.0"} + "tezos-stdlib-unix" { = version } + "tezos-protocol-environment" { = version } + "tezos-mockup" { = version } + "tezos-mockup-commands" { = version } + "tezos-client-commands" { = version } + "tezos-client-base-unix" { = version } + "tezos-crypto" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] { with-test & ocaml:native } +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-012-Psithaca/tezos-client-012-Psithaca.17.2/opam b/packages/tezos-client-012-Psithaca/tezos-client-012-Psithaca.17.2/opam new file mode 100644 index 000000000..882525d0a --- /dev/null +++ b/packages/tezos-client-012-Psithaca/tezos-client-012-Psithaca.17.2/opam @@ -0,0 +1,47 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "ppx_expect" {<= "v0.17.2"} + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-protocol-012-Psithaca" { = version } + "tezos-mockup-registration" { = version } + "tezos-proxy" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-plugin-012-Psithaca" { = version } + "tezos-rpc" { = version } + "uri" {>= "3.1.0" & <= "4.4.0"} + "tezos-stdlib-unix" { = version } + "tezos-protocol-environment" { = version } + "tezos-mockup" { = version } + "tezos-mockup-commands" { = version } + "tezos-client-commands" { = version } + "tezos-client-base-unix" { = version } + "tezos-crypto" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] { with-test & ocaml:native } +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-013-PtJakart-commands-registration/tezos-client-013-PtJakart-commands-registration.13.0/opam b/packages/tezos-client-013-PtJakart-commands-registration/tezos-client-013-PtJakart-commands-registration.13.0/opam new file mode 100644 index 000000000..8b9a7124e --- /dev/null +++ b/packages/tezos-client-013-PtJakart-commands-registration/tezos-client-013-PtJakart-commands-registration.13.0/opam @@ -0,0 +1,40 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-013-PtJakart" { = version } + "tezos-protocol-013-PtJakart-parameters" { = version } + "tezos-protocol-environment" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-client-013-PtJakart" { = version } + "tezos-client-commands" { = version } + "tezos-client-013-PtJakart-commands" { = version } + "tezos-client-sapling-013-PtJakart" { = version } + "tezos-rpc" { = version } + "tezos-protocol-plugin-013-PtJakart" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_013_PtJakart/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-013-PtJakart-commands/tezos-client-013-PtJakart-commands.13.0/opam b/packages/tezos-client-013-PtJakart-commands/tezos-client-013-PtJakart-commands.13.0/opam new file mode 100644 index 000000000..6b52d519e --- /dev/null +++ b/packages/tezos-client-013-PtJakart-commands/tezos-client-013-PtJakart-commands.13.0/opam @@ -0,0 +1,43 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-013-PtJakart" { = version } + "tezos-protocol-013-PtJakart-parameters" { = version } + "tezos-stdlib-unix" { = version } + "tezos-protocol-environment" { = version } + "tezos-shell-services" { = version } + "tezos-mockup" { = version } + "tezos-mockup-registration" { = version } + "tezos-mockup-commands" { = version } + "tezos-client-base" { = version } + "tezos-client-013-PtJakart" { = version } + "tezos-client-commands" { = version } + "tezos-rpc" { = version } + "tezos-client-base-unix" { = version } + "tezos-protocol-plugin-013-PtJakart" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_013_PtJakart/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-013-PtJakart/tezos-client-013-PtJakart.13.0/opam b/packages/tezos-client-013-PtJakart/tezos-client-013-PtJakart.13.0/opam new file mode 100644 index 000000000..cc140ccb5 --- /dev/null +++ b/packages/tezos-client-013-PtJakart/tezos-client-013-PtJakart.13.0/opam @@ -0,0 +1,44 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "ppx_inline_test" {<= "v0.17.0"} + "tezos-base" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-protocol-013-PtJakart" { = version } + "tezos-mockup-registration" { = version } + "tezos-proxy" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-plugin-013-PtJakart" { = version } + "tezos-protocol-013-PtJakart-parameters" { = version } + "tezos-rpc" { = version } + "tezos-micheline" { with-test & = version } + "tezos-base-test-helpers" { with-test & = version } + "tezos-test-helpers" { with-test & = version } + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} + "qcheck-alcotest" {with-test & >= "0.18" & <= "0.23"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_013_PtJakart/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-013-PtJakart/tezos-client-013-PtJakart.14.0/opam b/packages/tezos-client-013-PtJakart/tezos-client-013-PtJakart.14.0/opam new file mode 100644 index 000000000..0b48d4104 --- /dev/null +++ b/packages/tezos-client-013-PtJakart/tezos-client-013-PtJakart.14.0/opam @@ -0,0 +1,50 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ppx_expect" {<= "v0.17.2"} + "tezos-base" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-protocol-013-PtJakart" { = version } + "tezos-mockup-registration" { = version } + "tezos-proxy" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-plugin-013-PtJakart" { = version } + "tezos-rpc" { = version } + "uri" {>= "2.2.0" & <= "4.4.0"} + "tezos-micheline" { with-test & = version } + "tezos-base-test-helpers" { with-test & = version } + "tezos-test-helpers" { with-test & = version } + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} + "qcheck-alcotest" {with-test & >= "0.18" & <= "0.23"} + "tezos-stdlib-unix" { = version } + "tezos-protocol-environment" { = version } + "tezos-mockup" { = version } + "tezos-mockup-commands" { = version } + "tezos-client-commands" { = version } + "tezos-client-base-unix" { = version } + "tezos-crypto" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-013-PtJakart/tezos-client-013-PtJakart.15.0/opam b/packages/tezos-client-013-PtJakart/tezos-client-013-PtJakart.15.0/opam new file mode 100644 index 000000000..4d2cb6a2d --- /dev/null +++ b/packages/tezos-client-013-PtJakart/tezos-client-013-PtJakart.15.0/opam @@ -0,0 +1,51 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-protocol-013-PtJakart" { = version } + "tezos-protocol-environment" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-client-commands" { = version } + "tezos-rpc" { = version } + "tezos-protocol-plugin-013-PtJakart" { = version } + "tezos-crypto" { = version } + "tezos-stdlib-unix" { = version } + "tezos-signer-backends" { = version } + "tezos-mockup" { = version } + "tezos-mockup-registration" { = version } + "tezos-mockup-commands" { = version } + "tezos-client-base-unix" { = version } + "uri" {>= "2.2.0" & <= "4.4.0"} + "tezos-micheline" { with-test & = version } + "tezos-base-test-helpers" { with-test & = version } + "tezos-test-helpers" { with-test & = version } + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} + "qcheck-alcotest" {with-test & >= "0.18" & <= "0.23"} + "ppx_expect" {<= "v0.17.2"} + "tezos-proxy" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-013-PtJakart/tezos-client-013-PtJakart.15.1/opam b/packages/tezos-client-013-PtJakart/tezos-client-013-PtJakart.15.1/opam new file mode 100644 index 000000000..2d300b927 --- /dev/null +++ b/packages/tezos-client-013-PtJakart/tezos-client-013-PtJakart.15.1/opam @@ -0,0 +1,51 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ppx_expect" {<= "v0.17.2"} + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-protocol-013-PtJakart" { = version } + "tezos-mockup-registration" { = version } + "tezos-proxy" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-plugin-013-PtJakart" { = version } + "tezos-rpc" { = version } + "uri" {>= "2.2.0" & <= "4.4.0"} + "tezos-micheline" { with-test & = version } + "tezos-base-test-helpers" { with-test & = version } + "tezos-test-helpers" { with-test & = version } + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} + "qcheck-alcotest" {with-test & >= "0.18" & <= "0.23"} + "tezos-stdlib-unix" { = version } + "tezos-protocol-environment" { = version } + "tezos-mockup" { = version } + "tezos-mockup-commands" { = version } + "tezos-client-commands" { = version } + "tezos-client-base-unix" { = version } + "tezos-crypto" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-013-PtJakart/tezos-client-013-PtJakart.17.1/opam b/packages/tezos-client-013-PtJakart/tezos-client-013-PtJakart.17.1/opam new file mode 100644 index 000000000..44ed91657 --- /dev/null +++ b/packages/tezos-client-013-PtJakart/tezos-client-013-PtJakart.17.1/opam @@ -0,0 +1,47 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "ppx_expect" {<= "v0.17.2"} + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-protocol-013-PtJakart" { = version } + "tezos-mockup-registration" { = version } + "tezos-proxy" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-plugin-013-PtJakart" { = version } + "tezos-rpc" { = version } + "uri" {>= "3.1.0" & <= "4.4.0"} + "tezos-stdlib-unix" { = version } + "tezos-protocol-environment" { = version } + "tezos-mockup" { = version } + "tezos-mockup-commands" { = version } + "tezos-client-commands" { = version } + "tezos-client-base-unix" { = version } + "tezos-crypto" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] { with-test & ocaml:native } +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-013-PtJakart/tezos-client-013-PtJakart.17.2/opam b/packages/tezos-client-013-PtJakart/tezos-client-013-PtJakart.17.2/opam new file mode 100644 index 000000000..ca46975e3 --- /dev/null +++ b/packages/tezos-client-013-PtJakart/tezos-client-013-PtJakart.17.2/opam @@ -0,0 +1,47 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "ppx_expect" {<= "v0.17.2"} + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-protocol-013-PtJakart" { = version } + "tezos-mockup-registration" { = version } + "tezos-proxy" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-plugin-013-PtJakart" { = version } + "tezos-rpc" { = version } + "uri" {>= "3.1.0" & <= "4.4.0"} + "tezos-stdlib-unix" { = version } + "tezos-protocol-environment" { = version } + "tezos-mockup" { = version } + "tezos-mockup-commands" { = version } + "tezos-client-commands" { = version } + "tezos-client-base-unix" { = version } + "tezos-crypto" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] { with-test & ocaml:native } +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-014-PtKathma/tezos-client-014-PtKathma.14.0/opam b/packages/tezos-client-014-PtKathma/tezos-client-014-PtKathma.14.0/opam new file mode 100644 index 000000000..bc645c1f0 --- /dev/null +++ b/packages/tezos-client-014-PtKathma/tezos-client-014-PtKathma.14.0/opam @@ -0,0 +1,50 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ppx_expect" {<= "v0.17.2"} + "tezos-base" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-protocol-014-PtKathma" { = version } + "tezos-mockup-registration" { = version } + "tezos-proxy" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-plugin-014-PtKathma" { = version } + "tezos-rpc" { = version } + "uri" {>= "2.2.0" & <= "4.4.0"} + "tezos-micheline" { with-test & = version } + "tezos-base-test-helpers" { with-test & = version } + "tezos-test-helpers" { with-test & = version } + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} + "qcheck-alcotest" {with-test & >= "0.18" & <= "0.23"} + "tezos-stdlib-unix" { = version } + "tezos-protocol-environment" { = version } + "tezos-mockup" { = version } + "tezos-mockup-commands" { = version } + "tezos-client-commands" { = version } + "tezos-client-base-unix" { = version } + "tezos-crypto" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-014-PtKathma/tezos-client-014-PtKathma.15.0/opam b/packages/tezos-client-014-PtKathma/tezos-client-014-PtKathma.15.0/opam new file mode 100644 index 000000000..a9af4e841 --- /dev/null +++ b/packages/tezos-client-014-PtKathma/tezos-client-014-PtKathma.15.0/opam @@ -0,0 +1,51 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-protocol-014-PtKathma" { = version } + "tezos-protocol-environment" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-client-commands" { = version } + "tezos-rpc" { = version } + "tezos-protocol-plugin-014-PtKathma" { = version } + "tezos-crypto" { = version } + "tezos-stdlib-unix" { = version } + "tezos-signer-backends" { = version } + "tezos-mockup" { = version } + "tezos-mockup-registration" { = version } + "tezos-mockup-commands" { = version } + "tezos-client-base-unix" { = version } + "uri" {>= "2.2.0" & <= "4.4.0"} + "tezos-micheline" { with-test & = version } + "tezos-base-test-helpers" { with-test & = version } + "tezos-test-helpers" { with-test & = version } + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} + "qcheck-alcotest" {with-test & >= "0.18" & <= "0.23"} + "ppx_expect" {<= "v0.17.2"} + "tezos-proxy" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-014-PtKathma/tezos-client-014-PtKathma.15.1/opam b/packages/tezos-client-014-PtKathma/tezos-client-014-PtKathma.15.1/opam new file mode 100644 index 000000000..4c5f4e7b2 --- /dev/null +++ b/packages/tezos-client-014-PtKathma/tezos-client-014-PtKathma.15.1/opam @@ -0,0 +1,51 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ppx_expect" {<= "v0.17.2"} + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-protocol-014-PtKathma" { = version } + "tezos-mockup-registration" { = version } + "tezos-proxy" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-plugin-014-PtKathma" { = version } + "tezos-rpc" { = version } + "uri" {>= "2.2.0" & <= "4.4.0"} + "tezos-micheline" { with-test & = version } + "tezos-base-test-helpers" { with-test & = version } + "tezos-test-helpers" { with-test & = version } + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} + "qcheck-alcotest" {with-test & >= "0.18" & <= "0.23"} + "tezos-stdlib-unix" { = version } + "tezos-protocol-environment" { = version } + "tezos-mockup" { = version } + "tezos-mockup-commands" { = version } + "tezos-client-commands" { = version } + "tezos-client-base-unix" { = version } + "tezos-crypto" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-014-PtKathma/tezos-client-014-PtKathma.17.1/opam b/packages/tezos-client-014-PtKathma/tezos-client-014-PtKathma.17.1/opam new file mode 100644 index 000000000..e2ad4fe29 --- /dev/null +++ b/packages/tezos-client-014-PtKathma/tezos-client-014-PtKathma.17.1/opam @@ -0,0 +1,47 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "ppx_expect" {<= "v0.17.2"} + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-protocol-014-PtKathma" { = version } + "tezos-mockup-registration" { = version } + "tezos-proxy" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-plugin-014-PtKathma" { = version } + "tezos-rpc" { = version } + "uri" {>= "3.1.0" & <= "4.4.0"} + "tezos-stdlib-unix" { = version } + "tezos-protocol-environment" { = version } + "tezos-mockup" { = version } + "tezos-mockup-commands" { = version } + "tezos-client-commands" { = version } + "tezos-client-base-unix" { = version } + "tezos-crypto" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] { with-test & ocaml:native } +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-014-PtKathma/tezos-client-014-PtKathma.17.2/opam b/packages/tezos-client-014-PtKathma/tezos-client-014-PtKathma.17.2/opam new file mode 100644 index 000000000..c8de38824 --- /dev/null +++ b/packages/tezos-client-014-PtKathma/tezos-client-014-PtKathma.17.2/opam @@ -0,0 +1,47 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "ppx_expect" {<= "v0.17.2"} + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-protocol-014-PtKathma" { = version } + "tezos-mockup-registration" { = version } + "tezos-proxy" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-plugin-014-PtKathma" { = version } + "tezos-rpc" { = version } + "uri" {>= "3.1.0" & <= "4.4.0"} + "tezos-stdlib-unix" { = version } + "tezos-protocol-environment" { = version } + "tezos-mockup" { = version } + "tezos-mockup-commands" { = version } + "tezos-client-commands" { = version } + "tezos-client-base-unix" { = version } + "tezos-crypto" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] { with-test & ocaml:native } +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-015-PtLimaPt/tezos-client-015-PtLimaPt.15.0/opam b/packages/tezos-client-015-PtLimaPt/tezos-client-015-PtLimaPt.15.0/opam new file mode 100644 index 000000000..feea3f1dc --- /dev/null +++ b/packages/tezos-client-015-PtLimaPt/tezos-client-015-PtLimaPt.15.0/opam @@ -0,0 +1,51 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-protocol-015-PtLimaPt" { = version } + "tezos-protocol-environment" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-client-commands" { = version } + "tezos-rpc" { = version } + "tezos-protocol-plugin-015-PtLimaPt" { = version } + "tezos-crypto" { = version } + "tezos-stdlib-unix" { = version } + "tezos-signer-backends" { = version } + "tezos-mockup" { = version } + "tezos-mockup-registration" { = version } + "tezos-mockup-commands" { = version } + "tezos-client-base-unix" { = version } + "uri" {>= "2.2.0" & <= "4.4.0"} + "tezos-micheline" { with-test & = version } + "tezos-base-test-helpers" { with-test & = version } + "tezos-test-helpers" { with-test & = version } + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} + "qcheck-alcotest" {with-test & >= "0.18" & <= "0.23"} + "ppx_expect" {<= "v0.17.2"} + "tezos-proxy" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-015-PtLimaPt/tezos-client-015-PtLimaPt.15.1/opam b/packages/tezos-client-015-PtLimaPt/tezos-client-015-PtLimaPt.15.1/opam new file mode 100644 index 000000000..531841b4a --- /dev/null +++ b/packages/tezos-client-015-PtLimaPt/tezos-client-015-PtLimaPt.15.1/opam @@ -0,0 +1,51 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ppx_expect" {<= "v0.17.2"} + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-protocol-015-PtLimaPt" { = version } + "tezos-mockup-registration" { = version } + "tezos-proxy" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-plugin-015-PtLimaPt" { = version } + "tezos-rpc" { = version } + "uri" {>= "2.2.0" & <= "4.4.0"} + "tezos-micheline" { with-test & = version } + "tezos-base-test-helpers" { with-test & = version } + "tezos-test-helpers" { with-test & = version } + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} + "qcheck-alcotest" {with-test & >= "0.18" & <= "0.23"} + "tezos-stdlib-unix" { = version } + "tezos-protocol-environment" { = version } + "tezos-mockup" { = version } + "tezos-mockup-commands" { = version } + "tezos-client-commands" { = version } + "tezos-client-base-unix" { = version } + "tezos-crypto" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-015-PtLimaPt/tezos-client-015-PtLimaPt.17.1/opam b/packages/tezos-client-015-PtLimaPt/tezos-client-015-PtLimaPt.17.1/opam new file mode 100644 index 000000000..d9ca265c4 --- /dev/null +++ b/packages/tezos-client-015-PtLimaPt/tezos-client-015-PtLimaPt.17.1/opam @@ -0,0 +1,47 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "ppx_expect" {<= "v0.17.2"} + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-protocol-015-PtLimaPt" { = version } + "tezos-mockup-registration" { = version } + "tezos-proxy" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-plugin-015-PtLimaPt" { = version } + "tezos-rpc" { = version } + "uri" {>= "3.1.0" & <= "4.4.0"} + "tezos-stdlib-unix" { = version } + "tezos-protocol-environment" { = version } + "tezos-mockup" { = version } + "tezos-mockup-commands" { = version } + "tezos-client-commands" { = version } + "tezos-client-base-unix" { = version } + "tezos-crypto" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] { with-test & ocaml:native } +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-015-PtLimaPt/tezos-client-015-PtLimaPt.17.2/opam b/packages/tezos-client-015-PtLimaPt/tezos-client-015-PtLimaPt.17.2/opam new file mode 100644 index 000000000..a40a0395a --- /dev/null +++ b/packages/tezos-client-015-PtLimaPt/tezos-client-015-PtLimaPt.17.2/opam @@ -0,0 +1,47 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "ppx_expect" {<= "v0.17.2"} + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-protocol-015-PtLimaPt" { = version } + "tezos-mockup-registration" { = version } + "tezos-proxy" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-plugin-015-PtLimaPt" { = version } + "tezos-rpc" { = version } + "uri" {>= "3.1.0" & <= "4.4.0"} + "tezos-stdlib-unix" { = version } + "tezos-protocol-environment" { = version } + "tezos-mockup" { = version } + "tezos-mockup-commands" { = version } + "tezos-client-commands" { = version } + "tezos-client-base-unix" { = version } + "tezos-crypto" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] { with-test & ocaml:native } +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-016-PtMumbai/tezos-client-016-PtMumbai.17.1/opam b/packages/tezos-client-016-PtMumbai/tezos-client-016-PtMumbai.17.1/opam new file mode 100644 index 000000000..7a6846164 --- /dev/null +++ b/packages/tezos-client-016-PtMumbai/tezos-client-016-PtMumbai.17.1/opam @@ -0,0 +1,54 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "ppx_expect" {<= "v0.17.2"} + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-protocol-016-PtMumbai" { = version } + "tezos-mockup-registration" { = version } + "tezos-proxy" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-plugin-016-PtMumbai" { = version } + "tezos-rpc" { = version } + "tezos-smart-rollup-016-PtMumbai" { = version } + "uri" {>= "3.1.0" & <= "4.4.0"} + "tezos-stdlib-unix" { = version } + "tezos-protocol-environment" { = version } + "tezos-mockup" { = version } + "tezos-mockup-commands" { = version } + "tezos-client-commands" { = version } + "tezos-client-base-unix" { = version } + "tezos-crypto" { = version } + "tezt" {with-test & >= "3.1.0" & <= "4.1.0"} + "tezos-micheline" { with-test & = version } + "tezos-base-test-helpers" { with-test & = version } + "tezos-test-helpers" { with-test & = version } + "octez-alcotezt" { with-test & = version } + "qcheck-alcotest" {with-test & >= "0.20" & <= "0.23"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] { with-test & ocaml:native } +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-016-PtMumbai/tezos-client-016-PtMumbai.17.2/opam b/packages/tezos-client-016-PtMumbai/tezos-client-016-PtMumbai.17.2/opam new file mode 100644 index 000000000..9abc8ecd0 --- /dev/null +++ b/packages/tezos-client-016-PtMumbai/tezos-client-016-PtMumbai.17.2/opam @@ -0,0 +1,54 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "ppx_expect" {<= "v0.17.2"} + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-protocol-016-PtMumbai" { = version } + "tezos-mockup-registration" { = version } + "tezos-proxy" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-plugin-016-PtMumbai" { = version } + "tezos-rpc" { = version } + "tezos-smart-rollup-016-PtMumbai" { = version } + "uri" {>= "3.1.0" & <= "4.4.0"} + "tezos-stdlib-unix" { = version } + "tezos-protocol-environment" { = version } + "tezos-mockup" { = version } + "tezos-mockup-commands" { = version } + "tezos-client-commands" { = version } + "tezos-client-base-unix" { = version } + "tezos-crypto" { = version } + "tezt" {with-test & >= "3.1.0" & <= "4.1.0"} + "tezos-micheline" { with-test & = version } + "tezos-base-test-helpers" { with-test & = version } + "tezos-test-helpers" { with-test & = version } + "octez-alcotezt" { with-test & = version } + "qcheck-alcotest" {with-test & >= "0.20" & <= "0.23"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] { with-test & ocaml:native } +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-017-PtNairob/tezos-client-017-PtNairob.17.1/opam b/packages/tezos-client-017-PtNairob/tezos-client-017-PtNairob.17.1/opam new file mode 100644 index 000000000..18cd42dba --- /dev/null +++ b/packages/tezos-client-017-PtNairob/tezos-client-017-PtNairob.17.1/opam @@ -0,0 +1,54 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "ppx_expect" {<= "v0.17.2"} + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-protocol-017-PtNairob" { = version } + "tezos-mockup-registration" { = version } + "tezos-proxy" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-plugin-017-PtNairob" { = version } + "tezos-rpc" { = version } + "tezos-smart-rollup-017-PtNairob" { = version } + "uri" {>= "3.1.0" & <= "4.4.0"} + "tezos-stdlib-unix" { = version } + "tezos-protocol-environment" { = version } + "tezos-mockup" { = version } + "tezos-mockup-commands" { = version } + "tezos-client-commands" { = version } + "tezos-client-base-unix" { = version } + "tezos-crypto" { = version } + "tezt" {with-test & >= "3.1.0" & <= "4.1.0"} + "tezos-micheline" { with-test & = version } + "tezos-base-test-helpers" { with-test & = version } + "tezos-test-helpers" { with-test & = version } + "octez-alcotezt" { with-test & = version } + "qcheck-alcotest" {with-test & >= "0.20" & <= "0.23"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] { with-test & ocaml:native } +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-017-PtNairob/tezos-client-017-PtNairob.17.2/opam b/packages/tezos-client-017-PtNairob/tezos-client-017-PtNairob.17.2/opam new file mode 100644 index 000000000..9ed71eb5b --- /dev/null +++ b/packages/tezos-client-017-PtNairob/tezos-client-017-PtNairob.17.2/opam @@ -0,0 +1,54 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "ppx_expect" {<= "v0.17.2"} + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-protocol-017-PtNairob" { = version } + "tezos-mockup-registration" { = version } + "tezos-proxy" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-plugin-017-PtNairob" { = version } + "tezos-rpc" { = version } + "tezos-smart-rollup-017-PtNairob" { = version } + "uri" {>= "3.1.0" & <= "4.4.0"} + "tezos-stdlib-unix" { = version } + "tezos-protocol-environment" { = version } + "tezos-mockup" { = version } + "tezos-mockup-commands" { = version } + "tezos-client-commands" { = version } + "tezos-client-base-unix" { = version } + "tezos-crypto" { = version } + "tezt" {with-test & >= "3.1.0" & <= "4.1.0"} + "tezos-micheline" { with-test & = version } + "tezos-base-test-helpers" { with-test & = version } + "tezos-test-helpers" { with-test & = version } + "octez-alcotezt" { with-test & = version } + "qcheck-alcotest" {with-test & >= "0.20" & <= "0.23"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] { with-test & ocaml:native } +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-alpha-commands-registration/tezos-client-alpha-commands-registration.10.2/opam b/packages/tezos-client-alpha-commands-registration/tezos-client-alpha-commands-registration.10.2/opam new file mode 100644 index 000000000..f2793b544 --- /dev/null +++ b/packages/tezos-client-alpha-commands-registration/tezos-client-alpha-commands-registration.10.2/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-sapling-alpha" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-alpha-commands-registration/tezos-client-alpha-commands-registration.11.0/opam b/packages/tezos-client-alpha-commands-registration/tezos-client-alpha-commands-registration.11.0/opam new file mode 100644 index 000000000..d4b8cf684 --- /dev/null +++ b/packages/tezos-client-alpha-commands-registration/tezos-client-alpha-commands-registration.11.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-client-sapling-alpha" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-alpha-commands-registration/tezos-client-alpha-commands-registration.11.1/opam b/packages/tezos-client-alpha-commands-registration/tezos-client-alpha-commands-registration.11.1/opam new file mode 100644 index 000000000..2d9a780b5 --- /dev/null +++ b/packages/tezos-client-alpha-commands-registration/tezos-client-alpha-commands-registration.11.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-sapling-alpha" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-alpha-commands-registration/tezos-client-alpha-commands-registration.12.0/opam b/packages/tezos-client-alpha-commands-registration/tezos-client-alpha-commands-registration.12.0/opam new file mode 100644 index 000000000..0cd256811 --- /dev/null +++ b/packages/tezos-client-alpha-commands-registration/tezos-client-alpha-commands-registration.12.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-sapling-alpha" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-alpha-commands-registration/tezos-client-alpha-commands-registration.12.3/opam b/packages/tezos-client-alpha-commands-registration/tezos-client-alpha-commands-registration.12.3/opam new file mode 100644 index 000000000..b220e1407 --- /dev/null +++ b/packages/tezos-client-alpha-commands-registration/tezos-client-alpha-commands-registration.12.3/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-sapling-alpha" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-alpha-commands-registration/tezos-client-alpha-commands-registration.13.0/opam b/packages/tezos-client-alpha-commands-registration/tezos-client-alpha-commands-registration.13.0/opam new file mode 100644 index 000000000..cbe87fc28 --- /dev/null +++ b/packages/tezos-client-alpha-commands-registration/tezos-client-alpha-commands-registration.13.0/opam @@ -0,0 +1,40 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-alpha" { = version } + "tezos-protocol-alpha-parameters" { = version } + "tezos-protocol-environment" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-client-alpha" { = version } + "tezos-client-commands" { = version } + "tezos-client-alpha-commands" { = version } + "tezos-client-sapling-alpha" { = version } + "tezos-rpc" { = version } + "tezos-protocol-plugin-alpha" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-alpha-commands-registration/tezos-client-alpha-commands-registration.8.0/opam b/packages/tezos-client-alpha-commands-registration/tezos-client-alpha-commands-registration.8.0/opam new file mode 100644 index 000000000..eb091f7af --- /dev/null +++ b/packages/tezos-client-alpha-commands-registration/tezos-client-alpha-commands-registration.8.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-alpha-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-alpha-commands-registration/tezos-client-alpha-commands-registration.8.1/opam b/packages/tezos-client-alpha-commands-registration/tezos-client-alpha-commands-registration.8.1/opam new file mode 100644 index 000000000..dddab898b --- /dev/null +++ b/packages/tezos-client-alpha-commands-registration/tezos-client-alpha-commands-registration.8.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-alpha-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-alpha-commands-registration/tezos-client-alpha-commands-registration.8.2/opam b/packages/tezos-client-alpha-commands-registration/tezos-client-alpha-commands-registration.8.2/opam new file mode 100644 index 000000000..d6b938cf0 --- /dev/null +++ b/packages/tezos-client-alpha-commands-registration/tezos-client-alpha-commands-registration.8.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-alpha-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-alpha-commands-registration/tezos-client-alpha-commands-registration.8.3/opam b/packages/tezos-client-alpha-commands-registration/tezos-client-alpha-commands-registration.8.3/opam new file mode 100644 index 000000000..5eb5b7f48 --- /dev/null +++ b/packages/tezos-client-alpha-commands-registration/tezos-client-alpha-commands-registration.8.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-alpha-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-alpha-commands-registration/tezos-client-alpha-commands-registration.9.0/opam b/packages/tezos-client-alpha-commands-registration/tezos-client-alpha-commands-registration.9.0/opam new file mode 100644 index 000000000..c56932529 --- /dev/null +++ b/packages/tezos-client-alpha-commands-registration/tezos-client-alpha-commands-registration.9.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-sapling-alpha" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-alpha-commands-registration/tezos-client-alpha-commands-registration.9.1/opam b/packages/tezos-client-alpha-commands-registration/tezos-client-alpha-commands-registration.9.1/opam new file mode 100644 index 000000000..c54245105 --- /dev/null +++ b/packages/tezos-client-alpha-commands-registration/tezos-client-alpha-commands-registration.9.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-sapling-alpha" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-alpha-commands-registration/tezos-client-alpha-commands-registration.9.2/opam b/packages/tezos-client-alpha-commands-registration/tezos-client-alpha-commands-registration.9.2/opam new file mode 100644 index 000000000..5ffe712e5 --- /dev/null +++ b/packages/tezos-client-alpha-commands-registration/tezos-client-alpha-commands-registration.9.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-sapling-alpha" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-alpha-commands-registration/tezos-client-alpha-commands-registration.9.3/opam b/packages/tezos-client-alpha-commands-registration/tezos-client-alpha-commands-registration.9.3/opam new file mode 100644 index 000000000..4ae0ca9be --- /dev/null +++ b/packages/tezos-client-alpha-commands-registration/tezos-client-alpha-commands-registration.9.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-sapling-alpha" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-alpha-commands-registration/tezos-client-alpha-commands-registration.9.4/opam b/packages/tezos-client-alpha-commands-registration/tezos-client-alpha-commands-registration.9.4/opam new file mode 100644 index 000000000..d9eca9799 --- /dev/null +++ b/packages/tezos-client-alpha-commands-registration/tezos-client-alpha-commands-registration.9.4/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-sapling-alpha" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-alpha-commands-registration/tezos-client-alpha-commands-registration.9.7/opam b/packages/tezos-client-alpha-commands-registration/tezos-client-alpha-commands-registration.9.7/opam new file mode 100644 index 000000000..bb07aba8d --- /dev/null +++ b/packages/tezos-client-alpha-commands-registration/tezos-client-alpha-commands-registration.9.7/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-sapling-alpha" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-alpha-commands/tezos-client-alpha-commands.10.2/opam b/packages/tezos-client-alpha-commands/tezos-client-alpha-commands.10.2/opam new file mode 100644 index 000000000..9f255d715 --- /dev/null +++ b/packages/tezos-client-alpha-commands/tezos-client-alpha-commands.10.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-alpha" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-alpha-commands/tezos-client-alpha-commands.11.0/opam b/packages/tezos-client-alpha-commands/tezos-client-alpha-commands.11.0/opam new file mode 100644 index 000000000..b72d9ca7f --- /dev/null +++ b/packages/tezos-client-alpha-commands/tezos-client-alpha-commands.11.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-alpha" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-alpha-commands/tezos-client-alpha-commands.11.1/opam b/packages/tezos-client-alpha-commands/tezos-client-alpha-commands.11.1/opam new file mode 100644 index 000000000..839ede1bc --- /dev/null +++ b/packages/tezos-client-alpha-commands/tezos-client-alpha-commands.11.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-alpha" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-alpha-commands/tezos-client-alpha-commands.12.0/opam b/packages/tezos-client-alpha-commands/tezos-client-alpha-commands.12.0/opam new file mode 100644 index 000000000..80c6addc9 --- /dev/null +++ b/packages/tezos-client-alpha-commands/tezos-client-alpha-commands.12.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-alpha" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-alpha-commands/tezos-client-alpha-commands.12.3/opam b/packages/tezos-client-alpha-commands/tezos-client-alpha-commands.12.3/opam new file mode 100644 index 000000000..a3148174a --- /dev/null +++ b/packages/tezos-client-alpha-commands/tezos-client-alpha-commands.12.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-alpha" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-alpha-commands/tezos-client-alpha-commands.13.0/opam b/packages/tezos-client-alpha-commands/tezos-client-alpha-commands.13.0/opam new file mode 100644 index 000000000..474302606 --- /dev/null +++ b/packages/tezos-client-alpha-commands/tezos-client-alpha-commands.13.0/opam @@ -0,0 +1,43 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-alpha" { = version } + "tezos-protocol-alpha-parameters" { = version } + "tezos-stdlib-unix" { = version } + "tezos-protocol-environment" { = version } + "tezos-shell-services" { = version } + "tezos-mockup" { = version } + "tezos-mockup-registration" { = version } + "tezos-mockup-commands" { = version } + "tezos-client-base" { = version } + "tezos-client-alpha" { = version } + "tezos-client-commands" { = version } + "tezos-rpc" { = version } + "tezos-client-base-unix" { = version } + "tezos-protocol-plugin-alpha" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-alpha-commands/tezos-client-alpha-commands.7.0/opam b/packages/tezos-client-alpha-commands/tezos-client-alpha-commands.7.0/opam new file mode 100644 index 000000000..06f4168ac --- /dev/null +++ b/packages/tezos-client-alpha-commands/tezos-client-alpha-commands.7.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-client-alpha" { = version } + "tezos-mockup-commands" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.0.tar.bz2" + checksum: [ + "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91" + "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-alpha-commands/tezos-client-alpha-commands.7.1/opam b/packages/tezos-client-alpha-commands/tezos-client-alpha-commands.7.1/opam new file mode 100644 index 000000000..1f9da45eb --- /dev/null +++ b/packages/tezos-client-alpha-commands/tezos-client-alpha-commands.7.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-client-alpha" { = version } + "tezos-mockup-commands" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.1.tar.bz2" + checksum: [ + "sha256=3675d856c4b818da7f5de0b85b86a48d3883f1210cfef28ef3233a047e74bed6" + "sha512=d6abdef9a6643b2ffe8141ecc625dcc2a939131e2e5cc158c74aba8c403bd4072b7fc403ccfa6d766696604ad112495dd9db1ece8a3ae5a4693071dfdffcbda5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-alpha-commands/tezos-client-alpha-commands.7.2/opam b/packages/tezos-client-alpha-commands/tezos-client-alpha-commands.7.2/opam new file mode 100644 index 000000000..d0b77e56f --- /dev/null +++ b/packages/tezos-client-alpha-commands/tezos-client-alpha-commands.7.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-client-alpha" { = version } + "tezos-mockup-commands" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.2.tar.bz2" + checksum: [ + "sha256=abb52ad63345943d20f3edc4c3507474af94c001c8bf58138f47341942036cec" + "sha512=c823ca801cbc4005f5fc6ea5236d93569410c034da3ed32939ef64a0f2c19a34444fac12e13c72e5a1e15a401b655e58ffdbbb66ce0516e5968f621677b96117" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-alpha-commands/tezos-client-alpha-commands.7.3/opam b/packages/tezos-client-alpha-commands/tezos-client-alpha-commands.7.3/opam new file mode 100644 index 000000000..5990a9ddc --- /dev/null +++ b/packages/tezos-client-alpha-commands/tezos-client-alpha-commands.7.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-client-alpha" { = version } + "tezos-mockup-commands" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.3.tar.bz2" + checksum: [ + "sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" + "sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-alpha-commands/tezos-client-alpha-commands.7.4/opam b/packages/tezos-client-alpha-commands/tezos-client-alpha-commands.7.4/opam new file mode 100644 index 000000000..1893344ae --- /dev/null +++ b/packages/tezos-client-alpha-commands/tezos-client-alpha-commands.7.4/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-client-alpha" { = version } + "tezos-mockup-commands" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-alpha-commands/tezos-client-alpha-commands.8.0/opam b/packages/tezos-client-alpha-commands/tezos-client-alpha-commands.8.0/opam new file mode 100644 index 000000000..69de53c9d --- /dev/null +++ b/packages/tezos-client-alpha-commands/tezos-client-alpha-commands.8.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-alpha" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-alpha-commands/tezos-client-alpha-commands.8.1/opam b/packages/tezos-client-alpha-commands/tezos-client-alpha-commands.8.1/opam new file mode 100644 index 000000000..f801f2044 --- /dev/null +++ b/packages/tezos-client-alpha-commands/tezos-client-alpha-commands.8.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-alpha" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-alpha-commands/tezos-client-alpha-commands.8.2/opam b/packages/tezos-client-alpha-commands/tezos-client-alpha-commands.8.2/opam new file mode 100644 index 000000000..f39689dbe --- /dev/null +++ b/packages/tezos-client-alpha-commands/tezos-client-alpha-commands.8.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-alpha" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-alpha-commands/tezos-client-alpha-commands.8.3/opam b/packages/tezos-client-alpha-commands/tezos-client-alpha-commands.8.3/opam new file mode 100644 index 000000000..d95cc1aae --- /dev/null +++ b/packages/tezos-client-alpha-commands/tezos-client-alpha-commands.8.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-alpha" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-alpha-commands/tezos-client-alpha-commands.9.0/opam b/packages/tezos-client-alpha-commands/tezos-client-alpha-commands.9.0/opam new file mode 100644 index 000000000..bef44bd5a --- /dev/null +++ b/packages/tezos-client-alpha-commands/tezos-client-alpha-commands.9.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-alpha" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-alpha-commands/tezos-client-alpha-commands.9.1/opam b/packages/tezos-client-alpha-commands/tezos-client-alpha-commands.9.1/opam new file mode 100644 index 000000000..fb7e22a04 --- /dev/null +++ b/packages/tezos-client-alpha-commands/tezos-client-alpha-commands.9.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-alpha" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-alpha-commands/tezos-client-alpha-commands.9.2/opam b/packages/tezos-client-alpha-commands/tezos-client-alpha-commands.9.2/opam new file mode 100644 index 000000000..6408b4ce3 --- /dev/null +++ b/packages/tezos-client-alpha-commands/tezos-client-alpha-commands.9.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-alpha" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-alpha-commands/tezos-client-alpha-commands.9.3/opam b/packages/tezos-client-alpha-commands/tezos-client-alpha-commands.9.3/opam new file mode 100644 index 000000000..e9f2915b1 --- /dev/null +++ b/packages/tezos-client-alpha-commands/tezos-client-alpha-commands.9.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-alpha" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-alpha-commands/tezos-client-alpha-commands.9.4/opam b/packages/tezos-client-alpha-commands/tezos-client-alpha-commands.9.4/opam new file mode 100644 index 000000000..ce57f5320 --- /dev/null +++ b/packages/tezos-client-alpha-commands/tezos-client-alpha-commands.9.4/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-alpha" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-alpha-commands/tezos-client-alpha-commands.9.7/opam b/packages/tezos-client-alpha-commands/tezos-client-alpha-commands.9.7/opam new file mode 100644 index 000000000..985db9c3f --- /dev/null +++ b/packages/tezos-client-alpha-commands/tezos-client-alpha-commands.9.7/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-client-alpha" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-alpha/tezos-client-alpha.10.2/opam b/packages/tezos-client-alpha/tezos-client-alpha.10.2/opam new file mode 100644 index 000000000..1e8a4f252 --- /dev/null +++ b/packages/tezos-client-alpha/tezos-client-alpha.10.2/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-mockup-registration" { = version } + "tezos-proxy" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-alpha-parameters" { = version } + "tezos-protocol-plugin-alpha" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "ppx_inline_test" {<= "v0.17.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-alpha/tezos-client-alpha.11.0/opam b/packages/tezos-client-alpha/tezos-client-alpha.11.0/opam new file mode 100644 index 000000000..6790bda0f --- /dev/null +++ b/packages/tezos-client-alpha/tezos-client-alpha.11.0/opam @@ -0,0 +1,38 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-mockup-registration" { = version } + "tezos-proxy" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-alpha-parameters" { = version } + "tezos-protocol-plugin-alpha" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "tezos-base-test-helpers" { with-test & = version } + "ppx_inline_test" {<= "v0.17.0"} + "qcheck-alcotest" {with-test & <= "0.23"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-alpha/tezos-client-alpha.11.1/opam b/packages/tezos-client-alpha/tezos-client-alpha.11.1/opam new file mode 100644 index 000000000..39a7b4e04 --- /dev/null +++ b/packages/tezos-client-alpha/tezos-client-alpha.11.1/opam @@ -0,0 +1,38 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-mockup-registration" { = version } + "tezos-proxy" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-alpha-parameters" { = version } + "tezos-protocol-plugin-alpha" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "tezos-base-test-helpers" { with-test & = version } + "ppx_inline_test" {<= "v0.17.0"} + "qcheck-alcotest" {with-test & <= "0.23"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-alpha/tezos-client-alpha.12.0/opam b/packages/tezos-client-alpha/tezos-client-alpha.12.0/opam new file mode 100644 index 000000000..e3951d427 --- /dev/null +++ b/packages/tezos-client-alpha/tezos-client-alpha.12.0/opam @@ -0,0 +1,37 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-mockup-registration" { = version } + "tezos-proxy" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-alpha-parameters" { = version } + "tezos-protocol-plugin-alpha" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "tezos-base-test-helpers" { with-test & = version } + "ppx_inline_test" {<= "v0.17.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-alpha/tezos-client-alpha.12.3/opam b/packages/tezos-client-alpha/tezos-client-alpha.12.3/opam new file mode 100644 index 000000000..2a7de3a7c --- /dev/null +++ b/packages/tezos-client-alpha/tezos-client-alpha.12.3/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-mockup-registration" { = version } + "tezos-proxy" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-alpha-parameters" { = version } + "tezos-protocol-plugin-alpha" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "tezos-base-test-helpers" { with-test & = version } + "ppx_inline_test" {<= "v0.17.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-alpha/tezos-client-alpha.13.0/opam b/packages/tezos-client-alpha/tezos-client-alpha.13.0/opam new file mode 100644 index 000000000..d0492ae6c --- /dev/null +++ b/packages/tezos-client-alpha/tezos-client-alpha.13.0/opam @@ -0,0 +1,44 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "ppx_inline_test" {<= "v0.17.0"} + "tezos-base" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-protocol-alpha" { = version } + "tezos-mockup-registration" { = version } + "tezos-proxy" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-plugin-alpha" { = version } + "tezos-protocol-alpha-parameters" { = version } + "tezos-rpc" { = version } + "tezos-micheline" { with-test & = version } + "tezos-base-test-helpers" { with-test & = version } + "tezos-test-helpers" { with-test & = version } + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} + "qcheck-alcotest" {with-test & >= "0.18" & <= "0.23"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-alpha/tezos-client-alpha.14.0/opam b/packages/tezos-client-alpha/tezos-client-alpha.14.0/opam new file mode 100644 index 000000000..dc9d4904e --- /dev/null +++ b/packages/tezos-client-alpha/tezos-client-alpha.14.0/opam @@ -0,0 +1,50 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ppx_expect" {<= "v0.17.2"} + "tezos-base" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-protocol-alpha" { = version } + "tezos-mockup-registration" { = version } + "tezos-proxy" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-plugin-alpha" { = version } + "tezos-rpc" { = version } + "uri" {>= "2.2.0" & <= "4.4.0"} + "tezos-micheline" { with-test & = version } + "tezos-base-test-helpers" { with-test & = version } + "tezos-test-helpers" { with-test & = version } + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} + "qcheck-alcotest" {with-test & >= "0.18" & <= "0.23"} + "tezos-stdlib-unix" { = version } + "tezos-protocol-environment" { = version } + "tezos-mockup" { = version } + "tezos-mockup-commands" { = version } + "tezos-client-commands" { = version } + "tezos-client-base-unix" { = version } + "tezos-crypto" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-alpha/tezos-client-alpha.15.0/opam b/packages/tezos-client-alpha/tezos-client-alpha.15.0/opam new file mode 100644 index 000000000..41f03c321 --- /dev/null +++ b/packages/tezos-client-alpha/tezos-client-alpha.15.0/opam @@ -0,0 +1,51 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-protocol-alpha" { = version } + "tezos-protocol-environment" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-client-commands" { = version } + "tezos-rpc" { = version } + "tezos-protocol-plugin-alpha" { = version } + "tezos-crypto" { = version } + "tezos-stdlib-unix" { = version } + "tezos-signer-backends" { = version } + "tezos-mockup" { = version } + "tezos-mockup-registration" { = version } + "tezos-mockup-commands" { = version } + "tezos-client-base-unix" { = version } + "uri" {>= "2.2.0" & <= "4.4.0"} + "tezos-micheline" { with-test & = version } + "tezos-base-test-helpers" { with-test & = version } + "tezos-test-helpers" { with-test & = version } + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} + "qcheck-alcotest" {with-test & >= "0.18" & <= "0.23"} + "ppx_expect" {<= "v0.17.2"} + "tezos-proxy" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-alpha/tezos-client-alpha.15.1/opam b/packages/tezos-client-alpha/tezos-client-alpha.15.1/opam new file mode 100644 index 000000000..73eb48066 --- /dev/null +++ b/packages/tezos-client-alpha/tezos-client-alpha.15.1/opam @@ -0,0 +1,51 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ppx_expect" {<= "v0.17.2"} + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-protocol-alpha" { = version } + "tezos-mockup-registration" { = version } + "tezos-proxy" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-plugin-alpha" { = version } + "tezos-rpc" { = version } + "uri" {>= "2.2.0" & <= "4.4.0"} + "tezos-micheline" { with-test & = version } + "tezos-base-test-helpers" { with-test & = version } + "tezos-test-helpers" { with-test & = version } + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} + "qcheck-alcotest" {with-test & >= "0.18" & <= "0.23"} + "tezos-stdlib-unix" { = version } + "tezos-protocol-environment" { = version } + "tezos-mockup" { = version } + "tezos-mockup-commands" { = version } + "tezos-client-commands" { = version } + "tezos-client-base-unix" { = version } + "tezos-crypto" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-alpha/tezos-client-alpha.17.1/opam b/packages/tezos-client-alpha/tezos-client-alpha.17.1/opam new file mode 100644 index 000000000..952e29f6f --- /dev/null +++ b/packages/tezos-client-alpha/tezos-client-alpha.17.1/opam @@ -0,0 +1,54 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "ppx_expect" {<= "v0.17.2"} + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-protocol-alpha" { = version } + "tezos-mockup-registration" { = version } + "tezos-proxy" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-plugin-alpha" { = version } + "tezos-rpc" { = version } + "tezos-smart-rollup-alpha" { = version } + "uri" {>= "3.1.0" & <= "4.4.0"} + "tezos-stdlib-unix" { = version } + "tezos-protocol-environment" { = version } + "tezos-mockup" { = version } + "tezos-mockup-commands" { = version } + "tezos-client-commands" { = version } + "tezos-client-base-unix" { = version } + "tezos-crypto" { = version } + "tezt" {with-test & >= "3.1.0" & <= "4.1.0"} + "tezos-micheline" { with-test & = version } + "tezos-base-test-helpers" { with-test & = version } + "tezos-test-helpers" { with-test & = version } + "octez-alcotezt" { with-test & = version } + "qcheck-alcotest" {with-test & >= "0.20" & <= "0.23"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-alpha/tezos-client-alpha.17.2/opam b/packages/tezos-client-alpha/tezos-client-alpha.17.2/opam new file mode 100644 index 000000000..4812e2b50 --- /dev/null +++ b/packages/tezos-client-alpha/tezos-client-alpha.17.2/opam @@ -0,0 +1,54 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "ppx_expect" {<= "v0.17.2"} + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-protocol-alpha" { = version } + "tezos-mockup-registration" { = version } + "tezos-proxy" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-plugin-alpha" { = version } + "tezos-rpc" { = version } + "tezos-smart-rollup-alpha" { = version } + "uri" {>= "3.1.0" & <= "4.4.0"} + "tezos-stdlib-unix" { = version } + "tezos-protocol-environment" { = version } + "tezos-mockup" { = version } + "tezos-mockup-commands" { = version } + "tezos-client-commands" { = version } + "tezos-client-base-unix" { = version } + "tezos-crypto" { = version } + "tezt" {with-test & >= "3.1.0" & <= "4.1.0"} + "tezos-micheline" { with-test & = version } + "tezos-base-test-helpers" { with-test & = version } + "tezos-test-helpers" { with-test & = version } + "octez-alcotezt" { with-test & = version } + "qcheck-alcotest" {with-test & >= "0.20" & <= "0.23"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-alpha/tezos-client-alpha.7.0/opam b/packages/tezos-client-alpha/tezos-client-alpha.7.0/opam new file mode 100644 index 000000000..0874b1a44 --- /dev/null +++ b/packages/tezos-client-alpha/tezos-client-alpha.7.0/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-mockup-registration" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-alpha-parameters" { = version } + "alcotest-lwt" { with-test & = "0.8.5" } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.0.tar.bz2" + checksum: [ + "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91" + "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-alpha/tezos-client-alpha.7.1/opam b/packages/tezos-client-alpha/tezos-client-alpha.7.1/opam new file mode 100644 index 000000000..cf2d9a0c5 --- /dev/null +++ b/packages/tezos-client-alpha/tezos-client-alpha.7.1/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-mockup-registration" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-alpha-parameters" { = version } + "alcotest-lwt" { with-test & = "0.8.5" } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.1.tar.bz2" + checksum: [ + "sha256=3675d856c4b818da7f5de0b85b86a48d3883f1210cfef28ef3233a047e74bed6" + "sha512=d6abdef9a6643b2ffe8141ecc625dcc2a939131e2e5cc158c74aba8c403bd4072b7fc403ccfa6d766696604ad112495dd9db1ece8a3ae5a4693071dfdffcbda5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-alpha/tezos-client-alpha.7.2/opam b/packages/tezos-client-alpha/tezos-client-alpha.7.2/opam new file mode 100644 index 000000000..93ca9af4c --- /dev/null +++ b/packages/tezos-client-alpha/tezos-client-alpha.7.2/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-mockup-registration" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-alpha-parameters" { = version } + "alcotest-lwt" { with-test & = "0.8.5" } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.2.tar.bz2" + checksum: [ + "sha256=abb52ad63345943d20f3edc4c3507474af94c001c8bf58138f47341942036cec" + "sha512=c823ca801cbc4005f5fc6ea5236d93569410c034da3ed32939ef64a0f2c19a34444fac12e13c72e5a1e15a401b655e58ffdbbb66ce0516e5968f621677b96117" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-alpha/tezos-client-alpha.7.3/opam b/packages/tezos-client-alpha/tezos-client-alpha.7.3/opam new file mode 100644 index 000000000..478b8dbb1 --- /dev/null +++ b/packages/tezos-client-alpha/tezos-client-alpha.7.3/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-mockup-registration" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-alpha-parameters" { = version } + "alcotest-lwt" { with-test & = "0.8.5" } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.3.tar.bz2" + checksum: [ + "sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" + "sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-alpha/tezos-client-alpha.7.4/opam b/packages/tezos-client-alpha/tezos-client-alpha.7.4/opam new file mode 100644 index 000000000..d63d8b5cd --- /dev/null +++ b/packages/tezos-client-alpha/tezos-client-alpha.7.4/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-mockup-registration" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-alpha-parameters" { = version } + "alcotest-lwt" { with-test & = "0.8.5" } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-alpha/tezos-client-alpha.8.0/opam b/packages/tezos-client-alpha/tezos-client-alpha.8.0/opam new file mode 100644 index 000000000..369c1d8f5 --- /dev/null +++ b/packages/tezos-client-alpha/tezos-client-alpha.8.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-protocol-alpha-parameters" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-alpha/tezos-client-alpha.8.1/opam b/packages/tezos-client-alpha/tezos-client-alpha.8.1/opam new file mode 100644 index 000000000..23c15f1bc --- /dev/null +++ b/packages/tezos-client-alpha/tezos-client-alpha.8.1/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-protocol-alpha-parameters" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-alpha/tezos-client-alpha.8.2/opam b/packages/tezos-client-alpha/tezos-client-alpha.8.2/opam new file mode 100644 index 000000000..1f4f57832 --- /dev/null +++ b/packages/tezos-client-alpha/tezos-client-alpha.8.2/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-protocol-alpha-parameters" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-alpha/tezos-client-alpha.8.3/opam b/packages/tezos-client-alpha/tezos-client-alpha.8.3/opam new file mode 100644 index 000000000..4c81a5e33 --- /dev/null +++ b/packages/tezos-client-alpha/tezos-client-alpha.8.3/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-protocol-alpha-parameters" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-alpha/tezos-client-alpha.9.0/opam b/packages/tezos-client-alpha/tezos-client-alpha.9.0/opam new file mode 100644 index 000000000..8921a8d0e --- /dev/null +++ b/packages/tezos-client-alpha/tezos-client-alpha.9.0/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-mockup-registration" { = version } + "tezos-proxy" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-alpha-parameters" { = version } + "tezos-protocol-plugin-alpha" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-alpha/tezos-client-alpha.9.1/opam b/packages/tezos-client-alpha/tezos-client-alpha.9.1/opam new file mode 100644 index 000000000..a4fb8aec5 --- /dev/null +++ b/packages/tezos-client-alpha/tezos-client-alpha.9.1/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-mockup-registration" { = version } + "tezos-proxy" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-alpha-parameters" { = version } + "tezos-protocol-plugin-alpha" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-alpha/tezos-client-alpha.9.2/opam b/packages/tezos-client-alpha/tezos-client-alpha.9.2/opam new file mode 100644 index 000000000..f27973800 --- /dev/null +++ b/packages/tezos-client-alpha/tezos-client-alpha.9.2/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-mockup-registration" { = version } + "tezos-proxy" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-alpha-parameters" { = version } + "tezos-protocol-plugin-alpha" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-alpha/tezos-client-alpha.9.3/opam b/packages/tezos-client-alpha/tezos-client-alpha.9.3/opam new file mode 100644 index 000000000..1f60ca938 --- /dev/null +++ b/packages/tezos-client-alpha/tezos-client-alpha.9.3/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-mockup-registration" { = version } + "tezos-proxy" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-alpha-parameters" { = version } + "tezos-protocol-plugin-alpha" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-alpha/tezos-client-alpha.9.4/opam b/packages/tezos-client-alpha/tezos-client-alpha.9.4/opam new file mode 100644 index 000000000..3582bdf96 --- /dev/null +++ b/packages/tezos-client-alpha/tezos-client-alpha.9.4/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-mockup-registration" { = version } + "tezos-proxy" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-alpha-parameters" { = version } + "tezos-protocol-plugin-alpha" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-alpha/tezos-client-alpha.9.7/opam b/packages/tezos-client-alpha/tezos-client-alpha.9.7/opam new file mode 100644 index 000000000..604c4143f --- /dev/null +++ b/packages/tezos-client-alpha/tezos-client-alpha.9.7/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-mockup-registration" { = version } + "tezos-proxy" { = version } + "tezos-signer-backends" { = version } + "tezos-protocol-alpha-parameters" { = version } + "tezos-protocol-plugin-alpha" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-base-unix/tezos-client-base-unix.10.2/opam b/packages/tezos-client-base-unix/tezos-client-base-unix.10.2/opam new file mode 100644 index 000000000..ff16f9306 --- /dev/null +++ b/packages/tezos-client-base-unix/tezos-client-base-unix.10.2/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + # Dependency of tezos-crypto. Adding here to avoid adding in packages + # depending on tezos-client-base-unix + "bls12-381-unix" {<= "2.0.1"} + "tezos-stdlib-unix" { = version } + "tezos-mockup-commands" { = version } + "tezos-proxy" { = version } + "lwt-exit" {= "1.0"} + "tezos-test-services" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_client_base_unix/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: common helpers for `tezos-client` (unix-specific fragment)" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-base-unix/tezos-client-base-unix.11.0/opam b/packages/tezos-client-base-unix/tezos-client-base-unix.11.0/opam new file mode 100644 index 000000000..6c672809e --- /dev/null +++ b/packages/tezos-client-base-unix/tezos-client-base-unix.11.0/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-mockup-commands" { = version } + "tezos-proxy" { = version } + "lwt-exit" {= "1.0"} + "tezos-base-test-helpers" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_client_base_unix/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: common helpers for `tezos-client` (unix-specific fragment)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-base-unix/tezos-client-base-unix.11.1/opam b/packages/tezos-client-base-unix/tezos-client-base-unix.11.1/opam new file mode 100644 index 000000000..24aebab1a --- /dev/null +++ b/packages/tezos-client-base-unix/tezos-client-base-unix.11.1/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-mockup-commands" { = version } + "tezos-proxy" { = version } + "lwt-exit" {= "1.0"} + "tezos-base-test-helpers" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_client_base_unix/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: common helpers for `tezos-client` (unix-specific fragment)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-base-unix/tezos-client-base-unix.12.0/opam b/packages/tezos-client-base-unix/tezos-client-base-unix.12.0/opam new file mode 100644 index 000000000..5331e4535 --- /dev/null +++ b/packages/tezos-client-base-unix/tezos-client-base-unix.12.0/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-mockup-commands" { = version } + "tezos-proxy" { = version } + "lwt-exit" {= "1.0"} + "tezos-base-test-helpers" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_client_base_unix/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: common helpers for `tezos-client` (unix-specific fragment)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-base-unix/tezos-client-base-unix.12.3/opam b/packages/tezos-client-base-unix/tezos-client-base-unix.12.3/opam new file mode 100644 index 000000000..03883f7aa --- /dev/null +++ b/packages/tezos-client-base-unix/tezos-client-base-unix.12.3/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-mockup-commands" { = version } + "tezos-proxy" { = version } + "lwt-exit" {= "1.0"} + "tezos-base-test-helpers" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_client_base_unix/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: common helpers for `tezos-client` (unix-specific fragment)" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-base-unix/tezos-client-base-unix.13.0/opam b/packages/tezos-client-base-unix/tezos-client-base-unix.13.0/opam new file mode 100644 index 000000000..bf0c8e2c6 --- /dev/null +++ b/packages/tezos-client-base-unix/tezos-client-base-unix.13.0/opam @@ -0,0 +1,44 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-rpc-http" { = version } + "tezos-rpc-http-client-unix" { = version } + "tezos-shell-services" { = version } + "tezos-stdlib-unix" { = version } + "tezos-client-base" { = version } + "tezos-client-commands" { = version } + "tezos-mockup" { = version } + "tezos-mockup-registration" { = version } + "tezos-mockup-commands" { = version } + "tezos-proxy" { = version } + "tezos-signer-backends" { = version } + "lwt-exit" {= "1.0"} + "tezos-base-test-helpers" { with-test & = version } + "alcotest" {with-test & >= "1.5.0" & <= "1.8.0"} + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_client_base_unix/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: common helpers for `tezos-client` (unix-specific fragment)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-base-unix/tezos-client-base-unix.14.0/opam b/packages/tezos-client-base-unix/tezos-client-base-unix.14.0/opam new file mode 100644 index 000000000..30975c6dc --- /dev/null +++ b/packages/tezos-client-base-unix/tezos-client-base-unix.14.0/opam @@ -0,0 +1,44 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-rpc-http" { = version } + "tezos-rpc-http-client-unix" { = version } + "tezos-shell-services" { = version } + "tezos-stdlib-unix" { = version } + "tezos-client-base" { = version } + "tezos-client-commands" { = version } + "tezos-mockup" { = version } + "tezos-mockup-registration" { = version } + "tezos-mockup-commands" { = version } + "tezos-proxy" { = version } + "tezos-signer-backends" { = version } + "lwt-exit" {= "1.0"} + "uri" {>= "2.2.0" & <= "4.4.0"} + "tezos-base-test-helpers" { with-test & = version } + "alcotest" {with-test & >= "1.5.0" & <= "1.8.0"} + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: common helpers for `tezos-client` (unix-specific fragment)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-base-unix/tezos-client-base-unix.15.0/opam b/packages/tezos-client-base-unix/tezos-client-base-unix.15.0/opam new file mode 100644 index 000000000..2a5e7518a --- /dev/null +++ b/packages/tezos-client-base-unix/tezos-client-base-unix.15.0/opam @@ -0,0 +1,45 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-mockup-commands" { = version } + "tezos-base-test-helpers" { with-test & = version } + "alcotest" {with-test & >= "1.5.0" & <= "1.8.0"} + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} + "tezos-clic" { = version } + "tezos-rpc-http" { = version } + "tezos-rpc-http-client-unix" { = version } + "tezos-shell-services" { = version } + "tezos-stdlib-unix" { = version } + "tezos-client-base" { = version } + "tezos-client-commands" { = version } + "tezos-mockup" { = version } + "tezos-mockup-registration" { = version } + "tezos-proxy" { = version } + "tezos-signer-backends" { = version } + "lwt-exit" {= "1.0"} + "uri" {>= "2.2.0" & <= "4.4.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: common helpers for `tezos-client` (unix-specific fragment)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-base-unix/tezos-client-base-unix.15.1/opam b/packages/tezos-client-base-unix/tezos-client-base-unix.15.1/opam new file mode 100644 index 000000000..6b9c16857 --- /dev/null +++ b/packages/tezos-client-base-unix/tezos-client-base-unix.15.1/opam @@ -0,0 +1,45 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-rpc-http" { = version } + "tezos-rpc-http-client-unix" { = version } + "tezos-shell-services" { = version } + "tezos-stdlib-unix" { = version } + "tezos-client-base" { = version } + "tezos-client-commands" { = version } + "tezos-mockup" { = version } + "tezos-mockup-registration" { = version } + "tezos-mockup-commands" { = version } + "tezos-proxy" { = version } + "tezos-signer-backends" { = version } + "lwt-exit" {= "1.0"} + "uri" {>= "2.2.0" & <= "4.4.0"} + "tezos-base-test-helpers" { with-test & = version } + "alcotest" {with-test & >= "1.5.0" & <= "1.8.0"} + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: common helpers for `tezos-client` (unix-specific fragment)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-base-unix/tezos-client-base-unix.17.1/opam b/packages/tezos-client-base-unix/tezos-client-base-unix.17.1/opam new file mode 100644 index 000000000..ada9667e7 --- /dev/null +++ b/packages/tezos-client-base-unix/tezos-client-base-unix.17.1/opam @@ -0,0 +1,47 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-rpc" { = version } + "tezos-rpc-http" { = version } + "tezos-rpc-http-client-unix" { = version } + "tezos-shell-services" { = version } + "tezos-stdlib-unix" { = version } + "tezos-client-base" { = version } + "tezos-client-commands" { = version } + "tezos-mockup" { = version } + "tezos-mockup-registration" { = version } + "tezos-mockup-commands" { = version } + "tezos-proxy" { = version } + "tezos-signer-backends" { = version } + "lwt-exit" {= "1.0"} + "uri" {>= "3.1.0" & <= "4.4.0"} + "tezt" {with-test & >= "3.1.0" & <= "4.1.0"} + "tezos-base-test-helpers" { with-test & = version } + "octez-alcotezt" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] { with-test & ocaml:native } +] +synopsis: "Tezos: common helpers for `tezos-client` (unix-specific fragment)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-base-unix/tezos-client-base-unix.17.2/opam b/packages/tezos-client-base-unix/tezos-client-base-unix.17.2/opam new file mode 100644 index 000000000..b85e53cbb --- /dev/null +++ b/packages/tezos-client-base-unix/tezos-client-base-unix.17.2/opam @@ -0,0 +1,47 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-rpc" { = version } + "tezos-rpc-http" { = version } + "tezos-rpc-http-client-unix" { = version } + "tezos-shell-services" { = version } + "tezos-stdlib-unix" { = version } + "tezos-client-base" { = version } + "tezos-client-commands" { = version } + "tezos-mockup" { = version } + "tezos-mockup-registration" { = version } + "tezos-mockup-commands" { = version } + "tezos-proxy" { = version } + "tezos-signer-backends" { = version } + "lwt-exit" {= "1.0"} + "uri" {>= "3.1.0" & <= "4.4.0"} + "tezt" {with-test & >= "3.1.0" & <= "4.1.0"} + "tezos-base-test-helpers" { with-test & = version } + "octez-alcotezt" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] { with-test & ocaml:native } +] +synopsis: "Tezos: common helpers for `tezos-client` (unix-specific fragment)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-base-unix/tezos-client-base-unix.7.0/opam b/packages/tezos-client-base-unix/tezos-client-base-unix.7.0/opam new file mode 100644 index 000000000..d1ddbf0a4 --- /dev/null +++ b/packages/tezos-client-base-unix/tezos-client-base-unix.7.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-mockup-commands" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_client_base_unix/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: common helpers for `tezos-client` (unix-specific fragment)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.0.tar.bz2" + checksum: [ + "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91" + "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-base-unix/tezos-client-base-unix.7.1/opam b/packages/tezos-client-base-unix/tezos-client-base-unix.7.1/opam new file mode 100644 index 000000000..ae7b1b40f --- /dev/null +++ b/packages/tezos-client-base-unix/tezos-client-base-unix.7.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-mockup-commands" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_client_base_unix/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: common helpers for `tezos-client` (unix-specific fragment)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.1.tar.bz2" + checksum: [ + "sha256=3675d856c4b818da7f5de0b85b86a48d3883f1210cfef28ef3233a047e74bed6" + "sha512=d6abdef9a6643b2ffe8141ecc625dcc2a939131e2e5cc158c74aba8c403bd4072b7fc403ccfa6d766696604ad112495dd9db1ece8a3ae5a4693071dfdffcbda5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-base-unix/tezos-client-base-unix.7.2/opam b/packages/tezos-client-base-unix/tezos-client-base-unix.7.2/opam new file mode 100644 index 000000000..82361a6d7 --- /dev/null +++ b/packages/tezos-client-base-unix/tezos-client-base-unix.7.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-mockup-commands" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_client_base_unix/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: common helpers for `tezos-client` (unix-specific fragment)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.2.tar.bz2" + checksum: [ + "sha256=abb52ad63345943d20f3edc4c3507474af94c001c8bf58138f47341942036cec" + "sha512=c823ca801cbc4005f5fc6ea5236d93569410c034da3ed32939ef64a0f2c19a34444fac12e13c72e5a1e15a401b655e58ffdbbb66ce0516e5968f621677b96117" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-base-unix/tezos-client-base-unix.7.3/opam b/packages/tezos-client-base-unix/tezos-client-base-unix.7.3/opam new file mode 100644 index 000000000..20695cf56 --- /dev/null +++ b/packages/tezos-client-base-unix/tezos-client-base-unix.7.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-mockup-commands" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_client_base_unix/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: common helpers for `tezos-client` (unix-specific fragment)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.3.tar.bz2" + checksum: [ + "sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" + "sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-base-unix/tezos-client-base-unix.7.4/opam b/packages/tezos-client-base-unix/tezos-client-base-unix.7.4/opam new file mode 100644 index 000000000..758c96444 --- /dev/null +++ b/packages/tezos-client-base-unix/tezos-client-base-unix.7.4/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-mockup-commands" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_client_base_unix/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: common helpers for `tezos-client` (unix-specific fragment)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-base-unix/tezos-client-base-unix.8.0/opam b/packages/tezos-client-base-unix/tezos-client-base-unix.8.0/opam new file mode 100644 index 000000000..24a155928 --- /dev/null +++ b/packages/tezos-client-base-unix/tezos-client-base-unix.8.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-signer-backends" { = version } + "tezos-mockup-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_client_base_unix/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: common helpers for `tezos-client` (unix-specific fragment)" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-base-unix/tezos-client-base-unix.8.1/opam b/packages/tezos-client-base-unix/tezos-client-base-unix.8.1/opam new file mode 100644 index 000000000..72d541c15 --- /dev/null +++ b/packages/tezos-client-base-unix/tezos-client-base-unix.8.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-signer-backends" { = version } + "tezos-mockup-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_client_base_unix/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: common helpers for `tezos-client` (unix-specific fragment)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-base-unix/tezos-client-base-unix.8.2/opam b/packages/tezos-client-base-unix/tezos-client-base-unix.8.2/opam new file mode 100644 index 000000000..6f726f714 --- /dev/null +++ b/packages/tezos-client-base-unix/tezos-client-base-unix.8.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-signer-backends" { = version } + "tezos-mockup-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_client_base_unix/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: common helpers for `tezos-client` (unix-specific fragment)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-base-unix/tezos-client-base-unix.8.3/opam b/packages/tezos-client-base-unix/tezos-client-base-unix.8.3/opam new file mode 100644 index 000000000..9f2018cd3 --- /dev/null +++ b/packages/tezos-client-base-unix/tezos-client-base-unix.8.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-signer-backends" { = version } + "tezos-mockup-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_client_base_unix/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: common helpers for `tezos-client` (unix-specific fragment)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-base-unix/tezos-client-base-unix.9.0/opam b/packages/tezos-client-base-unix/tezos-client-base-unix.9.0/opam new file mode 100644 index 000000000..49db7228c --- /dev/null +++ b/packages/tezos-client-base-unix/tezos-client-base-unix.9.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-signer-backends" { = version } + "tezos-mockup-commands" { = version } + "tezos-proxy" { = version } + "lwt-exit" {= "1.0"} + "tezos-test-services" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_client_base_unix/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: common helpers for `tezos-client` (unix-specific fragment)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-base-unix/tezos-client-base-unix.9.1/opam b/packages/tezos-client-base-unix/tezos-client-base-unix.9.1/opam new file mode 100644 index 000000000..64fe5e422 --- /dev/null +++ b/packages/tezos-client-base-unix/tezos-client-base-unix.9.1/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-signer-backends" { = version } + "tezos-mockup-commands" { = version } + "tezos-proxy" { = version } + "lwt-exit" {= "1.0"} + "tezos-test-services" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_client_base_unix/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: common helpers for `tezos-client` (unix-specific fragment)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-base-unix/tezos-client-base-unix.9.2/opam b/packages/tezos-client-base-unix/tezos-client-base-unix.9.2/opam new file mode 100644 index 000000000..ce715ff42 --- /dev/null +++ b/packages/tezos-client-base-unix/tezos-client-base-unix.9.2/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-signer-backends" { = version } + "tezos-mockup-commands" { = version } + "tezos-proxy" { = version } + "lwt-exit" {= "1.0"} + "tezos-test-services" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_client_base_unix/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: common helpers for `tezos-client` (unix-specific fragment)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-base-unix/tezos-client-base-unix.9.3/opam b/packages/tezos-client-base-unix/tezos-client-base-unix.9.3/opam new file mode 100644 index 000000000..8f2ec61d2 --- /dev/null +++ b/packages/tezos-client-base-unix/tezos-client-base-unix.9.3/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-signer-backends" { = version } + "tezos-mockup-commands" { = version } + "tezos-proxy" { = version } + "lwt-exit" {= "1.0"} + "tezos-test-services" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_client_base_unix/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: common helpers for `tezos-client` (unix-specific fragment)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-base-unix/tezos-client-base-unix.9.4/opam b/packages/tezos-client-base-unix/tezos-client-base-unix.9.4/opam new file mode 100644 index 000000000..56350891d --- /dev/null +++ b/packages/tezos-client-base-unix/tezos-client-base-unix.9.4/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-signer-backends" { = version } + "tezos-mockup-commands" { = version } + "tezos-proxy" { = version } + "lwt-exit" {= "1.0"} + "tezos-test-services" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_client_base_unix/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: common helpers for `tezos-client` (unix-specific fragment)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-base-unix/tezos-client-base-unix.9.7/opam b/packages/tezos-client-base-unix/tezos-client-base-unix.9.7/opam new file mode 100644 index 000000000..637229d0b --- /dev/null +++ b/packages/tezos-client-base-unix/tezos-client-base-unix.9.7/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-signer-backends" { = version } + "tezos-mockup-commands" { = version } + "tezos-proxy" { = version } + "lwt-exit" {= "1.0"} + "tezos-test-services" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_client_base_unix/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: common helpers for `tezos-client` (unix-specific fragment)" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-base/tezos-client-base.10.2/opam b/packages/tezos-client-base/tezos-client-base.10.2/opam new file mode 100644 index 000000000..a694fb87b --- /dev/null +++ b/packages/tezos-client-base/tezos-client-base.10.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-shell-services" { = version } + "tezos-sapling" { = version } + "alcotest" {with-test & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_client_base/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: common helpers for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-base/tezos-client-base.11.0/opam b/packages/tezos-client-base/tezos-client-base.11.0/opam new file mode 100644 index 000000000..219c11dfe --- /dev/null +++ b/packages/tezos-client-base/tezos-client-base.11.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-shell-services" { = version } + "tezos-sapling" { = version } + "alcotest" {with-test & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_client_base/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: common helpers for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-base/tezos-client-base.11.1/opam b/packages/tezos-client-base/tezos-client-base.11.1/opam new file mode 100644 index 000000000..b4c076496 --- /dev/null +++ b/packages/tezos-client-base/tezos-client-base.11.1/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-shell-services" { = version } + "tezos-sapling" { = version } + "alcotest" {with-test & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_client_base/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: common helpers for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-base/tezos-client-base.12.0/opam b/packages/tezos-client-base/tezos-client-base.12.0/opam new file mode 100644 index 000000000..9f6ce4ab9 --- /dev/null +++ b/packages/tezos-client-base/tezos-client-base.12.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-shell-services" { = version } + "tezos-sapling" { = version } + "alcotest" {with-test & >= "1.5.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_client_base/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: common helpers for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-base/tezos-client-base.12.3/opam b/packages/tezos-client-base/tezos-client-base.12.3/opam new file mode 100644 index 000000000..cd5eea544 --- /dev/null +++ b/packages/tezos-client-base/tezos-client-base.12.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-shell-services" { = version } + "tezos-sapling" { = version } + "alcotest" {with-test & >= "1.5.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_client_base/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: common helpers for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-base/tezos-client-base.13.0/opam b/packages/tezos-client-base/tezos-client-base.13.0/opam new file mode 100644 index 000000000..49bc44e31 --- /dev/null +++ b/packages/tezos-client-base/tezos-client-base.13.0/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-rpc" { = version } + "tezos-shell-services" { = version } + "tezos-sapling" { = version } + "alcotest" {with-test & >= "1.5.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_client_base/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: common helpers for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-base/tezos-client-base.14.0/opam b/packages/tezos-client-base/tezos-client-base.14.0/opam new file mode 100644 index 000000000..e2879f29b --- /dev/null +++ b/packages/tezos-client-base/tezos-client-base.14.0/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-rpc" { = version } + "tezos-shell-services" { = version } + "tezos-sapling" { = version } + "uri" {>= "2.2.0" & <= "4.4.0"} + "alcotest" {with-test & >= "1.5.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: common helpers for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-base/tezos-client-base.15.0/opam b/packages/tezos-client-base/tezos-client-base.15.0/opam new file mode 100644 index 000000000..fad059731 --- /dev/null +++ b/packages/tezos-client-base/tezos-client-base.15.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "alcotest" {with-test & >= "1.5.0" & <= "1.8.0"} + "tezos-clic" { = version } + "tezos-rpc" { = version } + "tezos-shell-services" { = version } + "tezos-sapling" { = version } + "uri" {>= "2.2.0" & <= "4.4.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: common helpers for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-base/tezos-client-base.15.1/opam b/packages/tezos-client-base/tezos-client-base.15.1/opam new file mode 100644 index 000000000..2e71b7c07 --- /dev/null +++ b/packages/tezos-client-base/tezos-client-base.15.1/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-rpc" { = version } + "tezos-shell-services" { = version } + "tezos-sapling" { = version } + "uri" {>= "2.2.0" & <= "4.4.0"} + "alcotest" {with-test & >= "1.5.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: common helpers for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-base/tezos-client-base.17.1/opam b/packages/tezos-client-base/tezos-client-base.17.1/opam new file mode 100644 index 000000000..157553192 --- /dev/null +++ b/packages/tezos-client-base/tezos-client-base.17.1/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-rpc" { = version } + "tezos-shell-services" { = version } + "tezos-sapling" { = version } + "uri" {>= "3.1.0" & <= "4.4.0"} + "tezt" {with-test & >= "3.1.0" & <= "4.1.0"} + "octez-alcotezt" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] { with-test & ocaml:native } +] +synopsis: "Tezos: common helpers for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-base/tezos-client-base.17.2/opam b/packages/tezos-client-base/tezos-client-base.17.2/opam new file mode 100644 index 000000000..d3213e09c --- /dev/null +++ b/packages/tezos-client-base/tezos-client-base.17.2/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-rpc" { = version } + "tezos-shell-services" { = version } + "tezos-sapling" { = version } + "uri" {>= "3.1.0" & <= "4.4.0"} + "tezt" {with-test & >= "3.1.0" & <= "4.1.0"} + "octez-alcotezt" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] { with-test & ocaml:native } +] +synopsis: "Tezos: common helpers for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-base/tezos-client-base.7.0/opam b/packages/tezos-client-base/tezos-client-base.7.0/opam new file mode 100644 index 000000000..a369cdd92 --- /dev/null +++ b/packages/tezos-client-base/tezos-client-base.7.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-shell-services" { = version } + "alcotest" {with-test & <= "1.8.0"} +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_client_base/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: common helpers for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.0.tar.bz2" + checksum: [ + "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91" + "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-base/tezos-client-base.7.1/opam b/packages/tezos-client-base/tezos-client-base.7.1/opam new file mode 100644 index 000000000..dcb4c6e2e --- /dev/null +++ b/packages/tezos-client-base/tezos-client-base.7.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-shell-services" { = version } + "alcotest" {with-test & <= "1.8.0"} +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_client_base/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: common helpers for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.1.tar.bz2" + checksum: [ + "sha256=3675d856c4b818da7f5de0b85b86a48d3883f1210cfef28ef3233a047e74bed6" + "sha512=d6abdef9a6643b2ffe8141ecc625dcc2a939131e2e5cc158c74aba8c403bd4072b7fc403ccfa6d766696604ad112495dd9db1ece8a3ae5a4693071dfdffcbda5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-base/tezos-client-base.7.2/opam b/packages/tezos-client-base/tezos-client-base.7.2/opam new file mode 100644 index 000000000..8ea7ea1dc --- /dev/null +++ b/packages/tezos-client-base/tezos-client-base.7.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-shell-services" { = version } + "alcotest" {with-test & <= "1.8.0"} +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_client_base/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: common helpers for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.2.tar.bz2" + checksum: [ + "sha256=abb52ad63345943d20f3edc4c3507474af94c001c8bf58138f47341942036cec" + "sha512=c823ca801cbc4005f5fc6ea5236d93569410c034da3ed32939ef64a0f2c19a34444fac12e13c72e5a1e15a401b655e58ffdbbb66ce0516e5968f621677b96117" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-base/tezos-client-base.7.3/opam b/packages/tezos-client-base/tezos-client-base.7.3/opam new file mode 100644 index 000000000..d9cd0f0e0 --- /dev/null +++ b/packages/tezos-client-base/tezos-client-base.7.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-shell-services" { = version } + "alcotest" {with-test & <= "1.8.0"} +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_client_base/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: common helpers for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.3.tar.bz2" + checksum: [ + "sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" + "sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-base/tezos-client-base.7.4/opam b/packages/tezos-client-base/tezos-client-base.7.4/opam new file mode 100644 index 000000000..cc011a351 --- /dev/null +++ b/packages/tezos-client-base/tezos-client-base.7.4/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-shell-services" { = version } + "alcotest" {with-test & <= "1.8.0"} +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_client_base/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: common helpers for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-base/tezos-client-base.8.0/opam b/packages/tezos-client-base/tezos-client-base.8.0/opam new file mode 100644 index 000000000..264754ce8 --- /dev/null +++ b/packages/tezos-client-base/tezos-client-base.8.0/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-sapling" { = version } + "tezos-storage" { = version } + "tezos-rpc-http" { = version } + "alcotest" {with-test & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_client_base/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: common helpers for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-base/tezos-client-base.8.1/opam b/packages/tezos-client-base/tezos-client-base.8.1/opam new file mode 100644 index 000000000..daadd99ec --- /dev/null +++ b/packages/tezos-client-base/tezos-client-base.8.1/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-sapling" { = version } + "tezos-storage" { = version } + "tezos-rpc-http" { = version } + "alcotest" {with-test & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_client_base/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: common helpers for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-base/tezos-client-base.8.2/opam b/packages/tezos-client-base/tezos-client-base.8.2/opam new file mode 100644 index 000000000..114f12d5d --- /dev/null +++ b/packages/tezos-client-base/tezos-client-base.8.2/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-sapling" { = version } + "tezos-storage" { = version } + "tezos-rpc-http" { = version } + "alcotest" {with-test & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_client_base/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: common helpers for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-base/tezos-client-base.8.3/opam b/packages/tezos-client-base/tezos-client-base.8.3/opam new file mode 100644 index 000000000..800a13adc --- /dev/null +++ b/packages/tezos-client-base/tezos-client-base.8.3/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-sapling" { = version } + "tezos-storage" { = version } + "tezos-rpc-http" { = version } + "alcotest" {with-test & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_client_base/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: common helpers for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-base/tezos-client-base.9.0/opam b/packages/tezos-client-base/tezos-client-base.9.0/opam new file mode 100644 index 000000000..151f962af --- /dev/null +++ b/packages/tezos-client-base/tezos-client-base.9.0/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-storage" { = version } + "tezos-rpc-http" { = version } + "tezos-sapling" { = version } + "alcotest" {with-test & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_client_base/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: common helpers for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-base/tezos-client-base.9.1/opam b/packages/tezos-client-base/tezos-client-base.9.1/opam new file mode 100644 index 000000000..01f136b42 --- /dev/null +++ b/packages/tezos-client-base/tezos-client-base.9.1/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-storage" { = version } + "tezos-rpc-http" { = version } + "tezos-sapling" { = version } + "alcotest" {with-test & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_client_base/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: common helpers for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-base/tezos-client-base.9.2/opam b/packages/tezos-client-base/tezos-client-base.9.2/opam new file mode 100644 index 000000000..da0153cda --- /dev/null +++ b/packages/tezos-client-base/tezos-client-base.9.2/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-storage" { = version } + "tezos-rpc-http" { = version } + "tezos-sapling" { = version } + "alcotest" {with-test & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_client_base/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: common helpers for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-base/tezos-client-base.9.3/opam b/packages/tezos-client-base/tezos-client-base.9.3/opam new file mode 100644 index 000000000..25e6ee2d0 --- /dev/null +++ b/packages/tezos-client-base/tezos-client-base.9.3/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-storage" { = version } + "tezos-rpc-http" { = version } + "tezos-sapling" { = version } + "alcotest" {with-test & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_client_base/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: common helpers for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-base/tezos-client-base.9.4/opam b/packages/tezos-client-base/tezos-client-base.9.4/opam new file mode 100644 index 000000000..aa191357c --- /dev/null +++ b/packages/tezos-client-base/tezos-client-base.9.4/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-storage" { = version } + "tezos-rpc-http" { = version } + "tezos-sapling" { = version } + "alcotest" {with-test & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_client_base/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: common helpers for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-base/tezos-client-base.9.7/opam b/packages/tezos-client-base/tezos-client-base.9.7/opam new file mode 100644 index 000000000..b9d997b44 --- /dev/null +++ b/packages/tezos-client-base/tezos-client-base.9.7/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-storage" { = version } + "tezos-rpc-http" { = version } + "tezos-sapling" { = version } + "alcotest" {with-test & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_client_base/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: common helpers for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-commands/tezos-client-commands.10.2/opam b/packages/tezos-client-commands/tezos-client-commands.10.2/opam new file mode 100644 index 000000000..f59a4fd08 --- /dev/null +++ b/packages/tezos-client-commands/tezos-client-commands.10.2/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-signer-backends" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: protocol agnostic commands for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-commands/tezos-client-commands.11.0/opam b/packages/tezos-client-commands/tezos-client-commands.11.0/opam new file mode 100644 index 000000000..030aa0090 --- /dev/null +++ b/packages/tezos-client-commands/tezos-client-commands.11.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-signer-backends" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: protocol agnostic commands for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-commands/tezos-client-commands.11.1/opam b/packages/tezos-client-commands/tezos-client-commands.11.1/opam new file mode 100644 index 000000000..530f0886c --- /dev/null +++ b/packages/tezos-client-commands/tezos-client-commands.11.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-signer-backends" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: protocol agnostic commands for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-commands/tezos-client-commands.12.0/opam b/packages/tezos-client-commands/tezos-client-commands.12.0/opam new file mode 100644 index 000000000..810fc40e8 --- /dev/null +++ b/packages/tezos-client-commands/tezos-client-commands.12.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-signer-backends" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: protocol agnostic commands for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-commands/tezos-client-commands.12.3/opam b/packages/tezos-client-commands/tezos-client-commands.12.3/opam new file mode 100644 index 000000000..a1a4f4b18 --- /dev/null +++ b/packages/tezos-client-commands/tezos-client-commands.12.3/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-signer-backends" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: protocol agnostic commands for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-commands/tezos-client-commands.13.0/opam b/packages/tezos-client-commands/tezos-client-commands.13.0/opam new file mode 100644 index 000000000..3756f92d6 --- /dev/null +++ b/packages/tezos-client-commands/tezos-client-commands.13.0/opam @@ -0,0 +1,37 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-rpc" { = version } + "tezos-clic" { = version } + "tezos-client-base" { = version } + "tezos-shell-services" { = version } + "tezos-p2p-services" { = version } + "tezos-stdlib-unix" { = version } + "tezos-signer-backends" { = version } + "data-encoding" { >= "0.5.3" & < "0.6" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: protocol agnostic commands for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-commands/tezos-client-commands.14.0/opam b/packages/tezos-client-commands/tezos-client-commands.14.0/opam new file mode 100644 index 000000000..b85858a35 --- /dev/null +++ b/packages/tezos-client-commands/tezos-client-commands.14.0/opam @@ -0,0 +1,37 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-rpc" { = version } + "tezos-clic" { = version } + "tezos-client-base" { = version } + "tezos-shell-services" { = version } + "tezos-p2p-services" { = version } + "tezos-stdlib-unix" { = version } + "tezos-signer-backends" { = version } + "data-encoding" { >= "0.6" & < "0.7" } + "uri" {>= "2.2.0" & <= "4.4.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: protocol agnostic commands for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-commands/tezos-client-commands.15.0/opam b/packages/tezos-client-commands/tezos-client-commands.15.0/opam new file mode 100644 index 000000000..3ae069da1 --- /dev/null +++ b/packages/tezos-client-commands/tezos-client-commands.15.0/opam @@ -0,0 +1,37 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-rpc" { = version } + "tezos-clic" { = version } + "tezos-client-base" { = version } + "tezos-shell-services" { = version } + "tezos-p2p-services" { = version } + "tezos-stdlib-unix" { = version } + "tezos-signer-backends" { = version } + "data-encoding" { >= "0.6" & < "0.7" } + "uri" {>= "2.2.0" & <= "4.4.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: protocol agnostic commands for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-commands/tezos-client-commands.15.1/opam b/packages/tezos-client-commands/tezos-client-commands.15.1/opam new file mode 100644 index 000000000..c507a6b79 --- /dev/null +++ b/packages/tezos-client-commands/tezos-client-commands.15.1/opam @@ -0,0 +1,37 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-rpc" { = version } + "tezos-clic" { = version } + "tezos-client-base" { = version } + "tezos-shell-services" { = version } + "tezos-p2p-services" { = version } + "tezos-stdlib-unix" { = version } + "tezos-signer-backends" { = version } + "data-encoding" { >= "0.6" & < "0.7" } + "uri" {>= "2.2.0" & <= "4.4.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: protocol agnostic commands for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-commands/tezos-client-commands.17.1/opam b/packages/tezos-client-commands/tezos-client-commands.17.1/opam new file mode 100644 index 000000000..8c4817879 --- /dev/null +++ b/packages/tezos-client-commands/tezos-client-commands.17.1/opam @@ -0,0 +1,38 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-base" { = version } + "tezos-rpc" { = version } + "tezos-clic" { = version } + "tezos-client-base" { = version } + "tezos-shell-services" { = version } + "tezos-p2p-services" { = version } + "tezos-stdlib-unix" { = version } + "tezos-signer-backends" { = version } + "data-encoding" { >= "0.7.1" & < "1.0.0" } + "uri" {>= "3.1.0" & <= "4.4.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: protocol agnostic commands for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-commands/tezos-client-commands.17.2/opam b/packages/tezos-client-commands/tezos-client-commands.17.2/opam new file mode 100644 index 000000000..9500e1f3a --- /dev/null +++ b/packages/tezos-client-commands/tezos-client-commands.17.2/opam @@ -0,0 +1,38 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-base" { = version } + "tezos-rpc" { = version } + "tezos-clic" { = version } + "tezos-client-base" { = version } + "tezos-shell-services" { = version } + "tezos-p2p-services" { = version } + "tezos-stdlib-unix" { = version } + "tezos-signer-backends" { = version } + "data-encoding" { >= "0.7.1" & < "1.0.0" } + "uri" {>= "3.1.0" & <= "4.4.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: protocol agnostic commands for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-commands/tezos-client-commands.7.0/opam b/packages/tezos-client-commands/tezos-client-commands.7.0/opam new file mode 100644 index 000000000..2c4d4d45a --- /dev/null +++ b/packages/tezos-client-commands/tezos-client-commands.7.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-signer-backends" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: protocol agnostic commands for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.0.tar.bz2" + checksum: [ + "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91" + "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-commands/tezos-client-commands.7.1/opam b/packages/tezos-client-commands/tezos-client-commands.7.1/opam new file mode 100644 index 000000000..378a1fccb --- /dev/null +++ b/packages/tezos-client-commands/tezos-client-commands.7.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-signer-backends" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: protocol agnostic commands for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.1.tar.bz2" + checksum: [ + "sha256=3675d856c4b818da7f5de0b85b86a48d3883f1210cfef28ef3233a047e74bed6" + "sha512=d6abdef9a6643b2ffe8141ecc625dcc2a939131e2e5cc158c74aba8c403bd4072b7fc403ccfa6d766696604ad112495dd9db1ece8a3ae5a4693071dfdffcbda5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-commands/tezos-client-commands.7.2/opam b/packages/tezos-client-commands/tezos-client-commands.7.2/opam new file mode 100644 index 000000000..d4a711cbc --- /dev/null +++ b/packages/tezos-client-commands/tezos-client-commands.7.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-signer-backends" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: protocol agnostic commands for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.2.tar.bz2" + checksum: [ + "sha256=abb52ad63345943d20f3edc4c3507474af94c001c8bf58138f47341942036cec" + "sha512=c823ca801cbc4005f5fc6ea5236d93569410c034da3ed32939ef64a0f2c19a34444fac12e13c72e5a1e15a401b655e58ffdbbb66ce0516e5968f621677b96117" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-commands/tezos-client-commands.7.3/opam b/packages/tezos-client-commands/tezos-client-commands.7.3/opam new file mode 100644 index 000000000..12f52cbf2 --- /dev/null +++ b/packages/tezos-client-commands/tezos-client-commands.7.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-signer-backends" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: protocol agnostic commands for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.3.tar.bz2" + checksum: [ + "sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" + "sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-commands/tezos-client-commands.7.4/opam b/packages/tezos-client-commands/tezos-client-commands.7.4/opam new file mode 100644 index 000000000..2ee0532cc --- /dev/null +++ b/packages/tezos-client-commands/tezos-client-commands.7.4/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-signer-backends" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: protocol agnostic commands for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-commands/tezos-client-commands.8.0/opam b/packages/tezos-client-commands/tezos-client-commands.8.0/opam new file mode 100644 index 000000000..6d3e33dac --- /dev/null +++ b/packages/tezos-client-commands/tezos-client-commands.8.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-base" { = version } + "tezos-shell-services" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: protocol agnostic commands for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-commands/tezos-client-commands.8.1/opam b/packages/tezos-client-commands/tezos-client-commands.8.1/opam new file mode 100644 index 000000000..9482002d9 --- /dev/null +++ b/packages/tezos-client-commands/tezos-client-commands.8.1/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-base" { = version } + "tezos-shell-services" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: protocol agnostic commands for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-commands/tezos-client-commands.8.2/opam b/packages/tezos-client-commands/tezos-client-commands.8.2/opam new file mode 100644 index 000000000..0a1b6fc79 --- /dev/null +++ b/packages/tezos-client-commands/tezos-client-commands.8.2/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-base" { = version } + "tezos-shell-services" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: protocol agnostic commands for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-commands/tezos-client-commands.8.3/opam b/packages/tezos-client-commands/tezos-client-commands.8.3/opam new file mode 100644 index 000000000..ab076b678 --- /dev/null +++ b/packages/tezos-client-commands/tezos-client-commands.8.3/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-base" { = version } + "tezos-shell-services" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: protocol agnostic commands for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-commands/tezos-client-commands.9.0/opam b/packages/tezos-client-commands/tezos-client-commands.9.0/opam new file mode 100644 index 000000000..f8e934ef1 --- /dev/null +++ b/packages/tezos-client-commands/tezos-client-commands.9.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-base" { = version } + "tezos-shell-services" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: protocol agnostic commands for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-commands/tezos-client-commands.9.1/opam b/packages/tezos-client-commands/tezos-client-commands.9.1/opam new file mode 100644 index 000000000..46e221ae3 --- /dev/null +++ b/packages/tezos-client-commands/tezos-client-commands.9.1/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-base" { = version } + "tezos-shell-services" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: protocol agnostic commands for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-commands/tezos-client-commands.9.2/opam b/packages/tezos-client-commands/tezos-client-commands.9.2/opam new file mode 100644 index 000000000..2a11b1497 --- /dev/null +++ b/packages/tezos-client-commands/tezos-client-commands.9.2/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-base" { = version } + "tezos-shell-services" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: protocol agnostic commands for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-commands/tezos-client-commands.9.3/opam b/packages/tezos-client-commands/tezos-client-commands.9.3/opam new file mode 100644 index 000000000..631daadff --- /dev/null +++ b/packages/tezos-client-commands/tezos-client-commands.9.3/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-base" { = version } + "tezos-shell-services" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: protocol agnostic commands for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-commands/tezos-client-commands.9.4/opam b/packages/tezos-client-commands/tezos-client-commands.9.4/opam new file mode 100644 index 000000000..94fe6106c --- /dev/null +++ b/packages/tezos-client-commands/tezos-client-commands.9.4/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-base" { = version } + "tezos-shell-services" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: protocol agnostic commands for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-commands/tezos-client-commands.9.7/opam b/packages/tezos-client-commands/tezos-client-commands.9.7/opam new file mode 100644 index 000000000..5909b800f --- /dev/null +++ b/packages/tezos-client-commands/tezos-client-commands.9.7/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-base" { = version } + "tezos-shell-services" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_client_commands/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: protocol agnostic commands for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-demo-counter/tezos-client-demo-counter.10.2/opam b/packages/tezos-client-demo-counter/tezos-client-demo-counter.10.2/opam new file mode 100644 index 000000000..b001eeaba --- /dev/null +++ b/packages/tezos-client-demo-counter/tezos-client-demo-counter.10.2/opam @@ -0,0 +1,28 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-commands" { = version } + "tezos-protocol-demo-counter" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_demo_counter/lib_client/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-demo-counter/tezos-client-demo-counter.11.0/opam b/packages/tezos-client-demo-counter/tezos-client-demo-counter.11.0/opam new file mode 100644 index 000000000..00fb6e49c --- /dev/null +++ b/packages/tezos-client-demo-counter/tezos-client-demo-counter.11.0/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-client-commands" { = version } + "tezos-protocol-demo-counter" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_demo_counter/lib_client/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-demo-counter/tezos-client-demo-counter.11.1/opam b/packages/tezos-client-demo-counter/tezos-client-demo-counter.11.1/opam new file mode 100644 index 000000000..a57931dda --- /dev/null +++ b/packages/tezos-client-demo-counter/tezos-client-demo-counter.11.1/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-commands" { = version } + "tezos-protocol-demo-counter" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_demo_counter/lib_client/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-demo-counter/tezos-client-demo-counter.12.0/opam b/packages/tezos-client-demo-counter/tezos-client-demo-counter.12.0/opam new file mode 100644 index 000000000..bba7faf81 --- /dev/null +++ b/packages/tezos-client-demo-counter/tezos-client-demo-counter.12.0/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-commands" { = version } + "tezos-protocol-demo-counter" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_demo_counter/lib_client/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-demo-counter/tezos-client-demo-counter.12.3/opam b/packages/tezos-client-demo-counter/tezos-client-demo-counter.12.3/opam new file mode 100644 index 000000000..126bf9b2e --- /dev/null +++ b/packages/tezos-client-demo-counter/tezos-client-demo-counter.12.3/opam @@ -0,0 +1,28 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-commands" { = version } + "tezos-protocol-demo-counter" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_demo_counter/lib_client/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-demo-counter/tezos-client-demo-counter.13.0/opam b/packages/tezos-client-demo-counter/tezos-client-demo-counter.13.0/opam new file mode 100644 index 000000000..06811edfc --- /dev/null +++ b/packages/tezos-client-demo-counter/tezos-client-demo-counter.13.0/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-client-commands" { = version } + "tezos-protocol-demo-counter" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_demo_counter/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-demo-counter/tezos-client-demo-counter.14.0/opam b/packages/tezos-client-demo-counter/tezos-client-demo-counter.14.0/opam new file mode 100644 index 000000000..2e44e99fb --- /dev/null +++ b/packages/tezos-client-demo-counter/tezos-client-demo-counter.14.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-client-commands" { = version } + "tezos-protocol-demo-counter" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-demo-counter/tezos-client-demo-counter.15.0/opam b/packages/tezos-client-demo-counter/tezos-client-demo-counter.15.0/opam new file mode 100644 index 000000000..c98b64d48 --- /dev/null +++ b/packages/tezos-client-demo-counter/tezos-client-demo-counter.15.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-client-commands" { = version } + "tezos-protocol-demo-counter" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-demo-counter/tezos-client-demo-counter.15.1/opam b/packages/tezos-client-demo-counter/tezos-client-demo-counter.15.1/opam new file mode 100644 index 000000000..a58fb322f --- /dev/null +++ b/packages/tezos-client-demo-counter/tezos-client-demo-counter.15.1/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-client-commands" { = version } + "tezos-protocol-demo-counter" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-demo-counter/tezos-client-demo-counter.17.1/opam b/packages/tezos-client-demo-counter/tezos-client-demo-counter.17.1/opam new file mode 100644 index 000000000..75236efa5 --- /dev/null +++ b/packages/tezos-client-demo-counter/tezos-client-demo-counter.17.1/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-base" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-client-commands" { = version } + "tezos-protocol-demo-counter" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-demo-counter/tezos-client-demo-counter.17.2/opam b/packages/tezos-client-demo-counter/tezos-client-demo-counter.17.2/opam new file mode 100644 index 000000000..14eeb7762 --- /dev/null +++ b/packages/tezos-client-demo-counter/tezos-client-demo-counter.17.2/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-base" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-client-commands" { = version } + "tezos-protocol-demo-counter" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-demo-counter/tezos-client-demo-counter.7.0/opam b/packages/tezos-client-demo-counter/tezos-client-demo-counter.7.0/opam new file mode 100644 index 000000000..2710a9f3f --- /dev/null +++ b/packages/tezos-client-demo-counter/tezos-client-demo-counter.7.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-client-commands" { = version } + "tezos-protocol-demo-counter" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_demo_counter/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.0.tar.bz2" + checksum: [ + "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91" + "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-demo-counter/tezos-client-demo-counter.7.1/opam b/packages/tezos-client-demo-counter/tezos-client-demo-counter.7.1/opam new file mode 100644 index 000000000..edb4f50b4 --- /dev/null +++ b/packages/tezos-client-demo-counter/tezos-client-demo-counter.7.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-client-commands" { = version } + "tezos-protocol-demo-counter" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_demo_counter/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.1.tar.bz2" + checksum: [ + "sha256=3675d856c4b818da7f5de0b85b86a48d3883f1210cfef28ef3233a047e74bed6" + "sha512=d6abdef9a6643b2ffe8141ecc625dcc2a939131e2e5cc158c74aba8c403bd4072b7fc403ccfa6d766696604ad112495dd9db1ece8a3ae5a4693071dfdffcbda5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-demo-counter/tezos-client-demo-counter.7.2/opam b/packages/tezos-client-demo-counter/tezos-client-demo-counter.7.2/opam new file mode 100644 index 000000000..3b7275bd0 --- /dev/null +++ b/packages/tezos-client-demo-counter/tezos-client-demo-counter.7.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-client-commands" { = version } + "tezos-protocol-demo-counter" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_demo_counter/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.2.tar.bz2" + checksum: [ + "sha256=abb52ad63345943d20f3edc4c3507474af94c001c8bf58138f47341942036cec" + "sha512=c823ca801cbc4005f5fc6ea5236d93569410c034da3ed32939ef64a0f2c19a34444fac12e13c72e5a1e15a401b655e58ffdbbb66ce0516e5968f621677b96117" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-demo-counter/tezos-client-demo-counter.7.3/opam b/packages/tezos-client-demo-counter/tezos-client-demo-counter.7.3/opam new file mode 100644 index 000000000..889c344f8 --- /dev/null +++ b/packages/tezos-client-demo-counter/tezos-client-demo-counter.7.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-client-commands" { = version } + "tezos-protocol-demo-counter" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_demo_counter/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.3.tar.bz2" + checksum: [ + "sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" + "sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-demo-counter/tezos-client-demo-counter.7.4/opam b/packages/tezos-client-demo-counter/tezos-client-demo-counter.7.4/opam new file mode 100644 index 000000000..524f62784 --- /dev/null +++ b/packages/tezos-client-demo-counter/tezos-client-demo-counter.7.4/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-client-commands" { = version } + "tezos-protocol-demo-counter" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_demo_counter/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-demo-counter/tezos-client-demo-counter.8.0/opam b/packages/tezos-client-demo-counter/tezos-client-demo-counter.8.0/opam new file mode 100644 index 000000000..57e29bb0c --- /dev/null +++ b/packages/tezos-client-demo-counter/tezos-client-demo-counter.8.0/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-commands" { = version } + "tezos-protocol-demo-counter" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_demo_counter/lib_client/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-demo-counter/tezos-client-demo-counter.8.1/opam b/packages/tezos-client-demo-counter/tezos-client-demo-counter.8.1/opam new file mode 100644 index 000000000..91ee6472a --- /dev/null +++ b/packages/tezos-client-demo-counter/tezos-client-demo-counter.8.1/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-commands" { = version } + "tezos-protocol-demo-counter" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_demo_counter/lib_client/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-demo-counter/tezos-client-demo-counter.8.2/opam b/packages/tezos-client-demo-counter/tezos-client-demo-counter.8.2/opam new file mode 100644 index 000000000..208086d8b --- /dev/null +++ b/packages/tezos-client-demo-counter/tezos-client-demo-counter.8.2/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-commands" { = version } + "tezos-protocol-demo-counter" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_demo_counter/lib_client/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-demo-counter/tezos-client-demo-counter.8.3/opam b/packages/tezos-client-demo-counter/tezos-client-demo-counter.8.3/opam new file mode 100644 index 000000000..ca77100b9 --- /dev/null +++ b/packages/tezos-client-demo-counter/tezos-client-demo-counter.8.3/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-commands" { = version } + "tezos-protocol-demo-counter" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_demo_counter/lib_client/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-demo-counter/tezos-client-demo-counter.9.0/opam b/packages/tezos-client-demo-counter/tezos-client-demo-counter.9.0/opam new file mode 100644 index 000000000..f1f2746cb --- /dev/null +++ b/packages/tezos-client-demo-counter/tezos-client-demo-counter.9.0/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-commands" { = version } + "tezos-protocol-demo-counter" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_demo_counter/lib_client/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-demo-counter/tezos-client-demo-counter.9.1/opam b/packages/tezos-client-demo-counter/tezos-client-demo-counter.9.1/opam new file mode 100644 index 000000000..392eca07d --- /dev/null +++ b/packages/tezos-client-demo-counter/tezos-client-demo-counter.9.1/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-commands" { = version } + "tezos-protocol-demo-counter" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_demo_counter/lib_client/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-demo-counter/tezos-client-demo-counter.9.2/opam b/packages/tezos-client-demo-counter/tezos-client-demo-counter.9.2/opam new file mode 100644 index 000000000..bd70808d9 --- /dev/null +++ b/packages/tezos-client-demo-counter/tezos-client-demo-counter.9.2/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-commands" { = version } + "tezos-protocol-demo-counter" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_demo_counter/lib_client/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-demo-counter/tezos-client-demo-counter.9.3/opam b/packages/tezos-client-demo-counter/tezos-client-demo-counter.9.3/opam new file mode 100644 index 000000000..0eea73569 --- /dev/null +++ b/packages/tezos-client-demo-counter/tezos-client-demo-counter.9.3/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-commands" { = version } + "tezos-protocol-demo-counter" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_demo_counter/lib_client/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-demo-counter/tezos-client-demo-counter.9.4/opam b/packages/tezos-client-demo-counter/tezos-client-demo-counter.9.4/opam new file mode 100644 index 000000000..c733132d1 --- /dev/null +++ b/packages/tezos-client-demo-counter/tezos-client-demo-counter.9.4/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-commands" { = version } + "tezos-protocol-demo-counter" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_demo_counter/lib_client/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-demo-counter/tezos-client-demo-counter.9.7/opam b/packages/tezos-client-demo-counter/tezos-client-demo-counter.9.7/opam new file mode 100644 index 000000000..d23517d89 --- /dev/null +++ b/packages/tezos-client-demo-counter/tezos-client-demo-counter.9.7/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-commands" { = version } + "tezos-protocol-demo-counter" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_demo_counter/lib_client/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-genesis-carthagenet/tezos-client-genesis-carthagenet.10.2/opam b/packages/tezos-client-genesis-carthagenet/tezos-client-genesis-carthagenet.10.2/opam new file mode 100644 index 000000000..5fe15856a --- /dev/null +++ b/packages/tezos-client-genesis-carthagenet/tezos-client-genesis-carthagenet.10.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-commands" { = version } + "tezos-protocol-genesis-carthagenet" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis_carthagenet/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis (protocol-specific commands for `tezos-client`)" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-genesis-carthagenet/tezos-client-genesis-carthagenet.11.0/opam b/packages/tezos-client-genesis-carthagenet/tezos-client-genesis-carthagenet.11.0/opam new file mode 100644 index 000000000..d49513a8f --- /dev/null +++ b/packages/tezos-client-genesis-carthagenet/tezos-client-genesis-carthagenet.11.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-client-commands" { = version } + "tezos-protocol-genesis-carthagenet" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis_carthagenet/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-genesis-carthagenet/tezos-client-genesis-carthagenet.11.1/opam b/packages/tezos-client-genesis-carthagenet/tezos-client-genesis-carthagenet.11.1/opam new file mode 100644 index 000000000..6e50f7174 --- /dev/null +++ b/packages/tezos-client-genesis-carthagenet/tezos-client-genesis-carthagenet.11.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-commands" { = version } + "tezos-protocol-genesis-carthagenet" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis_carthagenet/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-genesis-carthagenet/tezos-client-genesis-carthagenet.12.0/opam b/packages/tezos-client-genesis-carthagenet/tezos-client-genesis-carthagenet.12.0/opam new file mode 100644 index 000000000..fda7b7d1f --- /dev/null +++ b/packages/tezos-client-genesis-carthagenet/tezos-client-genesis-carthagenet.12.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-commands" { = version } + "tezos-protocol-genesis-carthagenet" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis_carthagenet/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-genesis-carthagenet/tezos-client-genesis-carthagenet.12.3/opam b/packages/tezos-client-genesis-carthagenet/tezos-client-genesis-carthagenet.12.3/opam new file mode 100644 index 000000000..7bb7f8f2d --- /dev/null +++ b/packages/tezos-client-genesis-carthagenet/tezos-client-genesis-carthagenet.12.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-commands" { = version } + "tezos-protocol-genesis-carthagenet" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis_carthagenet/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis (protocol-specific commands for `tezos-client`)" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-genesis-carthagenet/tezos-client-genesis-carthagenet.7.0/opam b/packages/tezos-client-genesis-carthagenet/tezos-client-genesis-carthagenet.7.0/opam new file mode 100644 index 000000000..b081d7869 --- /dev/null +++ b/packages/tezos-client-genesis-carthagenet/tezos-client-genesis-carthagenet.7.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-client-commands" { = version } + "tezos-protocol-genesis-carthagenet" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis_carthagenet/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.0.tar.bz2" + checksum: [ + "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91" + "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-genesis-carthagenet/tezos-client-genesis-carthagenet.7.1/opam b/packages/tezos-client-genesis-carthagenet/tezos-client-genesis-carthagenet.7.1/opam new file mode 100644 index 000000000..b75c30749 --- /dev/null +++ b/packages/tezos-client-genesis-carthagenet/tezos-client-genesis-carthagenet.7.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-client-commands" { = version } + "tezos-protocol-genesis-carthagenet" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis_carthagenet/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.1.tar.bz2" + checksum: [ + "sha256=3675d856c4b818da7f5de0b85b86a48d3883f1210cfef28ef3233a047e74bed6" + "sha512=d6abdef9a6643b2ffe8141ecc625dcc2a939131e2e5cc158c74aba8c403bd4072b7fc403ccfa6d766696604ad112495dd9db1ece8a3ae5a4693071dfdffcbda5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-genesis-carthagenet/tezos-client-genesis-carthagenet.7.2/opam b/packages/tezos-client-genesis-carthagenet/tezos-client-genesis-carthagenet.7.2/opam new file mode 100644 index 000000000..b63511346 --- /dev/null +++ b/packages/tezos-client-genesis-carthagenet/tezos-client-genesis-carthagenet.7.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-client-commands" { = version } + "tezos-protocol-genesis-carthagenet" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis_carthagenet/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.2.tar.bz2" + checksum: [ + "sha256=abb52ad63345943d20f3edc4c3507474af94c001c8bf58138f47341942036cec" + "sha512=c823ca801cbc4005f5fc6ea5236d93569410c034da3ed32939ef64a0f2c19a34444fac12e13c72e5a1e15a401b655e58ffdbbb66ce0516e5968f621677b96117" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-genesis-carthagenet/tezos-client-genesis-carthagenet.7.3/opam b/packages/tezos-client-genesis-carthagenet/tezos-client-genesis-carthagenet.7.3/opam new file mode 100644 index 000000000..e7a226b29 --- /dev/null +++ b/packages/tezos-client-genesis-carthagenet/tezos-client-genesis-carthagenet.7.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-client-commands" { = version } + "tezos-protocol-genesis-carthagenet" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis_carthagenet/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.3.tar.bz2" + checksum: [ + "sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" + "sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-genesis-carthagenet/tezos-client-genesis-carthagenet.7.4/opam b/packages/tezos-client-genesis-carthagenet/tezos-client-genesis-carthagenet.7.4/opam new file mode 100644 index 000000000..218f0439a --- /dev/null +++ b/packages/tezos-client-genesis-carthagenet/tezos-client-genesis-carthagenet.7.4/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-client-commands" { = version } + "tezos-protocol-genesis-carthagenet" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis_carthagenet/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-genesis-carthagenet/tezos-client-genesis-carthagenet.8.0/opam b/packages/tezos-client-genesis-carthagenet/tezos-client-genesis-carthagenet.8.0/opam new file mode 100644 index 000000000..96c15323e --- /dev/null +++ b/packages/tezos-client-genesis-carthagenet/tezos-client-genesis-carthagenet.8.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-commands" { = version } + "tezos-protocol-genesis-carthagenet" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis_carthagenet/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-genesis-carthagenet/tezos-client-genesis-carthagenet.8.1/opam b/packages/tezos-client-genesis-carthagenet/tezos-client-genesis-carthagenet.8.1/opam new file mode 100644 index 000000000..8b7159674 --- /dev/null +++ b/packages/tezos-client-genesis-carthagenet/tezos-client-genesis-carthagenet.8.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-commands" { = version } + "tezos-protocol-genesis-carthagenet" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis_carthagenet/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-genesis-carthagenet/tezos-client-genesis-carthagenet.8.2/opam b/packages/tezos-client-genesis-carthagenet/tezos-client-genesis-carthagenet.8.2/opam new file mode 100644 index 000000000..53e7f07c6 --- /dev/null +++ b/packages/tezos-client-genesis-carthagenet/tezos-client-genesis-carthagenet.8.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-commands" { = version } + "tezos-protocol-genesis-carthagenet" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis_carthagenet/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-genesis-carthagenet/tezos-client-genesis-carthagenet.8.3/opam b/packages/tezos-client-genesis-carthagenet/tezos-client-genesis-carthagenet.8.3/opam new file mode 100644 index 000000000..0396b0e9a --- /dev/null +++ b/packages/tezos-client-genesis-carthagenet/tezos-client-genesis-carthagenet.8.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-commands" { = version } + "tezos-protocol-genesis-carthagenet" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis_carthagenet/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-genesis-carthagenet/tezos-client-genesis-carthagenet.9.0/opam b/packages/tezos-client-genesis-carthagenet/tezos-client-genesis-carthagenet.9.0/opam new file mode 100644 index 000000000..61afa29df --- /dev/null +++ b/packages/tezos-client-genesis-carthagenet/tezos-client-genesis-carthagenet.9.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-commands" { = version } + "tezos-protocol-genesis-carthagenet" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis_carthagenet/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-genesis-carthagenet/tezos-client-genesis-carthagenet.9.1/opam b/packages/tezos-client-genesis-carthagenet/tezos-client-genesis-carthagenet.9.1/opam new file mode 100644 index 000000000..24eca87cb --- /dev/null +++ b/packages/tezos-client-genesis-carthagenet/tezos-client-genesis-carthagenet.9.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-commands" { = version } + "tezos-protocol-genesis-carthagenet" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis_carthagenet/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-genesis-carthagenet/tezos-client-genesis-carthagenet.9.2/opam b/packages/tezos-client-genesis-carthagenet/tezos-client-genesis-carthagenet.9.2/opam new file mode 100644 index 000000000..295250ee4 --- /dev/null +++ b/packages/tezos-client-genesis-carthagenet/tezos-client-genesis-carthagenet.9.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-commands" { = version } + "tezos-protocol-genesis-carthagenet" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis_carthagenet/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-genesis-carthagenet/tezos-client-genesis-carthagenet.9.3/opam b/packages/tezos-client-genesis-carthagenet/tezos-client-genesis-carthagenet.9.3/opam new file mode 100644 index 000000000..c71c340e0 --- /dev/null +++ b/packages/tezos-client-genesis-carthagenet/tezos-client-genesis-carthagenet.9.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-commands" { = version } + "tezos-protocol-genesis-carthagenet" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis_carthagenet/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-genesis-carthagenet/tezos-client-genesis-carthagenet.9.4/opam b/packages/tezos-client-genesis-carthagenet/tezos-client-genesis-carthagenet.9.4/opam new file mode 100644 index 000000000..a2c761750 --- /dev/null +++ b/packages/tezos-client-genesis-carthagenet/tezos-client-genesis-carthagenet.9.4/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-commands" { = version } + "tezos-protocol-genesis-carthagenet" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis_carthagenet/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-genesis-carthagenet/tezos-client-genesis-carthagenet.9.7/opam b/packages/tezos-client-genesis-carthagenet/tezos-client-genesis-carthagenet.9.7/opam new file mode 100644 index 000000000..2038b0b09 --- /dev/null +++ b/packages/tezos-client-genesis-carthagenet/tezos-client-genesis-carthagenet.9.7/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-commands" { = version } + "tezos-protocol-genesis-carthagenet" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis_carthagenet/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis (protocol-specific commands for `tezos-client`)" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-genesis/tezos-client-genesis.10.2/opam b/packages/tezos-client-genesis/tezos-client-genesis.10.2/opam new file mode 100644 index 000000000..528957d15 --- /dev/null +++ b/packages/tezos-client-genesis/tezos-client-genesis.10.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-commands" { = version } + "tezos-protocol-genesis" { = version } + "tezos-proxy" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis (protocol-specific commands for `tezos-client`)" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-genesis/tezos-client-genesis.11.0/opam b/packages/tezos-client-genesis/tezos-client-genesis.11.0/opam new file mode 100644 index 000000000..208bf86b6 --- /dev/null +++ b/packages/tezos-client-genesis/tezos-client-genesis.11.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-client-commands" { = version } + "tezos-protocol-genesis" { = version } + "tezos-proxy" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-genesis/tezos-client-genesis.11.1/opam b/packages/tezos-client-genesis/tezos-client-genesis.11.1/opam new file mode 100644 index 000000000..209458c09 --- /dev/null +++ b/packages/tezos-client-genesis/tezos-client-genesis.11.1/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-commands" { = version } + "tezos-protocol-genesis" { = version } + "tezos-proxy" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-genesis/tezos-client-genesis.12.0/opam b/packages/tezos-client-genesis/tezos-client-genesis.12.0/opam new file mode 100644 index 000000000..3dffb7d99 --- /dev/null +++ b/packages/tezos-client-genesis/tezos-client-genesis.12.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-commands" { = version } + "tezos-protocol-genesis" { = version } + "tezos-proxy" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-genesis/tezos-client-genesis.12.3/opam b/packages/tezos-client-genesis/tezos-client-genesis.12.3/opam new file mode 100644 index 000000000..8e2e0ff1e --- /dev/null +++ b/packages/tezos-client-genesis/tezos-client-genesis.12.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-commands" { = version } + "tezos-protocol-genesis" { = version } + "tezos-proxy" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis (protocol-specific commands for `tezos-client`)" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-genesis/tezos-client-genesis.13.0/opam b/packages/tezos-client-genesis/tezos-client-genesis.13.0/opam new file mode 100644 index 000000000..d25906318 --- /dev/null +++ b/packages/tezos-client-genesis/tezos-client-genesis.13.0/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-protocol-environment" { = version } + "tezos-protocol-genesis" { = version } + "tezos-client-commands" { = version } + "tezos-proxy" { = version } + "tezos-stdlib-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-genesis/tezos-client-genesis.14.0/opam b/packages/tezos-client-genesis/tezos-client-genesis.14.0/opam new file mode 100644 index 000000000..debd5106e --- /dev/null +++ b/packages/tezos-client-genesis/tezos-client-genesis.14.0/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-protocol-environment" { = version } + "tezos-protocol-genesis" { = version } + "tezos-client-commands" { = version } + "tezos-proxy" { = version } + "tezos-stdlib-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-genesis/tezos-client-genesis.15.0/opam b/packages/tezos-client-genesis/tezos-client-genesis.15.0/opam new file mode 100644 index 000000000..635b93173 --- /dev/null +++ b/packages/tezos-client-genesis/tezos-client-genesis.15.0/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-protocol-environment" { = version } + "tezos-protocol-genesis" { = version } + "tezos-client-commands" { = version } + "tezos-proxy" { = version } + "tezos-stdlib-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-genesis/tezos-client-genesis.15.1/opam b/packages/tezos-client-genesis/tezos-client-genesis.15.1/opam new file mode 100644 index 000000000..d7dbb51b8 --- /dev/null +++ b/packages/tezos-client-genesis/tezos-client-genesis.15.1/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-protocol-environment" { = version } + "tezos-protocol-genesis" { = version } + "tezos-client-commands" { = version } + "tezos-proxy" { = version } + "tezos-stdlib-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-genesis/tezos-client-genesis.17.1/opam b/packages/tezos-client-genesis/tezos-client-genesis.17.1/opam new file mode 100644 index 000000000..8f7494c1f --- /dev/null +++ b/packages/tezos-client-genesis/tezos-client-genesis.17.1/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-base" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-protocol-environment" { = version } + "tezos-protocol-genesis" { = version } + "tezos-client-commands" { = version } + "tezos-proxy" { = version } + "tezos-stdlib-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-genesis/tezos-client-genesis.17.2/opam b/packages/tezos-client-genesis/tezos-client-genesis.17.2/opam new file mode 100644 index 000000000..15848123a --- /dev/null +++ b/packages/tezos-client-genesis/tezos-client-genesis.17.2/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-base" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-protocol-environment" { = version } + "tezos-protocol-genesis" { = version } + "tezos-client-commands" { = version } + "tezos-proxy" { = version } + "tezos-stdlib-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-genesis/tezos-client-genesis.7.0/opam b/packages/tezos-client-genesis/tezos-client-genesis.7.0/opam new file mode 100644 index 000000000..d000ff405 --- /dev/null +++ b/packages/tezos-client-genesis/tezos-client-genesis.7.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-client-commands" { = version } + "tezos-protocol-genesis" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.0.tar.bz2" + checksum: [ + "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91" + "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-genesis/tezos-client-genesis.7.1/opam b/packages/tezos-client-genesis/tezos-client-genesis.7.1/opam new file mode 100644 index 000000000..d9f86205d --- /dev/null +++ b/packages/tezos-client-genesis/tezos-client-genesis.7.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-client-commands" { = version } + "tezos-protocol-genesis" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.1.tar.bz2" + checksum: [ + "sha256=3675d856c4b818da7f5de0b85b86a48d3883f1210cfef28ef3233a047e74bed6" + "sha512=d6abdef9a6643b2ffe8141ecc625dcc2a939131e2e5cc158c74aba8c403bd4072b7fc403ccfa6d766696604ad112495dd9db1ece8a3ae5a4693071dfdffcbda5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-genesis/tezos-client-genesis.7.2/opam b/packages/tezos-client-genesis/tezos-client-genesis.7.2/opam new file mode 100644 index 000000000..1a28113da --- /dev/null +++ b/packages/tezos-client-genesis/tezos-client-genesis.7.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-client-commands" { = version } + "tezos-protocol-genesis" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.2.tar.bz2" + checksum: [ + "sha256=abb52ad63345943d20f3edc4c3507474af94c001c8bf58138f47341942036cec" + "sha512=c823ca801cbc4005f5fc6ea5236d93569410c034da3ed32939ef64a0f2c19a34444fac12e13c72e5a1e15a401b655e58ffdbbb66ce0516e5968f621677b96117" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-genesis/tezos-client-genesis.7.3/opam b/packages/tezos-client-genesis/tezos-client-genesis.7.3/opam new file mode 100644 index 000000000..faaa8cfd8 --- /dev/null +++ b/packages/tezos-client-genesis/tezos-client-genesis.7.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-client-commands" { = version } + "tezos-protocol-genesis" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.3.tar.bz2" + checksum: [ + "sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" + "sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-genesis/tezos-client-genesis.7.4/opam b/packages/tezos-client-genesis/tezos-client-genesis.7.4/opam new file mode 100644 index 000000000..4adc03e46 --- /dev/null +++ b/packages/tezos-client-genesis/tezos-client-genesis.7.4/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-client-commands" { = version } + "tezos-protocol-genesis" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-genesis/tezos-client-genesis.8.0/opam b/packages/tezos-client-genesis/tezos-client-genesis.8.0/opam new file mode 100644 index 000000000..faeeee9ee --- /dev/null +++ b/packages/tezos-client-genesis/tezos-client-genesis.8.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-commands" { = version } + "tezos-protocol-genesis" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-genesis/tezos-client-genesis.8.1/opam b/packages/tezos-client-genesis/tezos-client-genesis.8.1/opam new file mode 100644 index 000000000..abf7eb447 --- /dev/null +++ b/packages/tezos-client-genesis/tezos-client-genesis.8.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-commands" { = version } + "tezos-protocol-genesis" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-genesis/tezos-client-genesis.8.2/opam b/packages/tezos-client-genesis/tezos-client-genesis.8.2/opam new file mode 100644 index 000000000..e0218b0a9 --- /dev/null +++ b/packages/tezos-client-genesis/tezos-client-genesis.8.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-commands" { = version } + "tezos-protocol-genesis" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-genesis/tezos-client-genesis.8.3/opam b/packages/tezos-client-genesis/tezos-client-genesis.8.3/opam new file mode 100644 index 000000000..bc8fcf55f --- /dev/null +++ b/packages/tezos-client-genesis/tezos-client-genesis.8.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-commands" { = version } + "tezos-protocol-genesis" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-genesis/tezos-client-genesis.9.0/opam b/packages/tezos-client-genesis/tezos-client-genesis.9.0/opam new file mode 100644 index 000000000..6cc725fc0 --- /dev/null +++ b/packages/tezos-client-genesis/tezos-client-genesis.9.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-commands" { = version } + "tezos-protocol-genesis" { = version } + "tezos-proxy" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-genesis/tezos-client-genesis.9.1/opam b/packages/tezos-client-genesis/tezos-client-genesis.9.1/opam new file mode 100644 index 000000000..097ecd7f9 --- /dev/null +++ b/packages/tezos-client-genesis/tezos-client-genesis.9.1/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-commands" { = version } + "tezos-protocol-genesis" { = version } + "tezos-proxy" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-genesis/tezos-client-genesis.9.2/opam b/packages/tezos-client-genesis/tezos-client-genesis.9.2/opam new file mode 100644 index 000000000..3043bbe55 --- /dev/null +++ b/packages/tezos-client-genesis/tezos-client-genesis.9.2/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-commands" { = version } + "tezos-protocol-genesis" { = version } + "tezos-proxy" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-genesis/tezos-client-genesis.9.3/opam b/packages/tezos-client-genesis/tezos-client-genesis.9.3/opam new file mode 100644 index 000000000..638e26d5c --- /dev/null +++ b/packages/tezos-client-genesis/tezos-client-genesis.9.3/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-commands" { = version } + "tezos-protocol-genesis" { = version } + "tezos-proxy" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-genesis/tezos-client-genesis.9.4/opam b/packages/tezos-client-genesis/tezos-client-genesis.9.4/opam new file mode 100644 index 000000000..a7c5e7f45 --- /dev/null +++ b/packages/tezos-client-genesis/tezos-client-genesis.9.4/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-commands" { = version } + "tezos-protocol-genesis" { = version } + "tezos-proxy" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis (protocol-specific commands for `tezos-client`)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-genesis/tezos-client-genesis.9.7/opam b/packages/tezos-client-genesis/tezos-client-genesis.9.7/opam new file mode 100644 index 000000000..c79bb7509 --- /dev/null +++ b/packages/tezos-client-genesis/tezos-client-genesis.9.7/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-commands" { = version } + "tezos-protocol-genesis" { = version } + "tezos-proxy" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis/lib_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis (protocol-specific commands for `tezos-client`)" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-sapling-008-PtEdo2Zk/tezos-client-sapling-008-PtEdo2Zk.10.2/opam b/packages/tezos-client-sapling-008-PtEdo2Zk/tezos-client-sapling-008-PtEdo2Zk.10.2/opam new file mode 100644 index 000000000..18ff395df --- /dev/null +++ b/packages/tezos-client-sapling-008-PtEdo2Zk/tezos-client-sapling-008-PtEdo2Zk.10.2/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-008-PtEdo2Zk-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_client_sapling/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: sapling support for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-sapling-008-PtEdo2Zk/tezos-client-sapling-008-PtEdo2Zk.11.0/opam b/packages/tezos-client-sapling-008-PtEdo2Zk/tezos-client-sapling-008-PtEdo2Zk.11.0/opam new file mode 100644 index 000000000..a9ab61b99 --- /dev/null +++ b/packages/tezos-client-sapling-008-PtEdo2Zk/tezos-client-sapling-008-PtEdo2Zk.11.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-client-008-PtEdo2Zk-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_client_sapling/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: sapling support for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-sapling-008-PtEdo2Zk/tezos-client-sapling-008-PtEdo2Zk.11.1/opam b/packages/tezos-client-sapling-008-PtEdo2Zk/tezos-client-sapling-008-PtEdo2Zk.11.1/opam new file mode 100644 index 000000000..acf1a02e2 --- /dev/null +++ b/packages/tezos-client-sapling-008-PtEdo2Zk/tezos-client-sapling-008-PtEdo2Zk.11.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-008-PtEdo2Zk-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_client_sapling/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: sapling support for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-sapling-008-PtEdo2Zk/tezos-client-sapling-008-PtEdo2Zk.12.0/opam b/packages/tezos-client-sapling-008-PtEdo2Zk/tezos-client-sapling-008-PtEdo2Zk.12.0/opam new file mode 100644 index 000000000..7caf6a3b8 --- /dev/null +++ b/packages/tezos-client-sapling-008-PtEdo2Zk/tezos-client-sapling-008-PtEdo2Zk.12.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-008-PtEdo2Zk-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_client_sapling/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: sapling support for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-sapling-008-PtEdo2Zk/tezos-client-sapling-008-PtEdo2Zk.12.3/opam b/packages/tezos-client-sapling-008-PtEdo2Zk/tezos-client-sapling-008-PtEdo2Zk.12.3/opam new file mode 100644 index 000000000..8bb4bd045 --- /dev/null +++ b/packages/tezos-client-sapling-008-PtEdo2Zk/tezos-client-sapling-008-PtEdo2Zk.12.3/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-008-PtEdo2Zk-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_client_sapling/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: sapling support for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-sapling-008-PtEdo2Zk/tezos-client-sapling-008-PtEdo2Zk.13.0/opam b/packages/tezos-client-sapling-008-PtEdo2Zk/tezos-client-sapling-008-PtEdo2Zk.13.0/opam new file mode 100644 index 000000000..48cd0d97a --- /dev/null +++ b/packages/tezos-client-sapling-008-PtEdo2Zk/tezos-client-sapling-008-PtEdo2Zk.13.0/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-crypto" { = version } + "tezos-stdlib-unix" { = version } + "tezos-client-base" { = version } + "tezos-signer-backends" { = version } + "tezos-client-008-PtEdo2Zk" { = version } + "tezos-client-008-PtEdo2Zk-commands" { = version } + "tezos-protocol-008-PtEdo2Zk" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_client_sapling/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: sapling support for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-sapling-008-PtEdo2Zk/tezos-client-sapling-008-PtEdo2Zk.8.2/opam b/packages/tezos-client-sapling-008-PtEdo2Zk/tezos-client-sapling-008-PtEdo2Zk.8.2/opam new file mode 100644 index 000000000..c8f8cf4cf --- /dev/null +++ b/packages/tezos-client-sapling-008-PtEdo2Zk/tezos-client-sapling-008-PtEdo2Zk.8.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-008-PtEdo2Zk-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_client_sapling/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: sapling support for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-sapling-008-PtEdo2Zk/tezos-client-sapling-008-PtEdo2Zk.8.3/opam b/packages/tezos-client-sapling-008-PtEdo2Zk/tezos-client-sapling-008-PtEdo2Zk.8.3/opam new file mode 100644 index 000000000..561a0cd36 --- /dev/null +++ b/packages/tezos-client-sapling-008-PtEdo2Zk/tezos-client-sapling-008-PtEdo2Zk.8.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-008-PtEdo2Zk-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_client_sapling/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: sapling support for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-sapling-008-PtEdo2Zk/tezos-client-sapling-008-PtEdo2Zk.9.0/opam b/packages/tezos-client-sapling-008-PtEdo2Zk/tezos-client-sapling-008-PtEdo2Zk.9.0/opam new file mode 100644 index 000000000..363fc15a0 --- /dev/null +++ b/packages/tezos-client-sapling-008-PtEdo2Zk/tezos-client-sapling-008-PtEdo2Zk.9.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-008-PtEdo2Zk-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_client_sapling/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: sapling support for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-sapling-008-PtEdo2Zk/tezos-client-sapling-008-PtEdo2Zk.9.1/opam b/packages/tezos-client-sapling-008-PtEdo2Zk/tezos-client-sapling-008-PtEdo2Zk.9.1/opam new file mode 100644 index 000000000..ac7cbb2d0 --- /dev/null +++ b/packages/tezos-client-sapling-008-PtEdo2Zk/tezos-client-sapling-008-PtEdo2Zk.9.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-008-PtEdo2Zk-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_client_sapling/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: sapling support for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-sapling-008-PtEdo2Zk/tezos-client-sapling-008-PtEdo2Zk.9.2/opam b/packages/tezos-client-sapling-008-PtEdo2Zk/tezos-client-sapling-008-PtEdo2Zk.9.2/opam new file mode 100644 index 000000000..03727767f --- /dev/null +++ b/packages/tezos-client-sapling-008-PtEdo2Zk/tezos-client-sapling-008-PtEdo2Zk.9.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-008-PtEdo2Zk-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_client_sapling/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: sapling support for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-sapling-008-PtEdo2Zk/tezos-client-sapling-008-PtEdo2Zk.9.3/opam b/packages/tezos-client-sapling-008-PtEdo2Zk/tezos-client-sapling-008-PtEdo2Zk.9.3/opam new file mode 100644 index 000000000..983d478b8 --- /dev/null +++ b/packages/tezos-client-sapling-008-PtEdo2Zk/tezos-client-sapling-008-PtEdo2Zk.9.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-008-PtEdo2Zk-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_client_sapling/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: sapling support for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-sapling-008-PtEdo2Zk/tezos-client-sapling-008-PtEdo2Zk.9.4/opam b/packages/tezos-client-sapling-008-PtEdo2Zk/tezos-client-sapling-008-PtEdo2Zk.9.4/opam new file mode 100644 index 000000000..aaea63986 --- /dev/null +++ b/packages/tezos-client-sapling-008-PtEdo2Zk/tezos-client-sapling-008-PtEdo2Zk.9.4/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-008-PtEdo2Zk-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_client_sapling/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: sapling support for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-sapling-008-PtEdo2Zk/tezos-client-sapling-008-PtEdo2Zk.9.7/opam b/packages/tezos-client-sapling-008-PtEdo2Zk/tezos-client-sapling-008-PtEdo2Zk.9.7/opam new file mode 100644 index 000000000..4e46be8cf --- /dev/null +++ b/packages/tezos-client-sapling-008-PtEdo2Zk/tezos-client-sapling-008-PtEdo2Zk.9.7/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-008-PtEdo2Zk-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_client_sapling/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: sapling support for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-sapling-008-PtEdoTez/tezos-client-sapling-008-PtEdoTez.8.0/opam b/packages/tezos-client-sapling-008-PtEdoTez/tezos-client-sapling-008-PtEdoTez.8.0/opam new file mode 100644 index 000000000..db8a3cb1b --- /dev/null +++ b/packages/tezos-client-sapling-008-PtEdoTez/tezos-client-sapling-008-PtEdoTez.8.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-008-PtEdoTez-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdoTez/lib_client_sapling/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: sapling support for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-sapling-008-PtEdoTez/tezos-client-sapling-008-PtEdoTez.8.1/opam b/packages/tezos-client-sapling-008-PtEdoTez/tezos-client-sapling-008-PtEdoTez.8.1/opam new file mode 100644 index 000000000..74e5f63e3 --- /dev/null +++ b/packages/tezos-client-sapling-008-PtEdoTez/tezos-client-sapling-008-PtEdoTez.8.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-008-PtEdoTez-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdoTez/lib_client_sapling/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: sapling support for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-sapling-009-PsFLoren/tezos-client-sapling-009-PsFLoren.10.2/opam b/packages/tezos-client-sapling-009-PsFLoren/tezos-client-sapling-009-PsFLoren.10.2/opam new file mode 100644 index 000000000..d9ce461cf --- /dev/null +++ b/packages/tezos-client-sapling-009-PsFLoren/tezos-client-sapling-009-PsFLoren.10.2/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-009-PsFLoren-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_client_sapling/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: sapling support for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-sapling-009-PsFLoren/tezos-client-sapling-009-PsFLoren.11.0/opam b/packages/tezos-client-sapling-009-PsFLoren/tezos-client-sapling-009-PsFLoren.11.0/opam new file mode 100644 index 000000000..9470e5fcb --- /dev/null +++ b/packages/tezos-client-sapling-009-PsFLoren/tezos-client-sapling-009-PsFLoren.11.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-client-009-PsFLoren-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_client_sapling/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: sapling support for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-sapling-009-PsFLoren/tezos-client-sapling-009-PsFLoren.11.1/opam b/packages/tezos-client-sapling-009-PsFLoren/tezos-client-sapling-009-PsFLoren.11.1/opam new file mode 100644 index 000000000..6c5808e0f --- /dev/null +++ b/packages/tezos-client-sapling-009-PsFLoren/tezos-client-sapling-009-PsFLoren.11.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-009-PsFLoren-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_client_sapling/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: sapling support for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-sapling-009-PsFLoren/tezos-client-sapling-009-PsFLoren.12.0/opam b/packages/tezos-client-sapling-009-PsFLoren/tezos-client-sapling-009-PsFLoren.12.0/opam new file mode 100644 index 000000000..e276acf0d --- /dev/null +++ b/packages/tezos-client-sapling-009-PsFLoren/tezos-client-sapling-009-PsFLoren.12.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-009-PsFLoren-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_client_sapling/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: sapling support for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-sapling-009-PsFLoren/tezos-client-sapling-009-PsFLoren.12.3/opam b/packages/tezos-client-sapling-009-PsFLoren/tezos-client-sapling-009-PsFLoren.12.3/opam new file mode 100644 index 000000000..7c4bf35b6 --- /dev/null +++ b/packages/tezos-client-sapling-009-PsFLoren/tezos-client-sapling-009-PsFLoren.12.3/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-009-PsFLoren-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_client_sapling/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: sapling support for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-sapling-009-PsFLoren/tezos-client-sapling-009-PsFLoren.13.0/opam b/packages/tezos-client-sapling-009-PsFLoren/tezos-client-sapling-009-PsFLoren.13.0/opam new file mode 100644 index 000000000..7bfb7b9d3 --- /dev/null +++ b/packages/tezos-client-sapling-009-PsFLoren/tezos-client-sapling-009-PsFLoren.13.0/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-crypto" { = version } + "tezos-stdlib-unix" { = version } + "tezos-client-base" { = version } + "tezos-signer-backends" { = version } + "tezos-client-009-PsFLoren" { = version } + "tezos-client-009-PsFLoren-commands" { = version } + "tezos-protocol-009-PsFLoren" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_client_sapling/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: sapling support for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-sapling-009-PsFLoren/tezos-client-sapling-009-PsFLoren.9.0/opam b/packages/tezos-client-sapling-009-PsFLoren/tezos-client-sapling-009-PsFLoren.9.0/opam new file mode 100644 index 000000000..8ba51ec36 --- /dev/null +++ b/packages/tezos-client-sapling-009-PsFLoren/tezos-client-sapling-009-PsFLoren.9.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-009-PsFLoren-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_client_sapling/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: sapling support for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-sapling-009-PsFLoren/tezos-client-sapling-009-PsFLoren.9.1/opam b/packages/tezos-client-sapling-009-PsFLoren/tezos-client-sapling-009-PsFLoren.9.1/opam new file mode 100644 index 000000000..1604c1cfd --- /dev/null +++ b/packages/tezos-client-sapling-009-PsFLoren/tezos-client-sapling-009-PsFLoren.9.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-009-PsFLoren-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_client_sapling/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: sapling support for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-sapling-009-PsFLoren/tezos-client-sapling-009-PsFLoren.9.2/opam b/packages/tezos-client-sapling-009-PsFLoren/tezos-client-sapling-009-PsFLoren.9.2/opam new file mode 100644 index 000000000..1d29099a8 --- /dev/null +++ b/packages/tezos-client-sapling-009-PsFLoren/tezos-client-sapling-009-PsFLoren.9.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-009-PsFLoren-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_client_sapling/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: sapling support for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-sapling-009-PsFLoren/tezos-client-sapling-009-PsFLoren.9.3/opam b/packages/tezos-client-sapling-009-PsFLoren/tezos-client-sapling-009-PsFLoren.9.3/opam new file mode 100644 index 000000000..adbec7625 --- /dev/null +++ b/packages/tezos-client-sapling-009-PsFLoren/tezos-client-sapling-009-PsFLoren.9.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-009-PsFLoren-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_client_sapling/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: sapling support for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-sapling-009-PsFLoren/tezos-client-sapling-009-PsFLoren.9.4/opam b/packages/tezos-client-sapling-009-PsFLoren/tezos-client-sapling-009-PsFLoren.9.4/opam new file mode 100644 index 000000000..9a7929a98 --- /dev/null +++ b/packages/tezos-client-sapling-009-PsFLoren/tezos-client-sapling-009-PsFLoren.9.4/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-009-PsFLoren-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_client_sapling/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: sapling support for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-sapling-009-PsFLoren/tezos-client-sapling-009-PsFLoren.9.7/opam b/packages/tezos-client-sapling-009-PsFLoren/tezos-client-sapling-009-PsFLoren.9.7/opam new file mode 100644 index 000000000..82ce2c0ad --- /dev/null +++ b/packages/tezos-client-sapling-009-PsFLoren/tezos-client-sapling-009-PsFLoren.9.7/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-009-PsFLoren-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_client_sapling/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: sapling support for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-sapling-010-PtGRANAD/tezos-client-sapling-010-PtGRANAD.10.2/opam b/packages/tezos-client-sapling-010-PtGRANAD/tezos-client-sapling-010-PtGRANAD.10.2/opam new file mode 100644 index 000000000..1dc63c36a --- /dev/null +++ b/packages/tezos-client-sapling-010-PtGRANAD/tezos-client-sapling-010-PtGRANAD.10.2/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-010-PtGRANAD-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_client_sapling/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: sapling support for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-sapling-010-PtGRANAD/tezos-client-sapling-010-PtGRANAD.11.0/opam b/packages/tezos-client-sapling-010-PtGRANAD/tezos-client-sapling-010-PtGRANAD.11.0/opam new file mode 100644 index 000000000..a56e440e8 --- /dev/null +++ b/packages/tezos-client-sapling-010-PtGRANAD/tezos-client-sapling-010-PtGRANAD.11.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-client-010-PtGRANAD-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_client_sapling/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: sapling support for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-sapling-010-PtGRANAD/tezos-client-sapling-010-PtGRANAD.11.1/opam b/packages/tezos-client-sapling-010-PtGRANAD/tezos-client-sapling-010-PtGRANAD.11.1/opam new file mode 100644 index 000000000..90af15b01 --- /dev/null +++ b/packages/tezos-client-sapling-010-PtGRANAD/tezos-client-sapling-010-PtGRANAD.11.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-010-PtGRANAD-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_client_sapling/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: sapling support for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-sapling-010-PtGRANAD/tezos-client-sapling-010-PtGRANAD.12.0/opam b/packages/tezos-client-sapling-010-PtGRANAD/tezos-client-sapling-010-PtGRANAD.12.0/opam new file mode 100644 index 000000000..fbf03cda7 --- /dev/null +++ b/packages/tezos-client-sapling-010-PtGRANAD/tezos-client-sapling-010-PtGRANAD.12.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-010-PtGRANAD-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_client_sapling/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: sapling support for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-sapling-010-PtGRANAD/tezos-client-sapling-010-PtGRANAD.12.3/opam b/packages/tezos-client-sapling-010-PtGRANAD/tezos-client-sapling-010-PtGRANAD.12.3/opam new file mode 100644 index 000000000..9cc267267 --- /dev/null +++ b/packages/tezos-client-sapling-010-PtGRANAD/tezos-client-sapling-010-PtGRANAD.12.3/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-010-PtGRANAD-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_client_sapling/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: sapling support for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-sapling-010-PtGRANAD/tezos-client-sapling-010-PtGRANAD.13.0/opam b/packages/tezos-client-sapling-010-PtGRANAD/tezos-client-sapling-010-PtGRANAD.13.0/opam new file mode 100644 index 000000000..c97d78d4f --- /dev/null +++ b/packages/tezos-client-sapling-010-PtGRANAD/tezos-client-sapling-010-PtGRANAD.13.0/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-crypto" { = version } + "tezos-stdlib-unix" { = version } + "tezos-client-base" { = version } + "tezos-signer-backends" { = version } + "tezos-client-010-PtGRANAD" { = version } + "tezos-client-010-PtGRANAD-commands" { = version } + "tezos-protocol-010-PtGRANAD" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_client_sapling/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: sapling support for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-sapling-010-PtGRANAD/tezos-client-sapling-010-PtGRANAD.9.2/opam b/packages/tezos-client-sapling-010-PtGRANAD/tezos-client-sapling-010-PtGRANAD.9.2/opam new file mode 100644 index 000000000..774fab3a7 --- /dev/null +++ b/packages/tezos-client-sapling-010-PtGRANAD/tezos-client-sapling-010-PtGRANAD.9.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-010-PtGRANAD-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_client_sapling/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: sapling support for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-sapling-010-PtGRANAD/tezos-client-sapling-010-PtGRANAD.9.3/opam b/packages/tezos-client-sapling-010-PtGRANAD/tezos-client-sapling-010-PtGRANAD.9.3/opam new file mode 100644 index 000000000..45a0df5be --- /dev/null +++ b/packages/tezos-client-sapling-010-PtGRANAD/tezos-client-sapling-010-PtGRANAD.9.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-010-PtGRANAD-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_client_sapling/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: sapling support for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-sapling-010-PtGRANAD/tezos-client-sapling-010-PtGRANAD.9.4/opam b/packages/tezos-client-sapling-010-PtGRANAD/tezos-client-sapling-010-PtGRANAD.9.4/opam new file mode 100644 index 000000000..fdc2a8853 --- /dev/null +++ b/packages/tezos-client-sapling-010-PtGRANAD/tezos-client-sapling-010-PtGRANAD.9.4/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-010-PtGRANAD-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_client_sapling/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: sapling support for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-sapling-010-PtGRANAD/tezos-client-sapling-010-PtGRANAD.9.7/opam b/packages/tezos-client-sapling-010-PtGRANAD/tezos-client-sapling-010-PtGRANAD.9.7/opam new file mode 100644 index 000000000..9cd7df1e4 --- /dev/null +++ b/packages/tezos-client-sapling-010-PtGRANAD/tezos-client-sapling-010-PtGRANAD.9.7/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-010-PtGRANAD-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_client_sapling/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: sapling support for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-sapling-011-PtHangz2/tezos-client-sapling-011-PtHangz2.11.0/opam b/packages/tezos-client-sapling-011-PtHangz2/tezos-client-sapling-011-PtHangz2.11.0/opam new file mode 100644 index 000000000..d4eb00f72 --- /dev/null +++ b/packages/tezos-client-sapling-011-PtHangz2/tezos-client-sapling-011-PtHangz2.11.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-client-011-PtHangz2-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_011_PtHangz2/lib_client_sapling/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: sapling support for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-sapling-011-PtHangz2/tezos-client-sapling-011-PtHangz2.11.1/opam b/packages/tezos-client-sapling-011-PtHangz2/tezos-client-sapling-011-PtHangz2.11.1/opam new file mode 100644 index 000000000..609991303 --- /dev/null +++ b/packages/tezos-client-sapling-011-PtHangz2/tezos-client-sapling-011-PtHangz2.11.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-011-PtHangz2-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_011_PtHangz2/lib_client_sapling/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: sapling support for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-sapling-011-PtHangz2/tezos-client-sapling-011-PtHangz2.12.0/opam b/packages/tezos-client-sapling-011-PtHangz2/tezos-client-sapling-011-PtHangz2.12.0/opam new file mode 100644 index 000000000..99a69c95d --- /dev/null +++ b/packages/tezos-client-sapling-011-PtHangz2/tezos-client-sapling-011-PtHangz2.12.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-011-PtHangz2-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_011_PtHangz2/lib_client_sapling/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: sapling support for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-sapling-011-PtHangz2/tezos-client-sapling-011-PtHangz2.12.3/opam b/packages/tezos-client-sapling-011-PtHangz2/tezos-client-sapling-011-PtHangz2.12.3/opam new file mode 100644 index 000000000..81c53b378 --- /dev/null +++ b/packages/tezos-client-sapling-011-PtHangz2/tezos-client-sapling-011-PtHangz2.12.3/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-011-PtHangz2-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_011_PtHangz2/lib_client_sapling/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: sapling support for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-sapling-011-PtHangz2/tezos-client-sapling-011-PtHangz2.13.0/opam b/packages/tezos-client-sapling-011-PtHangz2/tezos-client-sapling-011-PtHangz2.13.0/opam new file mode 100644 index 000000000..1cd2ee8b3 --- /dev/null +++ b/packages/tezos-client-sapling-011-PtHangz2/tezos-client-sapling-011-PtHangz2.13.0/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-crypto" { = version } + "tezos-stdlib-unix" { = version } + "tezos-client-base" { = version } + "tezos-signer-backends" { = version } + "tezos-client-011-PtHangz2" { = version } + "tezos-client-011-PtHangz2-commands" { = version } + "tezos-protocol-011-PtHangz2" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_011_PtHangz2/lib_client_sapling/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: sapling support for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-sapling-012-Psithaca/tezos-client-sapling-012-Psithaca.12.0/opam b/packages/tezos-client-sapling-012-Psithaca/tezos-client-sapling-012-Psithaca.12.0/opam new file mode 100644 index 000000000..3119c5805 --- /dev/null +++ b/packages/tezos-client-sapling-012-Psithaca/tezos-client-sapling-012-Psithaca.12.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-012-Psithaca-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_012_Psithaca/lib_client_sapling/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: sapling support for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-sapling-012-Psithaca/tezos-client-sapling-012-Psithaca.12.3/opam b/packages/tezos-client-sapling-012-Psithaca/tezos-client-sapling-012-Psithaca.12.3/opam new file mode 100644 index 000000000..c1647ebf8 --- /dev/null +++ b/packages/tezos-client-sapling-012-Psithaca/tezos-client-sapling-012-Psithaca.12.3/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-012-Psithaca-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_012_Psithaca/lib_client_sapling/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: sapling support for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-sapling-012-Psithaca/tezos-client-sapling-012-Psithaca.13.0/opam b/packages/tezos-client-sapling-012-Psithaca/tezos-client-sapling-012-Psithaca.13.0/opam new file mode 100644 index 000000000..51c52e9bd --- /dev/null +++ b/packages/tezos-client-sapling-012-Psithaca/tezos-client-sapling-012-Psithaca.13.0/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-crypto" { = version } + "tezos-stdlib-unix" { = version } + "tezos-client-base" { = version } + "tezos-signer-backends" { = version } + "tezos-client-012-Psithaca" { = version } + "tezos-client-012-Psithaca-commands" { = version } + "tezos-protocol-012-Psithaca" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_012_Psithaca/lib_client_sapling/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: sapling support for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-sapling-013-PtJakart/tezos-client-sapling-013-PtJakart.13.0/opam b/packages/tezos-client-sapling-013-PtJakart/tezos-client-sapling-013-PtJakart.13.0/opam new file mode 100644 index 000000000..bbb78b259 --- /dev/null +++ b/packages/tezos-client-sapling-013-PtJakart/tezos-client-sapling-013-PtJakart.13.0/opam @@ -0,0 +1,37 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-crypto" { = version } + "tezos-stdlib-unix" { = version } + "tezos-client-base" { = version } + "tezos-signer-backends" { = version } + "tezos-client-013-PtJakart" { = version } + "tezos-client-013-PtJakart-commands" { = version } + "tezos-protocol-013-PtJakart" { = version } + "tezos-protocol-plugin-013-PtJakart" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_013_PtJakart/lib_client_sapling/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: sapling support for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-sapling-alpha/tezos-client-sapling-alpha.10.2/opam b/packages/tezos-client-sapling-alpha/tezos-client-sapling-alpha.10.2/opam new file mode 100644 index 000000000..57d96ed9d --- /dev/null +++ b/packages/tezos-client-sapling-alpha/tezos-client-sapling-alpha.10.2/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-alpha-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_client_sapling/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: sapling support for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-sapling-alpha/tezos-client-sapling-alpha.11.0/opam b/packages/tezos-client-sapling-alpha/tezos-client-sapling-alpha.11.0/opam new file mode 100644 index 000000000..76a5e442b --- /dev/null +++ b/packages/tezos-client-sapling-alpha/tezos-client-sapling-alpha.11.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-client-alpha-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_client_sapling/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: sapling support for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-sapling-alpha/tezos-client-sapling-alpha.11.1/opam b/packages/tezos-client-sapling-alpha/tezos-client-sapling-alpha.11.1/opam new file mode 100644 index 000000000..5d5e59295 --- /dev/null +++ b/packages/tezos-client-sapling-alpha/tezos-client-sapling-alpha.11.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-alpha-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_client_sapling/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: sapling support for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-sapling-alpha/tezos-client-sapling-alpha.12.0/opam b/packages/tezos-client-sapling-alpha/tezos-client-sapling-alpha.12.0/opam new file mode 100644 index 000000000..fa2c03614 --- /dev/null +++ b/packages/tezos-client-sapling-alpha/tezos-client-sapling-alpha.12.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-alpha-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_client_sapling/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: sapling support for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-sapling-alpha/tezos-client-sapling-alpha.12.3/opam b/packages/tezos-client-sapling-alpha/tezos-client-sapling-alpha.12.3/opam new file mode 100644 index 000000000..cf09d9f01 --- /dev/null +++ b/packages/tezos-client-sapling-alpha/tezos-client-sapling-alpha.12.3/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-alpha-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_client_sapling/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: sapling support for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-sapling-alpha/tezos-client-sapling-alpha.13.0/opam b/packages/tezos-client-sapling-alpha/tezos-client-sapling-alpha.13.0/opam new file mode 100644 index 000000000..2b6d21b76 --- /dev/null +++ b/packages/tezos-client-sapling-alpha/tezos-client-sapling-alpha.13.0/opam @@ -0,0 +1,37 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-crypto" { = version } + "tezos-stdlib-unix" { = version } + "tezos-client-base" { = version } + "tezos-signer-backends" { = version } + "tezos-client-alpha" { = version } + "tezos-client-alpha-commands" { = version } + "tezos-protocol-alpha" { = version } + "tezos-protocol-plugin-alpha" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_client_sapling/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: sapling support for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-sapling-alpha/tezos-client-sapling-alpha.9.0/opam b/packages/tezos-client-sapling-alpha/tezos-client-sapling-alpha.9.0/opam new file mode 100644 index 000000000..b86cdeac0 --- /dev/null +++ b/packages/tezos-client-sapling-alpha/tezos-client-sapling-alpha.9.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-alpha-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_client_sapling/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: sapling support for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-sapling-alpha/tezos-client-sapling-alpha.9.1/opam b/packages/tezos-client-sapling-alpha/tezos-client-sapling-alpha.9.1/opam new file mode 100644 index 000000000..77d1cf65f --- /dev/null +++ b/packages/tezos-client-sapling-alpha/tezos-client-sapling-alpha.9.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-alpha-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_client_sapling/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: sapling support for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-sapling-alpha/tezos-client-sapling-alpha.9.2/opam b/packages/tezos-client-sapling-alpha/tezos-client-sapling-alpha.9.2/opam new file mode 100644 index 000000000..23aff8fee --- /dev/null +++ b/packages/tezos-client-sapling-alpha/tezos-client-sapling-alpha.9.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-alpha-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_client_sapling/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: sapling support for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-sapling-alpha/tezos-client-sapling-alpha.9.3/opam b/packages/tezos-client-sapling-alpha/tezos-client-sapling-alpha.9.3/opam new file mode 100644 index 000000000..d9f4cf7e0 --- /dev/null +++ b/packages/tezos-client-sapling-alpha/tezos-client-sapling-alpha.9.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-alpha-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_client_sapling/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: sapling support for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-sapling-alpha/tezos-client-sapling-alpha.9.4/opam b/packages/tezos-client-sapling-alpha/tezos-client-sapling-alpha.9.4/opam new file mode 100644 index 000000000..86fc842c6 --- /dev/null +++ b/packages/tezos-client-sapling-alpha/tezos-client-sapling-alpha.9.4/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-alpha-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_client_sapling/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: sapling support for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client-sapling-alpha/tezos-client-sapling-alpha.9.7/opam b/packages/tezos-client-sapling-alpha/tezos-client-sapling-alpha.9.7/opam new file mode 100644 index 000000000..7648dfd75 --- /dev/null +++ b/packages/tezos-client-sapling-alpha/tezos-client-sapling-alpha.9.7/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-alpha-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_client_sapling/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: sapling support for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client/tezos-client.10.2/opam b/packages/tezos-client/tezos-client.10.2/opam new file mode 100644 index 000000000..e6a5dc338 --- /dev/null +++ b/packages/tezos-client/tezos-client.10.2/opam @@ -0,0 +1,73 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + + "tezos-client-genesis-carthagenet" { = version } + "tezos-client-000-Ps9mPmXa" { = version } + "tezos-client-010-PtGRANAD-commands-registration" { = version } + "tezos-baking-010-PtGRANAD-commands" { = version } + + "tezos-node" { with-test & = version } + "tezos-protocol-compiler" { with-test & = version } + "tezos-client-alpha-commands-registration" { with-test & = version } +] +depopts: [ + "tezos-client-genesis" + "tezos-client-demo-counter" + "tezos-client-alpha-commands-registration" + "tezos-baking-alpha-commands" + + "tezos-client-001-PtCJ7pwo-commands" + "tezos-client-002-PsYLVpVv-commands" + "tezos-client-003-PsddFKi3-commands" + "tezos-client-004-Pt24m4xi-commands" + "tezos-client-005-PsBabyM1-commands" + "tezos-client-006-PsCARTHA-commands" + "tezos-client-007-PsDELPH1-commands-registration" + "tezos-client-008-PtEdo2Zk-commands-registration" + "tezos-baking-008-PtEdo2Zk-commands" + "tezos-client-009-PsFLoren-commands-registration" + "tezos-baking-009-PsFLoren-commands" +] +conflicts: [ + "tezos-client-genesis" { != version } + "tezos-client-demo-counter" { != version } + "tezos-client-alpha-commands-registration" { != version } + "tezos-baking-alpha-commands" { != version } + + "tezos-client-001-PtCJ7pwo-commands" { != version } + "tezos-client-002-PsYLVpVv-commands" { != version } + "tezos-client-003-PsddFKi3-commands" { != version } + "tezos-client-004-Pt24m4xi-commands" { != version } + "tezos-client-005-PsBabyM1-commands" { != version } + "tezos-client-006-PsCARTHA-commands" { != version } + "tezos-client-007-PsDELPH1-commands-registration" { != version } + "tezos-client-008-PtEdo2Zk-commands-registration" { != version } + "tezos-baking-008-PtEdo2Zk-commands" { != version } + "tezos-client-009-PsFLoren-commands-registration" { != version } + "tezos-baking-009-PsFLoren-commands" { != version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/bin_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `tezos-client` binary" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client/tezos-client.11.0/opam b/packages/tezos-client/tezos-client.11.0/opam new file mode 100644 index 000000000..270576e01 --- /dev/null +++ b/packages/tezos-client/tezos-client.11.0/opam @@ -0,0 +1,72 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + + "tezos-client-genesis-carthagenet" { = version } + "tezos-client-000-Ps9mPmXa" { = version } + "tezos-client-010-PtGRANAD-commands-registration" { = version } + "tezos-baking-010-PtGRANAD-commands" { = version } + "tezos-client-011-PtHangz2-commands-registration" { = version } + "tezos-baking-011-PtHangz2-commands" { = version } + + "tezos-node" { with-test & = version } + "tezos-protocol-compiler" { with-test & = version } + "tezos-client-alpha-commands-registration" { with-test & = version } +] +depopts: [ + "tezos-client-genesis" + "tezos-client-demo-counter" + "tezos-client-alpha-commands-registration" + "tezos-baking-alpha-commands" + + "tezos-client-001-PtCJ7pwo-commands" + "tezos-client-002-PsYLVpVv-commands" + "tezos-client-003-PsddFKi3-commands" + "tezos-client-004-Pt24m4xi-commands" + "tezos-client-005-PsBabyM1-commands" + "tezos-client-006-PsCARTHA-commands" + "tezos-client-007-PsDELPH1-commands-registration" + "tezos-client-008-PtEdo2Zk-commands-registration" + "tezos-client-009-PsFLoren-commands-registration" +] +conflicts: [ + "tezos-client-genesis" { != version } + "tezos-client-demo-counter" { != version } + "tezos-client-alpha-commands-registration" { != version } + "tezos-baking-alpha-commands" { != version } + + "tezos-client-001-PtCJ7pwo-commands" { != version } + "tezos-client-002-PsYLVpVv-commands" { != version } + "tezos-client-003-PsddFKi3-commands" { != version } + "tezos-client-004-Pt24m4xi-commands" { != version } + "tezos-client-005-PsBabyM1-commands" { != version } + "tezos-client-006-PsCARTHA-commands" { != version } + "tezos-client-007-PsDELPH1-commands-registration" { != version } + "tezos-client-008-PtEdo2Zk-commands-registration" { != version } + "tezos-client-009-PsFLoren-commands-registration" { != version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/bin_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `tezos-client` binary" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client/tezos-client.11.1/opam b/packages/tezos-client/tezos-client.11.1/opam new file mode 100644 index 000000000..b260c5192 --- /dev/null +++ b/packages/tezos-client/tezos-client.11.1/opam @@ -0,0 +1,72 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + + "tezos-client-genesis-carthagenet" { = version } + "tezos-client-000-Ps9mPmXa" { = version } + "tezos-client-011-PtHangz2-commands-registration" { = version } + "tezos-baking-011-PtHangz2-commands" { = version } + + "tezos-node" { with-test & = version } + "tezos-protocol-compiler" { with-test & = version } + "tezos-client-alpha-commands-registration" { with-test & = version } +] +depopts: [ + "tezos-client-genesis" + "tezos-client-demo-counter" + "tezos-client-alpha-commands-registration" + "tezos-baking-alpha-commands" + + "tezos-client-001-PtCJ7pwo-commands" + "tezos-client-002-PsYLVpVv-commands" + "tezos-client-003-PsddFKi3-commands" + "tezos-client-004-Pt24m4xi-commands" + "tezos-client-005-PsBabyM1-commands" + "tezos-client-006-PsCARTHA-commands" + "tezos-client-007-PsDELPH1-commands-registration" + "tezos-client-008-PtEdo2Zk-commands-registration" + "tezos-client-009-PsFLoren-commands-registration" + "tezos-client-010-PtGRANAD-commands-registration" +] +conflicts: [ + "tezos-client-genesis" { != version } + "tezos-client-demo-counter" { != version } + "tezos-client-alpha-commands-registration" { != version } + "tezos-baking-alpha-commands" { != version } + + "tezos-client-001-PtCJ7pwo-commands" { != version } + "tezos-client-002-PsYLVpVv-commands" { != version } + "tezos-client-003-PsddFKi3-commands" { != version } + "tezos-client-004-Pt24m4xi-commands" { != version } + "tezos-client-005-PsBabyM1-commands" { != version } + "tezos-client-006-PsCARTHA-commands" { != version } + "tezos-client-007-PsDELPH1-commands-registration" { != version } + "tezos-client-008-PtEdo2Zk-commands-registration" { != version } + "tezos-client-009-PsFLoren-commands-registration" { != version } + "tezos-client-010-PtGRANAD-commands-registration" { != version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/bin_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `tezos-client` binary" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client/tezos-client.12.0/opam b/packages/tezos-client/tezos-client.12.0/opam new file mode 100644 index 000000000..5c1a3034f --- /dev/null +++ b/packages/tezos-client/tezos-client.12.0/opam @@ -0,0 +1,74 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + + "tezos-client-genesis-carthagenet" { = version } + "tezos-client-000-Ps9mPmXa" { = version } + "tezos-client-011-PtHangz2-commands-registration" { = version } + "tezos-baking-011-PtHangz2-commands" { = version } + "tezos-client-012-Psithaca-commands-registration" { = version } + "tezos-baking-012-Psithaca-commands" { = version } + + "tezos-node" { with-test & = version } + "tezos-protocol-compiler" { with-test & = version } + "tezos-client-alpha-commands-registration" { with-test & = version } +] +depopts: [ + "tezos-client-genesis" + "tezos-client-demo-counter" + "tezos-client-alpha-commands-registration" + "tezos-baking-alpha-commands" + + "tezos-client-001-PtCJ7pwo-commands" + "tezos-client-002-PsYLVpVv-commands" + "tezos-client-003-PsddFKi3-commands" + "tezos-client-004-Pt24m4xi-commands" + "tezos-client-005-PsBabyM1-commands" + "tezos-client-006-PsCARTHA-commands" + "tezos-client-007-PsDELPH1-commands-registration" + "tezos-client-008-PtEdo2Zk-commands-registration" + "tezos-client-009-PsFLoren-commands-registration" + "tezos-client-010-PtGRANAD-commands-registration" +] +conflicts: [ + "tezos-client-genesis" { != version } + "tezos-client-demo-counter" { != version } + "tezos-client-alpha-commands-registration" { != version } + "tezos-baking-alpha-commands" { != version } + + "tezos-client-001-PtCJ7pwo-commands" { != version } + "tezos-client-002-PsYLVpVv-commands" { != version } + "tezos-client-003-PsddFKi3-commands" { != version } + "tezos-client-004-Pt24m4xi-commands" { != version } + "tezos-client-005-PsBabyM1-commands" { != version } + "tezos-client-006-PsCARTHA-commands" { != version } + "tezos-client-007-PsDELPH1-commands-registration" { != version } + "tezos-client-008-PtEdo2Zk-commands-registration" { != version } + "tezos-client-009-PsFLoren-commands-registration" { != version } + "tezos-client-010-PtGRANAD-commands-registration" { != version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/bin_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `tezos-client` binary" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client/tezos-client.12.3/opam b/packages/tezos-client/tezos-client.12.3/opam new file mode 100644 index 000000000..5a9005a93 --- /dev/null +++ b/packages/tezos-client/tezos-client.12.3/opam @@ -0,0 +1,73 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + + "tezos-client-genesis-carthagenet" { = version } + "tezos-client-000-Ps9mPmXa" { = version } + "tezos-client-011-PtHangz2-commands-registration" { = version } + "tezos-baking-011-PtHangz2-commands" { = version } + "tezos-client-012-Psithaca-commands-registration" { = version } + "tezos-baking-012-Psithaca-commands" { = version } + + "tezos-node" { with-test & = version } + "tezos-protocol-compiler" { with-test & = version } + "tezos-client-alpha-commands-registration" { with-test & = version } +] +depopts: [ + "tezos-client-genesis" + "tezos-client-demo-counter" + "tezos-client-alpha-commands-registration" + "tezos-baking-alpha-commands" + + "tezos-client-001-PtCJ7pwo-commands" + "tezos-client-002-PsYLVpVv-commands" + "tezos-client-003-PsddFKi3-commands" + "tezos-client-004-Pt24m4xi-commands" + "tezos-client-005-PsBabyM1-commands" + "tezos-client-006-PsCARTHA-commands" + "tezos-client-007-PsDELPH1-commands-registration" + "tezos-client-008-PtEdo2Zk-commands-registration" + "tezos-client-009-PsFLoren-commands-registration" + "tezos-client-010-PtGRANAD-commands-registration" +] +conflicts: [ + "tezos-client-genesis" { != version } + "tezos-client-demo-counter" { != version } + "tezos-client-alpha-commands-registration" { != version } + "tezos-baking-alpha-commands" { != version } + + "tezos-client-001-PtCJ7pwo-commands" { != version } + "tezos-client-002-PsYLVpVv-commands" { != version } + "tezos-client-003-PsddFKi3-commands" { != version } + "tezos-client-004-Pt24m4xi-commands" { != version } + "tezos-client-005-PsBabyM1-commands" { != version } + "tezos-client-006-PsCARTHA-commands" { != version } + "tezos-client-007-PsDELPH1-commands-registration" { != version } + "tezos-client-008-PtEdo2Zk-commands-registration" { != version } + "tezos-client-009-PsFLoren-commands-registration" { != version } + "tezos-client-010-PtGRANAD-commands-registration" { != version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/bin_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `tezos-client` binary" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client/tezos-client.13.0/opam b/packages/tezos-client/tezos-client.13.0/opam new file mode 100644 index 000000000..3e82708b6 --- /dev/null +++ b/packages/tezos-client/tezos-client.13.0/opam @@ -0,0 +1,92 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-rpc-http-client" { = version } + "tezos-stdlib-unix" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-client-commands" { = version } + "tezos-mockup-commands" { = version } + "tezos-proxy" { = version } + "tezos-client-base-unix" { = version } + "tezos-signer-backends" { = version } + "tezos-client-012-Psithaca-commands-registration" { = version } + "tezos-baking-012-Psithaca-commands" { = version } + "tezos-protocol-plugin-012-Psithaca" { = version } + "tezos-client-013-PtJakart-commands-registration" { = version } + "tezos-baking-013-PtJakart-commands" { = version } + "tezos-protocol-plugin-013-PtJakart" { = version } +] +depopts: [ + "tezos-client-genesis" + "tezos-client-demo-counter" + "tezos-client-000-Ps9mPmXa" + "tezos-client-001-PtCJ7pwo-commands" + "tezos-client-002-PsYLVpVv-commands" + "tezos-client-003-PsddFKi3-commands" + "tezos-client-004-Pt24m4xi-commands" + "tezos-client-005-PsBabyM1-commands" + "tezos-client-006-PsCARTHA-commands" + "tezos-client-007-PsDELPH1-commands-registration" + "tezos-protocol-plugin-007-PsDELPH1" + "tezos-client-008-PtEdo2Zk-commands-registration" + "tezos-protocol-plugin-008-PtEdo2Zk" + "tezos-client-009-PsFLoren-commands-registration" + "tezos-protocol-plugin-009-PsFLoren" + "tezos-client-010-PtGRANAD-commands-registration" + "tezos-protocol-plugin-010-PtGRANAD" + "tezos-client-011-PtHangz2-commands-registration" + "tezos-protocol-plugin-011-PtHangz2" + "tezos-client-alpha-commands-registration" + "tezos-baking-alpha-commands" + "tezos-protocol-plugin-alpha" +] +conflicts: [ + "tezos-client-genesis" { != version } + "tezos-client-demo-counter" { != version } + "tezos-client-000-Ps9mPmXa" { != version } + "tezos-client-001-PtCJ7pwo-commands" { != version } + "tezos-client-002-PsYLVpVv-commands" { != version } + "tezos-client-003-PsddFKi3-commands" { != version } + "tezos-client-004-Pt24m4xi-commands" { != version } + "tezos-client-005-PsBabyM1-commands" { != version } + "tezos-client-006-PsCARTHA-commands" { != version } + "tezos-client-007-PsDELPH1-commands-registration" { != version } + "tezos-protocol-plugin-007-PsDELPH1" { != version } + "tezos-client-008-PtEdo2Zk-commands-registration" { != version } + "tezos-protocol-plugin-008-PtEdo2Zk" { != version } + "tezos-client-009-PsFLoren-commands-registration" { != version } + "tezos-protocol-plugin-009-PsFLoren" { != version } + "tezos-client-010-PtGRANAD-commands-registration" { != version } + "tezos-protocol-plugin-010-PtGRANAD" { != version } + "tezos-client-011-PtHangz2-commands-registration" { != version } + "tezos-protocol-plugin-011-PtHangz2" { != version } + "tezos-client-alpha-commands-registration" { != version } + "tezos-baking-alpha-commands" { != version } + "tezos-protocol-plugin-alpha" { != version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/bin_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `tezos-client` binary" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client/tezos-client.14.0/opam b/packages/tezos-client/tezos-client.14.0/opam new file mode 100644 index 000000000..4b17c0a79 --- /dev/null +++ b/packages/tezos-client/tezos-client.14.0/opam @@ -0,0 +1,95 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-rpc-http-client" { = version } + "tezos-stdlib-unix" { = version } + "tezos-shell-services" { = version } + "tezos-client-base" { = version } + "tezos-client-commands" { = version } + "tezos-mockup-commands" { = version } + "tezos-proxy" { = version } + "tezos-client-base-unix" { = version } + "tezos-signer-backends" { = version } + "uri" {>= "2.2.0" & <= "4.4.0"} + "tezos-client-012-Psithaca" { = version } + "tezos-baking-012-Psithaca-commands" { = version } + "tezos-protocol-plugin-012-Psithaca" { = version } + "tezos-client-013-PtJakart" { = version } + "tezos-baking-013-PtJakart-commands" { = version } + "tezos-protocol-plugin-013-PtJakart" { = version } + "tezos-client-014-PtKathma" { = version } + "tezos-baking-014-PtKathma-commands" { = version } + "tezos-protocol-plugin-014-PtKathma" { = version } +] +depopts: [ + "tezos-client-genesis" + "tezos-client-demo-counter" + "tezos-client-000-Ps9mPmXa" + "tezos-client-001-PtCJ7pwo" + "tezos-client-002-PsYLVpVv" + "tezos-client-003-PsddFKi3" + "tezos-client-004-Pt24m4xi" + "tezos-client-005-PsBabyM1" + "tezos-client-006-PsCARTHA" + "tezos-client-007-PsDELPH1" + "tezos-protocol-plugin-007-PsDELPH1" + "tezos-client-008-PtEdo2Zk" + "tezos-protocol-plugin-008-PtEdo2Zk" + "tezos-client-009-PsFLoren" + "tezos-protocol-plugin-009-PsFLoren" + "tezos-client-010-PtGRANAD" + "tezos-protocol-plugin-010-PtGRANAD" + "tezos-client-011-PtHangz2" + "tezos-protocol-plugin-011-PtHangz2" + "tezos-client-alpha" + "tezos-baking-alpha-commands" + "tezos-protocol-plugin-alpha" +] +conflicts: [ + "tezos-client-genesis" { != version } + "tezos-client-demo-counter" { != version } + "tezos-client-000-Ps9mPmXa" { != version } + "tezos-client-001-PtCJ7pwo" { != version } + "tezos-client-002-PsYLVpVv" { != version } + "tezos-client-003-PsddFKi3" { != version } + "tezos-client-004-Pt24m4xi" { != version } + "tezos-client-005-PsBabyM1" { != version } + "tezos-client-006-PsCARTHA" { != version } + "tezos-client-007-PsDELPH1" { != version } + "tezos-protocol-plugin-007-PsDELPH1" { != version } + "tezos-client-008-PtEdo2Zk" { != version } + "tezos-protocol-plugin-008-PtEdo2Zk" { != version } + "tezos-client-009-PsFLoren" { != version } + "tezos-protocol-plugin-009-PsFLoren" { != version } + "tezos-client-010-PtGRANAD" { != version } + "tezos-protocol-plugin-010-PtGRANAD" { != version } + "tezos-client-011-PtHangz2" { != version } + "tezos-protocol-plugin-011-PtHangz2" { != version } + "tezos-client-alpha" { != version } + "tezos-baking-alpha-commands" { != version } + "tezos-protocol-plugin-alpha" { != version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `tezos-client` binary" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client/tezos-client.7.0/opam b/packages/tezos-client/tezos-client.7.0/opam new file mode 100644 index 000000000..a9c5f37ff --- /dev/null +++ b/packages/tezos-client/tezos-client.7.0/opam @@ -0,0 +1,49 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + + "tezos-client-genesis-carthagenet" { = version } + + "tezos-client-000-Ps9mPmXa" { = version } + "tezos-client-001-PtCJ7pwo-commands" { = version } + "tezos-client-002-PsYLVpVv-commands" { = version } + "tezos-client-003-PsddFKi3-commands" { = version } + "tezos-client-004-Pt24m4xi-commands" { = version } + "tezos-client-005-PsBabyM1-commands" { = version } + "tezos-client-006-PsCARTHA-commands" { = version } + + "tezos-baking-006-PsCARTHA-commands" { = version } +] +depopts: [ + "tezos-client-genesis" { = version } + "tezos-client-alpha-commands" { = version } + "tezos-client-demo-counter" { = version } + + "tezos-baking-alpha-commands" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/bin_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `tezos-client` binary" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.0.tar.bz2" + checksum: [ + "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91" + "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client/tezos-client.7.1/opam b/packages/tezos-client/tezos-client.7.1/opam new file mode 100644 index 000000000..ab4ed5e15 --- /dev/null +++ b/packages/tezos-client/tezos-client.7.1/opam @@ -0,0 +1,49 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + + "tezos-client-genesis-carthagenet" { = version } + + "tezos-client-000-Ps9mPmXa" { = version } + "tezos-client-001-PtCJ7pwo-commands" { = version } + "tezos-client-002-PsYLVpVv-commands" { = version } + "tezos-client-003-PsddFKi3-commands" { = version } + "tezos-client-004-Pt24m4xi-commands" { = version } + "tezos-client-005-PsBabyM1-commands" { = version } + "tezos-client-006-PsCARTHA-commands" { = version } + + "tezos-baking-006-PsCARTHA-commands" { = version } +] +depopts: [ + "tezos-client-genesis" { = version } + "tezos-client-alpha-commands" { = version } + "tezos-client-demo-counter" { = version } + + "tezos-baking-alpha-commands" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/bin_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `tezos-client` binary" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.1.tar.bz2" + checksum: [ + "sha256=3675d856c4b818da7f5de0b85b86a48d3883f1210cfef28ef3233a047e74bed6" + "sha512=d6abdef9a6643b2ffe8141ecc625dcc2a939131e2e5cc158c74aba8c403bd4072b7fc403ccfa6d766696604ad112495dd9db1ece8a3ae5a4693071dfdffcbda5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client/tezos-client.7.2/opam b/packages/tezos-client/tezos-client.7.2/opam new file mode 100644 index 000000000..0bdaff82f --- /dev/null +++ b/packages/tezos-client/tezos-client.7.2/opam @@ -0,0 +1,49 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + + "tezos-client-genesis-carthagenet" { = version } + + "tezos-client-000-Ps9mPmXa" { = version } + "tezos-client-001-PtCJ7pwo-commands" { = version } + "tezos-client-002-PsYLVpVv-commands" { = version } + "tezos-client-003-PsddFKi3-commands" { = version } + "tezos-client-004-Pt24m4xi-commands" { = version } + "tezos-client-005-PsBabyM1-commands" { = version } + "tezos-client-006-PsCARTHA-commands" { = version } + + "tezos-baking-006-PsCARTHA-commands" { = version } +] +depopts: [ + "tezos-client-genesis" { = version } + "tezos-client-alpha-commands" { = version } + "tezos-client-demo-counter" { = version } + + "tezos-baking-alpha-commands" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/bin_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `tezos-client` binary" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.2.tar.bz2" + checksum: [ + "sha256=abb52ad63345943d20f3edc4c3507474af94c001c8bf58138f47341942036cec" + "sha512=c823ca801cbc4005f5fc6ea5236d93569410c034da3ed32939ef64a0f2c19a34444fac12e13c72e5a1e15a401b655e58ffdbbb66ce0516e5968f621677b96117" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client/tezos-client.7.3/opam b/packages/tezos-client/tezos-client.7.3/opam new file mode 100644 index 000000000..2e96ab869 --- /dev/null +++ b/packages/tezos-client/tezos-client.7.3/opam @@ -0,0 +1,49 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + + "tezos-client-genesis-carthagenet" { = version } + + "tezos-client-000-Ps9mPmXa" { = version } + "tezos-client-001-PtCJ7pwo-commands" { = version } + "tezos-client-002-PsYLVpVv-commands" { = version } + "tezos-client-003-PsddFKi3-commands" { = version } + "tezos-client-004-Pt24m4xi-commands" { = version } + "tezos-client-005-PsBabyM1-commands" { = version } + "tezos-client-006-PsCARTHA-commands" { = version } + + "tezos-baking-006-PsCARTHA-commands" { = version } +] +depopts: [ + "tezos-client-genesis" { = version } + "tezos-client-alpha-commands" { = version } + "tezos-client-demo-counter" { = version } + + "tezos-baking-alpha-commands" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/bin_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `tezos-client` binary" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.3.tar.bz2" + checksum: [ + "sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" + "sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client/tezos-client.7.4/opam b/packages/tezos-client/tezos-client.7.4/opam new file mode 100644 index 000000000..1ecf562e3 --- /dev/null +++ b/packages/tezos-client/tezos-client.7.4/opam @@ -0,0 +1,52 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + + "tezos-client-genesis-carthagenet" { = version } + + "tezos-client-006-PsCARTHA-commands" { = version } + "tezos-client-007-PsDELPH1-commands-registration" { = version } + + "tezos-baking-006-PsCARTHA-commands" { = version } + "tezos-baking-007-PsDELPH1-commands" { = version } +] +depopts: [ + "tezos-client-genesis" { = version } + "tezos-client-alpha-commands" { = version } + "tezos-client-demo-counter" { = version } + + "tezos-baking-alpha-commands" { = version } + + "tezos-client-000-Ps9mPmXa" { = version } + "tezos-client-001-PtCJ7pwo-commands" { = version } + "tezos-client-002-PsYLVpVv-commands" { = version } + "tezos-client-003-PsddFKi3-commands" { = version } + "tezos-client-004-Pt24m4xi-commands" { = version } + "tezos-client-005-PsBabyM1-commands" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/bin_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `tezos-client` binary" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client/tezos-client.8.0/opam b/packages/tezos-client/tezos-client.8.0/opam new file mode 100644 index 000000000..b9fbfc404 --- /dev/null +++ b/packages/tezos-client/tezos-client.8.0/opam @@ -0,0 +1,54 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + + "tezos-client-base-unix" { = version } + "tezos-node" { with-test & = version } + "tezos-protocol-compiler" { with-test & = version } + "tezos-protocol-alpha-parameters" { with-test & = version } + + "tezos-client-genesis-carthagenet" { = version } + "tezos-client-000-Ps9mPmXa" { = version } + "tezos-client-007-PsDELPH1-commands-registration" { = version } + "tezos-client-008-PtEdoTez-commands-registration" { = version } + "tezos-baking-007-PsDELPH1-commands" { = version } + "tezos-baking-008-PtEdoTez-commands" { = version } +] +depopts: [ + "tezos-client-genesis" { = version } + "tezos-client-demo-counter" { = version } + "tezos-client-alpha-commands-registration" { = version } + "tezos-baking-alpha-commands" { = version } + + "tezos-client-001-PtCJ7pwo-commands" { = version } + "tezos-client-002-PsYLVpVv-commands" { = version } + "tezos-client-003-PsddFKi3-commands" { = version } + "tezos-client-004-Pt24m4xi-commands" { = version } + "tezos-client-005-PsBabyM1-commands" { = version } + "tezos-client-006-PsCARTHA-commands" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/bin_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `tezos-client` binary" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client/tezos-client.8.1/opam b/packages/tezos-client/tezos-client.8.1/opam new file mode 100644 index 000000000..3884da7f4 --- /dev/null +++ b/packages/tezos-client/tezos-client.8.1/opam @@ -0,0 +1,67 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + + "tezos-client-base-unix" { = version } + "tezos-node" { with-test & = version } + "tezos-protocol-compiler" { with-test & = version } + "tezos-protocol-alpha-parameters" { with-test & = version } + + "tezos-client-genesis-carthagenet" { = version } + "tezos-client-000-Ps9mPmXa" { = version } + "tezos-client-007-PsDELPH1-commands-registration" { = version } + "tezos-client-008-PtEdoTez-commands-registration" { = version } + "tezos-baking-007-PsDELPH1-commands" { = version } + "tezos-baking-008-PtEdoTez-commands" { = version } +] +depopts: [ + "tezos-client-genesis" + "tezos-client-demo-counter" + "tezos-client-alpha-commands-registration" + "tezos-baking-alpha-commands" + + "tezos-client-001-PtCJ7pwo-commands" + "tezos-client-002-PsYLVpVv-commands" + "tezos-client-003-PsddFKi3-commands" + "tezos-client-004-Pt24m4xi-commands" + "tezos-client-005-PsBabyM1-commands" + "tezos-client-006-PsCARTHA-commands" +] +conflicts: [ + "tezos-client-genesis" { != version } + "tezos-client-demo-counter" { != version } + "tezos-client-alpha-commands-registration" { != version } + "tezos-baking-alpha-commands" { != version } + + "tezos-client-001-PtCJ7pwo-commands" { != version } + "tezos-client-002-PsYLVpVv-commands" { != version } + "tezos-client-003-PsddFKi3-commands" { != version } + "tezos-client-004-Pt24m4xi-commands" { != version } + "tezos-client-005-PsBabyM1-commands" { != version } + "tezos-client-006-PsCARTHA-commands" { != version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/bin_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `tezos-client` binary" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client/tezos-client.8.2/opam b/packages/tezos-client/tezos-client.8.2/opam new file mode 100644 index 000000000..d1051cb07 --- /dev/null +++ b/packages/tezos-client/tezos-client.8.2/opam @@ -0,0 +1,67 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + + "tezos-client-base-unix" { = version } + "tezos-node" { with-test & = version } + "tezos-protocol-compiler" { with-test & = version } + "tezos-protocol-alpha-parameters" { with-test & = version } + + "tezos-client-genesis-carthagenet" { = version } + "tezos-client-000-Ps9mPmXa" { = version } + "tezos-client-007-PsDELPH1-commands-registration" { = version } + "tezos-client-008-PtEdo2Zk-commands-registration" { = version } + "tezos-baking-007-PsDELPH1-commands" { = version } + "tezos-baking-008-PtEdo2Zk-commands" { = version } +] +depopts: [ + "tezos-client-genesis" + "tezos-client-demo-counter" + "tezos-client-alpha-commands-registration" + "tezos-baking-alpha-commands" + + "tezos-client-001-PtCJ7pwo-commands" + "tezos-client-002-PsYLVpVv-commands" + "tezos-client-003-PsddFKi3-commands" + "tezos-client-004-Pt24m4xi-commands" + "tezos-client-005-PsBabyM1-commands" + "tezos-client-006-PsCARTHA-commands" +] +conflicts: [ + "tezos-client-genesis" { != version } + "tezos-client-demo-counter" { != version } + "tezos-client-alpha-commands-registration" { != version } + "tezos-baking-alpha-commands" { != version } + + "tezos-client-001-PtCJ7pwo-commands" { != version } + "tezos-client-002-PsYLVpVv-commands" { != version } + "tezos-client-003-PsddFKi3-commands" { != version } + "tezos-client-004-Pt24m4xi-commands" { != version } + "tezos-client-005-PsBabyM1-commands" { != version } + "tezos-client-006-PsCARTHA-commands" { != version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/bin_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `tezos-client` binary" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client/tezos-client.8.3/opam b/packages/tezos-client/tezos-client.8.3/opam new file mode 100644 index 000000000..8ad79cec5 --- /dev/null +++ b/packages/tezos-client/tezos-client.8.3/opam @@ -0,0 +1,69 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + + "tezos-client-base-unix" { = version } + "tezos-node" { with-test & = version } + "tezos-protocol-compiler" { with-test & = version } + "tezos-protocol-alpha-parameters" { with-test & = version } + + "tezos-client-genesis-carthagenet" { = version } + "tezos-client-000-Ps9mPmXa" { = version } + "tezos-client-008-PtEdo2Zk-commands-registration" { = version } + "tezos-baking-008-PtEdo2Zk-commands" { = version } +] +depopts: [ + "tezos-client-genesis" + "tezos-client-demo-counter" + "tezos-client-alpha-commands-registration" + "tezos-baking-alpha-commands" + + "tezos-client-001-PtCJ7pwo-commands" + "tezos-client-002-PsYLVpVv-commands" + "tezos-client-003-PsddFKi3-commands" + "tezos-client-004-Pt24m4xi-commands" + "tezos-client-005-PsBabyM1-commands" + "tezos-client-006-PsCARTHA-commands" + "tezos-client-007-PsDELPH1-commands-registration" + "tezos-baking-007-PsDELPH1-commands" +] +conflicts: [ + "tezos-client-genesis" { != version } + "tezos-client-demo-counter" { != version } + "tezos-client-alpha-commands-registration" { != version } + "tezos-baking-alpha-commands" { != version } + + "tezos-client-001-PtCJ7pwo-commands" { != version } + "tezos-client-002-PsYLVpVv-commands" { != version } + "tezos-client-003-PsddFKi3-commands" { != version } + "tezos-client-004-Pt24m4xi-commands" { != version } + "tezos-client-005-PsBabyM1-commands" { != version } + "tezos-client-006-PsCARTHA-commands" { != version } + "tezos-client-007-PsDELPH1-commands-registration" { != version } + "tezos-baking-007-PsDELPH1-commands" { != version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/bin_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `tezos-client` binary" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client/tezos-client.9.0/opam b/packages/tezos-client/tezos-client.9.0/opam new file mode 100644 index 000000000..9defd8d16 --- /dev/null +++ b/packages/tezos-client/tezos-client.9.0/opam @@ -0,0 +1,70 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + + "tezos-client-genesis-carthagenet" { = version } + "tezos-client-000-Ps9mPmXa" { = version } + "tezos-client-008-PtEdo2Zk-commands-registration" { = version } + "tezos-baking-008-PtEdo2Zk-commands" { = version } + "tezos-client-009-PsFLoren-commands-registration" { = version } + "tezos-baking-009-PsFLoren-commands" { = version } + + "tezos-node" { with-test & = version } + "tezos-protocol-compiler" { with-test & = version } + "tezos-client-alpha-commands-registration" { with-test & = version } +] +depopts: [ + "tezos-client-genesis" + "tezos-client-demo-counter" + "tezos-client-alpha-commands-registration" + "tezos-baking-alpha-commands" + + "tezos-client-001-PtCJ7pwo-commands" + "tezos-client-002-PsYLVpVv-commands" + "tezos-client-003-PsddFKi3-commands" + "tezos-client-004-Pt24m4xi-commands" + "tezos-client-005-PsBabyM1-commands" + "tezos-client-006-PsCARTHA-commands" + "tezos-client-007-PsDELPH1-commands-registration" + "tezos-baking-007-PsDELPH1-commands" +] +conflicts: [ + "tezos-client-genesis" { != version } + "tezos-client-demo-counter" { != version } + "tezos-client-alpha-commands-registration" { != version } + "tezos-baking-alpha-commands" { != version } + + "tezos-client-001-PtCJ7pwo-commands" { != version } + "tezos-client-002-PsYLVpVv-commands" { != version } + "tezos-client-003-PsddFKi3-commands" { != version } + "tezos-client-004-Pt24m4xi-commands" { != version } + "tezos-client-005-PsBabyM1-commands" { != version } + "tezos-client-006-PsCARTHA-commands" { != version } + "tezos-client-007-PsDELPH1-commands-registration" { != version } + "tezos-baking-007-PsDELPH1-commands" { != version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/bin_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `tezos-client` binary" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client/tezos-client.9.1/opam b/packages/tezos-client/tezos-client.9.1/opam new file mode 100644 index 000000000..a8019b484 --- /dev/null +++ b/packages/tezos-client/tezos-client.9.1/opam @@ -0,0 +1,70 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + + "tezos-client-genesis-carthagenet" { = version } + "tezos-client-000-Ps9mPmXa" { = version } + "tezos-client-008-PtEdo2Zk-commands-registration" { = version } + "tezos-baking-008-PtEdo2Zk-commands" { = version } + "tezos-client-009-PsFLoren-commands-registration" { = version } + "tezos-baking-009-PsFLoren-commands" { = version } + + "tezos-node" { with-test & = version } + "tezos-protocol-compiler" { with-test & = version } + "tezos-client-alpha-commands-registration" { with-test & = version } +] +depopts: [ + "tezos-client-genesis" + "tezos-client-demo-counter" + "tezos-client-alpha-commands-registration" + "tezos-baking-alpha-commands" + + "tezos-client-001-PtCJ7pwo-commands" + "tezos-client-002-PsYLVpVv-commands" + "tezos-client-003-PsddFKi3-commands" + "tezos-client-004-Pt24m4xi-commands" + "tezos-client-005-PsBabyM1-commands" + "tezos-client-006-PsCARTHA-commands" + "tezos-client-007-PsDELPH1-commands-registration" + "tezos-baking-007-PsDELPH1-commands" +] +conflicts: [ + "tezos-client-genesis" { != version } + "tezos-client-demo-counter" { != version } + "tezos-client-alpha-commands-registration" { != version } + "tezos-baking-alpha-commands" { != version } + + "tezos-client-001-PtCJ7pwo-commands" { != version } + "tezos-client-002-PsYLVpVv-commands" { != version } + "tezos-client-003-PsddFKi3-commands" { != version } + "tezos-client-004-Pt24m4xi-commands" { != version } + "tezos-client-005-PsBabyM1-commands" { != version } + "tezos-client-006-PsCARTHA-commands" { != version } + "tezos-client-007-PsDELPH1-commands-registration" { != version } + "tezos-baking-007-PsDELPH1-commands" { != version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/bin_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `tezos-client` binary" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client/tezos-client.9.2/opam b/packages/tezos-client/tezos-client.9.2/opam new file mode 100644 index 000000000..4ef9807f1 --- /dev/null +++ b/packages/tezos-client/tezos-client.9.2/opam @@ -0,0 +1,72 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + + "tezos-client-genesis-carthagenet" { = version } + "tezos-client-000-Ps9mPmXa" { = version } + "tezos-client-009-PsFLoren-commands-registration" { = version } + "tezos-baking-009-PsFLoren-commands" { = version } + "tezos-client-010-PtGRANAD-commands-registration" { = version } + "tezos-baking-010-PtGRANAD-commands" { = version } + + "tezos-node" { with-test & = version } + "tezos-protocol-compiler" { with-test & = version } + "tezos-client-alpha-commands-registration" { with-test & = version } +] +depopts: [ + "tezos-client-genesis" + "tezos-client-demo-counter" + "tezos-client-alpha-commands-registration" + "tezos-baking-alpha-commands" + + "tezos-client-001-PtCJ7pwo-commands" + "tezos-client-002-PsYLVpVv-commands" + "tezos-client-003-PsddFKi3-commands" + "tezos-client-004-Pt24m4xi-commands" + "tezos-client-005-PsBabyM1-commands" + "tezos-client-006-PsCARTHA-commands" + "tezos-client-007-PsDELPH1-commands-registration" + "tezos-client-008-PtEdo2Zk-commands-registration" + "tezos-baking-008-PtEdo2Zk-commands" +] +conflicts: [ + "tezos-client-genesis" { != version } + "tezos-client-demo-counter" { != version } + "tezos-client-alpha-commands-registration" { != version } + "tezos-baking-alpha-commands" { != version } + + "tezos-client-001-PtCJ7pwo-commands" { != version } + "tezos-client-002-PsYLVpVv-commands" { != version } + "tezos-client-003-PsddFKi3-commands" { != version } + "tezos-client-004-Pt24m4xi-commands" { != version } + "tezos-client-005-PsBabyM1-commands" { != version } + "tezos-client-006-PsCARTHA-commands" { != version } + "tezos-client-007-PsDELPH1-commands-registration" { != version } + "tezos-client-008-PtEdo2Zk-commands-registration" { != version } + "tezos-baking-008-PtEdo2Zk-commands" { != version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/bin_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `tezos-client` binary" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client/tezos-client.9.3/opam b/packages/tezos-client/tezos-client.9.3/opam new file mode 100644 index 000000000..a03ba1f50 --- /dev/null +++ b/packages/tezos-client/tezos-client.9.3/opam @@ -0,0 +1,72 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + + "tezos-client-genesis-carthagenet" { = version } + "tezos-client-000-Ps9mPmXa" { = version } + "tezos-client-009-PsFLoren-commands-registration" { = version } + "tezos-baking-009-PsFLoren-commands" { = version } + "tezos-client-010-PtGRANAD-commands-registration" { = version } + "tezos-baking-010-PtGRANAD-commands" { = version } + + "tezos-node" { with-test & = version } + "tezos-protocol-compiler" { with-test & = version } + "tezos-client-alpha-commands-registration" { with-test & = version } +] +depopts: [ + "tezos-client-genesis" + "tezos-client-demo-counter" + "tezos-client-alpha-commands-registration" + "tezos-baking-alpha-commands" + + "tezos-client-001-PtCJ7pwo-commands" + "tezos-client-002-PsYLVpVv-commands" + "tezos-client-003-PsddFKi3-commands" + "tezos-client-004-Pt24m4xi-commands" + "tezos-client-005-PsBabyM1-commands" + "tezos-client-006-PsCARTHA-commands" + "tezos-client-007-PsDELPH1-commands-registration" + "tezos-client-008-PtEdo2Zk-commands-registration" + "tezos-baking-008-PtEdo2Zk-commands" +] +conflicts: [ + "tezos-client-genesis" { != version } + "tezos-client-demo-counter" { != version } + "tezos-client-alpha-commands-registration" { != version } + "tezos-baking-alpha-commands" { != version } + + "tezos-client-001-PtCJ7pwo-commands" { != version } + "tezos-client-002-PsYLVpVv-commands" { != version } + "tezos-client-003-PsddFKi3-commands" { != version } + "tezos-client-004-Pt24m4xi-commands" { != version } + "tezos-client-005-PsBabyM1-commands" { != version } + "tezos-client-006-PsCARTHA-commands" { != version } + "tezos-client-007-PsDELPH1-commands-registration" { != version } + "tezos-client-008-PtEdo2Zk-commands-registration" { != version } + "tezos-baking-008-PtEdo2Zk-commands" { != version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/bin_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `tezos-client` binary" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client/tezos-client.9.4/opam b/packages/tezos-client/tezos-client.9.4/opam new file mode 100644 index 000000000..dd6117851 --- /dev/null +++ b/packages/tezos-client/tezos-client.9.4/opam @@ -0,0 +1,72 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + + "tezos-client-genesis-carthagenet" { = version } + "tezos-client-000-Ps9mPmXa" { = version } + "tezos-client-009-PsFLoren-commands-registration" { = version } + "tezos-baking-009-PsFLoren-commands" { = version } + "tezos-client-010-PtGRANAD-commands-registration" { = version } + "tezos-baking-010-PtGRANAD-commands" { = version } + + "tezos-node" { with-test & = version } + "tezos-protocol-compiler" { with-test & = version } + "tezos-client-alpha-commands-registration" { with-test & = version } +] +depopts: [ + "tezos-client-genesis" + "tezos-client-demo-counter" + "tezos-client-alpha-commands-registration" + "tezos-baking-alpha-commands" + + "tezos-client-001-PtCJ7pwo-commands" + "tezos-client-002-PsYLVpVv-commands" + "tezos-client-003-PsddFKi3-commands" + "tezos-client-004-Pt24m4xi-commands" + "tezos-client-005-PsBabyM1-commands" + "tezos-client-006-PsCARTHA-commands" + "tezos-client-007-PsDELPH1-commands-registration" + "tezos-client-008-PtEdo2Zk-commands-registration" + "tezos-baking-008-PtEdo2Zk-commands" +] +conflicts: [ + "tezos-client-genesis" { != version } + "tezos-client-demo-counter" { != version } + "tezos-client-alpha-commands-registration" { != version } + "tezos-baking-alpha-commands" { != version } + + "tezos-client-001-PtCJ7pwo-commands" { != version } + "tezos-client-002-PsYLVpVv-commands" { != version } + "tezos-client-003-PsddFKi3-commands" { != version } + "tezos-client-004-Pt24m4xi-commands" { != version } + "tezos-client-005-PsBabyM1-commands" { != version } + "tezos-client-006-PsCARTHA-commands" { != version } + "tezos-client-007-PsDELPH1-commands-registration" { != version } + "tezos-client-008-PtEdo2Zk-commands-registration" { != version } + "tezos-baking-008-PtEdo2Zk-commands" { != version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/bin_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `tezos-client` binary" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-client/tezos-client.9.7/opam b/packages/tezos-client/tezos-client.9.7/opam new file mode 100644 index 000000000..9ee1b72cb --- /dev/null +++ b/packages/tezos-client/tezos-client.9.7/opam @@ -0,0 +1,72 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + + "tezos-client-genesis-carthagenet" { = version } + "tezos-client-000-Ps9mPmXa" { = version } + "tezos-client-009-PsFLoren-commands-registration" { = version } + "tezos-baking-009-PsFLoren-commands" { = version } + "tezos-client-010-PtGRANAD-commands-registration" { = version } + "tezos-baking-010-PtGRANAD-commands" { = version } + + "tezos-node" { with-test & = version } + "tezos-protocol-compiler" { with-test & = version } + "tezos-client-alpha-commands-registration" { with-test & = version } +] +depopts: [ + "tezos-client-genesis" + "tezos-client-demo-counter" + "tezos-client-alpha-commands-registration" + "tezos-baking-alpha-commands" + + "tezos-client-001-PtCJ7pwo-commands" + "tezos-client-002-PsYLVpVv-commands" + "tezos-client-003-PsddFKi3-commands" + "tezos-client-004-Pt24m4xi-commands" + "tezos-client-005-PsBabyM1-commands" + "tezos-client-006-PsCARTHA-commands" + "tezos-client-007-PsDELPH1-commands-registration" + "tezos-client-008-PtEdo2Zk-commands-registration" + "tezos-baking-008-PtEdo2Zk-commands" +] +conflicts: [ + "tezos-client-genesis" { != version } + "tezos-client-demo-counter" { != version } + "tezos-client-alpha-commands-registration" { != version } + "tezos-baking-alpha-commands" { != version } + + "tezos-client-001-PtCJ7pwo-commands" { != version } + "tezos-client-002-PsYLVpVv-commands" { != version } + "tezos-client-003-PsddFKi3-commands" { != version } + "tezos-client-004-Pt24m4xi-commands" { != version } + "tezos-client-005-PsBabyM1-commands" { != version } + "tezos-client-006-PsCARTHA-commands" { != version } + "tezos-client-007-PsDELPH1-commands-registration" { != version } + "tezos-client-008-PtEdo2Zk-commands-registration" { != version } + "tezos-baking-008-PtEdo2Zk-commands" { != version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/bin_client/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `tezos-client` binary" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-codec/tezos-codec.10.2/opam b/packages/tezos-codec/tezos-codec.10.2/opam new file mode 100644 index 000000000..fdb8e668e --- /dev/null +++ b/packages/tezos-codec/tezos-codec.10.2/opam @@ -0,0 +1,50 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-signer-services" { = version } +] +depopts: [ + "tezos-client-alpha" + "tezos-client-005-PsBabyM1" + "tezos-client-006-PsCARTHA" + "tezos-client-007-PsDELPH1" + "tezos-client-008-PtEdo2Zk" + "tezos-client-009-PsFLoren" + "tezos-client-010-PtGRANAD" + "tezos-client-alpha" +] +conflicts: [ + "tezos-client-alpha" { != version } + "tezos-client-005-PsBabyM1" { != version } + "tezos-client-006-PsCARTHA" { != version } + "tezos-client-007-PsDELPH1" { != version } + "tezos-client-008-PtEdo2Zk" { != version } + "tezos-client-009-PsFLoren" { != version } + "tezos-client-010-PtGRANAD" { != version } + "tezos-client-alpha" { != version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/bin_codec/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `tezos-codec` binary to encode and decode values" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-codec/tezos-codec.11.0/opam b/packages/tezos-codec/tezos-codec.11.0/opam new file mode 100644 index 000000000..79c38c145 --- /dev/null +++ b/packages/tezos-codec/tezos-codec.11.0/opam @@ -0,0 +1,53 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-signer-services" { = version } +] +depopts: [ + "tezos-client-alpha" + "tezos-client-005-PsBabyM1" + "tezos-client-006-PsCARTHA" + "tezos-client-007-PsDELPH1" + "tezos-client-008-PtEdo2Zk" + "tezos-client-009-PsFLoren" + "tezos-client-010-PtGRANAD" + "tezos-client-011-PtHangz2" + "tezos-client-alpha" +] +conflicts: [ + "tezos-client-alpha" { != version } + "tezos-client-005-PsBabyM1" { != version } + "tezos-client-006-PsCARTHA" { != version } + "tezos-client-007-PsDELPH1" { != version } + "tezos-client-008-PtEdo2Zk" { != version } + "tezos-client-009-PsFLoren" { != version } + "tezos-client-010-PtGRANAD" { != version } + "tezos-client-011-PtHangz2" { != version } + "tezos-client-alpha" { != version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/bin_codec/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `tezos-codec` binary to encode and decode values" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-codec/tezos-codec.11.1/opam b/packages/tezos-codec/tezos-codec.11.1/opam new file mode 100644 index 000000000..b1391c886 --- /dev/null +++ b/packages/tezos-codec/tezos-codec.11.1/opam @@ -0,0 +1,53 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-signer-services" { = version } +] +depopts: [ + "tezos-client-alpha" + "tezos-client-005-PsBabyM1" + "tezos-client-006-PsCARTHA" + "tezos-client-007-PsDELPH1" + "tezos-client-008-PtEdo2Zk" + "tezos-client-009-PsFLoren" + "tezos-client-010-PtGRANAD" + "tezos-client-011-PtHangz2" + "tezos-client-alpha" +] +conflicts: [ + "tezos-client-alpha" { != version } + "tezos-client-005-PsBabyM1" { != version } + "tezos-client-006-PsCARTHA" { != version } + "tezos-client-007-PsDELPH1" { != version } + "tezos-client-008-PtEdo2Zk" { != version } + "tezos-client-009-PsFLoren" { != version } + "tezos-client-010-PtGRANAD" { != version } + "tezos-client-011-PtHangz2" { != version } + "tezos-client-alpha" { != version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/bin_codec/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `tezos-codec` binary to encode and decode values" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-codec/tezos-codec.12.0/opam b/packages/tezos-codec/tezos-codec.12.0/opam new file mode 100644 index 000000000..8d2b1be09 --- /dev/null +++ b/packages/tezos-codec/tezos-codec.12.0/opam @@ -0,0 +1,55 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-signer-services" { = version } +] +depopts: [ + "tezos-client-alpha" + "tezos-client-005-PsBabyM1" + "tezos-client-006-PsCARTHA" + "tezos-client-007-PsDELPH1" + "tezos-client-008-PtEdo2Zk" + "tezos-client-009-PsFLoren" + "tezos-client-010-PtGRANAD" + "tezos-client-011-PtHangz2" + "tezos-client-012-Psithaca" + "tezos-client-alpha" +] +conflicts: [ + "tezos-client-alpha" { != version } + "tezos-client-005-PsBabyM1" { != version } + "tezos-client-006-PsCARTHA" { != version } + "tezos-client-007-PsDELPH1" { != version } + "tezos-client-008-PtEdo2Zk" { != version } + "tezos-client-009-PsFLoren" { != version } + "tezos-client-010-PtGRANAD" { != version } + "tezos-client-011-PtHangz2" { != version } + "tezos-client-012-Psithaca" { != version } + "tezos-client-alpha" { != version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/bin_codec/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `tezos-codec` binary to encode and decode values" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-codec/tezos-codec.12.3/opam b/packages/tezos-codec/tezos-codec.12.3/opam new file mode 100644 index 000000000..c824ffc70 --- /dev/null +++ b/packages/tezos-codec/tezos-codec.12.3/opam @@ -0,0 +1,54 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-signer-services" { = version } +] +depopts: [ + "tezos-client-alpha" + "tezos-client-005-PsBabyM1" + "tezos-client-006-PsCARTHA" + "tezos-client-007-PsDELPH1" + "tezos-client-008-PtEdo2Zk" + "tezos-client-009-PsFLoren" + "tezos-client-010-PtGRANAD" + "tezos-client-011-PtHangz2" + "tezos-client-012-Psithaca" + "tezos-client-alpha" +] +conflicts: [ + "tezos-client-alpha" { != version } + "tezos-client-005-PsBabyM1" { != version } + "tezos-client-006-PsCARTHA" { != version } + "tezos-client-007-PsDELPH1" { != version } + "tezos-client-008-PtEdo2Zk" { != version } + "tezos-client-009-PsFLoren" { != version } + "tezos-client-010-PtGRANAD" { != version } + "tezos-client-011-PtHangz2" { != version } + "tezos-client-012-Psithaca" { != version } + "tezos-client-alpha" { != version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/bin_codec/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `tezos-codec` binary to encode and decode values" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-codec/tezos-codec.13.0/opam b/packages/tezos-codec/tezos-codec.13.0/opam new file mode 100644 index 000000000..1ee475d14 --- /dev/null +++ b/packages/tezos-codec/tezos-codec.13.0/opam @@ -0,0 +1,60 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "data-encoding" { >= "0.5.3" & < "0.6" } + "tezos-base" { = version } + "tezos-client-base-unix" { = version } + "tezos-client-base" { = version } + "tezos-clic" { = version } + "tezos-stdlib-unix" { = version } + "tezos-event-logging" { = version } + "tezos-signer-services" { = version } +] +depopts: [ + "tezos-client-005-PsBabyM1" + "tezos-client-006-PsCARTHA" + "tezos-client-007-PsDELPH1" + "tezos-client-008-PtEdo2Zk" + "tezos-client-009-PsFLoren" + "tezos-client-010-PtGRANAD" + "tezos-client-011-PtHangz2" + "tezos-client-012-Psithaca" + "tezos-client-013-PtJakart" + "tezos-client-alpha" +] +conflicts: [ + "tezos-client-005-PsBabyM1" { != version } + "tezos-client-006-PsCARTHA" { != version } + "tezos-client-007-PsDELPH1" { != version } + "tezos-client-008-PtEdo2Zk" { != version } + "tezos-client-009-PsFLoren" { != version } + "tezos-client-010-PtGRANAD" { != version } + "tezos-client-011-PtHangz2" { != version } + "tezos-client-012-Psithaca" { != version } + "tezos-client-013-PtJakart" { != version } + "tezos-client-alpha" { != version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/bin_codec/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `tezos-codec` binary to encode and decode values" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-codec/tezos-codec.14.0/opam b/packages/tezos-codec/tezos-codec.14.0/opam new file mode 100644 index 000000000..d6cb666c0 --- /dev/null +++ b/packages/tezos-codec/tezos-codec.14.0/opam @@ -0,0 +1,61 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "data-encoding" { >= "0.6" & < "0.7" } + "tezos-base" { = version } + "tezos-client-base-unix" { = version } + "tezos-client-base" { = version } + "tezos-clic" { = version } + "tezos-stdlib-unix" { = version } + "tezos-event-logging" { = version } + "tezos-signer-services" { = version } +] +depopts: [ + "tezos-client-005-PsBabyM1" + "tezos-client-006-PsCARTHA" + "tezos-client-007-PsDELPH1" + "tezos-client-008-PtEdo2Zk" + "tezos-client-009-PsFLoren" + "tezos-client-010-PtGRANAD" + "tezos-client-011-PtHangz2" + "tezos-client-012-Psithaca" + "tezos-client-013-PtJakart" + "tezos-client-014-PtKathma" + "tezos-client-alpha" +] +conflicts: [ + "tezos-client-005-PsBabyM1" { != version } + "tezos-client-006-PsCARTHA" { != version } + "tezos-client-007-PsDELPH1" { != version } + "tezos-client-008-PtEdo2Zk" { != version } + "tezos-client-009-PsFLoren" { != version } + "tezos-client-010-PtGRANAD" { != version } + "tezos-client-011-PtHangz2" { != version } + "tezos-client-012-Psithaca" { != version } + "tezos-client-013-PtJakart" { != version } + "tezos-client-014-PtKathma" { != version } + "tezos-client-alpha" { != version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `tezos-codec` binary to encode and decode values" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-codec/tezos-codec.7.0/opam b/packages/tezos-codec/tezos-codec.7.0/opam new file mode 100644 index 000000000..2b3b8f265 --- /dev/null +++ b/packages/tezos-codec/tezos-codec.7.0/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "data-encoding" { = "0.2" } + "tezos-client-base-unix" { = version } + "tezos-signer-services" { = version } + "tezos-client-alpha" { = version } + "tezos-client-005-PsBabyM1" { = version } + "tezos-client-006-PsCARTHA" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/bin_codec/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `tezos-codec` binary to encode and decode values" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.0.tar.bz2" + checksum: [ + "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91" + "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-codec/tezos-codec.7.1/opam b/packages/tezos-codec/tezos-codec.7.1/opam new file mode 100644 index 000000000..68878269f --- /dev/null +++ b/packages/tezos-codec/tezos-codec.7.1/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "data-encoding" { = "0.2" } + "tezos-client-base-unix" { = version } + "tezos-signer-services" { = version } + "tezos-client-alpha" { = version } + "tezos-client-005-PsBabyM1" { = version } + "tezos-client-006-PsCARTHA" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/bin_codec/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `tezos-codec` binary to encode and decode values" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.1.tar.bz2" + checksum: [ + "sha256=3675d856c4b818da7f5de0b85b86a48d3883f1210cfef28ef3233a047e74bed6" + "sha512=d6abdef9a6643b2ffe8141ecc625dcc2a939131e2e5cc158c74aba8c403bd4072b7fc403ccfa6d766696604ad112495dd9db1ece8a3ae5a4693071dfdffcbda5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-codec/tezos-codec.7.2/opam b/packages/tezos-codec/tezos-codec.7.2/opam new file mode 100644 index 000000000..2b8bf6283 --- /dev/null +++ b/packages/tezos-codec/tezos-codec.7.2/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "data-encoding" { = "0.2" } + "tezos-client-base-unix" { = version } + "tezos-signer-services" { = version } + "tezos-client-alpha" { = version } + "tezos-client-005-PsBabyM1" { = version } + "tezos-client-006-PsCARTHA" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/bin_codec/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `tezos-codec` binary to encode and decode values" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.2.tar.bz2" + checksum: [ + "sha256=abb52ad63345943d20f3edc4c3507474af94c001c8bf58138f47341942036cec" + "sha512=c823ca801cbc4005f5fc6ea5236d93569410c034da3ed32939ef64a0f2c19a34444fac12e13c72e5a1e15a401b655e58ffdbbb66ce0516e5968f621677b96117" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-codec/tezos-codec.7.3/opam b/packages/tezos-codec/tezos-codec.7.3/opam new file mode 100644 index 000000000..93587bf3c --- /dev/null +++ b/packages/tezos-codec/tezos-codec.7.3/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "data-encoding" { = "0.2" } + "tezos-client-base-unix" { = version } + "tezos-signer-services" { = version } + "tezos-client-alpha" { = version } + "tezos-client-005-PsBabyM1" { = version } + "tezos-client-006-PsCARTHA" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/bin_codec/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `tezos-codec` binary to encode and decode values" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.3.tar.bz2" + checksum: [ + "sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" + "sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-codec/tezos-codec.7.4/opam b/packages/tezos-codec/tezos-codec.7.4/opam new file mode 100644 index 000000000..d2e1fba98 --- /dev/null +++ b/packages/tezos-codec/tezos-codec.7.4/opam @@ -0,0 +1,38 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "data-encoding" { = "0.2" } + "tezos-client-base-unix" { = version } + "tezos-signer-services" { = version } +] +depopts: [ + "tezos-client-alpha" { = version } + "tezos-client-005-PsBabyM1" { = version } + "tezos-client-006-PsCARTHA" { = version } + "tezos-client-007-PsDELPH1" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/bin_codec/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `tezos-codec` binary to encode and decode values" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-codec/tezos-codec.8.0/opam b/packages/tezos-codec/tezos-codec.8.0/opam new file mode 100644 index 000000000..c7123d5d6 --- /dev/null +++ b/packages/tezos-codec/tezos-codec.8.0/opam @@ -0,0 +1,38 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-signer-services" { = version } +] +depopts: [ + "tezos-client-alpha" { = version } + "tezos-client-005-PsBabyM1" { = version } + "tezos-client-006-PsCARTHA" { = version } + "tezos-client-007-PsDELPH1" { = version } + "tezos-client-008-PtEdoTez" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/bin_codec/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `tezos-codec` binary to encode and decode values" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-codec/tezos-codec.8.1/opam b/packages/tezos-codec/tezos-codec.8.1/opam new file mode 100644 index 000000000..481f88080 --- /dev/null +++ b/packages/tezos-codec/tezos-codec.8.1/opam @@ -0,0 +1,45 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-signer-services" { = version } +] +depopts: [ + "tezos-client-alpha" + "tezos-client-005-PsBabyM1" + "tezos-client-006-PsCARTHA" + "tezos-client-007-PsDELPH1" + "tezos-client-008-PtEdoTez" +] +conflicts: [ + "tezos-client-alpha" { != version } + "tezos-client-005-PsBabyM1" { != version } + "tezos-client-006-PsCARTHA" { != version } + "tezos-client-007-PsDELPH1" { != version } + "tezos-client-008-PtEdoTez" { != version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/bin_codec/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `tezos-codec` binary to encode and decode values" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-codec/tezos-codec.8.2/opam b/packages/tezos-codec/tezos-codec.8.2/opam new file mode 100644 index 000000000..b964b7ae8 --- /dev/null +++ b/packages/tezos-codec/tezos-codec.8.2/opam @@ -0,0 +1,45 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-signer-services" { = version } +] +depopts: [ + "tezos-client-alpha" + "tezos-client-005-PsBabyM1" + "tezos-client-006-PsCARTHA" + "tezos-client-007-PsDELPH1" + "tezos-client-008-PtEdo2Zk" +] +conflicts: [ + "tezos-client-alpha" { != version } + "tezos-client-005-PsBabyM1" { != version } + "tezos-client-006-PsCARTHA" { != version } + "tezos-client-007-PsDELPH1" { != version } + "tezos-client-008-PtEdo2Zk" { != version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/bin_codec/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `tezos-codec` binary to encode and decode values" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-codec/tezos-codec.8.3/opam b/packages/tezos-codec/tezos-codec.8.3/opam new file mode 100644 index 000000000..70dab9669 --- /dev/null +++ b/packages/tezos-codec/tezos-codec.8.3/opam @@ -0,0 +1,45 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-signer-services" { = version } +] +depopts: [ + "tezos-client-alpha" + "tezos-client-005-PsBabyM1" + "tezos-client-006-PsCARTHA" + "tezos-client-007-PsDELPH1" + "tezos-client-008-PtEdo2Zk" +] +conflicts: [ + "tezos-client-alpha" { != version } + "tezos-client-005-PsBabyM1" { != version } + "tezos-client-006-PsCARTHA" { != version } + "tezos-client-007-PsDELPH1" { != version } + "tezos-client-008-PtEdo2Zk" { != version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/bin_codec/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `tezos-codec` binary to encode and decode values" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-codec/tezos-codec.9.0/opam b/packages/tezos-codec/tezos-codec.9.0/opam new file mode 100644 index 000000000..b16e48d64 --- /dev/null +++ b/packages/tezos-codec/tezos-codec.9.0/opam @@ -0,0 +1,47 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-signer-services" { = version } +] +depopts: [ + "tezos-client-alpha" + "tezos-client-005-PsBabyM1" + "tezos-client-006-PsCARTHA" + "tezos-client-007-PsDELPH1" + "tezos-client-008-PtEdo2Zk" + "tezos-client-009-PsFLoren" +] +conflicts: [ + "tezos-client-alpha" { != version } + "tezos-client-005-PsBabyM1" { != version } + "tezos-client-006-PsCARTHA" { != version } + "tezos-client-007-PsDELPH1" { != version } + "tezos-client-008-PtEdo2Zk" { != version } + "tezos-client-009-PsFLoren" { != version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/bin_codec/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `tezos-codec` binary to encode and decode values" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-codec/tezos-codec.9.1/opam b/packages/tezos-codec/tezos-codec.9.1/opam new file mode 100644 index 000000000..13a3bf7ce --- /dev/null +++ b/packages/tezos-codec/tezos-codec.9.1/opam @@ -0,0 +1,47 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-signer-services" { = version } +] +depopts: [ + "tezos-client-alpha" + "tezos-client-005-PsBabyM1" + "tezos-client-006-PsCARTHA" + "tezos-client-007-PsDELPH1" + "tezos-client-008-PtEdo2Zk" + "tezos-client-009-PsFLoren" +] +conflicts: [ + "tezos-client-alpha" { != version } + "tezos-client-005-PsBabyM1" { != version } + "tezos-client-006-PsCARTHA" { != version } + "tezos-client-007-PsDELPH1" { != version } + "tezos-client-008-PtEdo2Zk" { != version } + "tezos-client-009-PsFLoren" { != version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/bin_codec/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `tezos-codec` binary to encode and decode values" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-codec/tezos-codec.9.2/opam b/packages/tezos-codec/tezos-codec.9.2/opam new file mode 100644 index 000000000..a8f55a121 --- /dev/null +++ b/packages/tezos-codec/tezos-codec.9.2/opam @@ -0,0 +1,49 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-signer-services" { = version } +] +depopts: [ + "tezos-client-alpha" + "tezos-client-005-PsBabyM1" + "tezos-client-006-PsCARTHA" + "tezos-client-007-PsDELPH1" + "tezos-client-008-PtEdo2Zk" + "tezos-client-009-PsFLoren" + "tezos-client-010-PtGRANAD" +] +conflicts: [ + "tezos-client-alpha" { != version } + "tezos-client-005-PsBabyM1" { != version } + "tezos-client-006-PsCARTHA" { != version } + "tezos-client-007-PsDELPH1" { != version } + "tezos-client-008-PtEdo2Zk" { != version } + "tezos-client-009-PsFLoren" { != version } + "tezos-client-010-PtGRANAD" { != version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/bin_codec/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `tezos-codec` binary to encode and decode values" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-codec/tezos-codec.9.3/opam b/packages/tezos-codec/tezos-codec.9.3/opam new file mode 100644 index 000000000..1523f6ec5 --- /dev/null +++ b/packages/tezos-codec/tezos-codec.9.3/opam @@ -0,0 +1,49 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-signer-services" { = version } +] +depopts: [ + "tezos-client-alpha" + "tezos-client-005-PsBabyM1" + "tezos-client-006-PsCARTHA" + "tezos-client-007-PsDELPH1" + "tezos-client-008-PtEdo2Zk" + "tezos-client-009-PsFLoren" + "tezos-client-010-PtGRANAD" +] +conflicts: [ + "tezos-client-alpha" { != version } + "tezos-client-005-PsBabyM1" { != version } + "tezos-client-006-PsCARTHA" { != version } + "tezos-client-007-PsDELPH1" { != version } + "tezos-client-008-PtEdo2Zk" { != version } + "tezos-client-009-PsFLoren" { != version } + "tezos-client-010-PtGRANAD" { != version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/bin_codec/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `tezos-codec` binary to encode and decode values" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-codec/tezos-codec.9.4/opam b/packages/tezos-codec/tezos-codec.9.4/opam new file mode 100644 index 000000000..839c1913a --- /dev/null +++ b/packages/tezos-codec/tezos-codec.9.4/opam @@ -0,0 +1,49 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-signer-services" { = version } +] +depopts: [ + "tezos-client-alpha" + "tezos-client-005-PsBabyM1" + "tezos-client-006-PsCARTHA" + "tezos-client-007-PsDELPH1" + "tezos-client-008-PtEdo2Zk" + "tezos-client-009-PsFLoren" + "tezos-client-010-PtGRANAD" +] +conflicts: [ + "tezos-client-alpha" { != version } + "tezos-client-005-PsBabyM1" { != version } + "tezos-client-006-PsCARTHA" { != version } + "tezos-client-007-PsDELPH1" { != version } + "tezos-client-008-PtEdo2Zk" { != version } + "tezos-client-009-PsFLoren" { != version } + "tezos-client-010-PtGRANAD" { != version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/bin_codec/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `tezos-codec` binary to encode and decode values" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-codec/tezos-codec.9.7/opam b/packages/tezos-codec/tezos-codec.9.7/opam new file mode 100644 index 000000000..d9634f6da --- /dev/null +++ b/packages/tezos-codec/tezos-codec.9.7/opam @@ -0,0 +1,49 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-signer-services" { = version } +] +depopts: [ + "tezos-client-alpha" + "tezos-client-005-PsBabyM1" + "tezos-client-006-PsCARTHA" + "tezos-client-007-PsDELPH1" + "tezos-client-008-PtEdo2Zk" + "tezos-client-009-PsFLoren" + "tezos-client-010-PtGRANAD" +] +conflicts: [ + "tezos-client-alpha" { != version } + "tezos-client-005-PsBabyM1" { != version } + "tezos-client-006-PsCARTHA" { != version } + "tezos-client-007-PsDELPH1" { != version } + "tezos-client-008-PtEdo2Zk" { != version } + "tezos-client-009-PsFLoren" { != version } + "tezos-client-010-PtGRANAD" { != version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/bin_codec/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `tezos-codec` binary to encode and decode values" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-context-ops/tezos-context-ops.14.0/opam b/packages/tezos-context-ops/tezos-context-ops.14.0/opam new file mode 100644 index 000000000..18638934a --- /dev/null +++ b/packages/tezos-context-ops/tezos-context-ops.14.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-error-monad" { = version } + "tezos-protocol-environment" { = version } + "tezos-context" { = version } + "tezos-shell-context" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: backend-agnostic operations on contexts" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-context-ops/tezos-context-ops.15.0/opam b/packages/tezos-context-ops/tezos-context-ops.15.0/opam new file mode 100644 index 000000000..2f230d8e9 --- /dev/null +++ b/packages/tezos-context-ops/tezos-context-ops.15.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-error-monad" { = version } + "tezos-protocol-environment" { = version } + "tezos-context" { = version } + "tezos-shell-context" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: backend-agnostic operations on contexts" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-context-ops/tezos-context-ops.15.1/opam b/packages/tezos-context-ops/tezos-context-ops.15.1/opam new file mode 100644 index 000000000..8bcbee761 --- /dev/null +++ b/packages/tezos-context-ops/tezos-context-ops.15.1/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-error-monad" { = version } + "tezos-protocol-environment" { = version } + "tezos-context" { = version } + "tezos-shell-context" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: backend-agnostic operations on contexts" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-context-ops/tezos-context-ops.17.1/opam b/packages/tezos-context-ops/tezos-context-ops.17.1/opam new file mode 100644 index 000000000..6d59fe0cb --- /dev/null +++ b/packages/tezos-context-ops/tezos-context-ops.17.1/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-base" { = version } + "tezos-error-monad" { = version } + "tezos-protocol-environment" { = version } + "tezos-context" { = version } + "tezos-shell-context" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: backend-agnostic operations on contexts" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-context-ops/tezos-context-ops.17.2/opam b/packages/tezos-context-ops/tezos-context-ops.17.2/opam new file mode 100644 index 000000000..a4acfab0c --- /dev/null +++ b/packages/tezos-context-ops/tezos-context-ops.17.2/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-base" { = version } + "tezos-error-monad" { = version } + "tezos-protocol-environment" { = version } + "tezos-context" { = version } + "tezos-shell-context" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: backend-agnostic operations on contexts" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-context/tezos-context.11.0/opam b/packages/tezos-context/tezos-context.11.0/opam new file mode 100644 index 000000000..384844f97 --- /dev/null +++ b/packages/tezos-context/tezos-context.11.0/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-base" { = version } + "irmin" {>= "2.9.0" & <= "3.10.0"} + "irmin-pack" { >= "2.9.0" & < "2.10.0"} + "tezos-shell-services" { = version } + "bigstringaf" {>= "0.2.0" & <= "0.10.0"} + "vector" {with-test & = "1.0.0"} + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_context/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: on-disk context abstraction for `tezos-node`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-context/tezos-context.11.1/opam b/packages/tezos-context/tezos-context.11.1/opam new file mode 100644 index 000000000..3cb97abbc --- /dev/null +++ b/packages/tezos-context/tezos-context.11.1/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "irmin" {>= "2.9.0" & <= "3.10.0"} + "irmin-pack" { >= "2.9.0" & < "2.10.0"} + "tezos-shell-services" { = version } + "bigstringaf" {>= "0.2.0" & <= "0.10.0"} + "vector" {with-test & = "1.0.0"} + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_context/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: on-disk context abstraction for `tezos-node`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-context/tezos-context.12.0/opam b/packages/tezos-context/tezos-context.12.0/opam new file mode 100644 index 000000000..c158724c2 --- /dev/null +++ b/packages/tezos-context/tezos-context.12.0/opam @@ -0,0 +1,37 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "irmin" {>= "2.9.0" & <= "3.10.0"} + "irmin-pack" { >= "2.9.0" & < "2.10.0"} + "tezos-shell-services" { = version } + "bigstringaf" {>= "0.2.0" & <= "0.10.0"} + "digestif" {>= "0.7.3" & <= "1.2.0"} + "vector" {with-test & = "1.0.0"} + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_context/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: on-disk context abstraction for `tezos-node`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-context/tezos-context.13.0/opam b/packages/tezos-context/tezos-context.13.0/opam new file mode 100644 index 000000000..72996df27 --- /dev/null +++ b/packages/tezos-context/tezos-context.13.0/opam @@ -0,0 +1,42 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-stdlib" { = version } + "irmin" { >= "3.2.0" & < "3.3.0" } + "irmin-pack" { >= "3.2.0" & < "3.3.0" } + "tezos-shell-services" { = version } + "bigstringaf" {>= "0.2.0" & <= "0.10.0"} + "fmt" {>= "0.8.7" & <= "0.9.0"} + "logs" {<= "0.7.0"} + "digestif" {>= "0.7.3" & <= "1.2.0"} + "tezos-stdlib-unix" { = version } + "tezos-test-helpers" { with-test & = version } + "tezos-test-helpers-extra" { with-test & = version } + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} + "qcheck-alcotest" {with-test & >= "0.18" & <= "0.23"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_context/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: on-disk context abstraction for `tezos-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-context/tezos-context.14.0/opam b/packages/tezos-context/tezos-context.14.0/opam new file mode 100644 index 000000000..05754c62e --- /dev/null +++ b/packages/tezos-context/tezos-context.14.0/opam @@ -0,0 +1,41 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-stdlib" { = version } + "tezos-shell-services" { = version } + "irmin" { >= "3.3.2" & < "3.4.0" } + "irmin-pack" { >= "3.3.1" & < "3.4.0" } + "tezos-stdlib-unix" { = version } + "fmt" {>= "0.8.7" & <= "0.9.0"} + "bigstringaf" {>= "0.2.0" & <= "0.10.0"} + "logs" {<= "0.7.0"} + "digestif" {>= "0.7.3" & <= "1.2.0"} + "tezos-test-helpers" { with-test & = version } + "tezos-test-helpers-extra" { with-test & = version } + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} + "qcheck-alcotest" {with-test & >= "0.18" & <= "0.23"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: on-disk context abstraction for `tezos-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-context/tezos-context.15.0/opam b/packages/tezos-context/tezos-context.15.0/opam new file mode 100644 index 000000000..b4645fd77 --- /dev/null +++ b/packages/tezos-context/tezos-context.15.0/opam @@ -0,0 +1,40 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-stdlib-unix" { = version } + "qcheck-alcotest" {with-test & >= "0.18" & <= "0.23"} + "tezos-test-helpers" { with-test & = version } + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} + "tezos-test-helpers-extra" { with-test & = version } + "bigstringaf" {>= "0.2.0" & <= "0.10.0"} + "fmt" {>= "0.8.7" & <= "0.9.0"} + "logs" {<= "0.7.0"} + "digestif" {>= "0.7.3" & <= "1.2.0"} + "irmin" { >= "3.4.3" & < "3.5.0" } + "irmin-pack" { >= "3.4.3" & < "3.5.0" } + "tezos-stdlib" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: on-disk context abstraction for `octez-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-context/tezos-context.15.1/opam b/packages/tezos-context/tezos-context.15.1/opam new file mode 100644 index 000000000..611392bfc --- /dev/null +++ b/packages/tezos-context/tezos-context.15.1/opam @@ -0,0 +1,40 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-stdlib" { = version } + "irmin" { >= "3.4.3" & < "3.5.0" } + "irmin-pack" { >= "3.4.3" & < "3.5.0" } + "tezos-stdlib-unix" { = version } + "fmt" {>= "0.8.7" & <= "0.9.0"} + "bigstringaf" {>= "0.2.0" & <= "0.10.0"} + "logs" {<= "0.7.0"} + "digestif" {>= "0.7.3" & <= "1.2.0"} + "tezos-test-helpers" { with-test & = version } + "tezos-test-helpers-extra" { with-test & = version } + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} + "qcheck-alcotest" {with-test & >= "0.18" & <= "0.23"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: on-disk context abstraction for `octez-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-context/tezos-context.17.1/opam b/packages/tezos-context/tezos-context.17.1/opam new file mode 100644 index 000000000..a68303113 --- /dev/null +++ b/packages/tezos-context/tezos-context.17.1/opam @@ -0,0 +1,43 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-base" { = version } + "tezos-stdlib" { = version } + "irmin" { >= "3.6.1" & < "3.7.0" } + "irmin-pack" { >= "3.6.1" & < "3.7.0" } + "tezos-stdlib-unix" { = version } + "fmt" {>= "0.8.7" & <= "0.9.0"} + "bigstringaf" {>= "0.5.0" & <= "0.10.0"} + "logs" {<= "0.7.0"} + "tezt" {with-test & >= "3.1.0" & <= "4.1.0"} + "octez-alcotezt" { with-test & = version } + "tezos-test-helpers" { with-test & = version } + "qcheck-alcotest" {with-test & >= "0.20" & <= "0.23"} +] +conflicts: [ + "checkseum" { = "0.5.0" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] { with-test & ocaml:native } +] +synopsis: "Tezos: on-disk context abstraction for `octez-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-context/tezos-context.17.2/opam b/packages/tezos-context/tezos-context.17.2/opam new file mode 100644 index 000000000..51d6b4999 --- /dev/null +++ b/packages/tezos-context/tezos-context.17.2/opam @@ -0,0 +1,43 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-base" { = version } + "tezos-stdlib" { = version } + "irmin" { >= "3.6.1" & < "3.7.0" } + "irmin-pack" { >= "3.6.1" & < "3.7.0" } + "tezos-stdlib-unix" { = version } + "fmt" {>= "0.8.7" & <= "0.9.0"} + "bigstringaf" {>= "0.5.0" & <= "0.10.0"} + "logs" {<= "0.7.0"} + "tezt" {with-test & >= "3.1.0" & <= "4.1.0"} + "octez-alcotezt" { with-test & = version } + "tezos-test-helpers" { with-test & = version } + "qcheck-alcotest" {with-test & >= "0.20" & <= "0.23"} +] +conflicts: [ + "checkseum" { = "0.5.0" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] { with-test & ocaml:native } +] +synopsis: "Tezos: on-disk context abstraction for `octez-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-crypto-dal/tezos-crypto-dal.15.0/opam b/packages/tezos-crypto-dal/tezos-crypto-dal.15.0/opam new file mode 100644 index 000000000..b016ad7dc --- /dev/null +++ b/packages/tezos-crypto-dal/tezos-crypto-dal.15.0/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-stdlib" { = version } + "tezos-error-monad" { = version } + "data-encoding" { >= "0.6" & < "0.7" } + "alcotest" {with-test & >= "1.5.0" & <= "1.8.0"} + "qcheck-alcotest" {with-test & >= "0.18" & <= "0.23"} + "tezos-bls12-381-polynomial" { >= "0.1.3" & < "1.0.0" } + "tezos-crypto" { = version } + "lwt" {>= "5.6.0" & <= "5.9.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "DAL cryptographic primitives" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-crypto-dal/tezos-crypto-dal.15.1/opam b/packages/tezos-crypto-dal/tezos-crypto-dal.15.1/opam new file mode 100644 index 000000000..738d1eae4 --- /dev/null +++ b/packages/tezos-crypto-dal/tezos-crypto-dal.15.1/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-stdlib" { = version } + "tezos-error-monad" { = version } + "data-encoding" { >= "0.6" & < "0.7" } + "tezos-crypto" { = version } + "tezos-bls12-381-polynomial" { >= "0.1.3" & < "1.0.0" } + "lwt" {>= "5.6.0" & <= "5.9.0"} + "alcotest" {with-test & >= "1.5.0" & <= "1.8.0"} + "qcheck-alcotest" {with-test & >= "0.18" & <= "0.23"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "DAL cryptographic primitives" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-crypto-dal/tezos-crypto-dal.17.1/opam b/packages/tezos-crypto-dal/tezos-crypto-dal.17.1/opam new file mode 100644 index 000000000..6da8e2e8f --- /dev/null +++ b/packages/tezos-crypto-dal/tezos-crypto-dal.17.1/opam @@ -0,0 +1,38 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-stdlib" { = version } + "tezos-error-monad" { = version } + "data-encoding" { >= "0.7.1" & < "1.0.0" } + "tezos-crypto" { = version } + "octez-bls12-381-polynomial" { = version } + "lwt" {>= "5.6.0" & <= "5.9.0"} + "tezt" {with-test & >= "3.1.0" & <= "4.1.0"} + "octez-alcotezt" { with-test & = version } + "qcheck-alcotest" {with-test & >= "0.20" & <= "0.23"} + "tezos-test-helpers" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] { with-test & ocaml:native } +] +synopsis: "DAL cryptographic primitives" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-crypto-dal/tezos-crypto-dal.17.2/opam b/packages/tezos-crypto-dal/tezos-crypto-dal.17.2/opam new file mode 100644 index 000000000..d13c15a26 --- /dev/null +++ b/packages/tezos-crypto-dal/tezos-crypto-dal.17.2/opam @@ -0,0 +1,38 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-stdlib" { = version } + "tezos-error-monad" { = version } + "data-encoding" { >= "0.7.1" & < "1.0.0" } + "tezos-crypto" { = version } + "octez-bls12-381-polynomial" { = version } + "lwt" {>= "5.6.0" & <= "5.9.0"} + "tezt" {with-test & >= "3.1.0" & <= "4.1.0"} + "octez-alcotezt" { with-test & = version } + "qcheck-alcotest" {with-test & >= "0.20" & <= "0.23"} + "tezos-test-helpers" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] { with-test & ocaml:native } +] +synopsis: "DAL cryptographic primitives" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-crypto/tezos-crypto.11.0/opam b/packages/tezos-crypto/tezos-crypto.11.0/opam new file mode 100644 index 000000000..bb8ad4bae --- /dev/null +++ b/packages/tezos-crypto/tezos-crypto.11.0/opam @@ -0,0 +1,38 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-hacl-glue" { = version } + "secp256k1-internal" {<= "0.4.0"} + "tezos-rpc" { = version } + "ringo" { = "0.5" } + "tezos-hacl-glue-unix" { with-test & = version } + "alcotest" {with-test & >= "1.5.0" & <= "1.8.0"} + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} + "qcheck-alcotest" {with-test & <= "0.23"} + "tezos-test-helpers" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_crypto/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library with all the cryptographic primitives used by Tezos" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-crypto/tezos-crypto.11.1/opam b/packages/tezos-crypto/tezos-crypto.11.1/opam new file mode 100644 index 000000000..0afa754ee --- /dev/null +++ b/packages/tezos-crypto/tezos-crypto.11.1/opam @@ -0,0 +1,38 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-hacl-glue" { = version } + "secp256k1-internal" {<= "0.4.0"} + "tezos-rpc" { = version } + "ringo" { = "0.5" } + "tezos-hacl-glue-unix" { with-test & = version } + "alcotest" {with-test & >= "1.5.0" & <= "1.8.0"} + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} + "qcheck-alcotest" {with-test & <= "0.23"} + "tezos-test-helpers" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_crypto/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library with all the cryptographic primitives used by Tezos" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-crypto/tezos-crypto.12.0/opam b/packages/tezos-crypto/tezos-crypto.12.0/opam new file mode 100644 index 000000000..f00f48365 --- /dev/null +++ b/packages/tezos-crypto/tezos-crypto.12.0/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-hacl-glue" { = version } + "secp256k1-internal" {<= "0.4.0"} + "tezos-rpc" { = version } + "ringo" { = "0.5" } + "tezos-hacl-glue-unix" { with-test & = version } + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} + "tezos-test-helpers" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_crypto/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library with all the cryptographic primitives used by Tezos" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-crypto/tezos-crypto.13.0/opam b/packages/tezos-crypto/tezos-crypto.13.0/opam new file mode 100644 index 000000000..366106496 --- /dev/null +++ b/packages/tezos-crypto/tezos-crypto.13.0/opam @@ -0,0 +1,44 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-stdlib" { = version } + "data-encoding" { >= "0.5.3" & < "0.6" } + "tezos-lwt-result-stdlib" { = version } + "lwt" {>= "5.4.0" & <= "5.9.0"} + "tezos-hacl" { = version } + "secp256k1-internal" {>= "0.3.0" & <= "0.4.0"} + "tezos-error-monad" { = version } + "tezos-rpc" { = version } + "ringo" { = "0.8" } + "zarith" { >= "1.12" & < "1.13" } + "zarith_stubs_js" {<= "v0.17.0"} + "bls12-381" { >= "3.0.0" & < "3.1.0" } + "alcotest" {with-test & >= "1.5.0" & <= "1.8.0"} + "qcheck-alcotest" {with-test & >= "0.18" & <= "0.23"} + "tezos-test-helpers" { with-test & = version } + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_crypto/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library with all the cryptographic primitives used by Tezos" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-crypto/tezos-crypto.14.0/opam b/packages/tezos-crypto/tezos-crypto.14.0/opam new file mode 100644 index 000000000..e51b0207e --- /dev/null +++ b/packages/tezos-crypto/tezos-crypto.14.0/opam @@ -0,0 +1,51 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-stdlib" { = version } + "data-encoding" { >= "0.6" & < "0.7" } + "tezos-lwt-result-stdlib" { = version } + "lwt" {>= "5.4.0" & <= "5.9.0"} + "tezos-hacl" { = version } + "secp256k1-internal" {>= "0.3.0" & <= "0.4.0"} + "tezos-error-monad" { = version } + "tezos-rpc" { = version } + "ringo" { >= "0.9" & < "1.0.0" } + "zarith" { >= "1.12" & < "1.13" } + "zarith_stubs_js" {<= "v0.17.0"} + "bls12-381" { >= "4.0.0" & < "4.1.0" } + "alcotest" {with-test & >= "1.5.0" & <= "1.8.0"} + "qcheck-alcotest" {with-test & >= "0.18" & <= "0.23"} + "tezos-test-helpers" { with-test & = version } + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} + "tezos-bls12-381-polynomial" { = "0.1.2" & < "1.0.0" } +] +patches: ["crypto_for_ocaml12.diff"] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library with all the cryptographic primitives used by Tezos" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +extra-source "crypto_for_ocaml12.diff" { + src: + "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/tezos-crypto/crypto_for_ocaml12.diff" + checksum: + "sha256=f8af55657c5c478b47cd4e13dd352a8367f189cca3419a783b1b00f638272681" +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-crypto/tezos-crypto.15.0/opam b/packages/tezos-crypto/tezos-crypto.15.0/opam new file mode 100644 index 000000000..7023776a0 --- /dev/null +++ b/packages/tezos-crypto/tezos-crypto.15.0/opam @@ -0,0 +1,44 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-stdlib" { = version } + "tezos-error-monad" { = version } + "zarith" { >= "1.12" & < "1.13" } + "zarith_stubs_js" {<= "v0.17.0"} + "tezos-hacl" { = version } + "data-encoding" { >= "0.6" & < "0.7" } + "alcotest" {with-test & >= "1.5.0" & <= "1.8.0"} + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} + "lwt" {>= "5.6.0" & <= "5.9.0"} + "qcheck-alcotest" {with-test & >= "0.18" & <= "0.23"} + "tezos-test-helpers" { with-test & = version } + "tezos-lwt-result-stdlib" { = version } + "secp256k1-internal" {>= "0.3.0" & <= "0.4.0"} + "tezos-rpc" { = version } + "ringo" { >= "0.9" & < "1.0.0" } + "bls12-381" { >= "5.0.0" & < "5.1.0" } + "bls12-381-signature" { = "1.0.0" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library with all the cryptographic primitives used by Tezos" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-crypto/tezos-crypto.15.1/opam b/packages/tezos-crypto/tezos-crypto.15.1/opam new file mode 100644 index 000000000..0117e8ebd --- /dev/null +++ b/packages/tezos-crypto/tezos-crypto.15.1/opam @@ -0,0 +1,44 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-stdlib" { = version } + "data-encoding" { >= "0.6" & < "0.7" } + "tezos-lwt-result-stdlib" { = version } + "lwt" {>= "5.6.0" & <= "5.9.0"} + "tezos-hacl" { = version } + "secp256k1-internal" {>= "0.3.0" & <= "0.4.0"} + "tezos-error-monad" { = version } + "tezos-rpc" { = version } + "ringo" { >= "0.9" & < "1.0.0" } + "zarith" { >= "1.12" & < "1.13" } + "zarith_stubs_js" {<= "v0.17.0"} + "bls12-381" { >= "5.0.0" & < "5.1.0" } + "bls12-381-signature" { = "1.0.0" } + "alcotest" {with-test & >= "1.5.0" & <= "1.8.0"} + "qcheck-alcotest" {with-test & >= "0.18" & <= "0.23"} + "tezos-test-helpers" { with-test & = version } + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library with all the cryptographic primitives used by Tezos" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-crypto/tezos-crypto.17.1/opam b/packages/tezos-crypto/tezos-crypto.17.1/opam new file mode 100644 index 000000000..994785319 --- /dev/null +++ b/packages/tezos-crypto/tezos-crypto.17.1/opam @@ -0,0 +1,45 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-stdlib" { = version } + "data-encoding" { >= "0.7.1" & < "1.0.0" } + "tezos-lwt-result-stdlib" { = version } + "lwt" {>= "5.6.0" & <= "5.9.0"} + "tezos-hacl" { = version } + "secp256k1-internal" {= "0.4.0"} + "tezos-error-monad" { = version } + "tezos-rpc" { = version } + "aches" {>= "1.0.0" & <= "1.1.0"} + "zarith" { >= "1.12" & < "1.13" } + "zarith_stubs_js" {<= "v0.17.0"} + "bls12-381" { >= "6.1.0" & < "6.2.0" } + "octez-bls12-381-signature" { = version } + "tezt" {with-test & >= "3.1.0" & <= "4.1.0"} + "octez-alcotezt" { with-test & = version } + "qcheck-alcotest" {with-test & >= "0.20" & <= "0.23"} + "tezos-test-helpers" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] { with-test & ocaml:native } +] +synopsis: "Tezos: library with all the cryptographic primitives used by Tezos" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-crypto/tezos-crypto.17.2/opam b/packages/tezos-crypto/tezos-crypto.17.2/opam new file mode 100644 index 000000000..4f8060a45 --- /dev/null +++ b/packages/tezos-crypto/tezos-crypto.17.2/opam @@ -0,0 +1,45 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-stdlib" { = version } + "data-encoding" { >= "0.7.1" & < "1.0.0" } + "tezos-lwt-result-stdlib" { = version } + "lwt" {>= "5.6.0" & <= "5.9.0"} + "tezos-hacl" { = version } + "secp256k1-internal" {= "0.4.0"} + "tezos-error-monad" { = version } + "tezos-rpc" { = version } + "aches" {>= "1.0.0" & <= "1.1.0"} + "zarith" { >= "1.12" & < "1.13" } + "zarith_stubs_js" {<= "v0.17.0"} + "bls12-381" { >= "6.1.0" & < "6.2.0" } + "octez-bls12-381-signature" { = version } + "tezt" {with-test & >= "3.1.0" & <= "4.1.0"} + "octez-alcotezt" { with-test & = version } + "qcheck-alcotest" {with-test & >= "0.20" & <= "0.23"} + "tezos-test-helpers" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] { with-test & ocaml:native } +] +synopsis: "Tezos: library with all the cryptographic primitives used by Tezos" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-crypto/tezos-crypto.7.0/opam b/packages/tezos-crypto/tezos-crypto.7.0/opam new file mode 100644 index 000000000..e17881b1d --- /dev/null +++ b/packages/tezos-crypto/tezos-crypto.7.0/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-rpc" { = version } + "blake2" {<= "0.3"} + "hacl" {>= "0.2" & <= "0.3"} + "zarith" {<= "1.14"} + "secp256k1-internal" {<= "0.4.0"} + "uecc" { < "0.3" } + "alcotest" { with-test & = "0.8.5" } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_crypto/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library with all the cryptographic primitives used by Tezos" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.0.tar.bz2" + checksum: [ + "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91" + "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-crypto/tezos-crypto.7.1/opam b/packages/tezos-crypto/tezos-crypto.7.1/opam new file mode 100644 index 000000000..6833c5050 --- /dev/null +++ b/packages/tezos-crypto/tezos-crypto.7.1/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-rpc" { = version } + "blake2" {<= "0.3"} + "hacl" {>= "0.2" & <= "0.3"} + "zarith" {<= "1.14"} + "secp256k1-internal" {<= "0.4.0"} + "uecc" { < "0.3" } + "alcotest" { with-test & = "0.8.5" } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_crypto/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library with all the cryptographic primitives used by Tezos" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.1.tar.bz2" + checksum: [ + "sha256=3675d856c4b818da7f5de0b85b86a48d3883f1210cfef28ef3233a047e74bed6" + "sha512=d6abdef9a6643b2ffe8141ecc625dcc2a939131e2e5cc158c74aba8c403bd4072b7fc403ccfa6d766696604ad112495dd9db1ece8a3ae5a4693071dfdffcbda5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-crypto/tezos-crypto.7.2/opam b/packages/tezos-crypto/tezos-crypto.7.2/opam new file mode 100644 index 000000000..169373f42 --- /dev/null +++ b/packages/tezos-crypto/tezos-crypto.7.2/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-rpc" { = version } + "blake2" {<= "0.3"} + "hacl" {>= "0.2" & <= "0.3"} + "zarith" {<= "1.14"} + "secp256k1-internal" {<= "0.4.0"} + "uecc" { < "0.3" } + "alcotest" { with-test & = "0.8.5" } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_crypto/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library with all the cryptographic primitives used by Tezos" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.2.tar.bz2" + checksum: [ + "sha256=abb52ad63345943d20f3edc4c3507474af94c001c8bf58138f47341942036cec" + "sha512=c823ca801cbc4005f5fc6ea5236d93569410c034da3ed32939ef64a0f2c19a34444fac12e13c72e5a1e15a401b655e58ffdbbb66ce0516e5968f621677b96117" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-crypto/tezos-crypto.7.3/opam b/packages/tezos-crypto/tezos-crypto.7.3/opam new file mode 100644 index 000000000..18a27b4d8 --- /dev/null +++ b/packages/tezos-crypto/tezos-crypto.7.3/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-rpc" { = version } + "blake2" {<= "0.3"} + "hacl" {>= "0.2" & <= "0.3"} + "zarith" {<= "1.14"} + "secp256k1-internal" {<= "0.4.0"} + "uecc" { < "0.3" } + "alcotest" { with-test & = "0.8.5" } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_crypto/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library with all the cryptographic primitives used by Tezos" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.3.tar.bz2" + checksum: [ + "sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" + "sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-crypto/tezos-crypto.7.4/opam b/packages/tezos-crypto/tezos-crypto.7.4/opam new file mode 100644 index 000000000..b172937cb --- /dev/null +++ b/packages/tezos-crypto/tezos-crypto.7.4/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-rpc" { = version } + "blake2" {<= "0.3"} + "hacl" {>= "0.2" & <= "0.3"} + "zarith" {<= "1.14"} + "secp256k1-internal" {<= "0.4.0"} + "uecc" { < "0.3" } + "alcotest" { with-test & = "0.8.5" } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_crypto/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library with all the cryptographic primitives used by Tezos" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-crypto/tezos-crypto.8.0/opam b/packages/tezos-crypto/tezos-crypto.8.0/opam new file mode 100644 index 000000000..f418a9240 --- /dev/null +++ b/packages/tezos-crypto/tezos-crypto.8.0/opam @@ -0,0 +1,41 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-clic" { = version } + "tezos-rpc" { = version } + "bls12-381" { = "0.3.15" } + "hacl-star" {>= "0.3.0" & <= "0.3.0-1"} + "secp256k1-internal" {<= "0.4.0"} + "uecc" {>= "0.3" & <= "0.4"} + "ringo" { = "0.5" } + "alcotest" {with-test & >= "1.1.0" & <= "1.8.0"} + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +conflicts: [ + "hacl_x25519" +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_crypto/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library with all the cryptographic primitives used by Tezos" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-crypto/tezos-crypto.8.1/opam b/packages/tezos-crypto/tezos-crypto.8.1/opam new file mode 100644 index 000000000..9275489d6 --- /dev/null +++ b/packages/tezos-crypto/tezos-crypto.8.1/opam @@ -0,0 +1,41 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-clic" { = version } + "tezos-rpc" { = version } + "bls12-381" { = "0.3.15" } + "hacl-star" {>= "0.3.0" & <= "0.3.0-1"} + "secp256k1-internal" {<= "0.4.0"} + "uecc" {>= "0.3" & <= "0.4"} + "ringo" { = "0.5" } + "alcotest" {with-test & >= "1.1.0" & <= "1.8.0"} + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +conflicts: [ + "hacl_x25519" +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_crypto/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library with all the cryptographic primitives used by Tezos" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-crypto/tezos-crypto.8.2/opam b/packages/tezos-crypto/tezos-crypto.8.2/opam new file mode 100644 index 000000000..0a0e4bf98 --- /dev/null +++ b/packages/tezos-crypto/tezos-crypto.8.2/opam @@ -0,0 +1,41 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-clic" { = version } + "tezos-rpc" { = version } + "bls12-381" { = "0.3.15" } + "hacl-star" {>= "0.3.0" & <= "0.3.0-1"} + "secp256k1-internal" {<= "0.4.0"} + "uecc" {>= "0.3" & <= "0.4"} + "ringo" { = "0.5" } + "alcotest" {with-test & >= "1.1.0" & <= "1.8.0"} + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +conflicts: [ + "hacl_x25519" +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_crypto/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library with all the cryptographic primitives used by Tezos" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-crypto/tezos-crypto.8.3/opam b/packages/tezos-crypto/tezos-crypto.8.3/opam new file mode 100644 index 000000000..44cf4aac9 --- /dev/null +++ b/packages/tezos-crypto/tezos-crypto.8.3/opam @@ -0,0 +1,41 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-clic" { = version } + "tezos-rpc" { = version } + "bls12-381" { = "0.3.15" } + "hacl-star" {>= "0.3.0" & <= "0.3.0-1"} + "secp256k1-internal" {<= "0.4.0"} + "uecc" {>= "0.3" & <= "0.4"} + "ringo" { = "0.5" } + "alcotest" {with-test & >= "1.1.0" & <= "1.8.0"} + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +conflicts: [ + "hacl_x25519" +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_crypto/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library with all the cryptographic primitives used by Tezos" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-crypto/tezos-crypto.9.0/opam b/packages/tezos-crypto/tezos-crypto.9.0/opam new file mode 100644 index 000000000..633e2b610 --- /dev/null +++ b/packages/tezos-crypto/tezos-crypto.9.0/opam @@ -0,0 +1,41 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-clic" { = version } + "tezos-rpc" { = version } + "bls12-381" { = "0.3.15" } + "hacl-star" {>= "0.3.0" & <= "0.3.0-1"} + "secp256k1-internal" {<= "0.4.0"} + "uecc" {>= "0.3" & <= "0.4"} + "ringo" { = "0.5" } + "crowbar" {with-test & <= "0.2.1"} + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +conflicts: [ + "hacl_x25519" +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_crypto/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library with all the cryptographic primitives used by Tezos" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-crypto/tezos-crypto.9.1/opam b/packages/tezos-crypto/tezos-crypto.9.1/opam new file mode 100644 index 000000000..d6d811536 --- /dev/null +++ b/packages/tezos-crypto/tezos-crypto.9.1/opam @@ -0,0 +1,41 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-clic" { = version } + "tezos-rpc" { = version } + "bls12-381" { = "0.3.15" } + "hacl-star" {>= "0.3.0" & <= "0.3.0-1"} + "secp256k1-internal" {<= "0.4.0"} + "uecc" {>= "0.3" & <= "0.4"} + "ringo" { = "0.5" } + "crowbar" {with-test & <= "0.2.1"} + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +conflicts: [ + "hacl_x25519" +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_crypto/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library with all the cryptographic primitives used by Tezos" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-crypto/tezos-crypto.9.2/opam b/packages/tezos-crypto/tezos-crypto.9.2/opam new file mode 100644 index 000000000..72852410b --- /dev/null +++ b/packages/tezos-crypto/tezos-crypto.9.2/opam @@ -0,0 +1,41 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-clic" { = version } + "tezos-rpc" { = version } + "bls12-381" { = "0.3.15" } + "hacl-star" {>= "0.3.0" & <= "0.3.0-1"} + "secp256k1-internal" {<= "0.4.0"} + "uecc" {>= "0.3" & <= "0.4"} + "ringo" { = "0.5" } +# "crowbar" { with-test } +# "alcotest-lwt" { with-test & >= "1.1.0" } +] +conflicts: [ + "hacl_x25519" +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_crypto/%{name}%.install" "./"] +# ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library with all the cryptographic primitives used by Tezos" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-crypto/tezos-crypto.9.3/opam b/packages/tezos-crypto/tezos-crypto.9.3/opam new file mode 100644 index 000000000..bbcf08ca8 --- /dev/null +++ b/packages/tezos-crypto/tezos-crypto.9.3/opam @@ -0,0 +1,41 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-clic" { = version } + "tezos-rpc" { = version } + "bls12-381" { = "0.3.15" } + "hacl-star" {>= "0.3.0" & <= "0.3.0-1"} + "secp256k1-internal" {<= "0.4.0"} + "uecc" {>= "0.3" & <= "0.4"} + "ringo" { = "0.5" } +# "crowbar" { with-test } +# "alcotest-lwt" { with-test & >= "1.1.0" } +] +conflicts: [ + "hacl_x25519" +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_crypto/%{name}%.install" "./"] +# ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library with all the cryptographic primitives used by Tezos" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-crypto/tezos-crypto.9.4/opam b/packages/tezos-crypto/tezos-crypto.9.4/opam new file mode 100644 index 000000000..938af57e0 --- /dev/null +++ b/packages/tezos-crypto/tezos-crypto.9.4/opam @@ -0,0 +1,41 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-clic" { = version } + "tezos-rpc" { = version } + "bls12-381" { = "0.3.15" } + "hacl-star" {>= "0.3.0" & <= "0.3.0-1"} + "secp256k1-internal" {<= "0.4.0"} + "uecc" {>= "0.3" & <= "0.4"} + "ringo" { = "0.5" } +# "crowbar" { with-test } +# "alcotest-lwt" { with-test & >= "1.1.0" } +] +conflicts: [ + "hacl_x25519" +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_crypto/%{name}%.install" "./"] +# ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library with all the cryptographic primitives used by Tezos" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-crypto/tezos-crypto.9.7/opam b/packages/tezos-crypto/tezos-crypto.9.7/opam new file mode 100644 index 000000000..a75aa83a8 --- /dev/null +++ b/packages/tezos-crypto/tezos-crypto.9.7/opam @@ -0,0 +1,41 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-clic" { = version } + "tezos-rpc" { = version } + "bls12-381" { = "0.3.15" } + "hacl-star" {>= "0.3.0" & <= "0.3.0-1"} + "secp256k1-internal" {<= "0.4.0"} + "uecc" {>= "0.3" & <= "0.4"} + "ringo" { = "0.5" } +# "crowbar" { with-test } +# "alcotest-lwt" { with-test & >= "1.1.0" } +] +conflicts: [ + "hacl_x25519" +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_crypto/%{name}%.install" "./"] +# ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library with all the cryptographic primitives used by Tezos" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-dal-node-lib/tezos-dal-node-lib.17.1/opam b/packages/tezos-dal-node-lib/tezos-dal-node-lib.17.1/opam new file mode 100644 index 000000000..3d26d366c --- /dev/null +++ b/packages/tezos-dal-node-lib/tezos-dal-node-lib.17.1/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-base" { = version } + "tezos-dal-node-services" { = version } + "tezos-client-base" { = version } + "tezos-protocol-updater" { = version } + "tezos-client-base-unix" { = version } + "tezos-stdlib-unix" { = version } + "tezos-crypto-dal" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] { with-test & ocaml:native } +] +synopsis: "Tezos: `tezos-dal-node` library" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-dal-node-lib/tezos-dal-node-lib.17.2/opam b/packages/tezos-dal-node-lib/tezos-dal-node-lib.17.2/opam new file mode 100644 index 000000000..f1d5c72da --- /dev/null +++ b/packages/tezos-dal-node-lib/tezos-dal-node-lib.17.2/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-base" { = version } + "tezos-dal-node-services" { = version } + "tezos-client-base" { = version } + "tezos-protocol-updater" { = version } + "tezos-client-base-unix" { = version } + "tezos-stdlib-unix" { = version } + "tezos-crypto-dal" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] { with-test & ocaml:native } +] +synopsis: "Tezos: `tezos-dal-node` library" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-dal-node-services/tezos-dal-node-services.17.1/opam b/packages/tezos-dal-node-services/tezos-dal-node-services.17.1/opam new file mode 100644 index 000000000..1a7e287df --- /dev/null +++ b/packages/tezos-dal-node-services/tezos-dal-node-services.17.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-base" { = version } + "tezos-rpc" { = version } + "tezos-crypto-dal" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `tezos-dal-node` RPC services" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-dal-node-services/tezos-dal-node-services.17.2/opam b/packages/tezos-dal-node-services/tezos-dal-node-services.17.2/opam new file mode 100644 index 000000000..f75d6c9ad --- /dev/null +++ b/packages/tezos-dal-node-services/tezos-dal-node-services.17.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-base" { = version } + "tezos-rpc" { = version } + "tezos-crypto-dal" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `tezos-dal-node` RPC services" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-000-Ps9mPmXa/tezos-embedded-protocol-000-Ps9mPmXa.10.2/opam b/packages/tezos-embedded-protocol-000-Ps9mPmXa/tezos-embedded-protocol-000-Ps9mPmXa.10.2/opam new file mode 100644 index 000000000..b5932f490 --- /dev/null +++ b/packages/tezos-embedded-protocol-000-Ps9mPmXa/tezos-embedded-protocol-000-Ps9mPmXa.10.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-000-Ps9mPmXa" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_000_Ps9mPmXa/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 000-Ps9mPmXa (economic-protocol definition, embedded in `tezos-node`)" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-000-Ps9mPmXa/tezos-embedded-protocol-000-Ps9mPmXa.11.0/opam b/packages/tezos-embedded-protocol-000-Ps9mPmXa/tezos-embedded-protocol-000-Ps9mPmXa.11.0/opam new file mode 100644 index 000000000..8d3c1fa3c --- /dev/null +++ b/packages/tezos-embedded-protocol-000-Ps9mPmXa/tezos-embedded-protocol-000-Ps9mPmXa.11.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-protocol-000-Ps9mPmXa" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_000_Ps9mPmXa/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 000-Ps9mPmXa (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-000-Ps9mPmXa/tezos-embedded-protocol-000-Ps9mPmXa.11.1/opam b/packages/tezos-embedded-protocol-000-Ps9mPmXa/tezos-embedded-protocol-000-Ps9mPmXa.11.1/opam new file mode 100644 index 000000000..13e6352e3 --- /dev/null +++ b/packages/tezos-embedded-protocol-000-Ps9mPmXa/tezos-embedded-protocol-000-Ps9mPmXa.11.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-000-Ps9mPmXa" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_000_Ps9mPmXa/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 000-Ps9mPmXa (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-000-Ps9mPmXa/tezos-embedded-protocol-000-Ps9mPmXa.12.0/opam b/packages/tezos-embedded-protocol-000-Ps9mPmXa/tezos-embedded-protocol-000-Ps9mPmXa.12.0/opam new file mode 100644 index 000000000..cf0d35a2b --- /dev/null +++ b/packages/tezos-embedded-protocol-000-Ps9mPmXa/tezos-embedded-protocol-000-Ps9mPmXa.12.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-000-Ps9mPmXa" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_000_Ps9mPmXa/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 000-Ps9mPmXa (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-000-Ps9mPmXa/tezos-embedded-protocol-000-Ps9mPmXa.12.3/opam b/packages/tezos-embedded-protocol-000-Ps9mPmXa/tezos-embedded-protocol-000-Ps9mPmXa.12.3/opam new file mode 100644 index 000000000..85743902a --- /dev/null +++ b/packages/tezos-embedded-protocol-000-Ps9mPmXa/tezos-embedded-protocol-000-Ps9mPmXa.12.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-000-Ps9mPmXa" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_000_Ps9mPmXa/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 000-Ps9mPmXa (economic-protocol definition, embedded in `tezos-node`)" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-000-Ps9mPmXa/tezos-embedded-protocol-000-Ps9mPmXa.13.0/opam b/packages/tezos-embedded-protocol-000-Ps9mPmXa/tezos-embedded-protocol-000-Ps9mPmXa.13.0/opam new file mode 100644 index 000000000..38557b875 --- /dev/null +++ b/packages/tezos-embedded-protocol-000-Ps9mPmXa/tezos-embedded-protocol-000-Ps9mPmXa.13.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-000-Ps9mPmXa" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_000_Ps9mPmXa/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 000-Ps9mPmXa (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-000-Ps9mPmXa/tezos-embedded-protocol-000-Ps9mPmXa.14.0/opam b/packages/tezos-embedded-protocol-000-Ps9mPmXa/tezos-embedded-protocol-000-Ps9mPmXa.14.0/opam new file mode 100644 index 000000000..c75f86bcc --- /dev/null +++ b/packages/tezos-embedded-protocol-000-Ps9mPmXa/tezos-embedded-protocol-000-Ps9mPmXa.14.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-000-Ps9mPmXa" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 000-Ps9mPmXa (economic-protocol definition, embedded in `tezos-node`)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-000-Ps9mPmXa/tezos-embedded-protocol-000-Ps9mPmXa.15.0/opam b/packages/tezos-embedded-protocol-000-Ps9mPmXa/tezos-embedded-protocol-000-Ps9mPmXa.15.0/opam new file mode 100644 index 000000000..dac6ed4ba --- /dev/null +++ b/packages/tezos-embedded-protocol-000-Ps9mPmXa/tezos-embedded-protocol-000-Ps9mPmXa.15.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-000-Ps9mPmXa" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 000-Ps9mPmXa (economic-protocol definition, embedded in `octez-node`)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-000-Ps9mPmXa/tezos-embedded-protocol-000-Ps9mPmXa.15.1/opam b/packages/tezos-embedded-protocol-000-Ps9mPmXa/tezos-embedded-protocol-000-Ps9mPmXa.15.1/opam new file mode 100644 index 000000000..4710583b0 --- /dev/null +++ b/packages/tezos-embedded-protocol-000-Ps9mPmXa/tezos-embedded-protocol-000-Ps9mPmXa.15.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-000-Ps9mPmXa" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 000-Ps9mPmXa (economic-protocol definition, embedded in `octez-node`)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-000-Ps9mPmXa/tezos-embedded-protocol-000-Ps9mPmXa.17.1/opam b/packages/tezos-embedded-protocol-000-Ps9mPmXa/tezos-embedded-protocol-000-Ps9mPmXa.17.1/opam new file mode 100644 index 000000000..f398d4ffc --- /dev/null +++ b/packages/tezos-embedded-protocol-000-Ps9mPmXa/tezos-embedded-protocol-000-Ps9mPmXa.17.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-protocol-000-Ps9mPmXa" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 000-Ps9mPmXa (economic-protocol definition, embedded in `octez-node`)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-000-Ps9mPmXa/tezos-embedded-protocol-000-Ps9mPmXa.17.2/opam b/packages/tezos-embedded-protocol-000-Ps9mPmXa/tezos-embedded-protocol-000-Ps9mPmXa.17.2/opam new file mode 100644 index 000000000..23ef28d03 --- /dev/null +++ b/packages/tezos-embedded-protocol-000-Ps9mPmXa/tezos-embedded-protocol-000-Ps9mPmXa.17.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-protocol-000-Ps9mPmXa" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 000-Ps9mPmXa (economic-protocol definition, embedded in `octez-node`)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-000-Ps9mPmXa/tezos-embedded-protocol-000-Ps9mPmXa.7.0/opam b/packages/tezos-embedded-protocol-000-Ps9mPmXa/tezos-embedded-protocol-000-Ps9mPmXa.7.0/opam new file mode 100644 index 000000000..ca60f83fd --- /dev/null +++ b/packages/tezos-embedded-protocol-000-Ps9mPmXa/tezos-embedded-protocol-000-Ps9mPmXa.7.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-000-Ps9mPmXa" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_000_Ps9mPmXa/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 000-Ps9mPmXa (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.0.tar.bz2" + checksum: [ + "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91" + "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-000-Ps9mPmXa/tezos-embedded-protocol-000-Ps9mPmXa.7.1/opam b/packages/tezos-embedded-protocol-000-Ps9mPmXa/tezos-embedded-protocol-000-Ps9mPmXa.7.1/opam new file mode 100644 index 000000000..978145e78 --- /dev/null +++ b/packages/tezos-embedded-protocol-000-Ps9mPmXa/tezos-embedded-protocol-000-Ps9mPmXa.7.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-000-Ps9mPmXa" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_000_Ps9mPmXa/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 000-Ps9mPmXa (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.1.tar.bz2" + checksum: [ + "sha256=3675d856c4b818da7f5de0b85b86a48d3883f1210cfef28ef3233a047e74bed6" + "sha512=d6abdef9a6643b2ffe8141ecc625dcc2a939131e2e5cc158c74aba8c403bd4072b7fc403ccfa6d766696604ad112495dd9db1ece8a3ae5a4693071dfdffcbda5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-000-Ps9mPmXa/tezos-embedded-protocol-000-Ps9mPmXa.7.2/opam b/packages/tezos-embedded-protocol-000-Ps9mPmXa/tezos-embedded-protocol-000-Ps9mPmXa.7.2/opam new file mode 100644 index 000000000..42fe46afe --- /dev/null +++ b/packages/tezos-embedded-protocol-000-Ps9mPmXa/tezos-embedded-protocol-000-Ps9mPmXa.7.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-000-Ps9mPmXa" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_000_Ps9mPmXa/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 000-Ps9mPmXa (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.2.tar.bz2" + checksum: [ + "sha256=abb52ad63345943d20f3edc4c3507474af94c001c8bf58138f47341942036cec" + "sha512=c823ca801cbc4005f5fc6ea5236d93569410c034da3ed32939ef64a0f2c19a34444fac12e13c72e5a1e15a401b655e58ffdbbb66ce0516e5968f621677b96117" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-000-Ps9mPmXa/tezos-embedded-protocol-000-Ps9mPmXa.7.3/opam b/packages/tezos-embedded-protocol-000-Ps9mPmXa/tezos-embedded-protocol-000-Ps9mPmXa.7.3/opam new file mode 100644 index 000000000..708d18284 --- /dev/null +++ b/packages/tezos-embedded-protocol-000-Ps9mPmXa/tezos-embedded-protocol-000-Ps9mPmXa.7.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-000-Ps9mPmXa" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_000_Ps9mPmXa/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 000-Ps9mPmXa (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.3.tar.bz2" + checksum: [ + "sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" + "sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-000-Ps9mPmXa/tezos-embedded-protocol-000-Ps9mPmXa.7.4/opam b/packages/tezos-embedded-protocol-000-Ps9mPmXa/tezos-embedded-protocol-000-Ps9mPmXa.7.4/opam new file mode 100644 index 000000000..f57fc2e62 --- /dev/null +++ b/packages/tezos-embedded-protocol-000-Ps9mPmXa/tezos-embedded-protocol-000-Ps9mPmXa.7.4/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-000-Ps9mPmXa" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_000_Ps9mPmXa/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 000-Ps9mPmXa (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-000-Ps9mPmXa/tezos-embedded-protocol-000-Ps9mPmXa.8.0/opam b/packages/tezos-embedded-protocol-000-Ps9mPmXa/tezos-embedded-protocol-000-Ps9mPmXa.8.0/opam new file mode 100644 index 000000000..5d722b10f --- /dev/null +++ b/packages/tezos-embedded-protocol-000-Ps9mPmXa/tezos-embedded-protocol-000-Ps9mPmXa.8.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-000-Ps9mPmXa" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_000_Ps9mPmXa/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 000-Ps9mPmXa (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-000-Ps9mPmXa/tezos-embedded-protocol-000-Ps9mPmXa.8.1/opam b/packages/tezos-embedded-protocol-000-Ps9mPmXa/tezos-embedded-protocol-000-Ps9mPmXa.8.1/opam new file mode 100644 index 000000000..0d991ffde --- /dev/null +++ b/packages/tezos-embedded-protocol-000-Ps9mPmXa/tezos-embedded-protocol-000-Ps9mPmXa.8.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-000-Ps9mPmXa" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_000_Ps9mPmXa/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 000-Ps9mPmXa (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-000-Ps9mPmXa/tezos-embedded-protocol-000-Ps9mPmXa.8.2/opam b/packages/tezos-embedded-protocol-000-Ps9mPmXa/tezos-embedded-protocol-000-Ps9mPmXa.8.2/opam new file mode 100644 index 000000000..a7f1011b7 --- /dev/null +++ b/packages/tezos-embedded-protocol-000-Ps9mPmXa/tezos-embedded-protocol-000-Ps9mPmXa.8.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-000-Ps9mPmXa" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_000_Ps9mPmXa/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 000-Ps9mPmXa (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-000-Ps9mPmXa/tezos-embedded-protocol-000-Ps9mPmXa.8.3/opam b/packages/tezos-embedded-protocol-000-Ps9mPmXa/tezos-embedded-protocol-000-Ps9mPmXa.8.3/opam new file mode 100644 index 000000000..46f4db12f --- /dev/null +++ b/packages/tezos-embedded-protocol-000-Ps9mPmXa/tezos-embedded-protocol-000-Ps9mPmXa.8.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-000-Ps9mPmXa" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_000_Ps9mPmXa/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 000-Ps9mPmXa (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-000-Ps9mPmXa/tezos-embedded-protocol-000-Ps9mPmXa.9.0/opam b/packages/tezos-embedded-protocol-000-Ps9mPmXa/tezos-embedded-protocol-000-Ps9mPmXa.9.0/opam new file mode 100644 index 000000000..0d60675de --- /dev/null +++ b/packages/tezos-embedded-protocol-000-Ps9mPmXa/tezos-embedded-protocol-000-Ps9mPmXa.9.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-000-Ps9mPmXa" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_000_Ps9mPmXa/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 000-Ps9mPmXa (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-000-Ps9mPmXa/tezos-embedded-protocol-000-Ps9mPmXa.9.1/opam b/packages/tezos-embedded-protocol-000-Ps9mPmXa/tezos-embedded-protocol-000-Ps9mPmXa.9.1/opam new file mode 100644 index 000000000..51cc43206 --- /dev/null +++ b/packages/tezos-embedded-protocol-000-Ps9mPmXa/tezos-embedded-protocol-000-Ps9mPmXa.9.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-000-Ps9mPmXa" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_000_Ps9mPmXa/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 000-Ps9mPmXa (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-000-Ps9mPmXa/tezos-embedded-protocol-000-Ps9mPmXa.9.2/opam b/packages/tezos-embedded-protocol-000-Ps9mPmXa/tezos-embedded-protocol-000-Ps9mPmXa.9.2/opam new file mode 100644 index 000000000..015ce27ac --- /dev/null +++ b/packages/tezos-embedded-protocol-000-Ps9mPmXa/tezos-embedded-protocol-000-Ps9mPmXa.9.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-000-Ps9mPmXa" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_000_Ps9mPmXa/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 000-Ps9mPmXa (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-000-Ps9mPmXa/tezos-embedded-protocol-000-Ps9mPmXa.9.3/opam b/packages/tezos-embedded-protocol-000-Ps9mPmXa/tezos-embedded-protocol-000-Ps9mPmXa.9.3/opam new file mode 100644 index 000000000..a9254f0ef --- /dev/null +++ b/packages/tezos-embedded-protocol-000-Ps9mPmXa/tezos-embedded-protocol-000-Ps9mPmXa.9.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-000-Ps9mPmXa" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_000_Ps9mPmXa/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 000-Ps9mPmXa (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-000-Ps9mPmXa/tezos-embedded-protocol-000-Ps9mPmXa.9.4/opam b/packages/tezos-embedded-protocol-000-Ps9mPmXa/tezos-embedded-protocol-000-Ps9mPmXa.9.4/opam new file mode 100644 index 000000000..b1a7bb3c9 --- /dev/null +++ b/packages/tezos-embedded-protocol-000-Ps9mPmXa/tezos-embedded-protocol-000-Ps9mPmXa.9.4/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-000-Ps9mPmXa" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_000_Ps9mPmXa/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 000-Ps9mPmXa (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-000-Ps9mPmXa/tezos-embedded-protocol-000-Ps9mPmXa.9.7/opam b/packages/tezos-embedded-protocol-000-Ps9mPmXa/tezos-embedded-protocol-000-Ps9mPmXa.9.7/opam new file mode 100644 index 000000000..a593ad067 --- /dev/null +++ b/packages/tezos-embedded-protocol-000-Ps9mPmXa/tezos-embedded-protocol-000-Ps9mPmXa.9.7/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-000-Ps9mPmXa" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_000_Ps9mPmXa/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 000-Ps9mPmXa (economic-protocol definition, embedded in `tezos-node`)" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-001-PtCJ7pwo/tezos-embedded-protocol-001-PtCJ7pwo.10.2/opam b/packages/tezos-embedded-protocol-001-PtCJ7pwo/tezos-embedded-protocol-001-PtCJ7pwo.10.2/opam new file mode 100644 index 000000000..c4aa40040 --- /dev/null +++ b/packages/tezos-embedded-protocol-001-PtCJ7pwo/tezos-embedded-protocol-001-PtCJ7pwo.10.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-001-PtCJ7pwo" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_001_PtCJ7pwo/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 001_PtCJ7pwo (economic-protocol definition, embedded in `tezos-node`)" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-001-PtCJ7pwo/tezos-embedded-protocol-001-PtCJ7pwo.11.0/opam b/packages/tezos-embedded-protocol-001-PtCJ7pwo/tezos-embedded-protocol-001-PtCJ7pwo.11.0/opam new file mode 100644 index 000000000..341a4794b --- /dev/null +++ b/packages/tezos-embedded-protocol-001-PtCJ7pwo/tezos-embedded-protocol-001-PtCJ7pwo.11.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-protocol-001-PtCJ7pwo" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_001_PtCJ7pwo/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 001_PtCJ7pwo (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-001-PtCJ7pwo/tezos-embedded-protocol-001-PtCJ7pwo.11.1/opam b/packages/tezos-embedded-protocol-001-PtCJ7pwo/tezos-embedded-protocol-001-PtCJ7pwo.11.1/opam new file mode 100644 index 000000000..eca120f45 --- /dev/null +++ b/packages/tezos-embedded-protocol-001-PtCJ7pwo/tezos-embedded-protocol-001-PtCJ7pwo.11.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-001-PtCJ7pwo" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_001_PtCJ7pwo/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 001_PtCJ7pwo (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-001-PtCJ7pwo/tezos-embedded-protocol-001-PtCJ7pwo.12.0/opam b/packages/tezos-embedded-protocol-001-PtCJ7pwo/tezos-embedded-protocol-001-PtCJ7pwo.12.0/opam new file mode 100644 index 000000000..49847b286 --- /dev/null +++ b/packages/tezos-embedded-protocol-001-PtCJ7pwo/tezos-embedded-protocol-001-PtCJ7pwo.12.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-001-PtCJ7pwo" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_001_PtCJ7pwo/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 001_PtCJ7pwo (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-001-PtCJ7pwo/tezos-embedded-protocol-001-PtCJ7pwo.12.3/opam b/packages/tezos-embedded-protocol-001-PtCJ7pwo/tezos-embedded-protocol-001-PtCJ7pwo.12.3/opam new file mode 100644 index 000000000..5249b6a8c --- /dev/null +++ b/packages/tezos-embedded-protocol-001-PtCJ7pwo/tezos-embedded-protocol-001-PtCJ7pwo.12.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-001-PtCJ7pwo" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_001_PtCJ7pwo/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 001_PtCJ7pwo (economic-protocol definition, embedded in `tezos-node`)" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-001-PtCJ7pwo/tezos-embedded-protocol-001-PtCJ7pwo.13.0/opam b/packages/tezos-embedded-protocol-001-PtCJ7pwo/tezos-embedded-protocol-001-PtCJ7pwo.13.0/opam new file mode 100644 index 000000000..af3000e8f --- /dev/null +++ b/packages/tezos-embedded-protocol-001-PtCJ7pwo/tezos-embedded-protocol-001-PtCJ7pwo.13.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-001-PtCJ7pwo" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_001_PtCJ7pwo/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 001_PtCJ7pwo (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-001-PtCJ7pwo/tezos-embedded-protocol-001-PtCJ7pwo.14.0/opam b/packages/tezos-embedded-protocol-001-PtCJ7pwo/tezos-embedded-protocol-001-PtCJ7pwo.14.0/opam new file mode 100644 index 000000000..91242643d --- /dev/null +++ b/packages/tezos-embedded-protocol-001-PtCJ7pwo/tezos-embedded-protocol-001-PtCJ7pwo.14.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-001-PtCJ7pwo" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 001_PtCJ7pwo (economic-protocol definition, embedded in `tezos-node`)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-001-PtCJ7pwo/tezos-embedded-protocol-001-PtCJ7pwo.15.0/opam b/packages/tezos-embedded-protocol-001-PtCJ7pwo/tezos-embedded-protocol-001-PtCJ7pwo.15.0/opam new file mode 100644 index 000000000..1c9b4c8ee --- /dev/null +++ b/packages/tezos-embedded-protocol-001-PtCJ7pwo/tezos-embedded-protocol-001-PtCJ7pwo.15.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-001-PtCJ7pwo" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 001_PtCJ7pwo (economic-protocol definition, embedded in `octez-node`)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-001-PtCJ7pwo/tezos-embedded-protocol-001-PtCJ7pwo.15.1/opam b/packages/tezos-embedded-protocol-001-PtCJ7pwo/tezos-embedded-protocol-001-PtCJ7pwo.15.1/opam new file mode 100644 index 000000000..cf149837f --- /dev/null +++ b/packages/tezos-embedded-protocol-001-PtCJ7pwo/tezos-embedded-protocol-001-PtCJ7pwo.15.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-001-PtCJ7pwo" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 001_PtCJ7pwo (economic-protocol definition, embedded in `octez-node`)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-001-PtCJ7pwo/tezos-embedded-protocol-001-PtCJ7pwo.17.1/opam b/packages/tezos-embedded-protocol-001-PtCJ7pwo/tezos-embedded-protocol-001-PtCJ7pwo.17.1/opam new file mode 100644 index 000000000..8cbe1878a --- /dev/null +++ b/packages/tezos-embedded-protocol-001-PtCJ7pwo/tezos-embedded-protocol-001-PtCJ7pwo.17.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-protocol-001-PtCJ7pwo" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 001_PtCJ7pwo (economic-protocol definition, embedded in `octez-node`)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-001-PtCJ7pwo/tezos-embedded-protocol-001-PtCJ7pwo.17.2/opam b/packages/tezos-embedded-protocol-001-PtCJ7pwo/tezos-embedded-protocol-001-PtCJ7pwo.17.2/opam new file mode 100644 index 000000000..8453a17bc --- /dev/null +++ b/packages/tezos-embedded-protocol-001-PtCJ7pwo/tezos-embedded-protocol-001-PtCJ7pwo.17.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-protocol-001-PtCJ7pwo" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 001_PtCJ7pwo (economic-protocol definition, embedded in `octez-node`)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-001-PtCJ7pwo/tezos-embedded-protocol-001-PtCJ7pwo.7.0/opam b/packages/tezos-embedded-protocol-001-PtCJ7pwo/tezos-embedded-protocol-001-PtCJ7pwo.7.0/opam new file mode 100644 index 000000000..31d06c722 --- /dev/null +++ b/packages/tezos-embedded-protocol-001-PtCJ7pwo/tezos-embedded-protocol-001-PtCJ7pwo.7.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-001-PtCJ7pwo" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_001_PtCJ7pwo/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 001_PtCJ7pwo (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.0.tar.bz2" + checksum: [ + "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91" + "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-001-PtCJ7pwo/tezos-embedded-protocol-001-PtCJ7pwo.7.1/opam b/packages/tezos-embedded-protocol-001-PtCJ7pwo/tezos-embedded-protocol-001-PtCJ7pwo.7.1/opam new file mode 100644 index 000000000..e6a7633dd --- /dev/null +++ b/packages/tezos-embedded-protocol-001-PtCJ7pwo/tezos-embedded-protocol-001-PtCJ7pwo.7.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-001-PtCJ7pwo" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_001_PtCJ7pwo/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 001_PtCJ7pwo (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.1.tar.bz2" + checksum: [ + "sha256=3675d856c4b818da7f5de0b85b86a48d3883f1210cfef28ef3233a047e74bed6" + "sha512=d6abdef9a6643b2ffe8141ecc625dcc2a939131e2e5cc158c74aba8c403bd4072b7fc403ccfa6d766696604ad112495dd9db1ece8a3ae5a4693071dfdffcbda5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-001-PtCJ7pwo/tezos-embedded-protocol-001-PtCJ7pwo.7.2/opam b/packages/tezos-embedded-protocol-001-PtCJ7pwo/tezos-embedded-protocol-001-PtCJ7pwo.7.2/opam new file mode 100644 index 000000000..c5e22d725 --- /dev/null +++ b/packages/tezos-embedded-protocol-001-PtCJ7pwo/tezos-embedded-protocol-001-PtCJ7pwo.7.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-001-PtCJ7pwo" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_001_PtCJ7pwo/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 001_PtCJ7pwo (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.2.tar.bz2" + checksum: [ + "sha256=abb52ad63345943d20f3edc4c3507474af94c001c8bf58138f47341942036cec" + "sha512=c823ca801cbc4005f5fc6ea5236d93569410c034da3ed32939ef64a0f2c19a34444fac12e13c72e5a1e15a401b655e58ffdbbb66ce0516e5968f621677b96117" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-001-PtCJ7pwo/tezos-embedded-protocol-001-PtCJ7pwo.7.3/opam b/packages/tezos-embedded-protocol-001-PtCJ7pwo/tezos-embedded-protocol-001-PtCJ7pwo.7.3/opam new file mode 100644 index 000000000..078570e8a --- /dev/null +++ b/packages/tezos-embedded-protocol-001-PtCJ7pwo/tezos-embedded-protocol-001-PtCJ7pwo.7.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-001-PtCJ7pwo" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_001_PtCJ7pwo/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 001_PtCJ7pwo (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.3.tar.bz2" + checksum: [ + "sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" + "sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-001-PtCJ7pwo/tezos-embedded-protocol-001-PtCJ7pwo.7.4/opam b/packages/tezos-embedded-protocol-001-PtCJ7pwo/tezos-embedded-protocol-001-PtCJ7pwo.7.4/opam new file mode 100644 index 000000000..6d8c58a8a --- /dev/null +++ b/packages/tezos-embedded-protocol-001-PtCJ7pwo/tezos-embedded-protocol-001-PtCJ7pwo.7.4/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-001-PtCJ7pwo" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_001_PtCJ7pwo/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 001_PtCJ7pwo (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-001-PtCJ7pwo/tezos-embedded-protocol-001-PtCJ7pwo.8.0/opam b/packages/tezos-embedded-protocol-001-PtCJ7pwo/tezos-embedded-protocol-001-PtCJ7pwo.8.0/opam new file mode 100644 index 000000000..4069e3dde --- /dev/null +++ b/packages/tezos-embedded-protocol-001-PtCJ7pwo/tezos-embedded-protocol-001-PtCJ7pwo.8.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-001-PtCJ7pwo" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_001_PtCJ7pwo/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 001_PtCJ7pwo (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-001-PtCJ7pwo/tezos-embedded-protocol-001-PtCJ7pwo.8.1/opam b/packages/tezos-embedded-protocol-001-PtCJ7pwo/tezos-embedded-protocol-001-PtCJ7pwo.8.1/opam new file mode 100644 index 000000000..3320fa2d0 --- /dev/null +++ b/packages/tezos-embedded-protocol-001-PtCJ7pwo/tezos-embedded-protocol-001-PtCJ7pwo.8.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-001-PtCJ7pwo" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_001_PtCJ7pwo/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 001_PtCJ7pwo (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-001-PtCJ7pwo/tezos-embedded-protocol-001-PtCJ7pwo.8.2/opam b/packages/tezos-embedded-protocol-001-PtCJ7pwo/tezos-embedded-protocol-001-PtCJ7pwo.8.2/opam new file mode 100644 index 000000000..76643bb7b --- /dev/null +++ b/packages/tezos-embedded-protocol-001-PtCJ7pwo/tezos-embedded-protocol-001-PtCJ7pwo.8.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-001-PtCJ7pwo" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_001_PtCJ7pwo/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 001_PtCJ7pwo (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-001-PtCJ7pwo/tezos-embedded-protocol-001-PtCJ7pwo.8.3/opam b/packages/tezos-embedded-protocol-001-PtCJ7pwo/tezos-embedded-protocol-001-PtCJ7pwo.8.3/opam new file mode 100644 index 000000000..18b1b61d1 --- /dev/null +++ b/packages/tezos-embedded-protocol-001-PtCJ7pwo/tezos-embedded-protocol-001-PtCJ7pwo.8.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-001-PtCJ7pwo" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_001_PtCJ7pwo/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 001_PtCJ7pwo (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-001-PtCJ7pwo/tezos-embedded-protocol-001-PtCJ7pwo.9.0/opam b/packages/tezos-embedded-protocol-001-PtCJ7pwo/tezos-embedded-protocol-001-PtCJ7pwo.9.0/opam new file mode 100644 index 000000000..26643a148 --- /dev/null +++ b/packages/tezos-embedded-protocol-001-PtCJ7pwo/tezos-embedded-protocol-001-PtCJ7pwo.9.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-001-PtCJ7pwo" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_001_PtCJ7pwo/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 001_PtCJ7pwo (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-001-PtCJ7pwo/tezos-embedded-protocol-001-PtCJ7pwo.9.1/opam b/packages/tezos-embedded-protocol-001-PtCJ7pwo/tezos-embedded-protocol-001-PtCJ7pwo.9.1/opam new file mode 100644 index 000000000..7d694fb20 --- /dev/null +++ b/packages/tezos-embedded-protocol-001-PtCJ7pwo/tezos-embedded-protocol-001-PtCJ7pwo.9.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-001-PtCJ7pwo" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_001_PtCJ7pwo/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 001_PtCJ7pwo (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-001-PtCJ7pwo/tezos-embedded-protocol-001-PtCJ7pwo.9.2/opam b/packages/tezos-embedded-protocol-001-PtCJ7pwo/tezos-embedded-protocol-001-PtCJ7pwo.9.2/opam new file mode 100644 index 000000000..40365b496 --- /dev/null +++ b/packages/tezos-embedded-protocol-001-PtCJ7pwo/tezos-embedded-protocol-001-PtCJ7pwo.9.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-001-PtCJ7pwo" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_001_PtCJ7pwo/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 001_PtCJ7pwo (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-001-PtCJ7pwo/tezos-embedded-protocol-001-PtCJ7pwo.9.3/opam b/packages/tezos-embedded-protocol-001-PtCJ7pwo/tezos-embedded-protocol-001-PtCJ7pwo.9.3/opam new file mode 100644 index 000000000..0e5f4eedc --- /dev/null +++ b/packages/tezos-embedded-protocol-001-PtCJ7pwo/tezos-embedded-protocol-001-PtCJ7pwo.9.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-001-PtCJ7pwo" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_001_PtCJ7pwo/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 001_PtCJ7pwo (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-001-PtCJ7pwo/tezos-embedded-protocol-001-PtCJ7pwo.9.4/opam b/packages/tezos-embedded-protocol-001-PtCJ7pwo/tezos-embedded-protocol-001-PtCJ7pwo.9.4/opam new file mode 100644 index 000000000..3364fecc6 --- /dev/null +++ b/packages/tezos-embedded-protocol-001-PtCJ7pwo/tezos-embedded-protocol-001-PtCJ7pwo.9.4/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-001-PtCJ7pwo" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_001_PtCJ7pwo/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 001_PtCJ7pwo (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-001-PtCJ7pwo/tezos-embedded-protocol-001-PtCJ7pwo.9.7/opam b/packages/tezos-embedded-protocol-001-PtCJ7pwo/tezos-embedded-protocol-001-PtCJ7pwo.9.7/opam new file mode 100644 index 000000000..acaac72c3 --- /dev/null +++ b/packages/tezos-embedded-protocol-001-PtCJ7pwo/tezos-embedded-protocol-001-PtCJ7pwo.9.7/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-001-PtCJ7pwo" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_001_PtCJ7pwo/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 001_PtCJ7pwo (economic-protocol definition, embedded in `tezos-node`)" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-002-PsYLVpVv/tezos-embedded-protocol-002-PsYLVpVv.10.2/opam b/packages/tezos-embedded-protocol-002-PsYLVpVv/tezos-embedded-protocol-002-PsYLVpVv.10.2/opam new file mode 100644 index 000000000..52b55c15d --- /dev/null +++ b/packages/tezos-embedded-protocol-002-PsYLVpVv/tezos-embedded-protocol-002-PsYLVpVv.10.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-002-PsYLVpVv" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_002_PsYLVpVv/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 002_PsYLVpVv (economic-protocol definition, embedded in `tezos-node`)" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-002-PsYLVpVv/tezos-embedded-protocol-002-PsYLVpVv.11.0/opam b/packages/tezos-embedded-protocol-002-PsYLVpVv/tezos-embedded-protocol-002-PsYLVpVv.11.0/opam new file mode 100644 index 000000000..9bc74a6e9 --- /dev/null +++ b/packages/tezos-embedded-protocol-002-PsYLVpVv/tezos-embedded-protocol-002-PsYLVpVv.11.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-protocol-002-PsYLVpVv" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_002_PsYLVpVv/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 002_PsYLVpVv (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-002-PsYLVpVv/tezos-embedded-protocol-002-PsYLVpVv.11.1/opam b/packages/tezos-embedded-protocol-002-PsYLVpVv/tezos-embedded-protocol-002-PsYLVpVv.11.1/opam new file mode 100644 index 000000000..61631e0d3 --- /dev/null +++ b/packages/tezos-embedded-protocol-002-PsYLVpVv/tezos-embedded-protocol-002-PsYLVpVv.11.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-002-PsYLVpVv" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_002_PsYLVpVv/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 002_PsYLVpVv (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-002-PsYLVpVv/tezos-embedded-protocol-002-PsYLVpVv.12.0/opam b/packages/tezos-embedded-protocol-002-PsYLVpVv/tezos-embedded-protocol-002-PsYLVpVv.12.0/opam new file mode 100644 index 000000000..db4efcf81 --- /dev/null +++ b/packages/tezos-embedded-protocol-002-PsYLVpVv/tezos-embedded-protocol-002-PsYLVpVv.12.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-002-PsYLVpVv" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_002_PsYLVpVv/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 002_PsYLVpVv (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-002-PsYLVpVv/tezos-embedded-protocol-002-PsYLVpVv.12.3/opam b/packages/tezos-embedded-protocol-002-PsYLVpVv/tezos-embedded-protocol-002-PsYLVpVv.12.3/opam new file mode 100644 index 000000000..46e0fb171 --- /dev/null +++ b/packages/tezos-embedded-protocol-002-PsYLVpVv/tezos-embedded-protocol-002-PsYLVpVv.12.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-002-PsYLVpVv" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_002_PsYLVpVv/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 002_PsYLVpVv (economic-protocol definition, embedded in `tezos-node`)" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-002-PsYLVpVv/tezos-embedded-protocol-002-PsYLVpVv.13.0/opam b/packages/tezos-embedded-protocol-002-PsYLVpVv/tezos-embedded-protocol-002-PsYLVpVv.13.0/opam new file mode 100644 index 000000000..6afee535b --- /dev/null +++ b/packages/tezos-embedded-protocol-002-PsYLVpVv/tezos-embedded-protocol-002-PsYLVpVv.13.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-002-PsYLVpVv" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_002_PsYLVpVv/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 002_PsYLVpVv (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-002-PsYLVpVv/tezos-embedded-protocol-002-PsYLVpVv.14.0/opam b/packages/tezos-embedded-protocol-002-PsYLVpVv/tezos-embedded-protocol-002-PsYLVpVv.14.0/opam new file mode 100644 index 000000000..ae5693097 --- /dev/null +++ b/packages/tezos-embedded-protocol-002-PsYLVpVv/tezos-embedded-protocol-002-PsYLVpVv.14.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-002-PsYLVpVv" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 002_PsYLVpVv (economic-protocol definition, embedded in `tezos-node`)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-002-PsYLVpVv/tezos-embedded-protocol-002-PsYLVpVv.15.0/opam b/packages/tezos-embedded-protocol-002-PsYLVpVv/tezos-embedded-protocol-002-PsYLVpVv.15.0/opam new file mode 100644 index 000000000..3fb2b05b7 --- /dev/null +++ b/packages/tezos-embedded-protocol-002-PsYLVpVv/tezos-embedded-protocol-002-PsYLVpVv.15.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-002-PsYLVpVv" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 002_PsYLVpVv (economic-protocol definition, embedded in `octez-node`)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-002-PsYLVpVv/tezos-embedded-protocol-002-PsYLVpVv.15.1/opam b/packages/tezos-embedded-protocol-002-PsYLVpVv/tezos-embedded-protocol-002-PsYLVpVv.15.1/opam new file mode 100644 index 000000000..96a9f3637 --- /dev/null +++ b/packages/tezos-embedded-protocol-002-PsYLVpVv/tezos-embedded-protocol-002-PsYLVpVv.15.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-002-PsYLVpVv" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 002_PsYLVpVv (economic-protocol definition, embedded in `octez-node`)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-002-PsYLVpVv/tezos-embedded-protocol-002-PsYLVpVv.17.1/opam b/packages/tezos-embedded-protocol-002-PsYLVpVv/tezos-embedded-protocol-002-PsYLVpVv.17.1/opam new file mode 100644 index 000000000..7a3d89d61 --- /dev/null +++ b/packages/tezos-embedded-protocol-002-PsYLVpVv/tezos-embedded-protocol-002-PsYLVpVv.17.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-protocol-002-PsYLVpVv" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 002_PsYLVpVv (economic-protocol definition, embedded in `octez-node`)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-002-PsYLVpVv/tezos-embedded-protocol-002-PsYLVpVv.17.2/opam b/packages/tezos-embedded-protocol-002-PsYLVpVv/tezos-embedded-protocol-002-PsYLVpVv.17.2/opam new file mode 100644 index 000000000..02c2a242b --- /dev/null +++ b/packages/tezos-embedded-protocol-002-PsYLVpVv/tezos-embedded-protocol-002-PsYLVpVv.17.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-protocol-002-PsYLVpVv" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 002_PsYLVpVv (economic-protocol definition, embedded in `octez-node`)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-002-PsYLVpVv/tezos-embedded-protocol-002-PsYLVpVv.7.0/opam b/packages/tezos-embedded-protocol-002-PsYLVpVv/tezos-embedded-protocol-002-PsYLVpVv.7.0/opam new file mode 100644 index 000000000..eb23b1971 --- /dev/null +++ b/packages/tezos-embedded-protocol-002-PsYLVpVv/tezos-embedded-protocol-002-PsYLVpVv.7.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-002-PsYLVpVv" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_002_PsYLVpVv/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 002_PsYLVpVv (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.0.tar.bz2" + checksum: [ + "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91" + "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-002-PsYLVpVv/tezos-embedded-protocol-002-PsYLVpVv.7.1/opam b/packages/tezos-embedded-protocol-002-PsYLVpVv/tezos-embedded-protocol-002-PsYLVpVv.7.1/opam new file mode 100644 index 000000000..23f82fc6d --- /dev/null +++ b/packages/tezos-embedded-protocol-002-PsYLVpVv/tezos-embedded-protocol-002-PsYLVpVv.7.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-002-PsYLVpVv" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_002_PsYLVpVv/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 002_PsYLVpVv (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.1.tar.bz2" + checksum: [ + "sha256=3675d856c4b818da7f5de0b85b86a48d3883f1210cfef28ef3233a047e74bed6" + "sha512=d6abdef9a6643b2ffe8141ecc625dcc2a939131e2e5cc158c74aba8c403bd4072b7fc403ccfa6d766696604ad112495dd9db1ece8a3ae5a4693071dfdffcbda5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-002-PsYLVpVv/tezos-embedded-protocol-002-PsYLVpVv.7.2/opam b/packages/tezos-embedded-protocol-002-PsYLVpVv/tezos-embedded-protocol-002-PsYLVpVv.7.2/opam new file mode 100644 index 000000000..31ac95f6d --- /dev/null +++ b/packages/tezos-embedded-protocol-002-PsYLVpVv/tezos-embedded-protocol-002-PsYLVpVv.7.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-002-PsYLVpVv" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_002_PsYLVpVv/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 002_PsYLVpVv (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.2.tar.bz2" + checksum: [ + "sha256=abb52ad63345943d20f3edc4c3507474af94c001c8bf58138f47341942036cec" + "sha512=c823ca801cbc4005f5fc6ea5236d93569410c034da3ed32939ef64a0f2c19a34444fac12e13c72e5a1e15a401b655e58ffdbbb66ce0516e5968f621677b96117" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-002-PsYLVpVv/tezos-embedded-protocol-002-PsYLVpVv.7.3/opam b/packages/tezos-embedded-protocol-002-PsYLVpVv/tezos-embedded-protocol-002-PsYLVpVv.7.3/opam new file mode 100644 index 000000000..f348b4098 --- /dev/null +++ b/packages/tezos-embedded-protocol-002-PsYLVpVv/tezos-embedded-protocol-002-PsYLVpVv.7.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-002-PsYLVpVv" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_002_PsYLVpVv/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 002_PsYLVpVv (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.3.tar.bz2" + checksum: [ + "sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" + "sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-002-PsYLVpVv/tezos-embedded-protocol-002-PsYLVpVv.7.4/opam b/packages/tezos-embedded-protocol-002-PsYLVpVv/tezos-embedded-protocol-002-PsYLVpVv.7.4/opam new file mode 100644 index 000000000..670ab0754 --- /dev/null +++ b/packages/tezos-embedded-protocol-002-PsYLVpVv/tezos-embedded-protocol-002-PsYLVpVv.7.4/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-002-PsYLVpVv" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_002_PsYLVpVv/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 002_PsYLVpVv (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-002-PsYLVpVv/tezos-embedded-protocol-002-PsYLVpVv.8.0/opam b/packages/tezos-embedded-protocol-002-PsYLVpVv/tezos-embedded-protocol-002-PsYLVpVv.8.0/opam new file mode 100644 index 000000000..9c1ef5cdc --- /dev/null +++ b/packages/tezos-embedded-protocol-002-PsYLVpVv/tezos-embedded-protocol-002-PsYLVpVv.8.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-002-PsYLVpVv" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_002_PsYLVpVv/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 002_PsYLVpVv (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-002-PsYLVpVv/tezos-embedded-protocol-002-PsYLVpVv.8.1/opam b/packages/tezos-embedded-protocol-002-PsYLVpVv/tezos-embedded-protocol-002-PsYLVpVv.8.1/opam new file mode 100644 index 000000000..f7cfa0424 --- /dev/null +++ b/packages/tezos-embedded-protocol-002-PsYLVpVv/tezos-embedded-protocol-002-PsYLVpVv.8.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-002-PsYLVpVv" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_002_PsYLVpVv/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 002_PsYLVpVv (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-002-PsYLVpVv/tezos-embedded-protocol-002-PsYLVpVv.8.2/opam b/packages/tezos-embedded-protocol-002-PsYLVpVv/tezos-embedded-protocol-002-PsYLVpVv.8.2/opam new file mode 100644 index 000000000..21e15a5fb --- /dev/null +++ b/packages/tezos-embedded-protocol-002-PsYLVpVv/tezos-embedded-protocol-002-PsYLVpVv.8.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-002-PsYLVpVv" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_002_PsYLVpVv/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 002_PsYLVpVv (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-002-PsYLVpVv/tezos-embedded-protocol-002-PsYLVpVv.8.3/opam b/packages/tezos-embedded-protocol-002-PsYLVpVv/tezos-embedded-protocol-002-PsYLVpVv.8.3/opam new file mode 100644 index 000000000..2af736807 --- /dev/null +++ b/packages/tezos-embedded-protocol-002-PsYLVpVv/tezos-embedded-protocol-002-PsYLVpVv.8.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-002-PsYLVpVv" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_002_PsYLVpVv/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 002_PsYLVpVv (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-002-PsYLVpVv/tezos-embedded-protocol-002-PsYLVpVv.9.0/opam b/packages/tezos-embedded-protocol-002-PsYLVpVv/tezos-embedded-protocol-002-PsYLVpVv.9.0/opam new file mode 100644 index 000000000..a5022e4d5 --- /dev/null +++ b/packages/tezos-embedded-protocol-002-PsYLVpVv/tezos-embedded-protocol-002-PsYLVpVv.9.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-002-PsYLVpVv" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_002_PsYLVpVv/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 002_PsYLVpVv (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-002-PsYLVpVv/tezos-embedded-protocol-002-PsYLVpVv.9.1/opam b/packages/tezos-embedded-protocol-002-PsYLVpVv/tezos-embedded-protocol-002-PsYLVpVv.9.1/opam new file mode 100644 index 000000000..a00a690ed --- /dev/null +++ b/packages/tezos-embedded-protocol-002-PsYLVpVv/tezos-embedded-protocol-002-PsYLVpVv.9.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-002-PsYLVpVv" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_002_PsYLVpVv/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 002_PsYLVpVv (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-002-PsYLVpVv/tezos-embedded-protocol-002-PsYLVpVv.9.2/opam b/packages/tezos-embedded-protocol-002-PsYLVpVv/tezos-embedded-protocol-002-PsYLVpVv.9.2/opam new file mode 100644 index 000000000..e3aacb223 --- /dev/null +++ b/packages/tezos-embedded-protocol-002-PsYLVpVv/tezos-embedded-protocol-002-PsYLVpVv.9.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-002-PsYLVpVv" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_002_PsYLVpVv/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 002_PsYLVpVv (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-002-PsYLVpVv/tezos-embedded-protocol-002-PsYLVpVv.9.3/opam b/packages/tezos-embedded-protocol-002-PsYLVpVv/tezos-embedded-protocol-002-PsYLVpVv.9.3/opam new file mode 100644 index 000000000..4ba73497c --- /dev/null +++ b/packages/tezos-embedded-protocol-002-PsYLVpVv/tezos-embedded-protocol-002-PsYLVpVv.9.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-002-PsYLVpVv" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_002_PsYLVpVv/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 002_PsYLVpVv (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-002-PsYLVpVv/tezos-embedded-protocol-002-PsYLVpVv.9.4/opam b/packages/tezos-embedded-protocol-002-PsYLVpVv/tezos-embedded-protocol-002-PsYLVpVv.9.4/opam new file mode 100644 index 000000000..b438d01a8 --- /dev/null +++ b/packages/tezos-embedded-protocol-002-PsYLVpVv/tezos-embedded-protocol-002-PsYLVpVv.9.4/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-002-PsYLVpVv" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_002_PsYLVpVv/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 002_PsYLVpVv (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-002-PsYLVpVv/tezos-embedded-protocol-002-PsYLVpVv.9.7/opam b/packages/tezos-embedded-protocol-002-PsYLVpVv/tezos-embedded-protocol-002-PsYLVpVv.9.7/opam new file mode 100644 index 000000000..8ea9ef932 --- /dev/null +++ b/packages/tezos-embedded-protocol-002-PsYLVpVv/tezos-embedded-protocol-002-PsYLVpVv.9.7/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-002-PsYLVpVv" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_002_PsYLVpVv/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 002_PsYLVpVv (economic-protocol definition, embedded in `tezos-node`)" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-003-PsddFKi3/tezos-embedded-protocol-003-PsddFKi3.10.2/opam b/packages/tezos-embedded-protocol-003-PsddFKi3/tezos-embedded-protocol-003-PsddFKi3.10.2/opam new file mode 100644 index 000000000..15973f371 --- /dev/null +++ b/packages/tezos-embedded-protocol-003-PsddFKi3/tezos-embedded-protocol-003-PsddFKi3.10.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-003-PsddFKi3" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_003_PsddFKi3/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 003_PsddFKi3 (economic-protocol definition, embedded in `tezos-node`)" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-003-PsddFKi3/tezos-embedded-protocol-003-PsddFKi3.11.0/opam b/packages/tezos-embedded-protocol-003-PsddFKi3/tezos-embedded-protocol-003-PsddFKi3.11.0/opam new file mode 100644 index 000000000..d55bd105f --- /dev/null +++ b/packages/tezos-embedded-protocol-003-PsddFKi3/tezos-embedded-protocol-003-PsddFKi3.11.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-protocol-003-PsddFKi3" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_003_PsddFKi3/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 003_PsddFKi3 (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-003-PsddFKi3/tezos-embedded-protocol-003-PsddFKi3.11.1/opam b/packages/tezos-embedded-protocol-003-PsddFKi3/tezos-embedded-protocol-003-PsddFKi3.11.1/opam new file mode 100644 index 000000000..95f089bbe --- /dev/null +++ b/packages/tezos-embedded-protocol-003-PsddFKi3/tezos-embedded-protocol-003-PsddFKi3.11.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-003-PsddFKi3" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_003_PsddFKi3/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 003_PsddFKi3 (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-003-PsddFKi3/tezos-embedded-protocol-003-PsddFKi3.12.0/opam b/packages/tezos-embedded-protocol-003-PsddFKi3/tezos-embedded-protocol-003-PsddFKi3.12.0/opam new file mode 100644 index 000000000..90b6415fd --- /dev/null +++ b/packages/tezos-embedded-protocol-003-PsddFKi3/tezos-embedded-protocol-003-PsddFKi3.12.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-003-PsddFKi3" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_003_PsddFKi3/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 003_PsddFKi3 (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-003-PsddFKi3/tezos-embedded-protocol-003-PsddFKi3.12.3/opam b/packages/tezos-embedded-protocol-003-PsddFKi3/tezos-embedded-protocol-003-PsddFKi3.12.3/opam new file mode 100644 index 000000000..e53c02168 --- /dev/null +++ b/packages/tezos-embedded-protocol-003-PsddFKi3/tezos-embedded-protocol-003-PsddFKi3.12.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-003-PsddFKi3" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_003_PsddFKi3/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 003_PsddFKi3 (economic-protocol definition, embedded in `tezos-node`)" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-003-PsddFKi3/tezos-embedded-protocol-003-PsddFKi3.13.0/opam b/packages/tezos-embedded-protocol-003-PsddFKi3/tezos-embedded-protocol-003-PsddFKi3.13.0/opam new file mode 100644 index 000000000..0a4765da4 --- /dev/null +++ b/packages/tezos-embedded-protocol-003-PsddFKi3/tezos-embedded-protocol-003-PsddFKi3.13.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-003-PsddFKi3" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_003_PsddFKi3/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 003_PsddFKi3 (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-003-PsddFKi3/tezos-embedded-protocol-003-PsddFKi3.14.0/opam b/packages/tezos-embedded-protocol-003-PsddFKi3/tezos-embedded-protocol-003-PsddFKi3.14.0/opam new file mode 100644 index 000000000..29695d450 --- /dev/null +++ b/packages/tezos-embedded-protocol-003-PsddFKi3/tezos-embedded-protocol-003-PsddFKi3.14.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-003-PsddFKi3" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 003_PsddFKi3 (economic-protocol definition, embedded in `tezos-node`)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-003-PsddFKi3/tezos-embedded-protocol-003-PsddFKi3.15.0/opam b/packages/tezos-embedded-protocol-003-PsddFKi3/tezos-embedded-protocol-003-PsddFKi3.15.0/opam new file mode 100644 index 000000000..6ce16d0d4 --- /dev/null +++ b/packages/tezos-embedded-protocol-003-PsddFKi3/tezos-embedded-protocol-003-PsddFKi3.15.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-003-PsddFKi3" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 003_PsddFKi3 (economic-protocol definition, embedded in `octez-node`)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-003-PsddFKi3/tezos-embedded-protocol-003-PsddFKi3.15.1/opam b/packages/tezos-embedded-protocol-003-PsddFKi3/tezos-embedded-protocol-003-PsddFKi3.15.1/opam new file mode 100644 index 000000000..e24881f26 --- /dev/null +++ b/packages/tezos-embedded-protocol-003-PsddFKi3/tezos-embedded-protocol-003-PsddFKi3.15.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-003-PsddFKi3" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 003_PsddFKi3 (economic-protocol definition, embedded in `octez-node`)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-003-PsddFKi3/tezos-embedded-protocol-003-PsddFKi3.17.1/opam b/packages/tezos-embedded-protocol-003-PsddFKi3/tezos-embedded-protocol-003-PsddFKi3.17.1/opam new file mode 100644 index 000000000..5783e879b --- /dev/null +++ b/packages/tezos-embedded-protocol-003-PsddFKi3/tezos-embedded-protocol-003-PsddFKi3.17.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-protocol-003-PsddFKi3" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 003_PsddFKi3 (economic-protocol definition, embedded in `octez-node`)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-003-PsddFKi3/tezos-embedded-protocol-003-PsddFKi3.17.2/opam b/packages/tezos-embedded-protocol-003-PsddFKi3/tezos-embedded-protocol-003-PsddFKi3.17.2/opam new file mode 100644 index 000000000..9de39fefe --- /dev/null +++ b/packages/tezos-embedded-protocol-003-PsddFKi3/tezos-embedded-protocol-003-PsddFKi3.17.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-protocol-003-PsddFKi3" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 003_PsddFKi3 (economic-protocol definition, embedded in `octez-node`)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-003-PsddFKi3/tezos-embedded-protocol-003-PsddFKi3.7.0/opam b/packages/tezos-embedded-protocol-003-PsddFKi3/tezos-embedded-protocol-003-PsddFKi3.7.0/opam new file mode 100644 index 000000000..02b732b27 --- /dev/null +++ b/packages/tezos-embedded-protocol-003-PsddFKi3/tezos-embedded-protocol-003-PsddFKi3.7.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-003-PsddFKi3" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_003_PsddFKi3/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 003_PsddFKi3 (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.0.tar.bz2" + checksum: [ + "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91" + "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-003-PsddFKi3/tezos-embedded-protocol-003-PsddFKi3.7.1/opam b/packages/tezos-embedded-protocol-003-PsddFKi3/tezos-embedded-protocol-003-PsddFKi3.7.1/opam new file mode 100644 index 000000000..5ae8d4d2e --- /dev/null +++ b/packages/tezos-embedded-protocol-003-PsddFKi3/tezos-embedded-protocol-003-PsddFKi3.7.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-003-PsddFKi3" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_003_PsddFKi3/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 003_PsddFKi3 (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.1.tar.bz2" + checksum: [ + "sha256=3675d856c4b818da7f5de0b85b86a48d3883f1210cfef28ef3233a047e74bed6" + "sha512=d6abdef9a6643b2ffe8141ecc625dcc2a939131e2e5cc158c74aba8c403bd4072b7fc403ccfa6d766696604ad112495dd9db1ece8a3ae5a4693071dfdffcbda5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-003-PsddFKi3/tezos-embedded-protocol-003-PsddFKi3.7.2/opam b/packages/tezos-embedded-protocol-003-PsddFKi3/tezos-embedded-protocol-003-PsddFKi3.7.2/opam new file mode 100644 index 000000000..671289892 --- /dev/null +++ b/packages/tezos-embedded-protocol-003-PsddFKi3/tezos-embedded-protocol-003-PsddFKi3.7.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-003-PsddFKi3" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_003_PsddFKi3/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 003_PsddFKi3 (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.2.tar.bz2" + checksum: [ + "sha256=abb52ad63345943d20f3edc4c3507474af94c001c8bf58138f47341942036cec" + "sha512=c823ca801cbc4005f5fc6ea5236d93569410c034da3ed32939ef64a0f2c19a34444fac12e13c72e5a1e15a401b655e58ffdbbb66ce0516e5968f621677b96117" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-003-PsddFKi3/tezos-embedded-protocol-003-PsddFKi3.7.3/opam b/packages/tezos-embedded-protocol-003-PsddFKi3/tezos-embedded-protocol-003-PsddFKi3.7.3/opam new file mode 100644 index 000000000..a98b1859c --- /dev/null +++ b/packages/tezos-embedded-protocol-003-PsddFKi3/tezos-embedded-protocol-003-PsddFKi3.7.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-003-PsddFKi3" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_003_PsddFKi3/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 003_PsddFKi3 (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.3.tar.bz2" + checksum: [ + "sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" + "sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-003-PsddFKi3/tezos-embedded-protocol-003-PsddFKi3.7.4/opam b/packages/tezos-embedded-protocol-003-PsddFKi3/tezos-embedded-protocol-003-PsddFKi3.7.4/opam new file mode 100644 index 000000000..fc0c2a21c --- /dev/null +++ b/packages/tezos-embedded-protocol-003-PsddFKi3/tezos-embedded-protocol-003-PsddFKi3.7.4/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-003-PsddFKi3" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_003_PsddFKi3/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 003_PsddFKi3 (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-003-PsddFKi3/tezos-embedded-protocol-003-PsddFKi3.8.0/opam b/packages/tezos-embedded-protocol-003-PsddFKi3/tezos-embedded-protocol-003-PsddFKi3.8.0/opam new file mode 100644 index 000000000..cbe62d11b --- /dev/null +++ b/packages/tezos-embedded-protocol-003-PsddFKi3/tezos-embedded-protocol-003-PsddFKi3.8.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-003-PsddFKi3" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_003_PsddFKi3/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 003_PsddFKi3 (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-003-PsddFKi3/tezos-embedded-protocol-003-PsddFKi3.8.1/opam b/packages/tezos-embedded-protocol-003-PsddFKi3/tezos-embedded-protocol-003-PsddFKi3.8.1/opam new file mode 100644 index 000000000..20ad4ed00 --- /dev/null +++ b/packages/tezos-embedded-protocol-003-PsddFKi3/tezos-embedded-protocol-003-PsddFKi3.8.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-003-PsddFKi3" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_003_PsddFKi3/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 003_PsddFKi3 (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-003-PsddFKi3/tezos-embedded-protocol-003-PsddFKi3.8.2/opam b/packages/tezos-embedded-protocol-003-PsddFKi3/tezos-embedded-protocol-003-PsddFKi3.8.2/opam new file mode 100644 index 000000000..75a697fc9 --- /dev/null +++ b/packages/tezos-embedded-protocol-003-PsddFKi3/tezos-embedded-protocol-003-PsddFKi3.8.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-003-PsddFKi3" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_003_PsddFKi3/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 003_PsddFKi3 (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-003-PsddFKi3/tezos-embedded-protocol-003-PsddFKi3.8.3/opam b/packages/tezos-embedded-protocol-003-PsddFKi3/tezos-embedded-protocol-003-PsddFKi3.8.3/opam new file mode 100644 index 000000000..10b4cb8ab --- /dev/null +++ b/packages/tezos-embedded-protocol-003-PsddFKi3/tezos-embedded-protocol-003-PsddFKi3.8.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-003-PsddFKi3" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_003_PsddFKi3/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 003_PsddFKi3 (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-003-PsddFKi3/tezos-embedded-protocol-003-PsddFKi3.9.0/opam b/packages/tezos-embedded-protocol-003-PsddFKi3/tezos-embedded-protocol-003-PsddFKi3.9.0/opam new file mode 100644 index 000000000..e56590169 --- /dev/null +++ b/packages/tezos-embedded-protocol-003-PsddFKi3/tezos-embedded-protocol-003-PsddFKi3.9.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-003-PsddFKi3" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_003_PsddFKi3/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 003_PsddFKi3 (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-003-PsddFKi3/tezos-embedded-protocol-003-PsddFKi3.9.1/opam b/packages/tezos-embedded-protocol-003-PsddFKi3/tezos-embedded-protocol-003-PsddFKi3.9.1/opam new file mode 100644 index 000000000..9e3085a2a --- /dev/null +++ b/packages/tezos-embedded-protocol-003-PsddFKi3/tezos-embedded-protocol-003-PsddFKi3.9.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-003-PsddFKi3" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_003_PsddFKi3/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 003_PsddFKi3 (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-003-PsddFKi3/tezos-embedded-protocol-003-PsddFKi3.9.2/opam b/packages/tezos-embedded-protocol-003-PsddFKi3/tezos-embedded-protocol-003-PsddFKi3.9.2/opam new file mode 100644 index 000000000..0e7a6a139 --- /dev/null +++ b/packages/tezos-embedded-protocol-003-PsddFKi3/tezos-embedded-protocol-003-PsddFKi3.9.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-003-PsddFKi3" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_003_PsddFKi3/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 003_PsddFKi3 (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-003-PsddFKi3/tezos-embedded-protocol-003-PsddFKi3.9.3/opam b/packages/tezos-embedded-protocol-003-PsddFKi3/tezos-embedded-protocol-003-PsddFKi3.9.3/opam new file mode 100644 index 000000000..22a530204 --- /dev/null +++ b/packages/tezos-embedded-protocol-003-PsddFKi3/tezos-embedded-protocol-003-PsddFKi3.9.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-003-PsddFKi3" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_003_PsddFKi3/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 003_PsddFKi3 (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-003-PsddFKi3/tezos-embedded-protocol-003-PsddFKi3.9.4/opam b/packages/tezos-embedded-protocol-003-PsddFKi3/tezos-embedded-protocol-003-PsddFKi3.9.4/opam new file mode 100644 index 000000000..24a5e927d --- /dev/null +++ b/packages/tezos-embedded-protocol-003-PsddFKi3/tezos-embedded-protocol-003-PsddFKi3.9.4/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-003-PsddFKi3" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_003_PsddFKi3/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 003_PsddFKi3 (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-003-PsddFKi3/tezos-embedded-protocol-003-PsddFKi3.9.7/opam b/packages/tezos-embedded-protocol-003-PsddFKi3/tezos-embedded-protocol-003-PsddFKi3.9.7/opam new file mode 100644 index 000000000..2e91007d6 --- /dev/null +++ b/packages/tezos-embedded-protocol-003-PsddFKi3/tezos-embedded-protocol-003-PsddFKi3.9.7/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-003-PsddFKi3" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_003_PsddFKi3/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 003_PsddFKi3 (economic-protocol definition, embedded in `tezos-node`)" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-004-Pt24m4xi/tezos-embedded-protocol-004-Pt24m4xi.10.2/opam b/packages/tezos-embedded-protocol-004-Pt24m4xi/tezos-embedded-protocol-004-Pt24m4xi.10.2/opam new file mode 100644 index 000000000..100ad08bf --- /dev/null +++ b/packages/tezos-embedded-protocol-004-Pt24m4xi/tezos-embedded-protocol-004-Pt24m4xi.10.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-004-Pt24m4xi" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_004_Pt24m4xi/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-004-Pt24m4xi/tezos-embedded-protocol-004-Pt24m4xi.11.0/opam b/packages/tezos-embedded-protocol-004-Pt24m4xi/tezos-embedded-protocol-004-Pt24m4xi.11.0/opam new file mode 100644 index 000000000..f4c3e48eb --- /dev/null +++ b/packages/tezos-embedded-protocol-004-Pt24m4xi/tezos-embedded-protocol-004-Pt24m4xi.11.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-protocol-004-Pt24m4xi" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_004_Pt24m4xi/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-004-Pt24m4xi/tezos-embedded-protocol-004-Pt24m4xi.11.1/opam b/packages/tezos-embedded-protocol-004-Pt24m4xi/tezos-embedded-protocol-004-Pt24m4xi.11.1/opam new file mode 100644 index 000000000..c2c682a2c --- /dev/null +++ b/packages/tezos-embedded-protocol-004-Pt24m4xi/tezos-embedded-protocol-004-Pt24m4xi.11.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-004-Pt24m4xi" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_004_Pt24m4xi/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-004-Pt24m4xi/tezos-embedded-protocol-004-Pt24m4xi.12.0/opam b/packages/tezos-embedded-protocol-004-Pt24m4xi/tezos-embedded-protocol-004-Pt24m4xi.12.0/opam new file mode 100644 index 000000000..d5c50aa0b --- /dev/null +++ b/packages/tezos-embedded-protocol-004-Pt24m4xi/tezos-embedded-protocol-004-Pt24m4xi.12.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-004-Pt24m4xi" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_004_Pt24m4xi/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-004-Pt24m4xi/tezos-embedded-protocol-004-Pt24m4xi.12.3/opam b/packages/tezos-embedded-protocol-004-Pt24m4xi/tezos-embedded-protocol-004-Pt24m4xi.12.3/opam new file mode 100644 index 000000000..beada2a32 --- /dev/null +++ b/packages/tezos-embedded-protocol-004-Pt24m4xi/tezos-embedded-protocol-004-Pt24m4xi.12.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-004-Pt24m4xi" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_004_Pt24m4xi/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-004-Pt24m4xi/tezos-embedded-protocol-004-Pt24m4xi.13.0/opam b/packages/tezos-embedded-protocol-004-Pt24m4xi/tezos-embedded-protocol-004-Pt24m4xi.13.0/opam new file mode 100644 index 000000000..a7035f064 --- /dev/null +++ b/packages/tezos-embedded-protocol-004-Pt24m4xi/tezos-embedded-protocol-004-Pt24m4xi.13.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-004-Pt24m4xi" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_004_Pt24m4xi/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-004-Pt24m4xi/tezos-embedded-protocol-004-Pt24m4xi.14.0/opam b/packages/tezos-embedded-protocol-004-Pt24m4xi/tezos-embedded-protocol-004-Pt24m4xi.14.0/opam new file mode 100644 index 000000000..899430d6b --- /dev/null +++ b/packages/tezos-embedded-protocol-004-Pt24m4xi/tezos-embedded-protocol-004-Pt24m4xi.14.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-004-Pt24m4xi" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-004-Pt24m4xi/tezos-embedded-protocol-004-Pt24m4xi.15.0/opam b/packages/tezos-embedded-protocol-004-Pt24m4xi/tezos-embedded-protocol-004-Pt24m4xi.15.0/opam new file mode 100644 index 000000000..0fd056d3c --- /dev/null +++ b/packages/tezos-embedded-protocol-004-Pt24m4xi/tezos-embedded-protocol-004-Pt24m4xi.15.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-004-Pt24m4xi" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `octez-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-004-Pt24m4xi/tezos-embedded-protocol-004-Pt24m4xi.15.1/opam b/packages/tezos-embedded-protocol-004-Pt24m4xi/tezos-embedded-protocol-004-Pt24m4xi.15.1/opam new file mode 100644 index 000000000..d1014517e --- /dev/null +++ b/packages/tezos-embedded-protocol-004-Pt24m4xi/tezos-embedded-protocol-004-Pt24m4xi.15.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-004-Pt24m4xi" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `octez-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-004-Pt24m4xi/tezos-embedded-protocol-004-Pt24m4xi.17.1/opam b/packages/tezos-embedded-protocol-004-Pt24m4xi/tezos-embedded-protocol-004-Pt24m4xi.17.1/opam new file mode 100644 index 000000000..778083a99 --- /dev/null +++ b/packages/tezos-embedded-protocol-004-Pt24m4xi/tezos-embedded-protocol-004-Pt24m4xi.17.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-protocol-004-Pt24m4xi" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `octez-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-004-Pt24m4xi/tezos-embedded-protocol-004-Pt24m4xi.17.2/opam b/packages/tezos-embedded-protocol-004-Pt24m4xi/tezos-embedded-protocol-004-Pt24m4xi.17.2/opam new file mode 100644 index 000000000..71b1a8747 --- /dev/null +++ b/packages/tezos-embedded-protocol-004-Pt24m4xi/tezos-embedded-protocol-004-Pt24m4xi.17.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-protocol-004-Pt24m4xi" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `octez-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-004-Pt24m4xi/tezos-embedded-protocol-004-Pt24m4xi.7.0/opam b/packages/tezos-embedded-protocol-004-Pt24m4xi/tezos-embedded-protocol-004-Pt24m4xi.7.0/opam new file mode 100644 index 000000000..9289721e0 --- /dev/null +++ b/packages/tezos-embedded-protocol-004-Pt24m4xi/tezos-embedded-protocol-004-Pt24m4xi.7.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-004-Pt24m4xi" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_004_Pt24m4xi/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.0.tar.bz2" + checksum: [ + "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91" + "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-004-Pt24m4xi/tezos-embedded-protocol-004-Pt24m4xi.7.1/opam b/packages/tezos-embedded-protocol-004-Pt24m4xi/tezos-embedded-protocol-004-Pt24m4xi.7.1/opam new file mode 100644 index 000000000..df74bd4ab --- /dev/null +++ b/packages/tezos-embedded-protocol-004-Pt24m4xi/tezos-embedded-protocol-004-Pt24m4xi.7.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-004-Pt24m4xi" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_004_Pt24m4xi/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.1.tar.bz2" + checksum: [ + "sha256=3675d856c4b818da7f5de0b85b86a48d3883f1210cfef28ef3233a047e74bed6" + "sha512=d6abdef9a6643b2ffe8141ecc625dcc2a939131e2e5cc158c74aba8c403bd4072b7fc403ccfa6d766696604ad112495dd9db1ece8a3ae5a4693071dfdffcbda5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-004-Pt24m4xi/tezos-embedded-protocol-004-Pt24m4xi.7.2/opam b/packages/tezos-embedded-protocol-004-Pt24m4xi/tezos-embedded-protocol-004-Pt24m4xi.7.2/opam new file mode 100644 index 000000000..8226057cd --- /dev/null +++ b/packages/tezos-embedded-protocol-004-Pt24m4xi/tezos-embedded-protocol-004-Pt24m4xi.7.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-004-Pt24m4xi" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_004_Pt24m4xi/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.2.tar.bz2" + checksum: [ + "sha256=abb52ad63345943d20f3edc4c3507474af94c001c8bf58138f47341942036cec" + "sha512=c823ca801cbc4005f5fc6ea5236d93569410c034da3ed32939ef64a0f2c19a34444fac12e13c72e5a1e15a401b655e58ffdbbb66ce0516e5968f621677b96117" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-004-Pt24m4xi/tezos-embedded-protocol-004-Pt24m4xi.7.3/opam b/packages/tezos-embedded-protocol-004-Pt24m4xi/tezos-embedded-protocol-004-Pt24m4xi.7.3/opam new file mode 100644 index 000000000..ff544e2d4 --- /dev/null +++ b/packages/tezos-embedded-protocol-004-Pt24m4xi/tezos-embedded-protocol-004-Pt24m4xi.7.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-004-Pt24m4xi" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_004_Pt24m4xi/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.3.tar.bz2" + checksum: [ + "sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" + "sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-004-Pt24m4xi/tezos-embedded-protocol-004-Pt24m4xi.7.4/opam b/packages/tezos-embedded-protocol-004-Pt24m4xi/tezos-embedded-protocol-004-Pt24m4xi.7.4/opam new file mode 100644 index 000000000..15305e4ca --- /dev/null +++ b/packages/tezos-embedded-protocol-004-Pt24m4xi/tezos-embedded-protocol-004-Pt24m4xi.7.4/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-004-Pt24m4xi" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_004_Pt24m4xi/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-004-Pt24m4xi/tezos-embedded-protocol-004-Pt24m4xi.8.0/opam b/packages/tezos-embedded-protocol-004-Pt24m4xi/tezos-embedded-protocol-004-Pt24m4xi.8.0/opam new file mode 100644 index 000000000..7ce4959db --- /dev/null +++ b/packages/tezos-embedded-protocol-004-Pt24m4xi/tezos-embedded-protocol-004-Pt24m4xi.8.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-004-Pt24m4xi" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_004_Pt24m4xi/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-004-Pt24m4xi/tezos-embedded-protocol-004-Pt24m4xi.8.1/opam b/packages/tezos-embedded-protocol-004-Pt24m4xi/tezos-embedded-protocol-004-Pt24m4xi.8.1/opam new file mode 100644 index 000000000..17d239859 --- /dev/null +++ b/packages/tezos-embedded-protocol-004-Pt24m4xi/tezos-embedded-protocol-004-Pt24m4xi.8.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-004-Pt24m4xi" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_004_Pt24m4xi/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-004-Pt24m4xi/tezos-embedded-protocol-004-Pt24m4xi.8.2/opam b/packages/tezos-embedded-protocol-004-Pt24m4xi/tezos-embedded-protocol-004-Pt24m4xi.8.2/opam new file mode 100644 index 000000000..743630ef4 --- /dev/null +++ b/packages/tezos-embedded-protocol-004-Pt24m4xi/tezos-embedded-protocol-004-Pt24m4xi.8.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-004-Pt24m4xi" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_004_Pt24m4xi/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-004-Pt24m4xi/tezos-embedded-protocol-004-Pt24m4xi.8.3/opam b/packages/tezos-embedded-protocol-004-Pt24m4xi/tezos-embedded-protocol-004-Pt24m4xi.8.3/opam new file mode 100644 index 000000000..a672696a0 --- /dev/null +++ b/packages/tezos-embedded-protocol-004-Pt24m4xi/tezos-embedded-protocol-004-Pt24m4xi.8.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-004-Pt24m4xi" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_004_Pt24m4xi/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-004-Pt24m4xi/tezos-embedded-protocol-004-Pt24m4xi.9.0/opam b/packages/tezos-embedded-protocol-004-Pt24m4xi/tezos-embedded-protocol-004-Pt24m4xi.9.0/opam new file mode 100644 index 000000000..ca7070425 --- /dev/null +++ b/packages/tezos-embedded-protocol-004-Pt24m4xi/tezos-embedded-protocol-004-Pt24m4xi.9.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-004-Pt24m4xi" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_004_Pt24m4xi/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-004-Pt24m4xi/tezos-embedded-protocol-004-Pt24m4xi.9.1/opam b/packages/tezos-embedded-protocol-004-Pt24m4xi/tezos-embedded-protocol-004-Pt24m4xi.9.1/opam new file mode 100644 index 000000000..409b0c881 --- /dev/null +++ b/packages/tezos-embedded-protocol-004-Pt24m4xi/tezos-embedded-protocol-004-Pt24m4xi.9.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-004-Pt24m4xi" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_004_Pt24m4xi/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-004-Pt24m4xi/tezos-embedded-protocol-004-Pt24m4xi.9.2/opam b/packages/tezos-embedded-protocol-004-Pt24m4xi/tezos-embedded-protocol-004-Pt24m4xi.9.2/opam new file mode 100644 index 000000000..f3ee0b9a7 --- /dev/null +++ b/packages/tezos-embedded-protocol-004-Pt24m4xi/tezos-embedded-protocol-004-Pt24m4xi.9.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-004-Pt24m4xi" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_004_Pt24m4xi/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-004-Pt24m4xi/tezos-embedded-protocol-004-Pt24m4xi.9.3/opam b/packages/tezos-embedded-protocol-004-Pt24m4xi/tezos-embedded-protocol-004-Pt24m4xi.9.3/opam new file mode 100644 index 000000000..20954b05c --- /dev/null +++ b/packages/tezos-embedded-protocol-004-Pt24m4xi/tezos-embedded-protocol-004-Pt24m4xi.9.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-004-Pt24m4xi" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_004_Pt24m4xi/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-004-Pt24m4xi/tezos-embedded-protocol-004-Pt24m4xi.9.4/opam b/packages/tezos-embedded-protocol-004-Pt24m4xi/tezos-embedded-protocol-004-Pt24m4xi.9.4/opam new file mode 100644 index 000000000..984fa009c --- /dev/null +++ b/packages/tezos-embedded-protocol-004-Pt24m4xi/tezos-embedded-protocol-004-Pt24m4xi.9.4/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-004-Pt24m4xi" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_004_Pt24m4xi/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-004-Pt24m4xi/tezos-embedded-protocol-004-Pt24m4xi.9.7/opam b/packages/tezos-embedded-protocol-004-Pt24m4xi/tezos-embedded-protocol-004-Pt24m4xi.9.7/opam new file mode 100644 index 000000000..f7a988a07 --- /dev/null +++ b/packages/tezos-embedded-protocol-004-Pt24m4xi/tezos-embedded-protocol-004-Pt24m4xi.9.7/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-004-Pt24m4xi" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_004_Pt24m4xi/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-005-PsBABY5H/tezos-embedded-protocol-005-PsBABY5H.10.2/opam b/packages/tezos-embedded-protocol-005-PsBABY5H/tezos-embedded-protocol-005-PsBABY5H.10.2/opam new file mode 100644 index 000000000..9bcaf382e --- /dev/null +++ b/packages/tezos-embedded-protocol-005-PsBABY5H/tezos-embedded-protocol-005-PsBABY5H.10.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-005-PsBABY5H" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_005_PsBABY5H/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-005-PsBABY5H/tezos-embedded-protocol-005-PsBABY5H.11.0/opam b/packages/tezos-embedded-protocol-005-PsBABY5H/tezos-embedded-protocol-005-PsBABY5H.11.0/opam new file mode 100644 index 000000000..22dc57d17 --- /dev/null +++ b/packages/tezos-embedded-protocol-005-PsBABY5H/tezos-embedded-protocol-005-PsBABY5H.11.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-protocol-005-PsBABY5H" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_005_PsBABY5H/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-005-PsBABY5H/tezos-embedded-protocol-005-PsBABY5H.11.1/opam b/packages/tezos-embedded-protocol-005-PsBABY5H/tezos-embedded-protocol-005-PsBABY5H.11.1/opam new file mode 100644 index 000000000..86acdf4f2 --- /dev/null +++ b/packages/tezos-embedded-protocol-005-PsBABY5H/tezos-embedded-protocol-005-PsBABY5H.11.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-005-PsBABY5H" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_005_PsBABY5H/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-005-PsBABY5H/tezos-embedded-protocol-005-PsBABY5H.14.0/opam b/packages/tezos-embedded-protocol-005-PsBABY5H/tezos-embedded-protocol-005-PsBABY5H.14.0/opam new file mode 100644 index 000000000..e14d2374a --- /dev/null +++ b/packages/tezos-embedded-protocol-005-PsBABY5H/tezos-embedded-protocol-005-PsBABY5H.14.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-005-PsBABY5H" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-005-PsBABY5H/tezos-embedded-protocol-005-PsBABY5H.15.0/opam b/packages/tezos-embedded-protocol-005-PsBABY5H/tezos-embedded-protocol-005-PsBABY5H.15.0/opam new file mode 100644 index 000000000..58c4acaaa --- /dev/null +++ b/packages/tezos-embedded-protocol-005-PsBABY5H/tezos-embedded-protocol-005-PsBABY5H.15.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-005-PsBABY5H" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `octez-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-005-PsBABY5H/tezos-embedded-protocol-005-PsBABY5H.15.1/opam b/packages/tezos-embedded-protocol-005-PsBABY5H/tezos-embedded-protocol-005-PsBABY5H.15.1/opam new file mode 100644 index 000000000..345447afa --- /dev/null +++ b/packages/tezos-embedded-protocol-005-PsBABY5H/tezos-embedded-protocol-005-PsBABY5H.15.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-005-PsBABY5H" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `octez-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-005-PsBABY5H/tezos-embedded-protocol-005-PsBABY5H.17.1/opam b/packages/tezos-embedded-protocol-005-PsBABY5H/tezos-embedded-protocol-005-PsBABY5H.17.1/opam new file mode 100644 index 000000000..8ee68d163 --- /dev/null +++ b/packages/tezos-embedded-protocol-005-PsBABY5H/tezos-embedded-protocol-005-PsBABY5H.17.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-protocol-005-PsBABY5H" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `octez-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-005-PsBABY5H/tezos-embedded-protocol-005-PsBABY5H.17.2/opam b/packages/tezos-embedded-protocol-005-PsBABY5H/tezos-embedded-protocol-005-PsBABY5H.17.2/opam new file mode 100644 index 000000000..41ac56789 --- /dev/null +++ b/packages/tezos-embedded-protocol-005-PsBABY5H/tezos-embedded-protocol-005-PsBABY5H.17.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-protocol-005-PsBABY5H" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `octez-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-005-PsBABY5H/tezos-embedded-protocol-005-PsBABY5H.7.0/opam b/packages/tezos-embedded-protocol-005-PsBABY5H/tezos-embedded-protocol-005-PsBABY5H.7.0/opam new file mode 100644 index 000000000..9a3b48fb5 --- /dev/null +++ b/packages/tezos-embedded-protocol-005-PsBABY5H/tezos-embedded-protocol-005-PsBABY5H.7.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-005-PsBABY5H" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_005_PsBABY5H/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.0.tar.bz2" + checksum: [ + "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91" + "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-005-PsBABY5H/tezos-embedded-protocol-005-PsBABY5H.7.1/opam b/packages/tezos-embedded-protocol-005-PsBABY5H/tezos-embedded-protocol-005-PsBABY5H.7.1/opam new file mode 100644 index 000000000..e7f0944b2 --- /dev/null +++ b/packages/tezos-embedded-protocol-005-PsBABY5H/tezos-embedded-protocol-005-PsBABY5H.7.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-005-PsBABY5H" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_005_PsBABY5H/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.1.tar.bz2" + checksum: [ + "sha256=3675d856c4b818da7f5de0b85b86a48d3883f1210cfef28ef3233a047e74bed6" + "sha512=d6abdef9a6643b2ffe8141ecc625dcc2a939131e2e5cc158c74aba8c403bd4072b7fc403ccfa6d766696604ad112495dd9db1ece8a3ae5a4693071dfdffcbda5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-005-PsBABY5H/tezos-embedded-protocol-005-PsBABY5H.7.2/opam b/packages/tezos-embedded-protocol-005-PsBABY5H/tezos-embedded-protocol-005-PsBABY5H.7.2/opam new file mode 100644 index 000000000..d10f7277c --- /dev/null +++ b/packages/tezos-embedded-protocol-005-PsBABY5H/tezos-embedded-protocol-005-PsBABY5H.7.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-005-PsBABY5H" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_005_PsBABY5H/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.2.tar.bz2" + checksum: [ + "sha256=abb52ad63345943d20f3edc4c3507474af94c001c8bf58138f47341942036cec" + "sha512=c823ca801cbc4005f5fc6ea5236d93569410c034da3ed32939ef64a0f2c19a34444fac12e13c72e5a1e15a401b655e58ffdbbb66ce0516e5968f621677b96117" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-005-PsBABY5H/tezos-embedded-protocol-005-PsBABY5H.7.3/opam b/packages/tezos-embedded-protocol-005-PsBABY5H/tezos-embedded-protocol-005-PsBABY5H.7.3/opam new file mode 100644 index 000000000..f78491ee4 --- /dev/null +++ b/packages/tezos-embedded-protocol-005-PsBABY5H/tezos-embedded-protocol-005-PsBABY5H.7.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-005-PsBABY5H" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_005_PsBABY5H/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.3.tar.bz2" + checksum: [ + "sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" + "sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-005-PsBABY5H/tezos-embedded-protocol-005-PsBABY5H.7.4/opam b/packages/tezos-embedded-protocol-005-PsBABY5H/tezos-embedded-protocol-005-PsBABY5H.7.4/opam new file mode 100644 index 000000000..a91671497 --- /dev/null +++ b/packages/tezos-embedded-protocol-005-PsBABY5H/tezos-embedded-protocol-005-PsBABY5H.7.4/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-005-PsBABY5H" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_005_PsBABY5H/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-005-PsBABY5H/tezos-embedded-protocol-005-PsBABY5H.8.0/opam b/packages/tezos-embedded-protocol-005-PsBABY5H/tezos-embedded-protocol-005-PsBABY5H.8.0/opam new file mode 100644 index 000000000..f09767231 --- /dev/null +++ b/packages/tezos-embedded-protocol-005-PsBABY5H/tezos-embedded-protocol-005-PsBABY5H.8.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-005-PsBABY5H" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_005_PsBABY5H/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-005-PsBABY5H/tezos-embedded-protocol-005-PsBABY5H.8.1/opam b/packages/tezos-embedded-protocol-005-PsBABY5H/tezos-embedded-protocol-005-PsBABY5H.8.1/opam new file mode 100644 index 000000000..25fa6af1d --- /dev/null +++ b/packages/tezos-embedded-protocol-005-PsBABY5H/tezos-embedded-protocol-005-PsBABY5H.8.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-005-PsBABY5H" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_005_PsBABY5H/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-005-PsBABY5H/tezos-embedded-protocol-005-PsBABY5H.8.2/opam b/packages/tezos-embedded-protocol-005-PsBABY5H/tezos-embedded-protocol-005-PsBABY5H.8.2/opam new file mode 100644 index 000000000..6e1191538 --- /dev/null +++ b/packages/tezos-embedded-protocol-005-PsBABY5H/tezos-embedded-protocol-005-PsBABY5H.8.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-005-PsBABY5H" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_005_PsBABY5H/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-005-PsBABY5H/tezos-embedded-protocol-005-PsBABY5H.8.3/opam b/packages/tezos-embedded-protocol-005-PsBABY5H/tezos-embedded-protocol-005-PsBABY5H.8.3/opam new file mode 100644 index 000000000..86d2f6baf --- /dev/null +++ b/packages/tezos-embedded-protocol-005-PsBABY5H/tezos-embedded-protocol-005-PsBABY5H.8.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-005-PsBABY5H" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_005_PsBABY5H/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-005-PsBABY5H/tezos-embedded-protocol-005-PsBABY5H.9.0/opam b/packages/tezos-embedded-protocol-005-PsBABY5H/tezos-embedded-protocol-005-PsBABY5H.9.0/opam new file mode 100644 index 000000000..ff7ceea86 --- /dev/null +++ b/packages/tezos-embedded-protocol-005-PsBABY5H/tezos-embedded-protocol-005-PsBABY5H.9.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-005-PsBABY5H" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_005_PsBABY5H/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-005-PsBABY5H/tezos-embedded-protocol-005-PsBABY5H.9.1/opam b/packages/tezos-embedded-protocol-005-PsBABY5H/tezos-embedded-protocol-005-PsBABY5H.9.1/opam new file mode 100644 index 000000000..8cb527a3e --- /dev/null +++ b/packages/tezos-embedded-protocol-005-PsBABY5H/tezos-embedded-protocol-005-PsBABY5H.9.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-005-PsBABY5H" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_005_PsBABY5H/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-005-PsBABY5H/tezos-embedded-protocol-005-PsBABY5H.9.2/opam b/packages/tezos-embedded-protocol-005-PsBABY5H/tezos-embedded-protocol-005-PsBABY5H.9.2/opam new file mode 100644 index 000000000..b4f36c7dd --- /dev/null +++ b/packages/tezos-embedded-protocol-005-PsBABY5H/tezos-embedded-protocol-005-PsBABY5H.9.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-005-PsBABY5H" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_005_PsBABY5H/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-005-PsBABY5H/tezos-embedded-protocol-005-PsBABY5H.9.3/opam b/packages/tezos-embedded-protocol-005-PsBABY5H/tezos-embedded-protocol-005-PsBABY5H.9.3/opam new file mode 100644 index 000000000..857922917 --- /dev/null +++ b/packages/tezos-embedded-protocol-005-PsBABY5H/tezos-embedded-protocol-005-PsBABY5H.9.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-005-PsBABY5H" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_005_PsBABY5H/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-005-PsBABY5H/tezos-embedded-protocol-005-PsBABY5H.9.4/opam b/packages/tezos-embedded-protocol-005-PsBABY5H/tezos-embedded-protocol-005-PsBABY5H.9.4/opam new file mode 100644 index 000000000..2b7b5657a --- /dev/null +++ b/packages/tezos-embedded-protocol-005-PsBABY5H/tezos-embedded-protocol-005-PsBABY5H.9.4/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-005-PsBABY5H" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_005_PsBABY5H/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-005-PsBABY5H/tezos-embedded-protocol-005-PsBABY5H.9.7/opam b/packages/tezos-embedded-protocol-005-PsBABY5H/tezos-embedded-protocol-005-PsBABY5H.9.7/opam new file mode 100644 index 000000000..0e1e4b93e --- /dev/null +++ b/packages/tezos-embedded-protocol-005-PsBABY5H/tezos-embedded-protocol-005-PsBABY5H.9.7/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-005-PsBABY5H" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_005_PsBABY5H/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-005-PsBabyM1/tezos-embedded-protocol-005-PsBabyM1.10.2/opam b/packages/tezos-embedded-protocol-005-PsBabyM1/tezos-embedded-protocol-005-PsBabyM1.10.2/opam new file mode 100644 index 000000000..965c6f198 --- /dev/null +++ b/packages/tezos-embedded-protocol-005-PsBabyM1/tezos-embedded-protocol-005-PsBabyM1.10.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-005-PsBabyM1" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_005_PsBabyM1/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-005-PsBabyM1/tezos-embedded-protocol-005-PsBabyM1.11.0/opam b/packages/tezos-embedded-protocol-005-PsBabyM1/tezos-embedded-protocol-005-PsBabyM1.11.0/opam new file mode 100644 index 000000000..3db26e163 --- /dev/null +++ b/packages/tezos-embedded-protocol-005-PsBabyM1/tezos-embedded-protocol-005-PsBabyM1.11.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-protocol-005-PsBabyM1" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_005_PsBabyM1/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-005-PsBabyM1/tezos-embedded-protocol-005-PsBabyM1.11.1/opam b/packages/tezos-embedded-protocol-005-PsBabyM1/tezos-embedded-protocol-005-PsBabyM1.11.1/opam new file mode 100644 index 000000000..b3ce9d226 --- /dev/null +++ b/packages/tezos-embedded-protocol-005-PsBabyM1/tezos-embedded-protocol-005-PsBabyM1.11.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-005-PsBabyM1" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_005_PsBabyM1/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-005-PsBabyM1/tezos-embedded-protocol-005-PsBabyM1.12.0/opam b/packages/tezos-embedded-protocol-005-PsBabyM1/tezos-embedded-protocol-005-PsBabyM1.12.0/opam new file mode 100644 index 000000000..be50cc03d --- /dev/null +++ b/packages/tezos-embedded-protocol-005-PsBabyM1/tezos-embedded-protocol-005-PsBabyM1.12.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-005-PsBabyM1" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_005_PsBabyM1/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-005-PsBabyM1/tezos-embedded-protocol-005-PsBabyM1.12.3/opam b/packages/tezos-embedded-protocol-005-PsBabyM1/tezos-embedded-protocol-005-PsBabyM1.12.3/opam new file mode 100644 index 000000000..4f109680e --- /dev/null +++ b/packages/tezos-embedded-protocol-005-PsBabyM1/tezos-embedded-protocol-005-PsBabyM1.12.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-005-PsBabyM1" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_005_PsBabyM1/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-005-PsBabyM1/tezos-embedded-protocol-005-PsBabyM1.13.0/opam b/packages/tezos-embedded-protocol-005-PsBabyM1/tezos-embedded-protocol-005-PsBabyM1.13.0/opam new file mode 100644 index 000000000..527ad8bb6 --- /dev/null +++ b/packages/tezos-embedded-protocol-005-PsBabyM1/tezos-embedded-protocol-005-PsBabyM1.13.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-005-PsBabyM1" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_005_PsBabyM1/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-005-PsBabyM1/tezos-embedded-protocol-005-PsBabyM1.14.0/opam b/packages/tezos-embedded-protocol-005-PsBabyM1/tezos-embedded-protocol-005-PsBabyM1.14.0/opam new file mode 100644 index 000000000..9c2cea60e --- /dev/null +++ b/packages/tezos-embedded-protocol-005-PsBabyM1/tezos-embedded-protocol-005-PsBabyM1.14.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-005-PsBabyM1" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-005-PsBabyM1/tezos-embedded-protocol-005-PsBabyM1.15.0/opam b/packages/tezos-embedded-protocol-005-PsBabyM1/tezos-embedded-protocol-005-PsBabyM1.15.0/opam new file mode 100644 index 000000000..b94a273dc --- /dev/null +++ b/packages/tezos-embedded-protocol-005-PsBabyM1/tezos-embedded-protocol-005-PsBabyM1.15.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-005-PsBabyM1" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `octez-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-005-PsBabyM1/tezos-embedded-protocol-005-PsBabyM1.15.1/opam b/packages/tezos-embedded-protocol-005-PsBabyM1/tezos-embedded-protocol-005-PsBabyM1.15.1/opam new file mode 100644 index 000000000..c0d165852 --- /dev/null +++ b/packages/tezos-embedded-protocol-005-PsBabyM1/tezos-embedded-protocol-005-PsBabyM1.15.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-005-PsBabyM1" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `octez-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-005-PsBabyM1/tezos-embedded-protocol-005-PsBabyM1.17.1/opam b/packages/tezos-embedded-protocol-005-PsBabyM1/tezos-embedded-protocol-005-PsBabyM1.17.1/opam new file mode 100644 index 000000000..e2a314e0c --- /dev/null +++ b/packages/tezos-embedded-protocol-005-PsBabyM1/tezos-embedded-protocol-005-PsBabyM1.17.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-protocol-005-PsBabyM1" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `octez-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-005-PsBabyM1/tezos-embedded-protocol-005-PsBabyM1.17.2/opam b/packages/tezos-embedded-protocol-005-PsBabyM1/tezos-embedded-protocol-005-PsBabyM1.17.2/opam new file mode 100644 index 000000000..d18790d71 --- /dev/null +++ b/packages/tezos-embedded-protocol-005-PsBabyM1/tezos-embedded-protocol-005-PsBabyM1.17.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-protocol-005-PsBabyM1" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `octez-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-005-PsBabyM1/tezos-embedded-protocol-005-PsBabyM1.7.0/opam b/packages/tezos-embedded-protocol-005-PsBabyM1/tezos-embedded-protocol-005-PsBabyM1.7.0/opam new file mode 100644 index 000000000..bb516a9fd --- /dev/null +++ b/packages/tezos-embedded-protocol-005-PsBabyM1/tezos-embedded-protocol-005-PsBabyM1.7.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-005-PsBabyM1" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_005_PsBabyM1/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.0.tar.bz2" + checksum: [ + "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91" + "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-005-PsBabyM1/tezos-embedded-protocol-005-PsBabyM1.7.1/opam b/packages/tezos-embedded-protocol-005-PsBabyM1/tezos-embedded-protocol-005-PsBabyM1.7.1/opam new file mode 100644 index 000000000..02ce3b34f --- /dev/null +++ b/packages/tezos-embedded-protocol-005-PsBabyM1/tezos-embedded-protocol-005-PsBabyM1.7.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-005-PsBabyM1" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_005_PsBabyM1/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.1.tar.bz2" + checksum: [ + "sha256=3675d856c4b818da7f5de0b85b86a48d3883f1210cfef28ef3233a047e74bed6" + "sha512=d6abdef9a6643b2ffe8141ecc625dcc2a939131e2e5cc158c74aba8c403bd4072b7fc403ccfa6d766696604ad112495dd9db1ece8a3ae5a4693071dfdffcbda5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-005-PsBabyM1/tezos-embedded-protocol-005-PsBabyM1.7.2/opam b/packages/tezos-embedded-protocol-005-PsBabyM1/tezos-embedded-protocol-005-PsBabyM1.7.2/opam new file mode 100644 index 000000000..a94fd91d6 --- /dev/null +++ b/packages/tezos-embedded-protocol-005-PsBabyM1/tezos-embedded-protocol-005-PsBabyM1.7.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-005-PsBabyM1" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_005_PsBabyM1/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.2.tar.bz2" + checksum: [ + "sha256=abb52ad63345943d20f3edc4c3507474af94c001c8bf58138f47341942036cec" + "sha512=c823ca801cbc4005f5fc6ea5236d93569410c034da3ed32939ef64a0f2c19a34444fac12e13c72e5a1e15a401b655e58ffdbbb66ce0516e5968f621677b96117" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-005-PsBabyM1/tezos-embedded-protocol-005-PsBabyM1.7.3/opam b/packages/tezos-embedded-protocol-005-PsBabyM1/tezos-embedded-protocol-005-PsBabyM1.7.3/opam new file mode 100644 index 000000000..497663ca5 --- /dev/null +++ b/packages/tezos-embedded-protocol-005-PsBabyM1/tezos-embedded-protocol-005-PsBabyM1.7.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-005-PsBabyM1" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_005_PsBabyM1/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.3.tar.bz2" + checksum: [ + "sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" + "sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-005-PsBabyM1/tezos-embedded-protocol-005-PsBabyM1.7.4/opam b/packages/tezos-embedded-protocol-005-PsBabyM1/tezos-embedded-protocol-005-PsBabyM1.7.4/opam new file mode 100644 index 000000000..3f644ff49 --- /dev/null +++ b/packages/tezos-embedded-protocol-005-PsBabyM1/tezos-embedded-protocol-005-PsBabyM1.7.4/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-005-PsBabyM1" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_005_PsBabyM1/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-005-PsBabyM1/tezos-embedded-protocol-005-PsBabyM1.8.0/opam b/packages/tezos-embedded-protocol-005-PsBabyM1/tezos-embedded-protocol-005-PsBabyM1.8.0/opam new file mode 100644 index 000000000..9e71963c8 --- /dev/null +++ b/packages/tezos-embedded-protocol-005-PsBabyM1/tezos-embedded-protocol-005-PsBabyM1.8.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-005-PsBabyM1" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_005_PsBabyM1/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-005-PsBabyM1/tezos-embedded-protocol-005-PsBabyM1.8.1/opam b/packages/tezos-embedded-protocol-005-PsBabyM1/tezos-embedded-protocol-005-PsBabyM1.8.1/opam new file mode 100644 index 000000000..f07d4a0af --- /dev/null +++ b/packages/tezos-embedded-protocol-005-PsBabyM1/tezos-embedded-protocol-005-PsBabyM1.8.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-005-PsBabyM1" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_005_PsBabyM1/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-005-PsBabyM1/tezos-embedded-protocol-005-PsBabyM1.8.2/opam b/packages/tezos-embedded-protocol-005-PsBabyM1/tezos-embedded-protocol-005-PsBabyM1.8.2/opam new file mode 100644 index 000000000..b8ff137d6 --- /dev/null +++ b/packages/tezos-embedded-protocol-005-PsBabyM1/tezos-embedded-protocol-005-PsBabyM1.8.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-005-PsBabyM1" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_005_PsBabyM1/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-005-PsBabyM1/tezos-embedded-protocol-005-PsBabyM1.8.3/opam b/packages/tezos-embedded-protocol-005-PsBabyM1/tezos-embedded-protocol-005-PsBabyM1.8.3/opam new file mode 100644 index 000000000..8faacebd3 --- /dev/null +++ b/packages/tezos-embedded-protocol-005-PsBabyM1/tezos-embedded-protocol-005-PsBabyM1.8.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-005-PsBabyM1" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_005_PsBabyM1/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-005-PsBabyM1/tezos-embedded-protocol-005-PsBabyM1.9.0/opam b/packages/tezos-embedded-protocol-005-PsBabyM1/tezos-embedded-protocol-005-PsBabyM1.9.0/opam new file mode 100644 index 000000000..0f723f09f --- /dev/null +++ b/packages/tezos-embedded-protocol-005-PsBabyM1/tezos-embedded-protocol-005-PsBabyM1.9.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-005-PsBabyM1" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_005_PsBabyM1/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-005-PsBabyM1/tezos-embedded-protocol-005-PsBabyM1.9.1/opam b/packages/tezos-embedded-protocol-005-PsBabyM1/tezos-embedded-protocol-005-PsBabyM1.9.1/opam new file mode 100644 index 000000000..735e63255 --- /dev/null +++ b/packages/tezos-embedded-protocol-005-PsBabyM1/tezos-embedded-protocol-005-PsBabyM1.9.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-005-PsBabyM1" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_005_PsBabyM1/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-005-PsBabyM1/tezos-embedded-protocol-005-PsBabyM1.9.2/opam b/packages/tezos-embedded-protocol-005-PsBabyM1/tezos-embedded-protocol-005-PsBabyM1.9.2/opam new file mode 100644 index 000000000..7b87de0b5 --- /dev/null +++ b/packages/tezos-embedded-protocol-005-PsBabyM1/tezos-embedded-protocol-005-PsBabyM1.9.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-005-PsBabyM1" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_005_PsBabyM1/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-005-PsBabyM1/tezos-embedded-protocol-005-PsBabyM1.9.3/opam b/packages/tezos-embedded-protocol-005-PsBabyM1/tezos-embedded-protocol-005-PsBabyM1.9.3/opam new file mode 100644 index 000000000..8834ef4cd --- /dev/null +++ b/packages/tezos-embedded-protocol-005-PsBabyM1/tezos-embedded-protocol-005-PsBabyM1.9.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-005-PsBabyM1" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_005_PsBabyM1/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-005-PsBabyM1/tezos-embedded-protocol-005-PsBabyM1.9.4/opam b/packages/tezos-embedded-protocol-005-PsBabyM1/tezos-embedded-protocol-005-PsBabyM1.9.4/opam new file mode 100644 index 000000000..20d3fa18f --- /dev/null +++ b/packages/tezos-embedded-protocol-005-PsBabyM1/tezos-embedded-protocol-005-PsBabyM1.9.4/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-005-PsBabyM1" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_005_PsBabyM1/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-005-PsBabyM1/tezos-embedded-protocol-005-PsBabyM1.9.7/opam b/packages/tezos-embedded-protocol-005-PsBabyM1/tezos-embedded-protocol-005-PsBabyM1.9.7/opam new file mode 100644 index 000000000..21f25accf --- /dev/null +++ b/packages/tezos-embedded-protocol-005-PsBabyM1/tezos-embedded-protocol-005-PsBabyM1.9.7/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-005-PsBabyM1" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_005_PsBabyM1/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-006-PsCARTHA/tezos-embedded-protocol-006-PsCARTHA.10.2/opam b/packages/tezos-embedded-protocol-006-PsCARTHA/tezos-embedded-protocol-006-PsCARTHA.10.2/opam new file mode 100644 index 000000000..3a2370ba5 --- /dev/null +++ b/packages/tezos-embedded-protocol-006-PsCARTHA/tezos-embedded-protocol-006-PsCARTHA.10.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-006-PsCARTHA" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-006-PsCARTHA/tezos-embedded-protocol-006-PsCARTHA.11.0/opam b/packages/tezos-embedded-protocol-006-PsCARTHA/tezos-embedded-protocol-006-PsCARTHA.11.0/opam new file mode 100644 index 000000000..eec88b6e2 --- /dev/null +++ b/packages/tezos-embedded-protocol-006-PsCARTHA/tezos-embedded-protocol-006-PsCARTHA.11.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-protocol-006-PsCARTHA" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-006-PsCARTHA/tezos-embedded-protocol-006-PsCARTHA.11.1/opam b/packages/tezos-embedded-protocol-006-PsCARTHA/tezos-embedded-protocol-006-PsCARTHA.11.1/opam new file mode 100644 index 000000000..868f58215 --- /dev/null +++ b/packages/tezos-embedded-protocol-006-PsCARTHA/tezos-embedded-protocol-006-PsCARTHA.11.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-006-PsCARTHA" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-006-PsCARTHA/tezos-embedded-protocol-006-PsCARTHA.12.0/opam b/packages/tezos-embedded-protocol-006-PsCARTHA/tezos-embedded-protocol-006-PsCARTHA.12.0/opam new file mode 100644 index 000000000..05cb32d51 --- /dev/null +++ b/packages/tezos-embedded-protocol-006-PsCARTHA/tezos-embedded-protocol-006-PsCARTHA.12.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-006-PsCARTHA" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-006-PsCARTHA/tezos-embedded-protocol-006-PsCARTHA.12.3/opam b/packages/tezos-embedded-protocol-006-PsCARTHA/tezos-embedded-protocol-006-PsCARTHA.12.3/opam new file mode 100644 index 000000000..1df6e69d7 --- /dev/null +++ b/packages/tezos-embedded-protocol-006-PsCARTHA/tezos-embedded-protocol-006-PsCARTHA.12.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-006-PsCARTHA" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-006-PsCARTHA/tezos-embedded-protocol-006-PsCARTHA.13.0/opam b/packages/tezos-embedded-protocol-006-PsCARTHA/tezos-embedded-protocol-006-PsCARTHA.13.0/opam new file mode 100644 index 000000000..e5d44c4cb --- /dev/null +++ b/packages/tezos-embedded-protocol-006-PsCARTHA/tezos-embedded-protocol-006-PsCARTHA.13.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-006-PsCARTHA" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-006-PsCARTHA/tezos-embedded-protocol-006-PsCARTHA.14.0/opam b/packages/tezos-embedded-protocol-006-PsCARTHA/tezos-embedded-protocol-006-PsCARTHA.14.0/opam new file mode 100644 index 000000000..084bb445a --- /dev/null +++ b/packages/tezos-embedded-protocol-006-PsCARTHA/tezos-embedded-protocol-006-PsCARTHA.14.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-006-PsCARTHA" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-006-PsCARTHA/tezos-embedded-protocol-006-PsCARTHA.15.0/opam b/packages/tezos-embedded-protocol-006-PsCARTHA/tezos-embedded-protocol-006-PsCARTHA.15.0/opam new file mode 100644 index 000000000..92d86b60d --- /dev/null +++ b/packages/tezos-embedded-protocol-006-PsCARTHA/tezos-embedded-protocol-006-PsCARTHA.15.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-006-PsCARTHA" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `octez-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-006-PsCARTHA/tezos-embedded-protocol-006-PsCARTHA.15.1/opam b/packages/tezos-embedded-protocol-006-PsCARTHA/tezos-embedded-protocol-006-PsCARTHA.15.1/opam new file mode 100644 index 000000000..f58147962 --- /dev/null +++ b/packages/tezos-embedded-protocol-006-PsCARTHA/tezos-embedded-protocol-006-PsCARTHA.15.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-006-PsCARTHA" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `octez-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-006-PsCARTHA/tezos-embedded-protocol-006-PsCARTHA.17.1/opam b/packages/tezos-embedded-protocol-006-PsCARTHA/tezos-embedded-protocol-006-PsCARTHA.17.1/opam new file mode 100644 index 000000000..2464b33a8 --- /dev/null +++ b/packages/tezos-embedded-protocol-006-PsCARTHA/tezos-embedded-protocol-006-PsCARTHA.17.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-protocol-006-PsCARTHA" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `octez-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-006-PsCARTHA/tezos-embedded-protocol-006-PsCARTHA.17.2/opam b/packages/tezos-embedded-protocol-006-PsCARTHA/tezos-embedded-protocol-006-PsCARTHA.17.2/opam new file mode 100644 index 000000000..7e2533cef --- /dev/null +++ b/packages/tezos-embedded-protocol-006-PsCARTHA/tezos-embedded-protocol-006-PsCARTHA.17.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-protocol-006-PsCARTHA" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `octez-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-006-PsCARTHA/tezos-embedded-protocol-006-PsCARTHA.7.0/opam b/packages/tezos-embedded-protocol-006-PsCARTHA/tezos-embedded-protocol-006-PsCARTHA.7.0/opam new file mode 100644 index 000000000..83050a989 --- /dev/null +++ b/packages/tezos-embedded-protocol-006-PsCARTHA/tezos-embedded-protocol-006-PsCARTHA.7.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-006-PsCARTHA" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.0.tar.bz2" + checksum: [ + "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91" + "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-006-PsCARTHA/tezos-embedded-protocol-006-PsCARTHA.7.1/opam b/packages/tezos-embedded-protocol-006-PsCARTHA/tezos-embedded-protocol-006-PsCARTHA.7.1/opam new file mode 100644 index 000000000..377011950 --- /dev/null +++ b/packages/tezos-embedded-protocol-006-PsCARTHA/tezos-embedded-protocol-006-PsCARTHA.7.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-006-PsCARTHA" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.1.tar.bz2" + checksum: [ + "sha256=3675d856c4b818da7f5de0b85b86a48d3883f1210cfef28ef3233a047e74bed6" + "sha512=d6abdef9a6643b2ffe8141ecc625dcc2a939131e2e5cc158c74aba8c403bd4072b7fc403ccfa6d766696604ad112495dd9db1ece8a3ae5a4693071dfdffcbda5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-006-PsCARTHA/tezos-embedded-protocol-006-PsCARTHA.7.2/opam b/packages/tezos-embedded-protocol-006-PsCARTHA/tezos-embedded-protocol-006-PsCARTHA.7.2/opam new file mode 100644 index 000000000..156b09e35 --- /dev/null +++ b/packages/tezos-embedded-protocol-006-PsCARTHA/tezos-embedded-protocol-006-PsCARTHA.7.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-006-PsCARTHA" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.2.tar.bz2" + checksum: [ + "sha256=abb52ad63345943d20f3edc4c3507474af94c001c8bf58138f47341942036cec" + "sha512=c823ca801cbc4005f5fc6ea5236d93569410c034da3ed32939ef64a0f2c19a34444fac12e13c72e5a1e15a401b655e58ffdbbb66ce0516e5968f621677b96117" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-006-PsCARTHA/tezos-embedded-protocol-006-PsCARTHA.7.3/opam b/packages/tezos-embedded-protocol-006-PsCARTHA/tezos-embedded-protocol-006-PsCARTHA.7.3/opam new file mode 100644 index 000000000..32a69b18d --- /dev/null +++ b/packages/tezos-embedded-protocol-006-PsCARTHA/tezos-embedded-protocol-006-PsCARTHA.7.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-006-PsCARTHA" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.3.tar.bz2" + checksum: [ + "sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" + "sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-006-PsCARTHA/tezos-embedded-protocol-006-PsCARTHA.7.4/opam b/packages/tezos-embedded-protocol-006-PsCARTHA/tezos-embedded-protocol-006-PsCARTHA.7.4/opam new file mode 100644 index 000000000..4757d8cb4 --- /dev/null +++ b/packages/tezos-embedded-protocol-006-PsCARTHA/tezos-embedded-protocol-006-PsCARTHA.7.4/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-006-PsCARTHA" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-006-PsCARTHA/tezos-embedded-protocol-006-PsCARTHA.8.0/opam b/packages/tezos-embedded-protocol-006-PsCARTHA/tezos-embedded-protocol-006-PsCARTHA.8.0/opam new file mode 100644 index 000000000..0e52a1959 --- /dev/null +++ b/packages/tezos-embedded-protocol-006-PsCARTHA/tezos-embedded-protocol-006-PsCARTHA.8.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-006-PsCARTHA" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-006-PsCARTHA/tezos-embedded-protocol-006-PsCARTHA.8.1/opam b/packages/tezos-embedded-protocol-006-PsCARTHA/tezos-embedded-protocol-006-PsCARTHA.8.1/opam new file mode 100644 index 000000000..7948be398 --- /dev/null +++ b/packages/tezos-embedded-protocol-006-PsCARTHA/tezos-embedded-protocol-006-PsCARTHA.8.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-006-PsCARTHA" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-006-PsCARTHA/tezos-embedded-protocol-006-PsCARTHA.8.2/opam b/packages/tezos-embedded-protocol-006-PsCARTHA/tezos-embedded-protocol-006-PsCARTHA.8.2/opam new file mode 100644 index 000000000..84f0ea36b --- /dev/null +++ b/packages/tezos-embedded-protocol-006-PsCARTHA/tezos-embedded-protocol-006-PsCARTHA.8.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-006-PsCARTHA" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-006-PsCARTHA/tezos-embedded-protocol-006-PsCARTHA.8.3/opam b/packages/tezos-embedded-protocol-006-PsCARTHA/tezos-embedded-protocol-006-PsCARTHA.8.3/opam new file mode 100644 index 000000000..c85197bd4 --- /dev/null +++ b/packages/tezos-embedded-protocol-006-PsCARTHA/tezos-embedded-protocol-006-PsCARTHA.8.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-006-PsCARTHA" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-006-PsCARTHA/tezos-embedded-protocol-006-PsCARTHA.9.0/opam b/packages/tezos-embedded-protocol-006-PsCARTHA/tezos-embedded-protocol-006-PsCARTHA.9.0/opam new file mode 100644 index 000000000..8afab36b8 --- /dev/null +++ b/packages/tezos-embedded-protocol-006-PsCARTHA/tezos-embedded-protocol-006-PsCARTHA.9.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-006-PsCARTHA" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-006-PsCARTHA/tezos-embedded-protocol-006-PsCARTHA.9.1/opam b/packages/tezos-embedded-protocol-006-PsCARTHA/tezos-embedded-protocol-006-PsCARTHA.9.1/opam new file mode 100644 index 000000000..5e6eeb633 --- /dev/null +++ b/packages/tezos-embedded-protocol-006-PsCARTHA/tezos-embedded-protocol-006-PsCARTHA.9.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-006-PsCARTHA" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-006-PsCARTHA/tezos-embedded-protocol-006-PsCARTHA.9.2/opam b/packages/tezos-embedded-protocol-006-PsCARTHA/tezos-embedded-protocol-006-PsCARTHA.9.2/opam new file mode 100644 index 000000000..247165995 --- /dev/null +++ b/packages/tezos-embedded-protocol-006-PsCARTHA/tezos-embedded-protocol-006-PsCARTHA.9.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-006-PsCARTHA" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-006-PsCARTHA/tezos-embedded-protocol-006-PsCARTHA.9.3/opam b/packages/tezos-embedded-protocol-006-PsCARTHA/tezos-embedded-protocol-006-PsCARTHA.9.3/opam new file mode 100644 index 000000000..ff2e2d205 --- /dev/null +++ b/packages/tezos-embedded-protocol-006-PsCARTHA/tezos-embedded-protocol-006-PsCARTHA.9.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-006-PsCARTHA" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-006-PsCARTHA/tezos-embedded-protocol-006-PsCARTHA.9.4/opam b/packages/tezos-embedded-protocol-006-PsCARTHA/tezos-embedded-protocol-006-PsCARTHA.9.4/opam new file mode 100644 index 000000000..1f0e05672 --- /dev/null +++ b/packages/tezos-embedded-protocol-006-PsCARTHA/tezos-embedded-protocol-006-PsCARTHA.9.4/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-006-PsCARTHA" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-006-PsCARTHA/tezos-embedded-protocol-006-PsCARTHA.9.7/opam b/packages/tezos-embedded-protocol-006-PsCARTHA/tezos-embedded-protocol-006-PsCARTHA.9.7/opam new file mode 100644 index 000000000..dbe1e869f --- /dev/null +++ b/packages/tezos-embedded-protocol-006-PsCARTHA/tezos-embedded-protocol-006-PsCARTHA.9.7/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-006-PsCARTHA" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-007-PsDELPH1/tezos-embedded-protocol-007-PsDELPH1.10.2/opam b/packages/tezos-embedded-protocol-007-PsDELPH1/tezos-embedded-protocol-007-PsDELPH1.10.2/opam new file mode 100644 index 000000000..6ea88067f --- /dev/null +++ b/packages/tezos-embedded-protocol-007-PsDELPH1/tezos-embedded-protocol-007-PsDELPH1.10.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-007-PsDELPH1" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-007-PsDELPH1/tezos-embedded-protocol-007-PsDELPH1.11.0/opam b/packages/tezos-embedded-protocol-007-PsDELPH1/tezos-embedded-protocol-007-PsDELPH1.11.0/opam new file mode 100644 index 000000000..c453169f3 --- /dev/null +++ b/packages/tezos-embedded-protocol-007-PsDELPH1/tezos-embedded-protocol-007-PsDELPH1.11.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-protocol-007-PsDELPH1" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-007-PsDELPH1/tezos-embedded-protocol-007-PsDELPH1.11.1/opam b/packages/tezos-embedded-protocol-007-PsDELPH1/tezos-embedded-protocol-007-PsDELPH1.11.1/opam new file mode 100644 index 000000000..c3dda8b7d --- /dev/null +++ b/packages/tezos-embedded-protocol-007-PsDELPH1/tezos-embedded-protocol-007-PsDELPH1.11.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-007-PsDELPH1" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-007-PsDELPH1/tezos-embedded-protocol-007-PsDELPH1.12.0/opam b/packages/tezos-embedded-protocol-007-PsDELPH1/tezos-embedded-protocol-007-PsDELPH1.12.0/opam new file mode 100644 index 000000000..e08a8d451 --- /dev/null +++ b/packages/tezos-embedded-protocol-007-PsDELPH1/tezos-embedded-protocol-007-PsDELPH1.12.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-007-PsDELPH1" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-007-PsDELPH1/tezos-embedded-protocol-007-PsDELPH1.12.3/opam b/packages/tezos-embedded-protocol-007-PsDELPH1/tezos-embedded-protocol-007-PsDELPH1.12.3/opam new file mode 100644 index 000000000..0accfe0fc --- /dev/null +++ b/packages/tezos-embedded-protocol-007-PsDELPH1/tezos-embedded-protocol-007-PsDELPH1.12.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-007-PsDELPH1" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-007-PsDELPH1/tezos-embedded-protocol-007-PsDELPH1.13.0/opam b/packages/tezos-embedded-protocol-007-PsDELPH1/tezos-embedded-protocol-007-PsDELPH1.13.0/opam new file mode 100644 index 000000000..68ddc54ae --- /dev/null +++ b/packages/tezos-embedded-protocol-007-PsDELPH1/tezos-embedded-protocol-007-PsDELPH1.13.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-007-PsDELPH1" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-007-PsDELPH1/tezos-embedded-protocol-007-PsDELPH1.14.0/opam b/packages/tezos-embedded-protocol-007-PsDELPH1/tezos-embedded-protocol-007-PsDELPH1.14.0/opam new file mode 100644 index 000000000..ba68fd4e0 --- /dev/null +++ b/packages/tezos-embedded-protocol-007-PsDELPH1/tezos-embedded-protocol-007-PsDELPH1.14.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-007-PsDELPH1" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-007-PsDELPH1/tezos-embedded-protocol-007-PsDELPH1.15.0/opam b/packages/tezos-embedded-protocol-007-PsDELPH1/tezos-embedded-protocol-007-PsDELPH1.15.0/opam new file mode 100644 index 000000000..03b515ff8 --- /dev/null +++ b/packages/tezos-embedded-protocol-007-PsDELPH1/tezos-embedded-protocol-007-PsDELPH1.15.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-007-PsDELPH1" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `octez-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-007-PsDELPH1/tezos-embedded-protocol-007-PsDELPH1.15.1/opam b/packages/tezos-embedded-protocol-007-PsDELPH1/tezos-embedded-protocol-007-PsDELPH1.15.1/opam new file mode 100644 index 000000000..56f7f4c09 --- /dev/null +++ b/packages/tezos-embedded-protocol-007-PsDELPH1/tezos-embedded-protocol-007-PsDELPH1.15.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-007-PsDELPH1" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `octez-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-007-PsDELPH1/tezos-embedded-protocol-007-PsDELPH1.17.1/opam b/packages/tezos-embedded-protocol-007-PsDELPH1/tezos-embedded-protocol-007-PsDELPH1.17.1/opam new file mode 100644 index 000000000..fd56618d9 --- /dev/null +++ b/packages/tezos-embedded-protocol-007-PsDELPH1/tezos-embedded-protocol-007-PsDELPH1.17.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-protocol-007-PsDELPH1" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `octez-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-007-PsDELPH1/tezos-embedded-protocol-007-PsDELPH1.17.2/opam b/packages/tezos-embedded-protocol-007-PsDELPH1/tezos-embedded-protocol-007-PsDELPH1.17.2/opam new file mode 100644 index 000000000..d990e8b9f --- /dev/null +++ b/packages/tezos-embedded-protocol-007-PsDELPH1/tezos-embedded-protocol-007-PsDELPH1.17.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-protocol-007-PsDELPH1" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `octez-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-007-PsDELPH1/tezos-embedded-protocol-007-PsDELPH1.7.4/opam b/packages/tezos-embedded-protocol-007-PsDELPH1/tezos-embedded-protocol-007-PsDELPH1.7.4/opam new file mode 100644 index 000000000..1156e9f1e --- /dev/null +++ b/packages/tezos-embedded-protocol-007-PsDELPH1/tezos-embedded-protocol-007-PsDELPH1.7.4/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-007-PsDELPH1" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-007-PsDELPH1/tezos-embedded-protocol-007-PsDELPH1.8.0/opam b/packages/tezos-embedded-protocol-007-PsDELPH1/tezos-embedded-protocol-007-PsDELPH1.8.0/opam new file mode 100644 index 000000000..4dbc9e5c2 --- /dev/null +++ b/packages/tezos-embedded-protocol-007-PsDELPH1/tezos-embedded-protocol-007-PsDELPH1.8.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-007-PsDELPH1" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-007-PsDELPH1/tezos-embedded-protocol-007-PsDELPH1.8.1/opam b/packages/tezos-embedded-protocol-007-PsDELPH1/tezos-embedded-protocol-007-PsDELPH1.8.1/opam new file mode 100644 index 000000000..84e381871 --- /dev/null +++ b/packages/tezos-embedded-protocol-007-PsDELPH1/tezos-embedded-protocol-007-PsDELPH1.8.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-007-PsDELPH1" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-007-PsDELPH1/tezos-embedded-protocol-007-PsDELPH1.8.2/opam b/packages/tezos-embedded-protocol-007-PsDELPH1/tezos-embedded-protocol-007-PsDELPH1.8.2/opam new file mode 100644 index 000000000..d98342e81 --- /dev/null +++ b/packages/tezos-embedded-protocol-007-PsDELPH1/tezos-embedded-protocol-007-PsDELPH1.8.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-007-PsDELPH1" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-007-PsDELPH1/tezos-embedded-protocol-007-PsDELPH1.8.3/opam b/packages/tezos-embedded-protocol-007-PsDELPH1/tezos-embedded-protocol-007-PsDELPH1.8.3/opam new file mode 100644 index 000000000..8ac4bebcb --- /dev/null +++ b/packages/tezos-embedded-protocol-007-PsDELPH1/tezos-embedded-protocol-007-PsDELPH1.8.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-007-PsDELPH1" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-007-PsDELPH1/tezos-embedded-protocol-007-PsDELPH1.9.0/opam b/packages/tezos-embedded-protocol-007-PsDELPH1/tezos-embedded-protocol-007-PsDELPH1.9.0/opam new file mode 100644 index 000000000..591ebc154 --- /dev/null +++ b/packages/tezos-embedded-protocol-007-PsDELPH1/tezos-embedded-protocol-007-PsDELPH1.9.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-007-PsDELPH1" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-007-PsDELPH1/tezos-embedded-protocol-007-PsDELPH1.9.1/opam b/packages/tezos-embedded-protocol-007-PsDELPH1/tezos-embedded-protocol-007-PsDELPH1.9.1/opam new file mode 100644 index 000000000..9aa1974e6 --- /dev/null +++ b/packages/tezos-embedded-protocol-007-PsDELPH1/tezos-embedded-protocol-007-PsDELPH1.9.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-007-PsDELPH1" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-007-PsDELPH1/tezos-embedded-protocol-007-PsDELPH1.9.2/opam b/packages/tezos-embedded-protocol-007-PsDELPH1/tezos-embedded-protocol-007-PsDELPH1.9.2/opam new file mode 100644 index 000000000..b9465ff1b --- /dev/null +++ b/packages/tezos-embedded-protocol-007-PsDELPH1/tezos-embedded-protocol-007-PsDELPH1.9.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-007-PsDELPH1" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-007-PsDELPH1/tezos-embedded-protocol-007-PsDELPH1.9.3/opam b/packages/tezos-embedded-protocol-007-PsDELPH1/tezos-embedded-protocol-007-PsDELPH1.9.3/opam new file mode 100644 index 000000000..d1d287f71 --- /dev/null +++ b/packages/tezos-embedded-protocol-007-PsDELPH1/tezos-embedded-protocol-007-PsDELPH1.9.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-007-PsDELPH1" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-007-PsDELPH1/tezos-embedded-protocol-007-PsDELPH1.9.4/opam b/packages/tezos-embedded-protocol-007-PsDELPH1/tezos-embedded-protocol-007-PsDELPH1.9.4/opam new file mode 100644 index 000000000..5c0a08858 --- /dev/null +++ b/packages/tezos-embedded-protocol-007-PsDELPH1/tezos-embedded-protocol-007-PsDELPH1.9.4/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-007-PsDELPH1" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-007-PsDELPH1/tezos-embedded-protocol-007-PsDELPH1.9.7/opam b/packages/tezos-embedded-protocol-007-PsDELPH1/tezos-embedded-protocol-007-PsDELPH1.9.7/opam new file mode 100644 index 000000000..c3bf36c38 --- /dev/null +++ b/packages/tezos-embedded-protocol-007-PsDELPH1/tezos-embedded-protocol-007-PsDELPH1.9.7/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-007-PsDELPH1" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-008-PtEdo2Zk/tezos-embedded-protocol-008-PtEdo2Zk.10.2/opam b/packages/tezos-embedded-protocol-008-PtEdo2Zk/tezos-embedded-protocol-008-PtEdo2Zk.10.2/opam new file mode 100644 index 000000000..9160dea00 --- /dev/null +++ b/packages/tezos-embedded-protocol-008-PtEdo2Zk/tezos-embedded-protocol-008-PtEdo2Zk.10.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-008-PtEdo2Zk" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-008-PtEdo2Zk/tezos-embedded-protocol-008-PtEdo2Zk.11.0/opam b/packages/tezos-embedded-protocol-008-PtEdo2Zk/tezos-embedded-protocol-008-PtEdo2Zk.11.0/opam new file mode 100644 index 000000000..a8c16be38 --- /dev/null +++ b/packages/tezos-embedded-protocol-008-PtEdo2Zk/tezos-embedded-protocol-008-PtEdo2Zk.11.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-protocol-008-PtEdo2Zk" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-008-PtEdo2Zk/tezos-embedded-protocol-008-PtEdo2Zk.11.1/opam b/packages/tezos-embedded-protocol-008-PtEdo2Zk/tezos-embedded-protocol-008-PtEdo2Zk.11.1/opam new file mode 100644 index 000000000..1f4b77241 --- /dev/null +++ b/packages/tezos-embedded-protocol-008-PtEdo2Zk/tezos-embedded-protocol-008-PtEdo2Zk.11.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-008-PtEdo2Zk" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-008-PtEdo2Zk/tezos-embedded-protocol-008-PtEdo2Zk.12.0/opam b/packages/tezos-embedded-protocol-008-PtEdo2Zk/tezos-embedded-protocol-008-PtEdo2Zk.12.0/opam new file mode 100644 index 000000000..2dd4bbc73 --- /dev/null +++ b/packages/tezos-embedded-protocol-008-PtEdo2Zk/tezos-embedded-protocol-008-PtEdo2Zk.12.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-008-PtEdo2Zk" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-008-PtEdo2Zk/tezos-embedded-protocol-008-PtEdo2Zk.12.3/opam b/packages/tezos-embedded-protocol-008-PtEdo2Zk/tezos-embedded-protocol-008-PtEdo2Zk.12.3/opam new file mode 100644 index 000000000..7566716c6 --- /dev/null +++ b/packages/tezos-embedded-protocol-008-PtEdo2Zk/tezos-embedded-protocol-008-PtEdo2Zk.12.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-008-PtEdo2Zk" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-008-PtEdo2Zk/tezos-embedded-protocol-008-PtEdo2Zk.13.0/opam b/packages/tezos-embedded-protocol-008-PtEdo2Zk/tezos-embedded-protocol-008-PtEdo2Zk.13.0/opam new file mode 100644 index 000000000..895660120 --- /dev/null +++ b/packages/tezos-embedded-protocol-008-PtEdo2Zk/tezos-embedded-protocol-008-PtEdo2Zk.13.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-008-PtEdo2Zk" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-008-PtEdo2Zk/tezos-embedded-protocol-008-PtEdo2Zk.14.0/opam b/packages/tezos-embedded-protocol-008-PtEdo2Zk/tezos-embedded-protocol-008-PtEdo2Zk.14.0/opam new file mode 100644 index 000000000..98f798838 --- /dev/null +++ b/packages/tezos-embedded-protocol-008-PtEdo2Zk/tezos-embedded-protocol-008-PtEdo2Zk.14.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-008-PtEdo2Zk" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-008-PtEdo2Zk/tezos-embedded-protocol-008-PtEdo2Zk.15.0/opam b/packages/tezos-embedded-protocol-008-PtEdo2Zk/tezos-embedded-protocol-008-PtEdo2Zk.15.0/opam new file mode 100644 index 000000000..057f86f2b --- /dev/null +++ b/packages/tezos-embedded-protocol-008-PtEdo2Zk/tezos-embedded-protocol-008-PtEdo2Zk.15.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-008-PtEdo2Zk" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `octez-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-008-PtEdo2Zk/tezos-embedded-protocol-008-PtEdo2Zk.15.1/opam b/packages/tezos-embedded-protocol-008-PtEdo2Zk/tezos-embedded-protocol-008-PtEdo2Zk.15.1/opam new file mode 100644 index 000000000..6c73e44d8 --- /dev/null +++ b/packages/tezos-embedded-protocol-008-PtEdo2Zk/tezos-embedded-protocol-008-PtEdo2Zk.15.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-008-PtEdo2Zk" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `octez-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-008-PtEdo2Zk/tezos-embedded-protocol-008-PtEdo2Zk.17.1/opam b/packages/tezos-embedded-protocol-008-PtEdo2Zk/tezos-embedded-protocol-008-PtEdo2Zk.17.1/opam new file mode 100644 index 000000000..ac394aafc --- /dev/null +++ b/packages/tezos-embedded-protocol-008-PtEdo2Zk/tezos-embedded-protocol-008-PtEdo2Zk.17.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-protocol-008-PtEdo2Zk" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `octez-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-008-PtEdo2Zk/tezos-embedded-protocol-008-PtEdo2Zk.17.2/opam b/packages/tezos-embedded-protocol-008-PtEdo2Zk/tezos-embedded-protocol-008-PtEdo2Zk.17.2/opam new file mode 100644 index 000000000..eb11f8e63 --- /dev/null +++ b/packages/tezos-embedded-protocol-008-PtEdo2Zk/tezos-embedded-protocol-008-PtEdo2Zk.17.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-protocol-008-PtEdo2Zk" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `octez-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-008-PtEdo2Zk/tezos-embedded-protocol-008-PtEdo2Zk.8.2/opam b/packages/tezos-embedded-protocol-008-PtEdo2Zk/tezos-embedded-protocol-008-PtEdo2Zk.8.2/opam new file mode 100644 index 000000000..eb4281a87 --- /dev/null +++ b/packages/tezos-embedded-protocol-008-PtEdo2Zk/tezos-embedded-protocol-008-PtEdo2Zk.8.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-008-PtEdo2Zk" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-008-PtEdo2Zk/tezos-embedded-protocol-008-PtEdo2Zk.8.3/opam b/packages/tezos-embedded-protocol-008-PtEdo2Zk/tezos-embedded-protocol-008-PtEdo2Zk.8.3/opam new file mode 100644 index 000000000..f780a2479 --- /dev/null +++ b/packages/tezos-embedded-protocol-008-PtEdo2Zk/tezos-embedded-protocol-008-PtEdo2Zk.8.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-008-PtEdo2Zk" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-008-PtEdo2Zk/tezos-embedded-protocol-008-PtEdo2Zk.9.0/opam b/packages/tezos-embedded-protocol-008-PtEdo2Zk/tezos-embedded-protocol-008-PtEdo2Zk.9.0/opam new file mode 100644 index 000000000..80749c836 --- /dev/null +++ b/packages/tezos-embedded-protocol-008-PtEdo2Zk/tezos-embedded-protocol-008-PtEdo2Zk.9.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-008-PtEdo2Zk" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-008-PtEdo2Zk/tezos-embedded-protocol-008-PtEdo2Zk.9.1/opam b/packages/tezos-embedded-protocol-008-PtEdo2Zk/tezos-embedded-protocol-008-PtEdo2Zk.9.1/opam new file mode 100644 index 000000000..c0d6a80e1 --- /dev/null +++ b/packages/tezos-embedded-protocol-008-PtEdo2Zk/tezos-embedded-protocol-008-PtEdo2Zk.9.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-008-PtEdo2Zk" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-008-PtEdo2Zk/tezos-embedded-protocol-008-PtEdo2Zk.9.2/opam b/packages/tezos-embedded-protocol-008-PtEdo2Zk/tezos-embedded-protocol-008-PtEdo2Zk.9.2/opam new file mode 100644 index 000000000..ee1bec05a --- /dev/null +++ b/packages/tezos-embedded-protocol-008-PtEdo2Zk/tezos-embedded-protocol-008-PtEdo2Zk.9.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-008-PtEdo2Zk" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-008-PtEdo2Zk/tezos-embedded-protocol-008-PtEdo2Zk.9.3/opam b/packages/tezos-embedded-protocol-008-PtEdo2Zk/tezos-embedded-protocol-008-PtEdo2Zk.9.3/opam new file mode 100644 index 000000000..7b365647a --- /dev/null +++ b/packages/tezos-embedded-protocol-008-PtEdo2Zk/tezos-embedded-protocol-008-PtEdo2Zk.9.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-008-PtEdo2Zk" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-008-PtEdo2Zk/tezos-embedded-protocol-008-PtEdo2Zk.9.4/opam b/packages/tezos-embedded-protocol-008-PtEdo2Zk/tezos-embedded-protocol-008-PtEdo2Zk.9.4/opam new file mode 100644 index 000000000..7aa963239 --- /dev/null +++ b/packages/tezos-embedded-protocol-008-PtEdo2Zk/tezos-embedded-protocol-008-PtEdo2Zk.9.4/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-008-PtEdo2Zk" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-008-PtEdo2Zk/tezos-embedded-protocol-008-PtEdo2Zk.9.7/opam b/packages/tezos-embedded-protocol-008-PtEdo2Zk/tezos-embedded-protocol-008-PtEdo2Zk.9.7/opam new file mode 100644 index 000000000..c7216ae6f --- /dev/null +++ b/packages/tezos-embedded-protocol-008-PtEdo2Zk/tezos-embedded-protocol-008-PtEdo2Zk.9.7/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-008-PtEdo2Zk" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-008-PtEdoTez/tezos-embedded-protocol-008-PtEdoTez.10.2/opam b/packages/tezos-embedded-protocol-008-PtEdoTez/tezos-embedded-protocol-008-PtEdoTez.10.2/opam new file mode 100644 index 000000000..efe84e6e9 --- /dev/null +++ b/packages/tezos-embedded-protocol-008-PtEdoTez/tezos-embedded-protocol-008-PtEdoTez.10.2/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-008-PtEdoTez" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdoTez/lib_protocol/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-008-PtEdoTez/tezos-embedded-protocol-008-PtEdoTez.11.0/opam b/packages/tezos-embedded-protocol-008-PtEdoTez/tezos-embedded-protocol-008-PtEdoTez.11.0/opam new file mode 100644 index 000000000..4fc38f5dd --- /dev/null +++ b/packages/tezos-embedded-protocol-008-PtEdoTez/tezos-embedded-protocol-008-PtEdoTez.11.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-protocol-008-PtEdoTez" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdoTez/lib_protocol/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-008-PtEdoTez/tezos-embedded-protocol-008-PtEdoTez.11.1/opam b/packages/tezos-embedded-protocol-008-PtEdoTez/tezos-embedded-protocol-008-PtEdoTez.11.1/opam new file mode 100644 index 000000000..2130f4d39 --- /dev/null +++ b/packages/tezos-embedded-protocol-008-PtEdoTez/tezos-embedded-protocol-008-PtEdoTez.11.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-008-PtEdoTez" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdoTez/lib_protocol/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-008-PtEdoTez/tezos-embedded-protocol-008-PtEdoTez.14.0/opam b/packages/tezos-embedded-protocol-008-PtEdoTez/tezos-embedded-protocol-008-PtEdoTez.14.0/opam new file mode 100644 index 000000000..c74a5e942 --- /dev/null +++ b/packages/tezos-embedded-protocol-008-PtEdoTez/tezos-embedded-protocol-008-PtEdoTez.14.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-008-PtEdoTez" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-008-PtEdoTez/tezos-embedded-protocol-008-PtEdoTez.15.0/opam b/packages/tezos-embedded-protocol-008-PtEdoTez/tezos-embedded-protocol-008-PtEdoTez.15.0/opam new file mode 100644 index 000000000..b621f4521 --- /dev/null +++ b/packages/tezos-embedded-protocol-008-PtEdoTez/tezos-embedded-protocol-008-PtEdoTez.15.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-008-PtEdoTez" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `octez-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-008-PtEdoTez/tezos-embedded-protocol-008-PtEdoTez.15.1/opam b/packages/tezos-embedded-protocol-008-PtEdoTez/tezos-embedded-protocol-008-PtEdoTez.15.1/opam new file mode 100644 index 000000000..d5c8bd373 --- /dev/null +++ b/packages/tezos-embedded-protocol-008-PtEdoTez/tezos-embedded-protocol-008-PtEdoTez.15.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-008-PtEdoTez" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `octez-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-008-PtEdoTez/tezos-embedded-protocol-008-PtEdoTez.17.1/opam b/packages/tezos-embedded-protocol-008-PtEdoTez/tezos-embedded-protocol-008-PtEdoTez.17.1/opam new file mode 100644 index 000000000..a777fd86d --- /dev/null +++ b/packages/tezos-embedded-protocol-008-PtEdoTez/tezos-embedded-protocol-008-PtEdoTez.17.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-protocol-008-PtEdoTez" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `octez-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-008-PtEdoTez/tezos-embedded-protocol-008-PtEdoTez.17.2/opam b/packages/tezos-embedded-protocol-008-PtEdoTez/tezos-embedded-protocol-008-PtEdoTez.17.2/opam new file mode 100644 index 000000000..b5b8d9018 --- /dev/null +++ b/packages/tezos-embedded-protocol-008-PtEdoTez/tezos-embedded-protocol-008-PtEdoTez.17.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-protocol-008-PtEdoTez" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `octez-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-008-PtEdoTez/tezos-embedded-protocol-008-PtEdoTez.8.0/opam b/packages/tezos-embedded-protocol-008-PtEdoTez/tezos-embedded-protocol-008-PtEdoTez.8.0/opam new file mode 100644 index 000000000..437fea7cc --- /dev/null +++ b/packages/tezos-embedded-protocol-008-PtEdoTez/tezos-embedded-protocol-008-PtEdoTez.8.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-008-PtEdoTez" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdoTez/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-008-PtEdoTez/tezos-embedded-protocol-008-PtEdoTez.8.1/opam b/packages/tezos-embedded-protocol-008-PtEdoTez/tezos-embedded-protocol-008-PtEdoTez.8.1/opam new file mode 100644 index 000000000..105476831 --- /dev/null +++ b/packages/tezos-embedded-protocol-008-PtEdoTez/tezos-embedded-protocol-008-PtEdoTez.8.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-008-PtEdoTez" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdoTez/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-008-PtEdoTez/tezos-embedded-protocol-008-PtEdoTez.8.2/opam b/packages/tezos-embedded-protocol-008-PtEdoTez/tezos-embedded-protocol-008-PtEdoTez.8.2/opam new file mode 100644 index 000000000..025f93266 --- /dev/null +++ b/packages/tezos-embedded-protocol-008-PtEdoTez/tezos-embedded-protocol-008-PtEdoTez.8.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-008-PtEdoTez" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdoTez/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-008-PtEdoTez/tezos-embedded-protocol-008-PtEdoTez.8.3/opam b/packages/tezos-embedded-protocol-008-PtEdoTez/tezos-embedded-protocol-008-PtEdoTez.8.3/opam new file mode 100644 index 000000000..6ebf25215 --- /dev/null +++ b/packages/tezos-embedded-protocol-008-PtEdoTez/tezos-embedded-protocol-008-PtEdoTez.8.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-008-PtEdoTez" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdoTez/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-008-PtEdoTez/tezos-embedded-protocol-008-PtEdoTez.9.0/opam b/packages/tezos-embedded-protocol-008-PtEdoTez/tezos-embedded-protocol-008-PtEdoTez.9.0/opam new file mode 100644 index 000000000..8a6fde2bc --- /dev/null +++ b/packages/tezos-embedded-protocol-008-PtEdoTez/tezos-embedded-protocol-008-PtEdoTez.9.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-008-PtEdoTez" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdoTez/lib_protocol/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-008-PtEdoTez/tezos-embedded-protocol-008-PtEdoTez.9.1/opam b/packages/tezos-embedded-protocol-008-PtEdoTez/tezos-embedded-protocol-008-PtEdoTez.9.1/opam new file mode 100644 index 000000000..e570e4ea5 --- /dev/null +++ b/packages/tezos-embedded-protocol-008-PtEdoTez/tezos-embedded-protocol-008-PtEdoTez.9.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-008-PtEdoTez" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdoTez/lib_protocol/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-008-PtEdoTez/tezos-embedded-protocol-008-PtEdoTez.9.2/opam b/packages/tezos-embedded-protocol-008-PtEdoTez/tezos-embedded-protocol-008-PtEdoTez.9.2/opam new file mode 100644 index 000000000..ea5ecd0d1 --- /dev/null +++ b/packages/tezos-embedded-protocol-008-PtEdoTez/tezos-embedded-protocol-008-PtEdoTez.9.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-008-PtEdoTez" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdoTez/lib_protocol/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-008-PtEdoTez/tezos-embedded-protocol-008-PtEdoTez.9.3/opam b/packages/tezos-embedded-protocol-008-PtEdoTez/tezos-embedded-protocol-008-PtEdoTez.9.3/opam new file mode 100644 index 000000000..5ab149724 --- /dev/null +++ b/packages/tezos-embedded-protocol-008-PtEdoTez/tezos-embedded-protocol-008-PtEdoTez.9.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-008-PtEdoTez" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdoTez/lib_protocol/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-008-PtEdoTez/tezos-embedded-protocol-008-PtEdoTez.9.4/opam b/packages/tezos-embedded-protocol-008-PtEdoTez/tezos-embedded-protocol-008-PtEdoTez.9.4/opam new file mode 100644 index 000000000..b5b52c62f --- /dev/null +++ b/packages/tezos-embedded-protocol-008-PtEdoTez/tezos-embedded-protocol-008-PtEdoTez.9.4/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-008-PtEdoTez" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdoTez/lib_protocol/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-008-PtEdoTez/tezos-embedded-protocol-008-PtEdoTez.9.7/opam b/packages/tezos-embedded-protocol-008-PtEdoTez/tezos-embedded-protocol-008-PtEdoTez.9.7/opam new file mode 100644 index 000000000..04f9f0b82 --- /dev/null +++ b/packages/tezos-embedded-protocol-008-PtEdoTez/tezos-embedded-protocol-008-PtEdoTez.9.7/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-008-PtEdoTez" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdoTez/lib_protocol/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-009-PsFLoren/tezos-embedded-protocol-009-PsFLoren.10.2/opam b/packages/tezos-embedded-protocol-009-PsFLoren/tezos-embedded-protocol-009-PsFLoren.10.2/opam new file mode 100644 index 000000000..eb87f21d9 --- /dev/null +++ b/packages/tezos-embedded-protocol-009-PsFLoren/tezos-embedded-protocol-009-PsFLoren.10.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-009-PsFLoren" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-009-PsFLoren/tezos-embedded-protocol-009-PsFLoren.11.0/opam b/packages/tezos-embedded-protocol-009-PsFLoren/tezos-embedded-protocol-009-PsFLoren.11.0/opam new file mode 100644 index 000000000..912e95143 --- /dev/null +++ b/packages/tezos-embedded-protocol-009-PsFLoren/tezos-embedded-protocol-009-PsFLoren.11.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-protocol-009-PsFLoren" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-009-PsFLoren/tezos-embedded-protocol-009-PsFLoren.11.1/opam b/packages/tezos-embedded-protocol-009-PsFLoren/tezos-embedded-protocol-009-PsFLoren.11.1/opam new file mode 100644 index 000000000..8371c6979 --- /dev/null +++ b/packages/tezos-embedded-protocol-009-PsFLoren/tezos-embedded-protocol-009-PsFLoren.11.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-009-PsFLoren" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-009-PsFLoren/tezos-embedded-protocol-009-PsFLoren.12.0/opam b/packages/tezos-embedded-protocol-009-PsFLoren/tezos-embedded-protocol-009-PsFLoren.12.0/opam new file mode 100644 index 000000000..97bb8f8dc --- /dev/null +++ b/packages/tezos-embedded-protocol-009-PsFLoren/tezos-embedded-protocol-009-PsFLoren.12.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-009-PsFLoren" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-009-PsFLoren/tezos-embedded-protocol-009-PsFLoren.12.3/opam b/packages/tezos-embedded-protocol-009-PsFLoren/tezos-embedded-protocol-009-PsFLoren.12.3/opam new file mode 100644 index 000000000..8d9aeaa0a --- /dev/null +++ b/packages/tezos-embedded-protocol-009-PsFLoren/tezos-embedded-protocol-009-PsFLoren.12.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-009-PsFLoren" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-009-PsFLoren/tezos-embedded-protocol-009-PsFLoren.13.0/opam b/packages/tezos-embedded-protocol-009-PsFLoren/tezos-embedded-protocol-009-PsFLoren.13.0/opam new file mode 100644 index 000000000..4b8d2b2e2 --- /dev/null +++ b/packages/tezos-embedded-protocol-009-PsFLoren/tezos-embedded-protocol-009-PsFLoren.13.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-009-PsFLoren" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-009-PsFLoren/tezos-embedded-protocol-009-PsFLoren.14.0/opam b/packages/tezos-embedded-protocol-009-PsFLoren/tezos-embedded-protocol-009-PsFLoren.14.0/opam new file mode 100644 index 000000000..0acf2ed0a --- /dev/null +++ b/packages/tezos-embedded-protocol-009-PsFLoren/tezos-embedded-protocol-009-PsFLoren.14.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-009-PsFLoren" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-009-PsFLoren/tezos-embedded-protocol-009-PsFLoren.15.0/opam b/packages/tezos-embedded-protocol-009-PsFLoren/tezos-embedded-protocol-009-PsFLoren.15.0/opam new file mode 100644 index 000000000..68d1e03b0 --- /dev/null +++ b/packages/tezos-embedded-protocol-009-PsFLoren/tezos-embedded-protocol-009-PsFLoren.15.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-009-PsFLoren" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `octez-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-009-PsFLoren/tezos-embedded-protocol-009-PsFLoren.15.1/opam b/packages/tezos-embedded-protocol-009-PsFLoren/tezos-embedded-protocol-009-PsFLoren.15.1/opam new file mode 100644 index 000000000..655fb5c2e --- /dev/null +++ b/packages/tezos-embedded-protocol-009-PsFLoren/tezos-embedded-protocol-009-PsFLoren.15.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-009-PsFLoren" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `octez-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-009-PsFLoren/tezos-embedded-protocol-009-PsFLoren.17.1/opam b/packages/tezos-embedded-protocol-009-PsFLoren/tezos-embedded-protocol-009-PsFLoren.17.1/opam new file mode 100644 index 000000000..8a9e8a8d0 --- /dev/null +++ b/packages/tezos-embedded-protocol-009-PsFLoren/tezos-embedded-protocol-009-PsFLoren.17.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-protocol-009-PsFLoren" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `octez-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-009-PsFLoren/tezos-embedded-protocol-009-PsFLoren.17.2/opam b/packages/tezos-embedded-protocol-009-PsFLoren/tezos-embedded-protocol-009-PsFLoren.17.2/opam new file mode 100644 index 000000000..63fd3add4 --- /dev/null +++ b/packages/tezos-embedded-protocol-009-PsFLoren/tezos-embedded-protocol-009-PsFLoren.17.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-protocol-009-PsFLoren" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `octez-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-009-PsFLoren/tezos-embedded-protocol-009-PsFLoren.9.0/opam b/packages/tezos-embedded-protocol-009-PsFLoren/tezos-embedded-protocol-009-PsFLoren.9.0/opam new file mode 100644 index 000000000..9bca80efe --- /dev/null +++ b/packages/tezos-embedded-protocol-009-PsFLoren/tezos-embedded-protocol-009-PsFLoren.9.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-009-PsFLoren" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-009-PsFLoren/tezos-embedded-protocol-009-PsFLoren.9.1/opam b/packages/tezos-embedded-protocol-009-PsFLoren/tezos-embedded-protocol-009-PsFLoren.9.1/opam new file mode 100644 index 000000000..c34f51bb4 --- /dev/null +++ b/packages/tezos-embedded-protocol-009-PsFLoren/tezos-embedded-protocol-009-PsFLoren.9.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-009-PsFLoren" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-009-PsFLoren/tezos-embedded-protocol-009-PsFLoren.9.2/opam b/packages/tezos-embedded-protocol-009-PsFLoren/tezos-embedded-protocol-009-PsFLoren.9.2/opam new file mode 100644 index 000000000..7d810396d --- /dev/null +++ b/packages/tezos-embedded-protocol-009-PsFLoren/tezos-embedded-protocol-009-PsFLoren.9.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-009-PsFLoren" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-009-PsFLoren/tezos-embedded-protocol-009-PsFLoren.9.3/opam b/packages/tezos-embedded-protocol-009-PsFLoren/tezos-embedded-protocol-009-PsFLoren.9.3/opam new file mode 100644 index 000000000..d24843ec1 --- /dev/null +++ b/packages/tezos-embedded-protocol-009-PsFLoren/tezos-embedded-protocol-009-PsFLoren.9.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-009-PsFLoren" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-009-PsFLoren/tezos-embedded-protocol-009-PsFLoren.9.4/opam b/packages/tezos-embedded-protocol-009-PsFLoren/tezos-embedded-protocol-009-PsFLoren.9.4/opam new file mode 100644 index 000000000..b8822efa5 --- /dev/null +++ b/packages/tezos-embedded-protocol-009-PsFLoren/tezos-embedded-protocol-009-PsFLoren.9.4/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-009-PsFLoren" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-009-PsFLoren/tezos-embedded-protocol-009-PsFLoren.9.7/opam b/packages/tezos-embedded-protocol-009-PsFLoren/tezos-embedded-protocol-009-PsFLoren.9.7/opam new file mode 100644 index 000000000..e272a47b8 --- /dev/null +++ b/packages/tezos-embedded-protocol-009-PsFLoren/tezos-embedded-protocol-009-PsFLoren.9.7/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-009-PsFLoren" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-010-PtGRANAD/tezos-embedded-protocol-010-PtGRANAD.10.2/opam b/packages/tezos-embedded-protocol-010-PtGRANAD/tezos-embedded-protocol-010-PtGRANAD.10.2/opam new file mode 100644 index 000000000..8bd26e84d --- /dev/null +++ b/packages/tezos-embedded-protocol-010-PtGRANAD/tezos-embedded-protocol-010-PtGRANAD.10.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-010-PtGRANAD" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-010-PtGRANAD/tezos-embedded-protocol-010-PtGRANAD.11.0/opam b/packages/tezos-embedded-protocol-010-PtGRANAD/tezos-embedded-protocol-010-PtGRANAD.11.0/opam new file mode 100644 index 000000000..01f7eb026 --- /dev/null +++ b/packages/tezos-embedded-protocol-010-PtGRANAD/tezos-embedded-protocol-010-PtGRANAD.11.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-protocol-010-PtGRANAD" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-010-PtGRANAD/tezos-embedded-protocol-010-PtGRANAD.11.1/opam b/packages/tezos-embedded-protocol-010-PtGRANAD/tezos-embedded-protocol-010-PtGRANAD.11.1/opam new file mode 100644 index 000000000..bd5aba8c9 --- /dev/null +++ b/packages/tezos-embedded-protocol-010-PtGRANAD/tezos-embedded-protocol-010-PtGRANAD.11.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-010-PtGRANAD" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-010-PtGRANAD/tezos-embedded-protocol-010-PtGRANAD.12.0/opam b/packages/tezos-embedded-protocol-010-PtGRANAD/tezos-embedded-protocol-010-PtGRANAD.12.0/opam new file mode 100644 index 000000000..00fd74e04 --- /dev/null +++ b/packages/tezos-embedded-protocol-010-PtGRANAD/tezos-embedded-protocol-010-PtGRANAD.12.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-010-PtGRANAD" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-010-PtGRANAD/tezos-embedded-protocol-010-PtGRANAD.12.3/opam b/packages/tezos-embedded-protocol-010-PtGRANAD/tezos-embedded-protocol-010-PtGRANAD.12.3/opam new file mode 100644 index 000000000..1d8cb4946 --- /dev/null +++ b/packages/tezos-embedded-protocol-010-PtGRANAD/tezos-embedded-protocol-010-PtGRANAD.12.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-010-PtGRANAD" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-010-PtGRANAD/tezos-embedded-protocol-010-PtGRANAD.13.0/opam b/packages/tezos-embedded-protocol-010-PtGRANAD/tezos-embedded-protocol-010-PtGRANAD.13.0/opam new file mode 100644 index 000000000..4a70fb77a --- /dev/null +++ b/packages/tezos-embedded-protocol-010-PtGRANAD/tezos-embedded-protocol-010-PtGRANAD.13.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-010-PtGRANAD" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-010-PtGRANAD/tezos-embedded-protocol-010-PtGRANAD.14.0/opam b/packages/tezos-embedded-protocol-010-PtGRANAD/tezos-embedded-protocol-010-PtGRANAD.14.0/opam new file mode 100644 index 000000000..05f742de5 --- /dev/null +++ b/packages/tezos-embedded-protocol-010-PtGRANAD/tezos-embedded-protocol-010-PtGRANAD.14.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-010-PtGRANAD" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-010-PtGRANAD/tezos-embedded-protocol-010-PtGRANAD.15.0/opam b/packages/tezos-embedded-protocol-010-PtGRANAD/tezos-embedded-protocol-010-PtGRANAD.15.0/opam new file mode 100644 index 000000000..2c35b5668 --- /dev/null +++ b/packages/tezos-embedded-protocol-010-PtGRANAD/tezos-embedded-protocol-010-PtGRANAD.15.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-010-PtGRANAD" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `octez-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-010-PtGRANAD/tezos-embedded-protocol-010-PtGRANAD.15.1/opam b/packages/tezos-embedded-protocol-010-PtGRANAD/tezos-embedded-protocol-010-PtGRANAD.15.1/opam new file mode 100644 index 000000000..61814daae --- /dev/null +++ b/packages/tezos-embedded-protocol-010-PtGRANAD/tezos-embedded-protocol-010-PtGRANAD.15.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-010-PtGRANAD" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `octez-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-010-PtGRANAD/tezos-embedded-protocol-010-PtGRANAD.17.1/opam b/packages/tezos-embedded-protocol-010-PtGRANAD/tezos-embedded-protocol-010-PtGRANAD.17.1/opam new file mode 100644 index 000000000..0e0421a0f --- /dev/null +++ b/packages/tezos-embedded-protocol-010-PtGRANAD/tezos-embedded-protocol-010-PtGRANAD.17.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-protocol-010-PtGRANAD" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `octez-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-010-PtGRANAD/tezos-embedded-protocol-010-PtGRANAD.17.2/opam b/packages/tezos-embedded-protocol-010-PtGRANAD/tezos-embedded-protocol-010-PtGRANAD.17.2/opam new file mode 100644 index 000000000..347a9980d --- /dev/null +++ b/packages/tezos-embedded-protocol-010-PtGRANAD/tezos-embedded-protocol-010-PtGRANAD.17.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-protocol-010-PtGRANAD" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `octez-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-010-PtGRANAD/tezos-embedded-protocol-010-PtGRANAD.9.2/opam b/packages/tezos-embedded-protocol-010-PtGRANAD/tezos-embedded-protocol-010-PtGRANAD.9.2/opam new file mode 100644 index 000000000..374f05078 --- /dev/null +++ b/packages/tezos-embedded-protocol-010-PtGRANAD/tezos-embedded-protocol-010-PtGRANAD.9.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-010-PtGRANAD" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-010-PtGRANAD/tezos-embedded-protocol-010-PtGRANAD.9.3/opam b/packages/tezos-embedded-protocol-010-PtGRANAD/tezos-embedded-protocol-010-PtGRANAD.9.3/opam new file mode 100644 index 000000000..a0f3ddea2 --- /dev/null +++ b/packages/tezos-embedded-protocol-010-PtGRANAD/tezos-embedded-protocol-010-PtGRANAD.9.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-010-PtGRANAD" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-010-PtGRANAD/tezos-embedded-protocol-010-PtGRANAD.9.4/opam b/packages/tezos-embedded-protocol-010-PtGRANAD/tezos-embedded-protocol-010-PtGRANAD.9.4/opam new file mode 100644 index 000000000..32fc53b06 --- /dev/null +++ b/packages/tezos-embedded-protocol-010-PtGRANAD/tezos-embedded-protocol-010-PtGRANAD.9.4/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-010-PtGRANAD" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-010-PtGRANAD/tezos-embedded-protocol-010-PtGRANAD.9.7/opam b/packages/tezos-embedded-protocol-010-PtGRANAD/tezos-embedded-protocol-010-PtGRANAD.9.7/opam new file mode 100644 index 000000000..1fae05fe2 --- /dev/null +++ b/packages/tezos-embedded-protocol-010-PtGRANAD/tezos-embedded-protocol-010-PtGRANAD.9.7/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-010-PtGRANAD" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-011-PtHangz2/tezos-embedded-protocol-011-PtHangz2.11.0/opam b/packages/tezos-embedded-protocol-011-PtHangz2/tezos-embedded-protocol-011-PtHangz2.11.0/opam new file mode 100644 index 000000000..88e6586d3 --- /dev/null +++ b/packages/tezos-embedded-protocol-011-PtHangz2/tezos-embedded-protocol-011-PtHangz2.11.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-protocol-011-PtHangz2" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_011_PtHangz2/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-011-PtHangz2/tezos-embedded-protocol-011-PtHangz2.11.1/opam b/packages/tezos-embedded-protocol-011-PtHangz2/tezos-embedded-protocol-011-PtHangz2.11.1/opam new file mode 100644 index 000000000..eb9fbabcb --- /dev/null +++ b/packages/tezos-embedded-protocol-011-PtHangz2/tezos-embedded-protocol-011-PtHangz2.11.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-011-PtHangz2" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_011_PtHangz2/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-011-PtHangz2/tezos-embedded-protocol-011-PtHangz2.12.0/opam b/packages/tezos-embedded-protocol-011-PtHangz2/tezos-embedded-protocol-011-PtHangz2.12.0/opam new file mode 100644 index 000000000..3963ba3c3 --- /dev/null +++ b/packages/tezos-embedded-protocol-011-PtHangz2/tezos-embedded-protocol-011-PtHangz2.12.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-011-PtHangz2" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_011_PtHangz2/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-011-PtHangz2/tezos-embedded-protocol-011-PtHangz2.12.3/opam b/packages/tezos-embedded-protocol-011-PtHangz2/tezos-embedded-protocol-011-PtHangz2.12.3/opam new file mode 100644 index 000000000..5674a16bd --- /dev/null +++ b/packages/tezos-embedded-protocol-011-PtHangz2/tezos-embedded-protocol-011-PtHangz2.12.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-011-PtHangz2" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_011_PtHangz2/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-011-PtHangz2/tezos-embedded-protocol-011-PtHangz2.13.0/opam b/packages/tezos-embedded-protocol-011-PtHangz2/tezos-embedded-protocol-011-PtHangz2.13.0/opam new file mode 100644 index 000000000..59de9db3a --- /dev/null +++ b/packages/tezos-embedded-protocol-011-PtHangz2/tezos-embedded-protocol-011-PtHangz2.13.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-011-PtHangz2" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_011_PtHangz2/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-011-PtHangz2/tezos-embedded-protocol-011-PtHangz2.14.0/opam b/packages/tezos-embedded-protocol-011-PtHangz2/tezos-embedded-protocol-011-PtHangz2.14.0/opam new file mode 100644 index 000000000..0ae7e7222 --- /dev/null +++ b/packages/tezos-embedded-protocol-011-PtHangz2/tezos-embedded-protocol-011-PtHangz2.14.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-011-PtHangz2" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-011-PtHangz2/tezos-embedded-protocol-011-PtHangz2.15.0/opam b/packages/tezos-embedded-protocol-011-PtHangz2/tezos-embedded-protocol-011-PtHangz2.15.0/opam new file mode 100644 index 000000000..65128453e --- /dev/null +++ b/packages/tezos-embedded-protocol-011-PtHangz2/tezos-embedded-protocol-011-PtHangz2.15.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-011-PtHangz2" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `octez-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-011-PtHangz2/tezos-embedded-protocol-011-PtHangz2.15.1/opam b/packages/tezos-embedded-protocol-011-PtHangz2/tezos-embedded-protocol-011-PtHangz2.15.1/opam new file mode 100644 index 000000000..7af1038c6 --- /dev/null +++ b/packages/tezos-embedded-protocol-011-PtHangz2/tezos-embedded-protocol-011-PtHangz2.15.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-011-PtHangz2" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `octez-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-011-PtHangz2/tezos-embedded-protocol-011-PtHangz2.17.1/opam b/packages/tezos-embedded-protocol-011-PtHangz2/tezos-embedded-protocol-011-PtHangz2.17.1/opam new file mode 100644 index 000000000..d110b2065 --- /dev/null +++ b/packages/tezos-embedded-protocol-011-PtHangz2/tezos-embedded-protocol-011-PtHangz2.17.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-protocol-011-PtHangz2" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `octez-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-011-PtHangz2/tezos-embedded-protocol-011-PtHangz2.17.2/opam b/packages/tezos-embedded-protocol-011-PtHangz2/tezos-embedded-protocol-011-PtHangz2.17.2/opam new file mode 100644 index 000000000..437cff783 --- /dev/null +++ b/packages/tezos-embedded-protocol-011-PtHangz2/tezos-embedded-protocol-011-PtHangz2.17.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-protocol-011-PtHangz2" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `octez-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-012-Psithaca/tezos-embedded-protocol-012-Psithaca.12.0/opam b/packages/tezos-embedded-protocol-012-Psithaca/tezos-embedded-protocol-012-Psithaca.12.0/opam new file mode 100644 index 000000000..6406d9127 --- /dev/null +++ b/packages/tezos-embedded-protocol-012-Psithaca/tezos-embedded-protocol-012-Psithaca.12.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-012-Psithaca" { = version } + "tezos-protocol-compiler" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_012_Psithaca/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-012-Psithaca/tezos-embedded-protocol-012-Psithaca.12.3/opam b/packages/tezos-embedded-protocol-012-Psithaca/tezos-embedded-protocol-012-Psithaca.12.3/opam new file mode 100644 index 000000000..d853c6857 --- /dev/null +++ b/packages/tezos-embedded-protocol-012-Psithaca/tezos-embedded-protocol-012-Psithaca.12.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-012-Psithaca" { = version } + "tezos-protocol-compiler" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_012_Psithaca/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-012-Psithaca/tezos-embedded-protocol-012-Psithaca.13.0/opam b/packages/tezos-embedded-protocol-012-Psithaca/tezos-embedded-protocol-012-Psithaca.13.0/opam new file mode 100644 index 000000000..e7edaa97a --- /dev/null +++ b/packages/tezos-embedded-protocol-012-Psithaca/tezos-embedded-protocol-012-Psithaca.13.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-012-Psithaca" { = version } + "tezos-protocol-compiler" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_012_Psithaca/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-012-Psithaca/tezos-embedded-protocol-012-Psithaca.14.0/opam b/packages/tezos-embedded-protocol-012-Psithaca/tezos-embedded-protocol-012-Psithaca.14.0/opam new file mode 100644 index 000000000..a5fe29fc4 --- /dev/null +++ b/packages/tezos-embedded-protocol-012-Psithaca/tezos-embedded-protocol-012-Psithaca.14.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-012-Psithaca" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-012-Psithaca/tezos-embedded-protocol-012-Psithaca.15.0/opam b/packages/tezos-embedded-protocol-012-Psithaca/tezos-embedded-protocol-012-Psithaca.15.0/opam new file mode 100644 index 000000000..32011e0a9 --- /dev/null +++ b/packages/tezos-embedded-protocol-012-Psithaca/tezos-embedded-protocol-012-Psithaca.15.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-012-Psithaca" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `octez-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-012-Psithaca/tezos-embedded-protocol-012-Psithaca.15.1/opam b/packages/tezos-embedded-protocol-012-Psithaca/tezos-embedded-protocol-012-Psithaca.15.1/opam new file mode 100644 index 000000000..41f056f94 --- /dev/null +++ b/packages/tezos-embedded-protocol-012-Psithaca/tezos-embedded-protocol-012-Psithaca.15.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-012-Psithaca" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `octez-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-012-Psithaca/tezos-embedded-protocol-012-Psithaca.17.1/opam b/packages/tezos-embedded-protocol-012-Psithaca/tezos-embedded-protocol-012-Psithaca.17.1/opam new file mode 100644 index 000000000..0f500e8ab --- /dev/null +++ b/packages/tezos-embedded-protocol-012-Psithaca/tezos-embedded-protocol-012-Psithaca.17.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-protocol-012-Psithaca" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `octez-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-012-Psithaca/tezos-embedded-protocol-012-Psithaca.17.2/opam b/packages/tezos-embedded-protocol-012-Psithaca/tezos-embedded-protocol-012-Psithaca.17.2/opam new file mode 100644 index 000000000..7318118b4 --- /dev/null +++ b/packages/tezos-embedded-protocol-012-Psithaca/tezos-embedded-protocol-012-Psithaca.17.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-protocol-012-Psithaca" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `octez-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-013-PtJakart/tezos-embedded-protocol-013-PtJakart.13.0/opam b/packages/tezos-embedded-protocol-013-PtJakart/tezos-embedded-protocol-013-PtJakart.13.0/opam new file mode 100644 index 000000000..f74c26a45 --- /dev/null +++ b/packages/tezos-embedded-protocol-013-PtJakart/tezos-embedded-protocol-013-PtJakart.13.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-013-PtJakart" { = version } + "tezos-protocol-compiler" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_013_PtJakart/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-013-PtJakart/tezos-embedded-protocol-013-PtJakart.14.0/opam b/packages/tezos-embedded-protocol-013-PtJakart/tezos-embedded-protocol-013-PtJakart.14.0/opam new file mode 100644 index 000000000..fd7bc4483 --- /dev/null +++ b/packages/tezos-embedded-protocol-013-PtJakart/tezos-embedded-protocol-013-PtJakart.14.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-013-PtJakart" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-013-PtJakart/tezos-embedded-protocol-013-PtJakart.15.0/opam b/packages/tezos-embedded-protocol-013-PtJakart/tezos-embedded-protocol-013-PtJakart.15.0/opam new file mode 100644 index 000000000..8ac1ba6a2 --- /dev/null +++ b/packages/tezos-embedded-protocol-013-PtJakart/tezos-embedded-protocol-013-PtJakart.15.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-013-PtJakart" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `octez-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-013-PtJakart/tezos-embedded-protocol-013-PtJakart.15.1/opam b/packages/tezos-embedded-protocol-013-PtJakart/tezos-embedded-protocol-013-PtJakart.15.1/opam new file mode 100644 index 000000000..d6c76cee9 --- /dev/null +++ b/packages/tezos-embedded-protocol-013-PtJakart/tezos-embedded-protocol-013-PtJakart.15.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-013-PtJakart" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `octez-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-013-PtJakart/tezos-embedded-protocol-013-PtJakart.17.1/opam b/packages/tezos-embedded-protocol-013-PtJakart/tezos-embedded-protocol-013-PtJakart.17.1/opam new file mode 100644 index 000000000..b592ed35e --- /dev/null +++ b/packages/tezos-embedded-protocol-013-PtJakart/tezos-embedded-protocol-013-PtJakart.17.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-protocol-013-PtJakart" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `octez-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-013-PtJakart/tezos-embedded-protocol-013-PtJakart.17.2/opam b/packages/tezos-embedded-protocol-013-PtJakart/tezos-embedded-protocol-013-PtJakart.17.2/opam new file mode 100644 index 000000000..c9b33f436 --- /dev/null +++ b/packages/tezos-embedded-protocol-013-PtJakart/tezos-embedded-protocol-013-PtJakart.17.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-protocol-013-PtJakart" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `octez-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-014-PtKathma/tezos-embedded-protocol-014-PtKathma.14.0/opam b/packages/tezos-embedded-protocol-014-PtKathma/tezos-embedded-protocol-014-PtKathma.14.0/opam new file mode 100644 index 000000000..f2e247e73 --- /dev/null +++ b/packages/tezos-embedded-protocol-014-PtKathma/tezos-embedded-protocol-014-PtKathma.14.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-014-PtKathma" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-014-PtKathma/tezos-embedded-protocol-014-PtKathma.15.0/opam b/packages/tezos-embedded-protocol-014-PtKathma/tezos-embedded-protocol-014-PtKathma.15.0/opam new file mode 100644 index 000000000..35d54ccae --- /dev/null +++ b/packages/tezos-embedded-protocol-014-PtKathma/tezos-embedded-protocol-014-PtKathma.15.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-014-PtKathma" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `octez-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-014-PtKathma/tezos-embedded-protocol-014-PtKathma.15.1/opam b/packages/tezos-embedded-protocol-014-PtKathma/tezos-embedded-protocol-014-PtKathma.15.1/opam new file mode 100644 index 000000000..81abe2a99 --- /dev/null +++ b/packages/tezos-embedded-protocol-014-PtKathma/tezos-embedded-protocol-014-PtKathma.15.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-014-PtKathma" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `octez-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-014-PtKathma/tezos-embedded-protocol-014-PtKathma.17.1/opam b/packages/tezos-embedded-protocol-014-PtKathma/tezos-embedded-protocol-014-PtKathma.17.1/opam new file mode 100644 index 000000000..e02138a93 --- /dev/null +++ b/packages/tezos-embedded-protocol-014-PtKathma/tezos-embedded-protocol-014-PtKathma.17.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-protocol-014-PtKathma" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `octez-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-014-PtKathma/tezos-embedded-protocol-014-PtKathma.17.2/opam b/packages/tezos-embedded-protocol-014-PtKathma/tezos-embedded-protocol-014-PtKathma.17.2/opam new file mode 100644 index 000000000..5ccc2039d --- /dev/null +++ b/packages/tezos-embedded-protocol-014-PtKathma/tezos-embedded-protocol-014-PtKathma.17.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-protocol-014-PtKathma" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `octez-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-015-PtLimaPt/tezos-embedded-protocol-015-PtLimaPt.15.0/opam b/packages/tezos-embedded-protocol-015-PtLimaPt/tezos-embedded-protocol-015-PtLimaPt.15.0/opam new file mode 100644 index 000000000..486053c40 --- /dev/null +++ b/packages/tezos-embedded-protocol-015-PtLimaPt/tezos-embedded-protocol-015-PtLimaPt.15.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-015-PtLimaPt" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `octez-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-015-PtLimaPt/tezos-embedded-protocol-015-PtLimaPt.15.1/opam b/packages/tezos-embedded-protocol-015-PtLimaPt/tezos-embedded-protocol-015-PtLimaPt.15.1/opam new file mode 100644 index 000000000..03e4e1689 --- /dev/null +++ b/packages/tezos-embedded-protocol-015-PtLimaPt/tezos-embedded-protocol-015-PtLimaPt.15.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-015-PtLimaPt" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `octez-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-015-PtLimaPt/tezos-embedded-protocol-015-PtLimaPt.17.1/opam b/packages/tezos-embedded-protocol-015-PtLimaPt/tezos-embedded-protocol-015-PtLimaPt.17.1/opam new file mode 100644 index 000000000..9ef0ead1b --- /dev/null +++ b/packages/tezos-embedded-protocol-015-PtLimaPt/tezos-embedded-protocol-015-PtLimaPt.17.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-protocol-015-PtLimaPt" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `octez-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-015-PtLimaPt/tezos-embedded-protocol-015-PtLimaPt.17.2/opam b/packages/tezos-embedded-protocol-015-PtLimaPt/tezos-embedded-protocol-015-PtLimaPt.17.2/opam new file mode 100644 index 000000000..dafd107c3 --- /dev/null +++ b/packages/tezos-embedded-protocol-015-PtLimaPt/tezos-embedded-protocol-015-PtLimaPt.17.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-protocol-015-PtLimaPt" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `octez-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-016-PtMumbai/tezos-embedded-protocol-016-PtMumbai.17.1/opam b/packages/tezos-embedded-protocol-016-PtMumbai/tezos-embedded-protocol-016-PtMumbai.17.1/opam new file mode 100644 index 000000000..90893ebbf --- /dev/null +++ b/packages/tezos-embedded-protocol-016-PtMumbai/tezos-embedded-protocol-016-PtMumbai.17.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-protocol-016-PtMumbai" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `octez-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-016-PtMumbai/tezos-embedded-protocol-016-PtMumbai.17.2/opam b/packages/tezos-embedded-protocol-016-PtMumbai/tezos-embedded-protocol-016-PtMumbai.17.2/opam new file mode 100644 index 000000000..e1b457e89 --- /dev/null +++ b/packages/tezos-embedded-protocol-016-PtMumbai/tezos-embedded-protocol-016-PtMumbai.17.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-protocol-016-PtMumbai" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `octez-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-017-PtNairob/tezos-embedded-protocol-017-PtNairob.17.1/opam b/packages/tezos-embedded-protocol-017-PtNairob/tezos-embedded-protocol-017-PtNairob.17.1/opam new file mode 100644 index 000000000..595f002b8 --- /dev/null +++ b/packages/tezos-embedded-protocol-017-PtNairob/tezos-embedded-protocol-017-PtNairob.17.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-protocol-017-PtNairob" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `octez-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-017-PtNairob/tezos-embedded-protocol-017-PtNairob.17.2/opam b/packages/tezos-embedded-protocol-017-PtNairob/tezos-embedded-protocol-017-PtNairob.17.2/opam new file mode 100644 index 000000000..679dc9dc5 --- /dev/null +++ b/packages/tezos-embedded-protocol-017-PtNairob/tezos-embedded-protocol-017-PtNairob.17.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-protocol-017-PtNairob" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `octez-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-alpha/tezos-embedded-protocol-alpha.10.2/opam b/packages/tezos-embedded-protocol-alpha/tezos-embedded-protocol-alpha.10.2/opam new file mode 100644 index 000000000..00333b9c0 --- /dev/null +++ b/packages/tezos-embedded-protocol-alpha/tezos-embedded-protocol-alpha.10.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-alpha" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-alpha/tezos-embedded-protocol-alpha.11.0/opam b/packages/tezos-embedded-protocol-alpha/tezos-embedded-protocol-alpha.11.0/opam new file mode 100644 index 000000000..7d2fa5a50 --- /dev/null +++ b/packages/tezos-embedded-protocol-alpha/tezos-embedded-protocol-alpha.11.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-protocol-alpha" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-alpha/tezos-embedded-protocol-alpha.11.1/opam b/packages/tezos-embedded-protocol-alpha/tezos-embedded-protocol-alpha.11.1/opam new file mode 100644 index 000000000..1b559b062 --- /dev/null +++ b/packages/tezos-embedded-protocol-alpha/tezos-embedded-protocol-alpha.11.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-alpha" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-alpha/tezos-embedded-protocol-alpha.12.0/opam b/packages/tezos-embedded-protocol-alpha/tezos-embedded-protocol-alpha.12.0/opam new file mode 100644 index 000000000..91a446350 --- /dev/null +++ b/packages/tezos-embedded-protocol-alpha/tezos-embedded-protocol-alpha.12.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-alpha" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-alpha/tezos-embedded-protocol-alpha.12.3/opam b/packages/tezos-embedded-protocol-alpha/tezos-embedded-protocol-alpha.12.3/opam new file mode 100644 index 000000000..43a99b0e8 --- /dev/null +++ b/packages/tezos-embedded-protocol-alpha/tezos-embedded-protocol-alpha.12.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-alpha" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-alpha/tezos-embedded-protocol-alpha.13.0/opam b/packages/tezos-embedded-protocol-alpha/tezos-embedded-protocol-alpha.13.0/opam new file mode 100644 index 000000000..47ee001b2 --- /dev/null +++ b/packages/tezos-embedded-protocol-alpha/tezos-embedded-protocol-alpha.13.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-alpha" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-alpha/tezos-embedded-protocol-alpha.14.0/opam b/packages/tezos-embedded-protocol-alpha/tezos-embedded-protocol-alpha.14.0/opam new file mode 100644 index 000000000..45159a2db --- /dev/null +++ b/packages/tezos-embedded-protocol-alpha/tezos-embedded-protocol-alpha.14.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-alpha" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-alpha/tezos-embedded-protocol-alpha.15.0/opam b/packages/tezos-embedded-protocol-alpha/tezos-embedded-protocol-alpha.15.0/opam new file mode 100644 index 000000000..dd355ff54 --- /dev/null +++ b/packages/tezos-embedded-protocol-alpha/tezos-embedded-protocol-alpha.15.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-alpha" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `octez-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-alpha/tezos-embedded-protocol-alpha.15.1/opam b/packages/tezos-embedded-protocol-alpha/tezos-embedded-protocol-alpha.15.1/opam new file mode 100644 index 000000000..b7418ce56 --- /dev/null +++ b/packages/tezos-embedded-protocol-alpha/tezos-embedded-protocol-alpha.15.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-alpha" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `octez-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-alpha/tezos-embedded-protocol-alpha.17.1/opam b/packages/tezos-embedded-protocol-alpha/tezos-embedded-protocol-alpha.17.1/opam new file mode 100644 index 000000000..c36b132a9 --- /dev/null +++ b/packages/tezos-embedded-protocol-alpha/tezos-embedded-protocol-alpha.17.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-protocol-alpha" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `octez-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-alpha/tezos-embedded-protocol-alpha.17.2/opam b/packages/tezos-embedded-protocol-alpha/tezos-embedded-protocol-alpha.17.2/opam new file mode 100644 index 000000000..146e8c1bc --- /dev/null +++ b/packages/tezos-embedded-protocol-alpha/tezos-embedded-protocol-alpha.17.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-protocol-alpha" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `octez-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-alpha/tezos-embedded-protocol-alpha.7.0/opam b/packages/tezos-embedded-protocol-alpha/tezos-embedded-protocol-alpha.7.0/opam new file mode 100644 index 000000000..9f11e0e2b --- /dev/null +++ b/packages/tezos-embedded-protocol-alpha/tezos-embedded-protocol-alpha.7.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-alpha" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.0.tar.bz2" + checksum: [ + "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91" + "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-alpha/tezos-embedded-protocol-alpha.7.1/opam b/packages/tezos-embedded-protocol-alpha/tezos-embedded-protocol-alpha.7.1/opam new file mode 100644 index 000000000..0d6ab7db8 --- /dev/null +++ b/packages/tezos-embedded-protocol-alpha/tezos-embedded-protocol-alpha.7.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-alpha" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.1.tar.bz2" + checksum: [ + "sha256=3675d856c4b818da7f5de0b85b86a48d3883f1210cfef28ef3233a047e74bed6" + "sha512=d6abdef9a6643b2ffe8141ecc625dcc2a939131e2e5cc158c74aba8c403bd4072b7fc403ccfa6d766696604ad112495dd9db1ece8a3ae5a4693071dfdffcbda5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-alpha/tezos-embedded-protocol-alpha.7.2/opam b/packages/tezos-embedded-protocol-alpha/tezos-embedded-protocol-alpha.7.2/opam new file mode 100644 index 000000000..feee838bc --- /dev/null +++ b/packages/tezos-embedded-protocol-alpha/tezos-embedded-protocol-alpha.7.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-alpha" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.2.tar.bz2" + checksum: [ + "sha256=abb52ad63345943d20f3edc4c3507474af94c001c8bf58138f47341942036cec" + "sha512=c823ca801cbc4005f5fc6ea5236d93569410c034da3ed32939ef64a0f2c19a34444fac12e13c72e5a1e15a401b655e58ffdbbb66ce0516e5968f621677b96117" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-alpha/tezos-embedded-protocol-alpha.7.3/opam b/packages/tezos-embedded-protocol-alpha/tezos-embedded-protocol-alpha.7.3/opam new file mode 100644 index 000000000..0ecba4e02 --- /dev/null +++ b/packages/tezos-embedded-protocol-alpha/tezos-embedded-protocol-alpha.7.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-alpha" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.3.tar.bz2" + checksum: [ + "sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" + "sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-alpha/tezos-embedded-protocol-alpha.7.4/opam b/packages/tezos-embedded-protocol-alpha/tezos-embedded-protocol-alpha.7.4/opam new file mode 100644 index 000000000..24c5abaa5 --- /dev/null +++ b/packages/tezos-embedded-protocol-alpha/tezos-embedded-protocol-alpha.7.4/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-alpha" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-alpha/tezos-embedded-protocol-alpha.8.0/opam b/packages/tezos-embedded-protocol-alpha/tezos-embedded-protocol-alpha.8.0/opam new file mode 100644 index 000000000..b6a9a1f58 --- /dev/null +++ b/packages/tezos-embedded-protocol-alpha/tezos-embedded-protocol-alpha.8.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-alpha" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-alpha/tezos-embedded-protocol-alpha.8.1/opam b/packages/tezos-embedded-protocol-alpha/tezos-embedded-protocol-alpha.8.1/opam new file mode 100644 index 000000000..647c7a328 --- /dev/null +++ b/packages/tezos-embedded-protocol-alpha/tezos-embedded-protocol-alpha.8.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-alpha" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-alpha/tezos-embedded-protocol-alpha.8.2/opam b/packages/tezos-embedded-protocol-alpha/tezos-embedded-protocol-alpha.8.2/opam new file mode 100644 index 000000000..dea793874 --- /dev/null +++ b/packages/tezos-embedded-protocol-alpha/tezos-embedded-protocol-alpha.8.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-alpha" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-alpha/tezos-embedded-protocol-alpha.8.3/opam b/packages/tezos-embedded-protocol-alpha/tezos-embedded-protocol-alpha.8.3/opam new file mode 100644 index 000000000..8d7f55d5f --- /dev/null +++ b/packages/tezos-embedded-protocol-alpha/tezos-embedded-protocol-alpha.8.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-alpha" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-alpha/tezos-embedded-protocol-alpha.9.0/opam b/packages/tezos-embedded-protocol-alpha/tezos-embedded-protocol-alpha.9.0/opam new file mode 100644 index 000000000..6a8ed85c8 --- /dev/null +++ b/packages/tezos-embedded-protocol-alpha/tezos-embedded-protocol-alpha.9.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-alpha" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-alpha/tezos-embedded-protocol-alpha.9.1/opam b/packages/tezos-embedded-protocol-alpha/tezos-embedded-protocol-alpha.9.1/opam new file mode 100644 index 000000000..6ed3eca1c --- /dev/null +++ b/packages/tezos-embedded-protocol-alpha/tezos-embedded-protocol-alpha.9.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-alpha" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-alpha/tezos-embedded-protocol-alpha.9.2/opam b/packages/tezos-embedded-protocol-alpha/tezos-embedded-protocol-alpha.9.2/opam new file mode 100644 index 000000000..309863987 --- /dev/null +++ b/packages/tezos-embedded-protocol-alpha/tezos-embedded-protocol-alpha.9.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-alpha" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-alpha/tezos-embedded-protocol-alpha.9.3/opam b/packages/tezos-embedded-protocol-alpha/tezos-embedded-protocol-alpha.9.3/opam new file mode 100644 index 000000000..c9e76fb27 --- /dev/null +++ b/packages/tezos-embedded-protocol-alpha/tezos-embedded-protocol-alpha.9.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-alpha" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-alpha/tezos-embedded-protocol-alpha.9.4/opam b/packages/tezos-embedded-protocol-alpha/tezos-embedded-protocol-alpha.9.4/opam new file mode 100644 index 000000000..cfe3e6129 --- /dev/null +++ b/packages/tezos-embedded-protocol-alpha/tezos-embedded-protocol-alpha.9.4/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-alpha" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-alpha/tezos-embedded-protocol-alpha.9.7/opam b/packages/tezos-embedded-protocol-alpha/tezos-embedded-protocol-alpha.9.7/opam new file mode 100644 index 000000000..1a336b18b --- /dev/null +++ b/packages/tezos-embedded-protocol-alpha/tezos-embedded-protocol-alpha.9.7/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-alpha" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-demo-counter/tezos-embedded-protocol-demo-counter.10.2/opam b/packages/tezos-embedded-protocol-demo-counter/tezos-embedded-protocol-demo-counter.10.2/opam new file mode 100644 index 000000000..a93d83a3b --- /dev/null +++ b/packages/tezos-embedded-protocol-demo-counter/tezos-embedded-protocol-demo-counter.10.2/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-demo-counter" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_demo_counter/lib_protocol/%{name}%.install" "./"] +] +run-test: [ + [ "dune" "runtest" "-p" name "-j" jobs ] +] +synopsis: "Tezos/Protocol: demo_counter (economic-protocol definition, embedded in `tezos-node`)" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-demo-counter/tezos-embedded-protocol-demo-counter.11.0/opam b/packages/tezos-embedded-protocol-demo-counter/tezos-embedded-protocol-demo-counter.11.0/opam new file mode 100644 index 000000000..2af5b3105 --- /dev/null +++ b/packages/tezos-embedded-protocol-demo-counter/tezos-embedded-protocol-demo-counter.11.0/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-protocol-demo-counter" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_demo_counter/lib_protocol/%{name}%.install" "./"] +] +run-test: [ + [ "dune" "runtest" "-p" name "-j" jobs ] +] +synopsis: "Tezos/Protocol: demo_counter (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-demo-counter/tezos-embedded-protocol-demo-counter.11.1/opam b/packages/tezos-embedded-protocol-demo-counter/tezos-embedded-protocol-demo-counter.11.1/opam new file mode 100644 index 000000000..901999c5e --- /dev/null +++ b/packages/tezos-embedded-protocol-demo-counter/tezos-embedded-protocol-demo-counter.11.1/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-demo-counter" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_demo_counter/lib_protocol/%{name}%.install" "./"] +] +run-test: [ + [ "dune" "runtest" "-p" name "-j" jobs ] +] +synopsis: "Tezos/Protocol: demo_counter (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-demo-counter/tezos-embedded-protocol-demo-counter.12.0/opam b/packages/tezos-embedded-protocol-demo-counter/tezos-embedded-protocol-demo-counter.12.0/opam new file mode 100644 index 000000000..f018c7d24 --- /dev/null +++ b/packages/tezos-embedded-protocol-demo-counter/tezos-embedded-protocol-demo-counter.12.0/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-demo-counter" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_demo_counter/lib_protocol/%{name}%.install" "./"] +] +run-test: [ + [ "dune" "runtest" "-p" name "-j" jobs ] +] +synopsis: "Tezos/Protocol: demo_counter (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-demo-counter/tezos-embedded-protocol-demo-counter.12.3/opam b/packages/tezos-embedded-protocol-demo-counter/tezos-embedded-protocol-demo-counter.12.3/opam new file mode 100644 index 000000000..f8c75f54c --- /dev/null +++ b/packages/tezos-embedded-protocol-demo-counter/tezos-embedded-protocol-demo-counter.12.3/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-demo-counter" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_demo_counter/lib_protocol/%{name}%.install" "./"] +] +run-test: [ + [ "dune" "runtest" "-p" name "-j" jobs ] +] +synopsis: "Tezos/Protocol: demo_counter (economic-protocol definition, embedded in `tezos-node`)" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-demo-counter/tezos-embedded-protocol-demo-counter.13.0/opam b/packages/tezos-embedded-protocol-demo-counter/tezos-embedded-protocol-demo-counter.13.0/opam new file mode 100644 index 000000000..1b3202af5 --- /dev/null +++ b/packages/tezos-embedded-protocol-demo-counter/tezos-embedded-protocol-demo-counter.13.0/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-demo-counter" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_demo_counter/lib_protocol/%{name}%.install" "./"] +] +run-test: [ + [ "dune" "runtest" "-p" name "-j" jobs ] +] +synopsis: "Tezos/Protocol: demo_counter (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-demo-counter/tezos-embedded-protocol-demo-counter.14.0/opam b/packages/tezos-embedded-protocol-demo-counter/tezos-embedded-protocol-demo-counter.14.0/opam new file mode 100644 index 000000000..3eb394f07 --- /dev/null +++ b/packages/tezos-embedded-protocol-demo-counter/tezos-embedded-protocol-demo-counter.14.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-demo-counter" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: demo_counter (economic-protocol definition, embedded in `tezos-node`)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-demo-counter/tezos-embedded-protocol-demo-counter.15.0/opam b/packages/tezos-embedded-protocol-demo-counter/tezos-embedded-protocol-demo-counter.15.0/opam new file mode 100644 index 000000000..ca2402c59 --- /dev/null +++ b/packages/tezos-embedded-protocol-demo-counter/tezos-embedded-protocol-demo-counter.15.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-demo-counter" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: demo_counter (economic-protocol definition, embedded in `octez-node`)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-demo-counter/tezos-embedded-protocol-demo-counter.15.1/opam b/packages/tezos-embedded-protocol-demo-counter/tezos-embedded-protocol-demo-counter.15.1/opam new file mode 100644 index 000000000..d30e41f33 --- /dev/null +++ b/packages/tezos-embedded-protocol-demo-counter/tezos-embedded-protocol-demo-counter.15.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-demo-counter" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: demo_counter (economic-protocol definition, embedded in `octez-node`)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-demo-counter/tezos-embedded-protocol-demo-counter.17.1/opam b/packages/tezos-embedded-protocol-demo-counter/tezos-embedded-protocol-demo-counter.17.1/opam new file mode 100644 index 000000000..fdb571c4c --- /dev/null +++ b/packages/tezos-embedded-protocol-demo-counter/tezos-embedded-protocol-demo-counter.17.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-protocol-demo-counter" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: demo_counter (economic-protocol definition, embedded in `octez-node`)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-demo-counter/tezos-embedded-protocol-demo-counter.17.2/opam b/packages/tezos-embedded-protocol-demo-counter/tezos-embedded-protocol-demo-counter.17.2/opam new file mode 100644 index 000000000..6f7610335 --- /dev/null +++ b/packages/tezos-embedded-protocol-demo-counter/tezos-embedded-protocol-demo-counter.17.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-protocol-demo-counter" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: demo_counter (economic-protocol definition, embedded in `octez-node`)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-demo-counter/tezos-embedded-protocol-demo-counter.7.0/opam b/packages/tezos-embedded-protocol-demo-counter/tezos-embedded-protocol-demo-counter.7.0/opam new file mode 100644 index 000000000..1e66ca054 --- /dev/null +++ b/packages/tezos-embedded-protocol-demo-counter/tezos-embedded-protocol-demo-counter.7.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-demo-counter" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_demo_counter/lib_protocol/%{name}%.install" "./"] + [ "dune" "runtest" "-p" name "-j" jobs ] {with-test} +] +synopsis: "Tezos/Protocol: demo_counter (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.0.tar.bz2" + checksum: [ + "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91" + "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-demo-counter/tezos-embedded-protocol-demo-counter.7.1/opam b/packages/tezos-embedded-protocol-demo-counter/tezos-embedded-protocol-demo-counter.7.1/opam new file mode 100644 index 000000000..91a09691e --- /dev/null +++ b/packages/tezos-embedded-protocol-demo-counter/tezos-embedded-protocol-demo-counter.7.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-demo-counter" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_demo_counter/lib_protocol/%{name}%.install" "./"] + [ "dune" "runtest" "-p" name "-j" jobs ] {with-test} +] +synopsis: "Tezos/Protocol: demo_counter (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.1.tar.bz2" + checksum: [ + "sha256=3675d856c4b818da7f5de0b85b86a48d3883f1210cfef28ef3233a047e74bed6" + "sha512=d6abdef9a6643b2ffe8141ecc625dcc2a939131e2e5cc158c74aba8c403bd4072b7fc403ccfa6d766696604ad112495dd9db1ece8a3ae5a4693071dfdffcbda5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-demo-counter/tezos-embedded-protocol-demo-counter.7.2/opam b/packages/tezos-embedded-protocol-demo-counter/tezos-embedded-protocol-demo-counter.7.2/opam new file mode 100644 index 000000000..eaf4967a4 --- /dev/null +++ b/packages/tezos-embedded-protocol-demo-counter/tezos-embedded-protocol-demo-counter.7.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-demo-counter" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_demo_counter/lib_protocol/%{name}%.install" "./"] + [ "dune" "runtest" "-p" name "-j" jobs ] {with-test} +] +synopsis: "Tezos/Protocol: demo_counter (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.2.tar.bz2" + checksum: [ + "sha256=abb52ad63345943d20f3edc4c3507474af94c001c8bf58138f47341942036cec" + "sha512=c823ca801cbc4005f5fc6ea5236d93569410c034da3ed32939ef64a0f2c19a34444fac12e13c72e5a1e15a401b655e58ffdbbb66ce0516e5968f621677b96117" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-demo-counter/tezos-embedded-protocol-demo-counter.7.3/opam b/packages/tezos-embedded-protocol-demo-counter/tezos-embedded-protocol-demo-counter.7.3/opam new file mode 100644 index 000000000..a8db0453e --- /dev/null +++ b/packages/tezos-embedded-protocol-demo-counter/tezos-embedded-protocol-demo-counter.7.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-demo-counter" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_demo_counter/lib_protocol/%{name}%.install" "./"] + [ "dune" "runtest" "-p" name "-j" jobs ] {with-test} +] +synopsis: "Tezos/Protocol: demo_counter (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.3.tar.bz2" + checksum: [ + "sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" + "sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-demo-counter/tezos-embedded-protocol-demo-counter.7.4/opam b/packages/tezos-embedded-protocol-demo-counter/tezos-embedded-protocol-demo-counter.7.4/opam new file mode 100644 index 000000000..a5ec5c40e --- /dev/null +++ b/packages/tezos-embedded-protocol-demo-counter/tezos-embedded-protocol-demo-counter.7.4/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-demo-counter" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_demo_counter/lib_protocol/%{name}%.install" "./"] + [ "dune" "runtest" "-p" name "-j" jobs ] {with-test} +] +synopsis: "Tezos/Protocol: demo_counter (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-demo-counter/tezos-embedded-protocol-demo-counter.8.0/opam b/packages/tezos-embedded-protocol-demo-counter/tezos-embedded-protocol-demo-counter.8.0/opam new file mode 100644 index 000000000..897a07858 --- /dev/null +++ b/packages/tezos-embedded-protocol-demo-counter/tezos-embedded-protocol-demo-counter.8.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-demo-counter" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_demo_counter/lib_protocol/%{name}%.install" "./"] + [ "dune" "runtest" "-p" name "-j" jobs ] {with-test} +] +synopsis: "Tezos/Protocol: demo_counter (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-demo-counter/tezos-embedded-protocol-demo-counter.8.1/opam b/packages/tezos-embedded-protocol-demo-counter/tezos-embedded-protocol-demo-counter.8.1/opam new file mode 100644 index 000000000..e36e2109d --- /dev/null +++ b/packages/tezos-embedded-protocol-demo-counter/tezos-embedded-protocol-demo-counter.8.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-demo-counter" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_demo_counter/lib_protocol/%{name}%.install" "./"] + [ "dune" "runtest" "-p" name "-j" jobs ] {with-test} +] +synopsis: "Tezos/Protocol: demo_counter (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-demo-counter/tezos-embedded-protocol-demo-counter.8.2/opam b/packages/tezos-embedded-protocol-demo-counter/tezos-embedded-protocol-demo-counter.8.2/opam new file mode 100644 index 000000000..a4d8aab31 --- /dev/null +++ b/packages/tezos-embedded-protocol-demo-counter/tezos-embedded-protocol-demo-counter.8.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-demo-counter" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_demo_counter/lib_protocol/%{name}%.install" "./"] + [ "dune" "runtest" "-p" name "-j" jobs ] {with-test} +] +synopsis: "Tezos/Protocol: demo_counter (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-demo-counter/tezos-embedded-protocol-demo-counter.8.3/opam b/packages/tezos-embedded-protocol-demo-counter/tezos-embedded-protocol-demo-counter.8.3/opam new file mode 100644 index 000000000..91aadc880 --- /dev/null +++ b/packages/tezos-embedded-protocol-demo-counter/tezos-embedded-protocol-demo-counter.8.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-demo-counter" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_demo_counter/lib_protocol/%{name}%.install" "./"] + [ "dune" "runtest" "-p" name "-j" jobs ] {with-test} +] +synopsis: "Tezos/Protocol: demo_counter (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-demo-counter/tezos-embedded-protocol-demo-counter.9.0/opam b/packages/tezos-embedded-protocol-demo-counter/tezos-embedded-protocol-demo-counter.9.0/opam new file mode 100644 index 000000000..6df5b297f --- /dev/null +++ b/packages/tezos-embedded-protocol-demo-counter/tezos-embedded-protocol-demo-counter.9.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-demo-counter" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_demo_counter/lib_protocol/%{name}%.install" "./"] + [ "dune" "runtest" "-p" name "-j" jobs ] {with-test} +] +synopsis: "Tezos/Protocol: demo_counter (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-demo-counter/tezos-embedded-protocol-demo-counter.9.1/opam b/packages/tezos-embedded-protocol-demo-counter/tezos-embedded-protocol-demo-counter.9.1/opam new file mode 100644 index 000000000..fa7883537 --- /dev/null +++ b/packages/tezos-embedded-protocol-demo-counter/tezos-embedded-protocol-demo-counter.9.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-demo-counter" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_demo_counter/lib_protocol/%{name}%.install" "./"] + [ "dune" "runtest" "-p" name "-j" jobs ] {with-test} +] +synopsis: "Tezos/Protocol: demo_counter (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-demo-counter/tezos-embedded-protocol-demo-counter.9.2/opam b/packages/tezos-embedded-protocol-demo-counter/tezos-embedded-protocol-demo-counter.9.2/opam new file mode 100644 index 000000000..43b11fb4a --- /dev/null +++ b/packages/tezos-embedded-protocol-demo-counter/tezos-embedded-protocol-demo-counter.9.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-demo-counter" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_demo_counter/lib_protocol/%{name}%.install" "./"] + [ "dune" "runtest" "-p" name "-j" jobs ] {with-test} +] +synopsis: "Tezos/Protocol: demo_counter (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-demo-counter/tezos-embedded-protocol-demo-counter.9.3/opam b/packages/tezos-embedded-protocol-demo-counter/tezos-embedded-protocol-demo-counter.9.3/opam new file mode 100644 index 000000000..d6b80b981 --- /dev/null +++ b/packages/tezos-embedded-protocol-demo-counter/tezos-embedded-protocol-demo-counter.9.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-demo-counter" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_demo_counter/lib_protocol/%{name}%.install" "./"] + [ "dune" "runtest" "-p" name "-j" jobs ] {with-test} +] +synopsis: "Tezos/Protocol: demo_counter (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-demo-counter/tezos-embedded-protocol-demo-counter.9.4/opam b/packages/tezos-embedded-protocol-demo-counter/tezos-embedded-protocol-demo-counter.9.4/opam new file mode 100644 index 000000000..00bb52d3d --- /dev/null +++ b/packages/tezos-embedded-protocol-demo-counter/tezos-embedded-protocol-demo-counter.9.4/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-demo-counter" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_demo_counter/lib_protocol/%{name}%.install" "./"] + [ "dune" "runtest" "-p" name "-j" jobs ] {with-test} +] +synopsis: "Tezos/Protocol: demo_counter (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-demo-counter/tezos-embedded-protocol-demo-counter.9.7/opam b/packages/tezos-embedded-protocol-demo-counter/tezos-embedded-protocol-demo-counter.9.7/opam new file mode 100644 index 000000000..8acaeb93c --- /dev/null +++ b/packages/tezos-embedded-protocol-demo-counter/tezos-embedded-protocol-demo-counter.9.7/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-demo-counter" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_demo_counter/lib_protocol/%{name}%.install" "./"] + [ "dune" "runtest" "-p" name "-j" jobs ] {with-test} +] +synopsis: "Tezos/Protocol: demo_counter (economic-protocol definition, embedded in `tezos-node`)" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-demo-noops/tezos-embedded-protocol-demo-noops.10.2/opam b/packages/tezos-embedded-protocol-demo-noops/tezos-embedded-protocol-demo-noops.10.2/opam new file mode 100644 index 000000000..e964ec4d4 --- /dev/null +++ b/packages/tezos-embedded-protocol-demo-noops/tezos-embedded-protocol-demo-noops.10.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-demo-noops" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_demo_noops/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: demo_noops (economic-protocol definition, embedded in `tezos-node`)" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-demo-noops/tezos-embedded-protocol-demo-noops.11.0/opam b/packages/tezos-embedded-protocol-demo-noops/tezos-embedded-protocol-demo-noops.11.0/opam new file mode 100644 index 000000000..d8ede547d --- /dev/null +++ b/packages/tezos-embedded-protocol-demo-noops/tezos-embedded-protocol-demo-noops.11.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-protocol-demo-noops" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_demo_noops/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: demo_noops (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-demo-noops/tezos-embedded-protocol-demo-noops.11.1/opam b/packages/tezos-embedded-protocol-demo-noops/tezos-embedded-protocol-demo-noops.11.1/opam new file mode 100644 index 000000000..6c9fa3292 --- /dev/null +++ b/packages/tezos-embedded-protocol-demo-noops/tezos-embedded-protocol-demo-noops.11.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-demo-noops" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_demo_noops/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: demo_noops (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-demo-noops/tezos-embedded-protocol-demo-noops.12.0/opam b/packages/tezos-embedded-protocol-demo-noops/tezos-embedded-protocol-demo-noops.12.0/opam new file mode 100644 index 000000000..a6c8bff1e --- /dev/null +++ b/packages/tezos-embedded-protocol-demo-noops/tezos-embedded-protocol-demo-noops.12.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-demo-noops" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_demo_noops/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: demo_noops (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-demo-noops/tezos-embedded-protocol-demo-noops.12.3/opam b/packages/tezos-embedded-protocol-demo-noops/tezos-embedded-protocol-demo-noops.12.3/opam new file mode 100644 index 000000000..32b0421ae --- /dev/null +++ b/packages/tezos-embedded-protocol-demo-noops/tezos-embedded-protocol-demo-noops.12.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-demo-noops" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_demo_noops/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: demo_noops (economic-protocol definition, embedded in `tezos-node`)" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-demo-noops/tezos-embedded-protocol-demo-noops.13.0/opam b/packages/tezos-embedded-protocol-demo-noops/tezos-embedded-protocol-demo-noops.13.0/opam new file mode 100644 index 000000000..3f2946394 --- /dev/null +++ b/packages/tezos-embedded-protocol-demo-noops/tezos-embedded-protocol-demo-noops.13.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-demo-noops" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_demo_noops/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: demo_noops (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-demo-noops/tezos-embedded-protocol-demo-noops.14.0/opam b/packages/tezos-embedded-protocol-demo-noops/tezos-embedded-protocol-demo-noops.14.0/opam new file mode 100644 index 000000000..0c82f84f6 --- /dev/null +++ b/packages/tezos-embedded-protocol-demo-noops/tezos-embedded-protocol-demo-noops.14.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-demo-noops" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: demo_noops (economic-protocol definition, embedded in `tezos-node`)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-demo-noops/tezos-embedded-protocol-demo-noops.15.0/opam b/packages/tezos-embedded-protocol-demo-noops/tezos-embedded-protocol-demo-noops.15.0/opam new file mode 100644 index 000000000..9a3b327fc --- /dev/null +++ b/packages/tezos-embedded-protocol-demo-noops/tezos-embedded-protocol-demo-noops.15.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-demo-noops" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: demo_noops (economic-protocol definition, embedded in `octez-node`)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-demo-noops/tezos-embedded-protocol-demo-noops.15.1/opam b/packages/tezos-embedded-protocol-demo-noops/tezos-embedded-protocol-demo-noops.15.1/opam new file mode 100644 index 000000000..03efce7d0 --- /dev/null +++ b/packages/tezos-embedded-protocol-demo-noops/tezos-embedded-protocol-demo-noops.15.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-demo-noops" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: demo_noops (economic-protocol definition, embedded in `octez-node`)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-demo-noops/tezos-embedded-protocol-demo-noops.17.1/opam b/packages/tezos-embedded-protocol-demo-noops/tezos-embedded-protocol-demo-noops.17.1/opam new file mode 100644 index 000000000..f55ea7b28 --- /dev/null +++ b/packages/tezos-embedded-protocol-demo-noops/tezos-embedded-protocol-demo-noops.17.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-protocol-demo-noops" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: demo_noops (economic-protocol definition, embedded in `octez-node`)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-demo-noops/tezos-embedded-protocol-demo-noops.17.2/opam b/packages/tezos-embedded-protocol-demo-noops/tezos-embedded-protocol-demo-noops.17.2/opam new file mode 100644 index 000000000..991686b9e --- /dev/null +++ b/packages/tezos-embedded-protocol-demo-noops/tezos-embedded-protocol-demo-noops.17.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-protocol-demo-noops" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: demo_noops (economic-protocol definition, embedded in `octez-node`)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-demo-noops/tezos-embedded-protocol-demo-noops.7.0/opam b/packages/tezos-embedded-protocol-demo-noops/tezos-embedded-protocol-demo-noops.7.0/opam new file mode 100644 index 000000000..d634bdd35 --- /dev/null +++ b/packages/tezos-embedded-protocol-demo-noops/tezos-embedded-protocol-demo-noops.7.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-demo-noops" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_demo_noops/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: demo_noops (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.0.tar.bz2" + checksum: [ + "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91" + "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-demo-noops/tezos-embedded-protocol-demo-noops.7.1/opam b/packages/tezos-embedded-protocol-demo-noops/tezos-embedded-protocol-demo-noops.7.1/opam new file mode 100644 index 000000000..55e546fa6 --- /dev/null +++ b/packages/tezos-embedded-protocol-demo-noops/tezos-embedded-protocol-demo-noops.7.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-demo-noops" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_demo_noops/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: demo_noops (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.1.tar.bz2" + checksum: [ + "sha256=3675d856c4b818da7f5de0b85b86a48d3883f1210cfef28ef3233a047e74bed6" + "sha512=d6abdef9a6643b2ffe8141ecc625dcc2a939131e2e5cc158c74aba8c403bd4072b7fc403ccfa6d766696604ad112495dd9db1ece8a3ae5a4693071dfdffcbda5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-demo-noops/tezos-embedded-protocol-demo-noops.7.2/opam b/packages/tezos-embedded-protocol-demo-noops/tezos-embedded-protocol-demo-noops.7.2/opam new file mode 100644 index 000000000..ecb5b4bdc --- /dev/null +++ b/packages/tezos-embedded-protocol-demo-noops/tezos-embedded-protocol-demo-noops.7.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-demo-noops" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_demo_noops/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: demo_noops (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.2.tar.bz2" + checksum: [ + "sha256=abb52ad63345943d20f3edc4c3507474af94c001c8bf58138f47341942036cec" + "sha512=c823ca801cbc4005f5fc6ea5236d93569410c034da3ed32939ef64a0f2c19a34444fac12e13c72e5a1e15a401b655e58ffdbbb66ce0516e5968f621677b96117" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-demo-noops/tezos-embedded-protocol-demo-noops.7.3/opam b/packages/tezos-embedded-protocol-demo-noops/tezos-embedded-protocol-demo-noops.7.3/opam new file mode 100644 index 000000000..e03abd46b --- /dev/null +++ b/packages/tezos-embedded-protocol-demo-noops/tezos-embedded-protocol-demo-noops.7.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-demo-noops" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_demo_noops/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: demo_noops (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.3.tar.bz2" + checksum: [ + "sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" + "sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-demo-noops/tezos-embedded-protocol-demo-noops.7.4/opam b/packages/tezos-embedded-protocol-demo-noops/tezos-embedded-protocol-demo-noops.7.4/opam new file mode 100644 index 000000000..8e93782a2 --- /dev/null +++ b/packages/tezos-embedded-protocol-demo-noops/tezos-embedded-protocol-demo-noops.7.4/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-demo-noops" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_demo_noops/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: demo_noops (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-demo-noops/tezos-embedded-protocol-demo-noops.8.0/opam b/packages/tezos-embedded-protocol-demo-noops/tezos-embedded-protocol-demo-noops.8.0/opam new file mode 100644 index 000000000..ea6bdd86f --- /dev/null +++ b/packages/tezos-embedded-protocol-demo-noops/tezos-embedded-protocol-demo-noops.8.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-demo-noops" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_demo_noops/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: demo_noops (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-demo-noops/tezos-embedded-protocol-demo-noops.8.1/opam b/packages/tezos-embedded-protocol-demo-noops/tezos-embedded-protocol-demo-noops.8.1/opam new file mode 100644 index 000000000..6cd97c5d4 --- /dev/null +++ b/packages/tezos-embedded-protocol-demo-noops/tezos-embedded-protocol-demo-noops.8.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-demo-noops" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_demo_noops/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: demo_noops (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-demo-noops/tezos-embedded-protocol-demo-noops.8.2/opam b/packages/tezos-embedded-protocol-demo-noops/tezos-embedded-protocol-demo-noops.8.2/opam new file mode 100644 index 000000000..e5636eaa3 --- /dev/null +++ b/packages/tezos-embedded-protocol-demo-noops/tezos-embedded-protocol-demo-noops.8.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-demo-noops" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_demo_noops/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: demo_noops (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-demo-noops/tezos-embedded-protocol-demo-noops.8.3/opam b/packages/tezos-embedded-protocol-demo-noops/tezos-embedded-protocol-demo-noops.8.3/opam new file mode 100644 index 000000000..ef9d64dff --- /dev/null +++ b/packages/tezos-embedded-protocol-demo-noops/tezos-embedded-protocol-demo-noops.8.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-demo-noops" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_demo_noops/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: demo_noops (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-demo-noops/tezos-embedded-protocol-demo-noops.9.0/opam b/packages/tezos-embedded-protocol-demo-noops/tezos-embedded-protocol-demo-noops.9.0/opam new file mode 100644 index 000000000..e53a9d1ab --- /dev/null +++ b/packages/tezos-embedded-protocol-demo-noops/tezos-embedded-protocol-demo-noops.9.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-demo-noops" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_demo_noops/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: demo_noops (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-demo-noops/tezos-embedded-protocol-demo-noops.9.1/opam b/packages/tezos-embedded-protocol-demo-noops/tezos-embedded-protocol-demo-noops.9.1/opam new file mode 100644 index 000000000..08ba95b50 --- /dev/null +++ b/packages/tezos-embedded-protocol-demo-noops/tezos-embedded-protocol-demo-noops.9.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-demo-noops" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_demo_noops/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: demo_noops (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-demo-noops/tezos-embedded-protocol-demo-noops.9.2/opam b/packages/tezos-embedded-protocol-demo-noops/tezos-embedded-protocol-demo-noops.9.2/opam new file mode 100644 index 000000000..e233b8ecf --- /dev/null +++ b/packages/tezos-embedded-protocol-demo-noops/tezos-embedded-protocol-demo-noops.9.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-demo-noops" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_demo_noops/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: demo_noops (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-demo-noops/tezos-embedded-protocol-demo-noops.9.3/opam b/packages/tezos-embedded-protocol-demo-noops/tezos-embedded-protocol-demo-noops.9.3/opam new file mode 100644 index 000000000..ad1ce2f8a --- /dev/null +++ b/packages/tezos-embedded-protocol-demo-noops/tezos-embedded-protocol-demo-noops.9.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-demo-noops" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_demo_noops/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: demo_noops (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-demo-noops/tezos-embedded-protocol-demo-noops.9.4/opam b/packages/tezos-embedded-protocol-demo-noops/tezos-embedded-protocol-demo-noops.9.4/opam new file mode 100644 index 000000000..db5697c07 --- /dev/null +++ b/packages/tezos-embedded-protocol-demo-noops/tezos-embedded-protocol-demo-noops.9.4/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-demo-noops" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_demo_noops/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: demo_noops (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-demo-noops/tezos-embedded-protocol-demo-noops.9.7/opam b/packages/tezos-embedded-protocol-demo-noops/tezos-embedded-protocol-demo-noops.9.7/opam new file mode 100644 index 000000000..2596c9eb3 --- /dev/null +++ b/packages/tezos-embedded-protocol-demo-noops/tezos-embedded-protocol-demo-noops.9.7/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-demo-noops" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_demo_noops/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: demo_noops (economic-protocol definition, embedded in `tezos-node`)" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-genesis-carthagenet/tezos-embedded-protocol-genesis-carthagenet.10.2/opam b/packages/tezos-embedded-protocol-genesis-carthagenet/tezos-embedded-protocol-genesis-carthagenet.10.2/opam new file mode 100644 index 000000000..43c6801e0 --- /dev/null +++ b/packages/tezos-embedded-protocol-genesis-carthagenet/tezos-embedded-protocol-genesis-carthagenet.10.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-genesis-carthagenet" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis_carthagenet/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis_carthagenet (economic-protocol definition, embedded in `tezos-node`)" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-genesis-carthagenet/tezos-embedded-protocol-genesis-carthagenet.11.0/opam b/packages/tezos-embedded-protocol-genesis-carthagenet/tezos-embedded-protocol-genesis-carthagenet.11.0/opam new file mode 100644 index 000000000..e1c0cbcb3 --- /dev/null +++ b/packages/tezos-embedded-protocol-genesis-carthagenet/tezos-embedded-protocol-genesis-carthagenet.11.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-protocol-genesis-carthagenet" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis_carthagenet/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis_carthagenet (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-genesis-carthagenet/tezos-embedded-protocol-genesis-carthagenet.11.1/opam b/packages/tezos-embedded-protocol-genesis-carthagenet/tezos-embedded-protocol-genesis-carthagenet.11.1/opam new file mode 100644 index 000000000..ff11481ad --- /dev/null +++ b/packages/tezos-embedded-protocol-genesis-carthagenet/tezos-embedded-protocol-genesis-carthagenet.11.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-genesis-carthagenet" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis_carthagenet/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis_carthagenet (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-genesis-carthagenet/tezos-embedded-protocol-genesis-carthagenet.12.0/opam b/packages/tezos-embedded-protocol-genesis-carthagenet/tezos-embedded-protocol-genesis-carthagenet.12.0/opam new file mode 100644 index 000000000..86a874169 --- /dev/null +++ b/packages/tezos-embedded-protocol-genesis-carthagenet/tezos-embedded-protocol-genesis-carthagenet.12.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-genesis-carthagenet" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis_carthagenet/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis_carthagenet (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-genesis-carthagenet/tezos-embedded-protocol-genesis-carthagenet.12.3/opam b/packages/tezos-embedded-protocol-genesis-carthagenet/tezos-embedded-protocol-genesis-carthagenet.12.3/opam new file mode 100644 index 000000000..dfa43eb8a --- /dev/null +++ b/packages/tezos-embedded-protocol-genesis-carthagenet/tezos-embedded-protocol-genesis-carthagenet.12.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-genesis-carthagenet" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis_carthagenet/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis_carthagenet (economic-protocol definition, embedded in `tezos-node`)" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-genesis-carthagenet/tezos-embedded-protocol-genesis-carthagenet.13.0/opam b/packages/tezos-embedded-protocol-genesis-carthagenet/tezos-embedded-protocol-genesis-carthagenet.13.0/opam new file mode 100644 index 000000000..fb970c4bf --- /dev/null +++ b/packages/tezos-embedded-protocol-genesis-carthagenet/tezos-embedded-protocol-genesis-carthagenet.13.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-genesis-carthagenet" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis_carthagenet/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis_carthagenet (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-genesis-carthagenet/tezos-embedded-protocol-genesis-carthagenet.7.0/opam b/packages/tezos-embedded-protocol-genesis-carthagenet/tezos-embedded-protocol-genesis-carthagenet.7.0/opam new file mode 100644 index 000000000..6167c65ca --- /dev/null +++ b/packages/tezos-embedded-protocol-genesis-carthagenet/tezos-embedded-protocol-genesis-carthagenet.7.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-genesis-carthagenet" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis_carthagenet/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis_carthagenet (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.0.tar.bz2" + checksum: [ + "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91" + "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-genesis-carthagenet/tezos-embedded-protocol-genesis-carthagenet.7.1/opam b/packages/tezos-embedded-protocol-genesis-carthagenet/tezos-embedded-protocol-genesis-carthagenet.7.1/opam new file mode 100644 index 000000000..801e82c3f --- /dev/null +++ b/packages/tezos-embedded-protocol-genesis-carthagenet/tezos-embedded-protocol-genesis-carthagenet.7.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-genesis-carthagenet" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis_carthagenet/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis_carthagenet (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.1.tar.bz2" + checksum: [ + "sha256=3675d856c4b818da7f5de0b85b86a48d3883f1210cfef28ef3233a047e74bed6" + "sha512=d6abdef9a6643b2ffe8141ecc625dcc2a939131e2e5cc158c74aba8c403bd4072b7fc403ccfa6d766696604ad112495dd9db1ece8a3ae5a4693071dfdffcbda5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-genesis-carthagenet/tezos-embedded-protocol-genesis-carthagenet.7.2/opam b/packages/tezos-embedded-protocol-genesis-carthagenet/tezos-embedded-protocol-genesis-carthagenet.7.2/opam new file mode 100644 index 000000000..5121053b3 --- /dev/null +++ b/packages/tezos-embedded-protocol-genesis-carthagenet/tezos-embedded-protocol-genesis-carthagenet.7.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-genesis-carthagenet" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis_carthagenet/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis_carthagenet (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.2.tar.bz2" + checksum: [ + "sha256=abb52ad63345943d20f3edc4c3507474af94c001c8bf58138f47341942036cec" + "sha512=c823ca801cbc4005f5fc6ea5236d93569410c034da3ed32939ef64a0f2c19a34444fac12e13c72e5a1e15a401b655e58ffdbbb66ce0516e5968f621677b96117" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-genesis-carthagenet/tezos-embedded-protocol-genesis-carthagenet.7.3/opam b/packages/tezos-embedded-protocol-genesis-carthagenet/tezos-embedded-protocol-genesis-carthagenet.7.3/opam new file mode 100644 index 000000000..1d4a6e5ad --- /dev/null +++ b/packages/tezos-embedded-protocol-genesis-carthagenet/tezos-embedded-protocol-genesis-carthagenet.7.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-genesis-carthagenet" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis_carthagenet/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis_carthagenet (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.3.tar.bz2" + checksum: [ + "sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" + "sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-genesis-carthagenet/tezos-embedded-protocol-genesis-carthagenet.7.4/opam b/packages/tezos-embedded-protocol-genesis-carthagenet/tezos-embedded-protocol-genesis-carthagenet.7.4/opam new file mode 100644 index 000000000..06bdec4f0 --- /dev/null +++ b/packages/tezos-embedded-protocol-genesis-carthagenet/tezos-embedded-protocol-genesis-carthagenet.7.4/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-genesis-carthagenet" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis_carthagenet/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis_carthagenet (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-genesis-carthagenet/tezos-embedded-protocol-genesis-carthagenet.8.0/opam b/packages/tezos-embedded-protocol-genesis-carthagenet/tezos-embedded-protocol-genesis-carthagenet.8.0/opam new file mode 100644 index 000000000..56d8eb072 --- /dev/null +++ b/packages/tezos-embedded-protocol-genesis-carthagenet/tezos-embedded-protocol-genesis-carthagenet.8.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-genesis-carthagenet" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis_carthagenet/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis_carthagenet (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-genesis-carthagenet/tezos-embedded-protocol-genesis-carthagenet.8.1/opam b/packages/tezos-embedded-protocol-genesis-carthagenet/tezos-embedded-protocol-genesis-carthagenet.8.1/opam new file mode 100644 index 000000000..8ab84f7b9 --- /dev/null +++ b/packages/tezos-embedded-protocol-genesis-carthagenet/tezos-embedded-protocol-genesis-carthagenet.8.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-genesis-carthagenet" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis_carthagenet/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis_carthagenet (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-genesis-carthagenet/tezos-embedded-protocol-genesis-carthagenet.8.2/opam b/packages/tezos-embedded-protocol-genesis-carthagenet/tezos-embedded-protocol-genesis-carthagenet.8.2/opam new file mode 100644 index 000000000..0fbb3e1b8 --- /dev/null +++ b/packages/tezos-embedded-protocol-genesis-carthagenet/tezos-embedded-protocol-genesis-carthagenet.8.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-genesis-carthagenet" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis_carthagenet/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis_carthagenet (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-genesis-carthagenet/tezos-embedded-protocol-genesis-carthagenet.8.3/opam b/packages/tezos-embedded-protocol-genesis-carthagenet/tezos-embedded-protocol-genesis-carthagenet.8.3/opam new file mode 100644 index 000000000..e6c50bcb9 --- /dev/null +++ b/packages/tezos-embedded-protocol-genesis-carthagenet/tezos-embedded-protocol-genesis-carthagenet.8.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-genesis-carthagenet" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis_carthagenet/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis_carthagenet (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-genesis-carthagenet/tezos-embedded-protocol-genesis-carthagenet.9.0/opam b/packages/tezos-embedded-protocol-genesis-carthagenet/tezos-embedded-protocol-genesis-carthagenet.9.0/opam new file mode 100644 index 000000000..deb37fa64 --- /dev/null +++ b/packages/tezos-embedded-protocol-genesis-carthagenet/tezos-embedded-protocol-genesis-carthagenet.9.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-genesis-carthagenet" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis_carthagenet/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis_carthagenet (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-genesis-carthagenet/tezos-embedded-protocol-genesis-carthagenet.9.1/opam b/packages/tezos-embedded-protocol-genesis-carthagenet/tezos-embedded-protocol-genesis-carthagenet.9.1/opam new file mode 100644 index 000000000..22cfff3b7 --- /dev/null +++ b/packages/tezos-embedded-protocol-genesis-carthagenet/tezos-embedded-protocol-genesis-carthagenet.9.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-genesis-carthagenet" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis_carthagenet/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis_carthagenet (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-genesis-carthagenet/tezos-embedded-protocol-genesis-carthagenet.9.2/opam b/packages/tezos-embedded-protocol-genesis-carthagenet/tezos-embedded-protocol-genesis-carthagenet.9.2/opam new file mode 100644 index 000000000..bdef646ee --- /dev/null +++ b/packages/tezos-embedded-protocol-genesis-carthagenet/tezos-embedded-protocol-genesis-carthagenet.9.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-genesis-carthagenet" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis_carthagenet/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis_carthagenet (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-genesis-carthagenet/tezos-embedded-protocol-genesis-carthagenet.9.3/opam b/packages/tezos-embedded-protocol-genesis-carthagenet/tezos-embedded-protocol-genesis-carthagenet.9.3/opam new file mode 100644 index 000000000..226d593dc --- /dev/null +++ b/packages/tezos-embedded-protocol-genesis-carthagenet/tezos-embedded-protocol-genesis-carthagenet.9.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-genesis-carthagenet" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis_carthagenet/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis_carthagenet (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-genesis-carthagenet/tezos-embedded-protocol-genesis-carthagenet.9.4/opam b/packages/tezos-embedded-protocol-genesis-carthagenet/tezos-embedded-protocol-genesis-carthagenet.9.4/opam new file mode 100644 index 000000000..3e8a493be --- /dev/null +++ b/packages/tezos-embedded-protocol-genesis-carthagenet/tezos-embedded-protocol-genesis-carthagenet.9.4/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-genesis-carthagenet" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis_carthagenet/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis_carthagenet (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-genesis-carthagenet/tezos-embedded-protocol-genesis-carthagenet.9.7/opam b/packages/tezos-embedded-protocol-genesis-carthagenet/tezos-embedded-protocol-genesis-carthagenet.9.7/opam new file mode 100644 index 000000000..b5fa27a33 --- /dev/null +++ b/packages/tezos-embedded-protocol-genesis-carthagenet/tezos-embedded-protocol-genesis-carthagenet.9.7/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-genesis-carthagenet" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis_carthagenet/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis_carthagenet (economic-protocol definition, embedded in `tezos-node`)" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-genesis/tezos-embedded-protocol-genesis.10.2/opam b/packages/tezos-embedded-protocol-genesis/tezos-embedded-protocol-genesis.10.2/opam new file mode 100644 index 000000000..6a39565c7 --- /dev/null +++ b/packages/tezos-embedded-protocol-genesis/tezos-embedded-protocol-genesis.10.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-genesis" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis (economic-protocol definition, embedded in `tezos-node`)" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-genesis/tezos-embedded-protocol-genesis.11.0/opam b/packages/tezos-embedded-protocol-genesis/tezos-embedded-protocol-genesis.11.0/opam new file mode 100644 index 000000000..2b7f3aac7 --- /dev/null +++ b/packages/tezos-embedded-protocol-genesis/tezos-embedded-protocol-genesis.11.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-protocol-genesis" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-genesis/tezos-embedded-protocol-genesis.11.1/opam b/packages/tezos-embedded-protocol-genesis/tezos-embedded-protocol-genesis.11.1/opam new file mode 100644 index 000000000..6e9bd872a --- /dev/null +++ b/packages/tezos-embedded-protocol-genesis/tezos-embedded-protocol-genesis.11.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-genesis" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-genesis/tezos-embedded-protocol-genesis.12.0/opam b/packages/tezos-embedded-protocol-genesis/tezos-embedded-protocol-genesis.12.0/opam new file mode 100644 index 000000000..9d2c0c00b --- /dev/null +++ b/packages/tezos-embedded-protocol-genesis/tezos-embedded-protocol-genesis.12.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-genesis" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-genesis/tezos-embedded-protocol-genesis.12.3/opam b/packages/tezos-embedded-protocol-genesis/tezos-embedded-protocol-genesis.12.3/opam new file mode 100644 index 000000000..a1dac7d5b --- /dev/null +++ b/packages/tezos-embedded-protocol-genesis/tezos-embedded-protocol-genesis.12.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-genesis" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis (economic-protocol definition, embedded in `tezos-node`)" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-genesis/tezos-embedded-protocol-genesis.13.0/opam b/packages/tezos-embedded-protocol-genesis/tezos-embedded-protocol-genesis.13.0/opam new file mode 100644 index 000000000..d15311ef3 --- /dev/null +++ b/packages/tezos-embedded-protocol-genesis/tezos-embedded-protocol-genesis.13.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-genesis" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-genesis/tezos-embedded-protocol-genesis.14.0/opam b/packages/tezos-embedded-protocol-genesis/tezos-embedded-protocol-genesis.14.0/opam new file mode 100644 index 000000000..25cef0f3d --- /dev/null +++ b/packages/tezos-embedded-protocol-genesis/tezos-embedded-protocol-genesis.14.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-genesis" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis (economic-protocol definition, embedded in `tezos-node`)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-genesis/tezos-embedded-protocol-genesis.15.0/opam b/packages/tezos-embedded-protocol-genesis/tezos-embedded-protocol-genesis.15.0/opam new file mode 100644 index 000000000..689464cee --- /dev/null +++ b/packages/tezos-embedded-protocol-genesis/tezos-embedded-protocol-genesis.15.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-genesis" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis (economic-protocol definition, embedded in `octez-node`)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-genesis/tezos-embedded-protocol-genesis.15.1/opam b/packages/tezos-embedded-protocol-genesis/tezos-embedded-protocol-genesis.15.1/opam new file mode 100644 index 000000000..4e8462ab3 --- /dev/null +++ b/packages/tezos-embedded-protocol-genesis/tezos-embedded-protocol-genesis.15.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-genesis" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis (economic-protocol definition, embedded in `octez-node`)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-genesis/tezos-embedded-protocol-genesis.17.1/opam b/packages/tezos-embedded-protocol-genesis/tezos-embedded-protocol-genesis.17.1/opam new file mode 100644 index 000000000..8ad10c99e --- /dev/null +++ b/packages/tezos-embedded-protocol-genesis/tezos-embedded-protocol-genesis.17.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-protocol-genesis" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis (economic-protocol definition, embedded in `octez-node`)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-genesis/tezos-embedded-protocol-genesis.17.2/opam b/packages/tezos-embedded-protocol-genesis/tezos-embedded-protocol-genesis.17.2/opam new file mode 100644 index 000000000..611767285 --- /dev/null +++ b/packages/tezos-embedded-protocol-genesis/tezos-embedded-protocol-genesis.17.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-protocol-genesis" { = version } + "tezos-protocol-updater" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis (economic-protocol definition, embedded in `octez-node`)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-genesis/tezos-embedded-protocol-genesis.7.0/opam b/packages/tezos-embedded-protocol-genesis/tezos-embedded-protocol-genesis.7.0/opam new file mode 100644 index 000000000..9b82c0b11 --- /dev/null +++ b/packages/tezos-embedded-protocol-genesis/tezos-embedded-protocol-genesis.7.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-genesis" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.0.tar.bz2" + checksum: [ + "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91" + "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-genesis/tezos-embedded-protocol-genesis.7.1/opam b/packages/tezos-embedded-protocol-genesis/tezos-embedded-protocol-genesis.7.1/opam new file mode 100644 index 000000000..826cceb48 --- /dev/null +++ b/packages/tezos-embedded-protocol-genesis/tezos-embedded-protocol-genesis.7.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-genesis" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.1.tar.bz2" + checksum: [ + "sha256=3675d856c4b818da7f5de0b85b86a48d3883f1210cfef28ef3233a047e74bed6" + "sha512=d6abdef9a6643b2ffe8141ecc625dcc2a939131e2e5cc158c74aba8c403bd4072b7fc403ccfa6d766696604ad112495dd9db1ece8a3ae5a4693071dfdffcbda5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-genesis/tezos-embedded-protocol-genesis.7.2/opam b/packages/tezos-embedded-protocol-genesis/tezos-embedded-protocol-genesis.7.2/opam new file mode 100644 index 000000000..ef9ad24d8 --- /dev/null +++ b/packages/tezos-embedded-protocol-genesis/tezos-embedded-protocol-genesis.7.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-genesis" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.2.tar.bz2" + checksum: [ + "sha256=abb52ad63345943d20f3edc4c3507474af94c001c8bf58138f47341942036cec" + "sha512=c823ca801cbc4005f5fc6ea5236d93569410c034da3ed32939ef64a0f2c19a34444fac12e13c72e5a1e15a401b655e58ffdbbb66ce0516e5968f621677b96117" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-genesis/tezos-embedded-protocol-genesis.7.3/opam b/packages/tezos-embedded-protocol-genesis/tezos-embedded-protocol-genesis.7.3/opam new file mode 100644 index 000000000..ccfcefdbe --- /dev/null +++ b/packages/tezos-embedded-protocol-genesis/tezos-embedded-protocol-genesis.7.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-genesis" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.3.tar.bz2" + checksum: [ + "sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" + "sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-genesis/tezos-embedded-protocol-genesis.7.4/opam b/packages/tezos-embedded-protocol-genesis/tezos-embedded-protocol-genesis.7.4/opam new file mode 100644 index 000000000..99cc479fe --- /dev/null +++ b/packages/tezos-embedded-protocol-genesis/tezos-embedded-protocol-genesis.7.4/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-genesis" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-genesis/tezos-embedded-protocol-genesis.8.0/opam b/packages/tezos-embedded-protocol-genesis/tezos-embedded-protocol-genesis.8.0/opam new file mode 100644 index 000000000..4e1072bac --- /dev/null +++ b/packages/tezos-embedded-protocol-genesis/tezos-embedded-protocol-genesis.8.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-genesis" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-genesis/tezos-embedded-protocol-genesis.8.1/opam b/packages/tezos-embedded-protocol-genesis/tezos-embedded-protocol-genesis.8.1/opam new file mode 100644 index 000000000..81fa23fc5 --- /dev/null +++ b/packages/tezos-embedded-protocol-genesis/tezos-embedded-protocol-genesis.8.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-genesis" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-genesis/tezos-embedded-protocol-genesis.8.2/opam b/packages/tezos-embedded-protocol-genesis/tezos-embedded-protocol-genesis.8.2/opam new file mode 100644 index 000000000..00427ecf8 --- /dev/null +++ b/packages/tezos-embedded-protocol-genesis/tezos-embedded-protocol-genesis.8.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-genesis" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-genesis/tezos-embedded-protocol-genesis.8.3/opam b/packages/tezos-embedded-protocol-genesis/tezos-embedded-protocol-genesis.8.3/opam new file mode 100644 index 000000000..9cd802a43 --- /dev/null +++ b/packages/tezos-embedded-protocol-genesis/tezos-embedded-protocol-genesis.8.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-genesis" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-genesis/tezos-embedded-protocol-genesis.9.0/opam b/packages/tezos-embedded-protocol-genesis/tezos-embedded-protocol-genesis.9.0/opam new file mode 100644 index 000000000..93dfc0068 --- /dev/null +++ b/packages/tezos-embedded-protocol-genesis/tezos-embedded-protocol-genesis.9.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-genesis" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-genesis/tezos-embedded-protocol-genesis.9.1/opam b/packages/tezos-embedded-protocol-genesis/tezos-embedded-protocol-genesis.9.1/opam new file mode 100644 index 000000000..48926776b --- /dev/null +++ b/packages/tezos-embedded-protocol-genesis/tezos-embedded-protocol-genesis.9.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-genesis" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-genesis/tezos-embedded-protocol-genesis.9.2/opam b/packages/tezos-embedded-protocol-genesis/tezos-embedded-protocol-genesis.9.2/opam new file mode 100644 index 000000000..7fac5e193 --- /dev/null +++ b/packages/tezos-embedded-protocol-genesis/tezos-embedded-protocol-genesis.9.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-genesis" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-genesis/tezos-embedded-protocol-genesis.9.3/opam b/packages/tezos-embedded-protocol-genesis/tezos-embedded-protocol-genesis.9.3/opam new file mode 100644 index 000000000..e7979b66c --- /dev/null +++ b/packages/tezos-embedded-protocol-genesis/tezos-embedded-protocol-genesis.9.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-genesis" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-genesis/tezos-embedded-protocol-genesis.9.4/opam b/packages/tezos-embedded-protocol-genesis/tezos-embedded-protocol-genesis.9.4/opam new file mode 100644 index 000000000..380563e0a --- /dev/null +++ b/packages/tezos-embedded-protocol-genesis/tezos-embedded-protocol-genesis.9.4/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-genesis" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis (economic-protocol definition, embedded in `tezos-node`)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-embedded-protocol-genesis/tezos-embedded-protocol-genesis.9.7/opam b/packages/tezos-embedded-protocol-genesis/tezos-embedded-protocol-genesis.9.7/opam new file mode 100644 index 000000000..31b88adf3 --- /dev/null +++ b/packages/tezos-embedded-protocol-genesis/tezos-embedded-protocol-genesis.9.7/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-genesis" { = version } + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis (economic-protocol definition, embedded in `tezos-node`)" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-endorser-006-PsCARTHA/tezos-endorser-006-PsCARTHA.7.0/opam b/packages/tezos-endorser-006-PsCARTHA/tezos-endorser-006-PsCARTHA.7.0/opam new file mode 100644 index 000000000..7a5b86e25 --- /dev/null +++ b/packages/tezos-endorser-006-PsCARTHA/tezos-endorser-006-PsCARTHA.7.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-baking-006-PsCARTHA-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/bin_endorser/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 006_PsCARTHA endorser binary" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.0.tar.bz2" + checksum: [ + "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91" + "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-endorser-006-PsCARTHA/tezos-endorser-006-PsCARTHA.7.1/opam b/packages/tezos-endorser-006-PsCARTHA/tezos-endorser-006-PsCARTHA.7.1/opam new file mode 100644 index 000000000..ea1b534e1 --- /dev/null +++ b/packages/tezos-endorser-006-PsCARTHA/tezos-endorser-006-PsCARTHA.7.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-baking-006-PsCARTHA-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/bin_endorser/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 006_PsCARTHA endorser binary" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.1.tar.bz2" + checksum: [ + "sha256=3675d856c4b818da7f5de0b85b86a48d3883f1210cfef28ef3233a047e74bed6" + "sha512=d6abdef9a6643b2ffe8141ecc625dcc2a939131e2e5cc158c74aba8c403bd4072b7fc403ccfa6d766696604ad112495dd9db1ece8a3ae5a4693071dfdffcbda5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-endorser-006-PsCARTHA/tezos-endorser-006-PsCARTHA.7.2/opam b/packages/tezos-endorser-006-PsCARTHA/tezos-endorser-006-PsCARTHA.7.2/opam new file mode 100644 index 000000000..aff81dfb9 --- /dev/null +++ b/packages/tezos-endorser-006-PsCARTHA/tezos-endorser-006-PsCARTHA.7.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-baking-006-PsCARTHA-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/bin_endorser/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 006_PsCARTHA endorser binary" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.2.tar.bz2" + checksum: [ + "sha256=abb52ad63345943d20f3edc4c3507474af94c001c8bf58138f47341942036cec" + "sha512=c823ca801cbc4005f5fc6ea5236d93569410c034da3ed32939ef64a0f2c19a34444fac12e13c72e5a1e15a401b655e58ffdbbb66ce0516e5968f621677b96117" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-endorser-006-PsCARTHA/tezos-endorser-006-PsCARTHA.7.3/opam b/packages/tezos-endorser-006-PsCARTHA/tezos-endorser-006-PsCARTHA.7.3/opam new file mode 100644 index 000000000..157e73cd1 --- /dev/null +++ b/packages/tezos-endorser-006-PsCARTHA/tezos-endorser-006-PsCARTHA.7.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-baking-006-PsCARTHA-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/bin_endorser/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 006_PsCARTHA endorser binary" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.3.tar.bz2" + checksum: [ + "sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" + "sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-endorser-006-PsCARTHA/tezos-endorser-006-PsCARTHA.7.4/opam b/packages/tezos-endorser-006-PsCARTHA/tezos-endorser-006-PsCARTHA.7.4/opam new file mode 100644 index 000000000..24f2343af --- /dev/null +++ b/packages/tezos-endorser-006-PsCARTHA/tezos-endorser-006-PsCARTHA.7.4/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-baking-006-PsCARTHA-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/bin_endorser/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 006_PsCARTHA endorser binary" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-endorser-007-PsDELPH1/tezos-endorser-007-PsDELPH1.7.4/opam b/packages/tezos-endorser-007-PsDELPH1/tezos-endorser-007-PsDELPH1.7.4/opam new file mode 100644 index 000000000..bcfed192e --- /dev/null +++ b/packages/tezos-endorser-007-PsDELPH1/tezos-endorser-007-PsDELPH1.7.4/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-baking-007-PsDELPH1-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/bin_endorser/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 007_PsDELPH1 endorser binary" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-endorser-007-PsDELPH1/tezos-endorser-007-PsDELPH1.8.0/opam b/packages/tezos-endorser-007-PsDELPH1/tezos-endorser-007-PsDELPH1.8.0/opam new file mode 100644 index 000000000..a70c58ff2 --- /dev/null +++ b/packages/tezos-endorser-007-PsDELPH1/tezos-endorser-007-PsDELPH1.8.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-baking-007-PsDELPH1-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/bin_endorser/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: endorser binary" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-endorser-007-PsDELPH1/tezos-endorser-007-PsDELPH1.8.1/opam b/packages/tezos-endorser-007-PsDELPH1/tezos-endorser-007-PsDELPH1.8.1/opam new file mode 100644 index 000000000..28210722d --- /dev/null +++ b/packages/tezos-endorser-007-PsDELPH1/tezos-endorser-007-PsDELPH1.8.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-baking-007-PsDELPH1-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/bin_endorser/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: endorser binary" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-endorser-007-PsDELPH1/tezos-endorser-007-PsDELPH1.8.2/opam b/packages/tezos-endorser-007-PsDELPH1/tezos-endorser-007-PsDELPH1.8.2/opam new file mode 100644 index 000000000..816c6be69 --- /dev/null +++ b/packages/tezos-endorser-007-PsDELPH1/tezos-endorser-007-PsDELPH1.8.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-baking-007-PsDELPH1-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/bin_endorser/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: endorser binary" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-endorser-007-PsDELPH1/tezos-endorser-007-PsDELPH1.8.3/opam b/packages/tezos-endorser-007-PsDELPH1/tezos-endorser-007-PsDELPH1.8.3/opam new file mode 100644 index 000000000..c4e033f1a --- /dev/null +++ b/packages/tezos-endorser-007-PsDELPH1/tezos-endorser-007-PsDELPH1.8.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-baking-007-PsDELPH1-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/bin_endorser/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: endorser binary" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-endorser-008-PtEdo2Zk/tezos-endorser-008-PtEdo2Zk.10.2/opam b/packages/tezos-endorser-008-PtEdo2Zk/tezos-endorser-008-PtEdo2Zk.10.2/opam new file mode 100644 index 000000000..ca157e703 --- /dev/null +++ b/packages/tezos-endorser-008-PtEdo2Zk/tezos-endorser-008-PtEdo2Zk.10.2/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-client-008-PtEdo2Zk" { = version } + "tezos-client-commands" { = version } + "tezos-baking-008-PtEdo2Zk-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/bin_endorser/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: endorser binary" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-endorser-008-PtEdo2Zk/tezos-endorser-008-PtEdo2Zk.8.2/opam b/packages/tezos-endorser-008-PtEdo2Zk/tezos-endorser-008-PtEdo2Zk.8.2/opam new file mode 100644 index 000000000..97fcf0dd2 --- /dev/null +++ b/packages/tezos-endorser-008-PtEdo2Zk/tezos-endorser-008-PtEdo2Zk.8.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-baking-008-PtEdo2Zk-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/bin_endorser/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: endorser binary" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-endorser-008-PtEdo2Zk/tezos-endorser-008-PtEdo2Zk.8.3/opam b/packages/tezos-endorser-008-PtEdo2Zk/tezos-endorser-008-PtEdo2Zk.8.3/opam new file mode 100644 index 000000000..de134832a --- /dev/null +++ b/packages/tezos-endorser-008-PtEdo2Zk/tezos-endorser-008-PtEdo2Zk.8.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-baking-008-PtEdo2Zk-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/bin_endorser/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: endorser binary" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-endorser-008-PtEdo2Zk/tezos-endorser-008-PtEdo2Zk.9.0/opam b/packages/tezos-endorser-008-PtEdo2Zk/tezos-endorser-008-PtEdo2Zk.9.0/opam new file mode 100644 index 000000000..5a65e46a1 --- /dev/null +++ b/packages/tezos-endorser-008-PtEdo2Zk/tezos-endorser-008-PtEdo2Zk.9.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-baking-008-PtEdo2Zk-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/bin_endorser/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: endorser binary" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-endorser-008-PtEdo2Zk/tezos-endorser-008-PtEdo2Zk.9.1/opam b/packages/tezos-endorser-008-PtEdo2Zk/tezos-endorser-008-PtEdo2Zk.9.1/opam new file mode 100644 index 000000000..879900422 --- /dev/null +++ b/packages/tezos-endorser-008-PtEdo2Zk/tezos-endorser-008-PtEdo2Zk.9.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-baking-008-PtEdo2Zk-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/bin_endorser/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: endorser binary" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-endorser-008-PtEdo2Zk/tezos-endorser-008-PtEdo2Zk.9.2/opam b/packages/tezos-endorser-008-PtEdo2Zk/tezos-endorser-008-PtEdo2Zk.9.2/opam new file mode 100644 index 000000000..0fbf85b87 --- /dev/null +++ b/packages/tezos-endorser-008-PtEdo2Zk/tezos-endorser-008-PtEdo2Zk.9.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-baking-008-PtEdo2Zk-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/bin_endorser/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: endorser binary" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-endorser-008-PtEdo2Zk/tezos-endorser-008-PtEdo2Zk.9.3/opam b/packages/tezos-endorser-008-PtEdo2Zk/tezos-endorser-008-PtEdo2Zk.9.3/opam new file mode 100644 index 000000000..4212e1c15 --- /dev/null +++ b/packages/tezos-endorser-008-PtEdo2Zk/tezos-endorser-008-PtEdo2Zk.9.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-baking-008-PtEdo2Zk-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/bin_endorser/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: endorser binary" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-endorser-008-PtEdo2Zk/tezos-endorser-008-PtEdo2Zk.9.4/opam b/packages/tezos-endorser-008-PtEdo2Zk/tezos-endorser-008-PtEdo2Zk.9.4/opam new file mode 100644 index 000000000..d9a3c1496 --- /dev/null +++ b/packages/tezos-endorser-008-PtEdo2Zk/tezos-endorser-008-PtEdo2Zk.9.4/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-baking-008-PtEdo2Zk-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/bin_endorser/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: endorser binary" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-endorser-008-PtEdo2Zk/tezos-endorser-008-PtEdo2Zk.9.7/opam b/packages/tezos-endorser-008-PtEdo2Zk/tezos-endorser-008-PtEdo2Zk.9.7/opam new file mode 100644 index 000000000..c9805a9ed --- /dev/null +++ b/packages/tezos-endorser-008-PtEdo2Zk/tezos-endorser-008-PtEdo2Zk.9.7/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-baking-008-PtEdo2Zk-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/bin_endorser/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: endorser binary" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-endorser-008-PtEdoTez/tezos-endorser-008-PtEdoTez.8.0/opam b/packages/tezos-endorser-008-PtEdoTez/tezos-endorser-008-PtEdoTez.8.0/opam new file mode 100644 index 000000000..65ad5f506 --- /dev/null +++ b/packages/tezos-endorser-008-PtEdoTez/tezos-endorser-008-PtEdoTez.8.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-baking-008-PtEdoTez-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdoTez/bin_endorser/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: endorser binary" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-endorser-008-PtEdoTez/tezos-endorser-008-PtEdoTez.8.1/opam b/packages/tezos-endorser-008-PtEdoTez/tezos-endorser-008-PtEdoTez.8.1/opam new file mode 100644 index 000000000..16a2a0a66 --- /dev/null +++ b/packages/tezos-endorser-008-PtEdoTez/tezos-endorser-008-PtEdoTez.8.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-baking-008-PtEdoTez-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdoTez/bin_endorser/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: endorser binary" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-endorser-009-PsFLoren/tezos-endorser-009-PsFLoren.10.2/opam b/packages/tezos-endorser-009-PsFLoren/tezos-endorser-009-PsFLoren.10.2/opam new file mode 100644 index 000000000..7a119bb16 --- /dev/null +++ b/packages/tezos-endorser-009-PsFLoren/tezos-endorser-009-PsFLoren.10.2/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-client-009-PsFLoren" { = version } + "tezos-client-commands" { = version } + "tezos-baking-009-PsFLoren-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/bin_endorser/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: endorser binary" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-endorser-009-PsFLoren/tezos-endorser-009-PsFLoren.9.0/opam b/packages/tezos-endorser-009-PsFLoren/tezos-endorser-009-PsFLoren.9.0/opam new file mode 100644 index 000000000..a6342fc14 --- /dev/null +++ b/packages/tezos-endorser-009-PsFLoren/tezos-endorser-009-PsFLoren.9.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-baking-009-PsFLoren-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/bin_endorser/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: endorser binary" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-endorser-009-PsFLoren/tezos-endorser-009-PsFLoren.9.1/opam b/packages/tezos-endorser-009-PsFLoren/tezos-endorser-009-PsFLoren.9.1/opam new file mode 100644 index 000000000..1b66e0c55 --- /dev/null +++ b/packages/tezos-endorser-009-PsFLoren/tezos-endorser-009-PsFLoren.9.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-baking-009-PsFLoren-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/bin_endorser/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: endorser binary" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-endorser-009-PsFLoren/tezos-endorser-009-PsFLoren.9.2/opam b/packages/tezos-endorser-009-PsFLoren/tezos-endorser-009-PsFLoren.9.2/opam new file mode 100644 index 000000000..c959a064e --- /dev/null +++ b/packages/tezos-endorser-009-PsFLoren/tezos-endorser-009-PsFLoren.9.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-baking-009-PsFLoren-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/bin_endorser/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: endorser binary" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-endorser-009-PsFLoren/tezos-endorser-009-PsFLoren.9.3/opam b/packages/tezos-endorser-009-PsFLoren/tezos-endorser-009-PsFLoren.9.3/opam new file mode 100644 index 000000000..a033df253 --- /dev/null +++ b/packages/tezos-endorser-009-PsFLoren/tezos-endorser-009-PsFLoren.9.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-baking-009-PsFLoren-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/bin_endorser/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: endorser binary" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-endorser-009-PsFLoren/tezos-endorser-009-PsFLoren.9.4/opam b/packages/tezos-endorser-009-PsFLoren/tezos-endorser-009-PsFLoren.9.4/opam new file mode 100644 index 000000000..dd14e370d --- /dev/null +++ b/packages/tezos-endorser-009-PsFLoren/tezos-endorser-009-PsFLoren.9.4/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-baking-009-PsFLoren-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/bin_endorser/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: endorser binary" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-endorser-009-PsFLoren/tezos-endorser-009-PsFLoren.9.7/opam b/packages/tezos-endorser-009-PsFLoren/tezos-endorser-009-PsFLoren.9.7/opam new file mode 100644 index 000000000..3447732b8 --- /dev/null +++ b/packages/tezos-endorser-009-PsFLoren/tezos-endorser-009-PsFLoren.9.7/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-baking-009-PsFLoren-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/bin_endorser/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: endorser binary" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-endorser-010-PtGRANAD/tezos-endorser-010-PtGRANAD.10.2/opam b/packages/tezos-endorser-010-PtGRANAD/tezos-endorser-010-PtGRANAD.10.2/opam new file mode 100644 index 000000000..7598a9186 --- /dev/null +++ b/packages/tezos-endorser-010-PtGRANAD/tezos-endorser-010-PtGRANAD.10.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-baking-010-PtGRANAD-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/bin_endorser/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: endorser binary" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-endorser-010-PtGRANAD/tezos-endorser-010-PtGRANAD.11.0/opam b/packages/tezos-endorser-010-PtGRANAD/tezos-endorser-010-PtGRANAD.11.0/opam new file mode 100644 index 000000000..32e71b10b --- /dev/null +++ b/packages/tezos-endorser-010-PtGRANAD/tezos-endorser-010-PtGRANAD.11.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-baking-010-PtGRANAD-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/bin_endorser/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: endorser binary" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-endorser-010-PtGRANAD/tezos-endorser-010-PtGRANAD.9.2/opam b/packages/tezos-endorser-010-PtGRANAD/tezos-endorser-010-PtGRANAD.9.2/opam new file mode 100644 index 000000000..3ac42b8e9 --- /dev/null +++ b/packages/tezos-endorser-010-PtGRANAD/tezos-endorser-010-PtGRANAD.9.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-baking-010-PtGRANAD-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/bin_endorser/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: endorser binary" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-endorser-010-PtGRANAD/tezos-endorser-010-PtGRANAD.9.3/opam b/packages/tezos-endorser-010-PtGRANAD/tezos-endorser-010-PtGRANAD.9.3/opam new file mode 100644 index 000000000..1af33d174 --- /dev/null +++ b/packages/tezos-endorser-010-PtGRANAD/tezos-endorser-010-PtGRANAD.9.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-baking-010-PtGRANAD-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/bin_endorser/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: endorser binary" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-endorser-010-PtGRANAD/tezos-endorser-010-PtGRANAD.9.4/opam b/packages/tezos-endorser-010-PtGRANAD/tezos-endorser-010-PtGRANAD.9.4/opam new file mode 100644 index 000000000..3dfd17e1b --- /dev/null +++ b/packages/tezos-endorser-010-PtGRANAD/tezos-endorser-010-PtGRANAD.9.4/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-baking-010-PtGRANAD-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/bin_endorser/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: endorser binary" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-endorser-010-PtGRANAD/tezos-endorser-010-PtGRANAD.9.7/opam b/packages/tezos-endorser-010-PtGRANAD/tezos-endorser-010-PtGRANAD.9.7/opam new file mode 100644 index 000000000..c2dcdc07b --- /dev/null +++ b/packages/tezos-endorser-010-PtGRANAD/tezos-endorser-010-PtGRANAD.9.7/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-baking-010-PtGRANAD-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/bin_endorser/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: endorser binary" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-endorser-011-PtHangz2/tezos-endorser-011-PtHangz2.11.0/opam b/packages/tezos-endorser-011-PtHangz2/tezos-endorser-011-PtHangz2.11.0/opam new file mode 100644 index 000000000..c3a80d975 --- /dev/null +++ b/packages/tezos-endorser-011-PtHangz2/tezos-endorser-011-PtHangz2.11.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-baking-011-PtHangz2-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_011_PtHangz2/bin_endorser/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: endorser binary" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-endorser-011-PtHangz2/tezos-endorser-011-PtHangz2.11.1/opam b/packages/tezos-endorser-011-PtHangz2/tezos-endorser-011-PtHangz2.11.1/opam new file mode 100644 index 000000000..00a1b0caa --- /dev/null +++ b/packages/tezos-endorser-011-PtHangz2/tezos-endorser-011-PtHangz2.11.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-baking-011-PtHangz2-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_011_PtHangz2/bin_endorser/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: endorser binary" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-endorser-011-PtHangz2/tezos-endorser-011-PtHangz2.12.0/opam b/packages/tezos-endorser-011-PtHangz2/tezos-endorser-011-PtHangz2.12.0/opam new file mode 100644 index 000000000..80dc094ee --- /dev/null +++ b/packages/tezos-endorser-011-PtHangz2/tezos-endorser-011-PtHangz2.12.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-baking-011-PtHangz2-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_011_PtHangz2/bin_endorser/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: endorser binary" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-endorser-011-PtHangz2/tezos-endorser-011-PtHangz2.12.3/opam b/packages/tezos-endorser-011-PtHangz2/tezos-endorser-011-PtHangz2.12.3/opam new file mode 100644 index 000000000..bd9d02028 --- /dev/null +++ b/packages/tezos-endorser-011-PtHangz2/tezos-endorser-011-PtHangz2.12.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-baking-011-PtHangz2-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_011_PtHangz2/bin_endorser/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: endorser binary" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-endorser-alpha/tezos-endorser-alpha.10.2/opam b/packages/tezos-endorser-alpha/tezos-endorser-alpha.10.2/opam new file mode 100644 index 000000000..9108005c9 --- /dev/null +++ b/packages/tezos-endorser-alpha/tezos-endorser-alpha.10.2/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-client-alpha" { = version } + "tezos-client-commands" { = version } + "tezos-baking-alpha-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/bin_endorser/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: endorser binary" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-endorser-alpha/tezos-endorser-alpha.11.0/opam b/packages/tezos-endorser-alpha/tezos-endorser-alpha.11.0/opam new file mode 100644 index 000000000..ba0c2de95 --- /dev/null +++ b/packages/tezos-endorser-alpha/tezos-endorser-alpha.11.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-baking-alpha-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/bin_endorser/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: endorser binary" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-endorser-alpha/tezos-endorser-alpha.11.1/opam b/packages/tezos-endorser-alpha/tezos-endorser-alpha.11.1/opam new file mode 100644 index 000000000..4a37d753e --- /dev/null +++ b/packages/tezos-endorser-alpha/tezos-endorser-alpha.11.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-baking-alpha-commands" { = version } + "tezos-client-base-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/bin_endorser/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: endorser binary" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-error-monad/tezos-error-monad.11.0/opam b/packages/tezos-error-monad/tezos-error-monad.11.0/opam new file mode 100644 index 000000000..ece49c54a --- /dev/null +++ b/packages/tezos-error-monad/tezos-error-monad.11.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-stdlib" { = version } + "data-encoding" { >= "0.4" & < "0.5" } + "lwt-canceler" {= "0.3"} + "tezos-lwt-result-stdlib" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_error_monad/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: error monad" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-error-monad/tezos-error-monad.11.1/opam b/packages/tezos-error-monad/tezos-error-monad.11.1/opam new file mode 100644 index 000000000..56949378e --- /dev/null +++ b/packages/tezos-error-monad/tezos-error-monad.11.1/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-stdlib" { = version } + "data-encoding" { >= "0.4" & < "0.5" } + "lwt-canceler" {= "0.3"} + "tezos-lwt-result-stdlib" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_error_monad/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: error monad" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-error-monad/tezos-error-monad.12.0/opam b/packages/tezos-error-monad/tezos-error-monad.12.0/opam new file mode 100644 index 000000000..a4ca0d5d7 --- /dev/null +++ b/packages/tezos-error-monad/tezos-error-monad.12.0/opam @@ -0,0 +1,37 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-stdlib" { = version } + "data-encoding" { >= "0.4" & < "0.5" } + "lwt-canceler" {= "0.3"} + "tezos-lwt-result-stdlib" { = version } + "alcotest" {with-test & >= "1.5.0" & <= "1.8.0"} +] +conflicts: [ + "result" {< "1.5"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_error_monad/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: error monad" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-error-monad/tezos-error-monad.13.0/opam b/packages/tezos-error-monad/tezos-error-monad.13.0/opam new file mode 100644 index 000000000..b80d0372e --- /dev/null +++ b/packages/tezos-error-monad/tezos-error-monad.13.0/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "ocaml" { >= "4.07" } + "tezos-stdlib" { = version } + "data-encoding" { >= "0.5.3" & < "0.6" } + "lwt-canceler" {= "0.3"} + "lwt" {>= "5.4.0" & <= "5.9.0"} + "tezos-lwt-result-stdlib" { = version } + "alcotest" {with-test & >= "1.5.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_error_monad/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: error monad" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-error-monad/tezos-error-monad.14.0/opam b/packages/tezos-error-monad/tezos-error-monad.14.0/opam new file mode 100644 index 000000000..42aabe5cc --- /dev/null +++ b/packages/tezos-error-monad/tezos-error-monad.14.0/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.07" } + "tezos-stdlib" { = version } + "data-encoding" { >= "0.6" & < "0.7" } + "lwt-canceler" {= "0.3"} + "lwt" {>= "5.4.0" & <= "5.9.0"} + "tezos-lwt-result-stdlib" { = version } + "alcotest" {with-test & >= "1.5.0" & <= "1.8.0"} +] +conflicts: [ "result" { < "1.5" } ] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: error monad" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-error-monad/tezos-error-monad.15.0/opam b/packages/tezos-error-monad/tezos-error-monad.15.0/opam new file mode 100644 index 000000000..3ed549921 --- /dev/null +++ b/packages/tezos-error-monad/tezos-error-monad.15.0/opam @@ -0,0 +1,37 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.07" } + "data-encoding" { >= "0.6" & < "0.7" } + "alcotest" {with-test & >= "1.5.0" & <= "1.8.0"} + "tezos-stdlib" { = version } + "lwt-canceler" {= "0.3"} + "lwt" {>= "5.6.0" & <= "5.9.0"} + "tezos-lwt-result-stdlib" { = version } +] +conflicts: [ + "result" { < "1.5" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: error monad" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-error-monad/tezos-error-monad.15.1/opam b/packages/tezos-error-monad/tezos-error-monad.15.1/opam new file mode 100644 index 000000000..45a06a8a1 --- /dev/null +++ b/packages/tezos-error-monad/tezos-error-monad.15.1/opam @@ -0,0 +1,37 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.07" } + "tezos-stdlib" { = version } + "data-encoding" { >= "0.6" & < "0.7" } + "lwt-canceler" {= "0.3"} + "lwt" {>= "5.6.0" & <= "5.9.0"} + "tezos-lwt-result-stdlib" { = version } + "alcotest" {with-test & >= "1.5.0" & <= "1.8.0"} +] +conflicts: [ + "result" { < "1.5" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: error monad" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-error-monad/tezos-error-monad.17.1/opam b/packages/tezos-error-monad/tezos-error-monad.17.1/opam new file mode 100644 index 000000000..de141aec7 --- /dev/null +++ b/packages/tezos-error-monad/tezos-error-monad.17.1/opam @@ -0,0 +1,38 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-stdlib" { = version } + "data-encoding" { >= "0.7.1" & < "1.0.0" } + "lwt-canceler" {= "0.3"} + "lwt" {>= "5.6.0" & <= "5.9.0"} + "tezos-lwt-result-stdlib" { = version } + "tezt" {with-test & >= "3.1.0" & <= "4.1.0"} + "octez-alcotezt" { with-test & = version } +] +conflicts: [ + "result" { < "1.5" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] { with-test & ocaml:native } +] +synopsis: "Tezos: error monad" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-error-monad/tezos-error-monad.17.2/opam b/packages/tezos-error-monad/tezos-error-monad.17.2/opam new file mode 100644 index 000000000..ae6a26575 --- /dev/null +++ b/packages/tezos-error-monad/tezos-error-monad.17.2/opam @@ -0,0 +1,38 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-stdlib" { = version } + "data-encoding" { >= "0.7.1" & < "1.0.0" } + "lwt-canceler" {= "0.3"} + "lwt" {>= "5.6.0" & <= "5.9.0"} + "tezos-lwt-result-stdlib" { = version } + "tezt" {with-test & >= "3.1.0" & <= "4.1.0"} + "octez-alcotezt" { with-test & = version } +] +conflicts: [ + "result" { < "1.5" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] { with-test & ocaml:native } +] +synopsis: "Tezos: error monad" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-error-monad/tezos-error-monad.7.0/opam b/packages/tezos-error-monad/tezos-error-monad.7.0/opam new file mode 100644 index 000000000..8565b0de3 --- /dev/null +++ b/packages/tezos-error-monad/tezos-error-monad.7.0/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-stdlib" { = version } + "data-encoding" { >= "0.2" & < "0.3" } + "lwt-canceler" { >= "0.2" & < "0.3" } + "alcotest-lwt" { with-test & = "0.8.5" } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_error_monad/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: error monad" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.0.tar.bz2" + checksum: [ + "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91" + "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-error-monad/tezos-error-monad.7.1/opam b/packages/tezos-error-monad/tezos-error-monad.7.1/opam new file mode 100644 index 000000000..5d2f52239 --- /dev/null +++ b/packages/tezos-error-monad/tezos-error-monad.7.1/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-stdlib" { = version } + "data-encoding" { >= "0.2" & < "0.3" } + "lwt-canceler" { >= "0.2" & < "0.3" } + "alcotest-lwt" { with-test & = "0.8.5" } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_error_monad/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: error monad" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.1.tar.bz2" + checksum: [ + "sha256=3675d856c4b818da7f5de0b85b86a48d3883f1210cfef28ef3233a047e74bed6" + "sha512=d6abdef9a6643b2ffe8141ecc625dcc2a939131e2e5cc158c74aba8c403bd4072b7fc403ccfa6d766696604ad112495dd9db1ece8a3ae5a4693071dfdffcbda5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-error-monad/tezos-error-monad.7.2/opam b/packages/tezos-error-monad/tezos-error-monad.7.2/opam new file mode 100644 index 000000000..f62787e2d --- /dev/null +++ b/packages/tezos-error-monad/tezos-error-monad.7.2/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-stdlib" { = version } + "data-encoding" { >= "0.2" & < "0.3" } + "lwt-canceler" { >= "0.2" & < "0.3" } + "alcotest-lwt" { with-test & = "0.8.5" } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_error_monad/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: error monad" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.2.tar.bz2" + checksum: [ + "sha256=abb52ad63345943d20f3edc4c3507474af94c001c8bf58138f47341942036cec" + "sha512=c823ca801cbc4005f5fc6ea5236d93569410c034da3ed32939ef64a0f2c19a34444fac12e13c72e5a1e15a401b655e58ffdbbb66ce0516e5968f621677b96117" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-error-monad/tezos-error-monad.7.3/opam b/packages/tezos-error-monad/tezos-error-monad.7.3/opam new file mode 100644 index 000000000..8f108eae9 --- /dev/null +++ b/packages/tezos-error-monad/tezos-error-monad.7.3/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-stdlib" { = version } + "data-encoding" { >= "0.2" & < "0.3" } + "lwt-canceler" { >= "0.2" & < "0.3" } + "alcotest-lwt" { with-test & = "0.8.5" } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_error_monad/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: error monad" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.3.tar.bz2" + checksum: [ + "sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" + "sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-error-monad/tezos-error-monad.7.4/opam b/packages/tezos-error-monad/tezos-error-monad.7.4/opam new file mode 100644 index 000000000..d4548d197 --- /dev/null +++ b/packages/tezos-error-monad/tezos-error-monad.7.4/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-stdlib" { = version } + "data-encoding" { >= "0.2" & < "0.3" } + "lwt-canceler" { >= "0.2" & < "0.3" } + "alcotest-lwt" { with-test & = "0.8.5" } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_error_monad/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: error monad" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-error-monad/tezos-error-monad.8.0/opam b/packages/tezos-error-monad/tezos-error-monad.8.0/opam new file mode 100644 index 000000000..1d3be1e6e --- /dev/null +++ b/packages/tezos-error-monad/tezos-error-monad.8.0/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-stdlib" { = version } + "data-encoding" { >= "0.2" & < "0.3" } + "lwt-canceler" { >= "0.2" & < "0.3" } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "lwt" {>= "5.1.0" & <= "5.9.0"} +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_error_monad/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: error monad" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-error-monad/tezos-error-monad.8.1/opam b/packages/tezos-error-monad/tezos-error-monad.8.1/opam new file mode 100644 index 000000000..50759a715 --- /dev/null +++ b/packages/tezos-error-monad/tezos-error-monad.8.1/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-stdlib" { = version } + "data-encoding" { >= "0.2" & < "0.3" } + "lwt-canceler" { >= "0.2" & < "0.3" } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "lwt" {>= "5.1.0" & <= "5.9.0"} +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_error_monad/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: error monad" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-error-monad/tezos-error-monad.8.2/opam b/packages/tezos-error-monad/tezos-error-monad.8.2/opam new file mode 100644 index 000000000..b05506ab3 --- /dev/null +++ b/packages/tezos-error-monad/tezos-error-monad.8.2/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-stdlib" { = version } + "data-encoding" { >= "0.2" & < "0.3" } + "lwt-canceler" { >= "0.2" & < "0.3" } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "lwt" {>= "5.1.0" & <= "5.9.0"} +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_error_monad/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: error monad" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-error-monad/tezos-error-monad.8.3/opam b/packages/tezos-error-monad/tezos-error-monad.8.3/opam new file mode 100644 index 000000000..03fb77799 --- /dev/null +++ b/packages/tezos-error-monad/tezos-error-monad.8.3/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-stdlib" { = version } + "data-encoding" { >= "0.2" & < "0.3" } + "lwt-canceler" { >= "0.2" & < "0.3" } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "lwt" {>= "5.1.0" & <= "5.9.0"} +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_error_monad/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: error monad" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-error-monad/tezos-error-monad.9.0/opam b/packages/tezos-error-monad/tezos-error-monad.9.0/opam new file mode 100644 index 000000000..abbc62129 --- /dev/null +++ b/packages/tezos-error-monad/tezos-error-monad.9.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-stdlib" { = version } + "data-encoding" { >= "0.3" & < "0.4" } + "lwt-canceler" {= "0.3"} + "tezos-lwt-result-stdlib" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_error_monad/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: error monad" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-error-monad/tezos-error-monad.9.1/opam b/packages/tezos-error-monad/tezos-error-monad.9.1/opam new file mode 100644 index 000000000..1a68ed3fa --- /dev/null +++ b/packages/tezos-error-monad/tezos-error-monad.9.1/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-stdlib" { = version } + "data-encoding" { >= "0.3" & < "0.4" } + "lwt-canceler" {= "0.3"} + "tezos-lwt-result-stdlib" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_error_monad/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: error monad" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-error-monad/tezos-error-monad.9.2/opam b/packages/tezos-error-monad/tezos-error-monad.9.2/opam new file mode 100644 index 000000000..416484a64 --- /dev/null +++ b/packages/tezos-error-monad/tezos-error-monad.9.2/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-stdlib" { = version } + "data-encoding" { >= "0.3" & < "0.4" } + "lwt-canceler" {= "0.3"} + "tezos-lwt-result-stdlib" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_error_monad/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: error monad" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-error-monad/tezos-error-monad.9.3/opam b/packages/tezos-error-monad/tezos-error-monad.9.3/opam new file mode 100644 index 000000000..72cf64847 --- /dev/null +++ b/packages/tezos-error-monad/tezos-error-monad.9.3/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-stdlib" { = version } + "data-encoding" { >= "0.3" & < "0.4" } + "lwt-canceler" {= "0.3"} + "tezos-lwt-result-stdlib" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_error_monad/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: error monad" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-error-monad/tezos-error-monad.9.4/opam b/packages/tezos-error-monad/tezos-error-monad.9.4/opam new file mode 100644 index 000000000..076d62417 --- /dev/null +++ b/packages/tezos-error-monad/tezos-error-monad.9.4/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-stdlib" { = version } + "data-encoding" { >= "0.3" & < "0.4" } + "lwt-canceler" {= "0.3"} + "tezos-lwt-result-stdlib" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_error_monad/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: error monad" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-error-monad/tezos-error-monad.9.7/opam b/packages/tezos-error-monad/tezos-error-monad.9.7/opam new file mode 100644 index 000000000..d3eb4c4ed --- /dev/null +++ b/packages/tezos-error-monad/tezos-error-monad.9.7/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-stdlib" { = version } + "data-encoding" { >= "0.3" & < "0.4" } + "lwt-canceler" {= "0.3"} + "tezos-lwt-result-stdlib" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_error_monad/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: error monad" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-event-logging-test-helpers/tezos-event-logging-test-helpers.11.0/opam b/packages/tezos-event-logging-test-helpers/tezos-event-logging-test-helpers.11.0/opam new file mode 100644 index 000000000..e4dd6fc16 --- /dev/null +++ b/packages/tezos-event-logging-test-helpers/tezos-event-logging-test-helpers.11.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-event-logging" { = version } + "tezos-test-helpers" { = version } + "alcotest" {>= "1.5.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_event_logging/test_helpers/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: test helpers for the event logging library" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-event-logging-test-helpers/tezos-event-logging-test-helpers.11.1/opam b/packages/tezos-event-logging-test-helpers/tezos-event-logging-test-helpers.11.1/opam new file mode 100644 index 000000000..f63b0e7ce --- /dev/null +++ b/packages/tezos-event-logging-test-helpers/tezos-event-logging-test-helpers.11.1/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-event-logging" { = version } + "tezos-test-helpers" { = version } + "alcotest" {>= "1.5.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_event_logging/test_helpers/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: test helpers for the event logging library" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-event-logging-test-helpers/tezos-event-logging-test-helpers.12.0/opam b/packages/tezos-event-logging-test-helpers/tezos-event-logging-test-helpers.12.0/opam new file mode 100644 index 000000000..4c7c5ab2a --- /dev/null +++ b/packages/tezos-event-logging-test-helpers/tezos-event-logging-test-helpers.12.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-event-logging" { = version } + "tezos-test-helpers" { = version } + "alcotest" {>= "1.5.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_event_logging/test_helpers/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: test helpers for the event logging library" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-event-logging-test-helpers/tezos-event-logging-test-helpers.13.0/opam b/packages/tezos-event-logging-test-helpers/tezos-event-logging-test-helpers.13.0/opam new file mode 100644 index 000000000..429f886dc --- /dev/null +++ b/packages/tezos-event-logging-test-helpers/tezos-event-logging-test-helpers.13.0/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-stdlib" { = version } + "tezos-lwt-result-stdlib" { = version } + "data-encoding" { >= "0.5.3" & < "0.6" } + "tezos-error-monad" { = version } + "tezos-event-logging" { = version } + "tezos-test-helpers" { = version } + "alcotest" {>= "1.5.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_event_logging/test_helpers/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: test helpers for the event logging library" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-event-logging-test-helpers/tezos-event-logging-test-helpers.14.0/opam b/packages/tezos-event-logging-test-helpers/tezos-event-logging-test-helpers.14.0/opam new file mode 100644 index 000000000..7fa29f574 --- /dev/null +++ b/packages/tezos-event-logging-test-helpers/tezos-event-logging-test-helpers.14.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-stdlib" { = version } + "tezos-lwt-result-stdlib" { = version } + "data-encoding" { >= "0.6" & < "0.7" } + "tezos-error-monad" { = version } + "tezos-event-logging" { = version } + "tezos-test-helpers" { = version } + "alcotest" {>= "1.5.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: test helpers for the event logging library" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-event-logging-test-helpers/tezos-event-logging-test-helpers.15.0/opam b/packages/tezos-event-logging-test-helpers/tezos-event-logging-test-helpers.15.0/opam new file mode 100644 index 000000000..4ebe293dd --- /dev/null +++ b/packages/tezos-event-logging-test-helpers/tezos-event-logging-test-helpers.15.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-stdlib" { = version } + "tezos-lwt-result-stdlib" { = version } + "data-encoding" { >= "0.6" & < "0.7" } + "tezos-error-monad" { = version } + "tezos-event-logging" { = version } + "tezos-test-helpers" { = version } + "alcotest" {>= "1.5.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: test helpers for the event logging library" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-event-logging-test-helpers/tezos-event-logging-test-helpers.15.1/opam b/packages/tezos-event-logging-test-helpers/tezos-event-logging-test-helpers.15.1/opam new file mode 100644 index 000000000..a878e670a --- /dev/null +++ b/packages/tezos-event-logging-test-helpers/tezos-event-logging-test-helpers.15.1/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-stdlib" { = version } + "tezos-lwt-result-stdlib" { = version } + "data-encoding" { >= "0.6" & < "0.7" } + "tezos-error-monad" { = version } + "tezos-event-logging" { = version } + "tezos-test-helpers" { = version } + "alcotest" {>= "1.5.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: test helpers for the event logging library" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-event-logging-test-helpers/tezos-event-logging-test-helpers.17.1/opam b/packages/tezos-event-logging-test-helpers/tezos-event-logging-test-helpers.17.1/opam new file mode 100644 index 000000000..349966d8a --- /dev/null +++ b/packages/tezos-event-logging-test-helpers/tezos-event-logging-test-helpers.17.1/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-stdlib" { = version } + "tezos-lwt-result-stdlib" { = version } + "data-encoding" { >= "0.7.1" & < "1.0.0" } + "tezos-error-monad" { = version } + "tezos-event-logging" { = version } + "tezos-test-helpers" { = version } + "octez-alcotezt" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: test helpers for the event logging library" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-event-logging-test-helpers/tezos-event-logging-test-helpers.17.2/opam b/packages/tezos-event-logging-test-helpers/tezos-event-logging-test-helpers.17.2/opam new file mode 100644 index 000000000..5a36dc55b --- /dev/null +++ b/packages/tezos-event-logging-test-helpers/tezos-event-logging-test-helpers.17.2/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-stdlib" { = version } + "tezos-lwt-result-stdlib" { = version } + "data-encoding" { >= "0.7.1" & < "1.0.0" } + "tezos-error-monad" { = version } + "tezos-event-logging" { = version } + "tezos-test-helpers" { = version } + "octez-alcotezt" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: test helpers for the event logging library" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-event-logging/tezos-event-logging.11.0/opam b/packages/tezos-event-logging/tezos-event-logging.11.0/opam new file mode 100644 index 000000000..5ee1ce659 --- /dev/null +++ b/packages/tezos-event-logging/tezos-event-logging.11.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-error-monad" { = version } + "lwt_log" {<= "1.1.2"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_event_logging/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos event logging library" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-event-logging/tezos-event-logging.11.1/opam b/packages/tezos-event-logging/tezos-event-logging.11.1/opam new file mode 100644 index 000000000..b71740868 --- /dev/null +++ b/packages/tezos-event-logging/tezos-event-logging.11.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-error-monad" { = version } + "lwt_log" {<= "1.1.2"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_event_logging/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos event logging library" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-event-logging/tezos-event-logging.12.0/opam b/packages/tezos-event-logging/tezos-event-logging.12.0/opam new file mode 100644 index 000000000..d0b3bd615 --- /dev/null +++ b/packages/tezos-event-logging/tezos-event-logging.12.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-error-monad" { = version } + "lwt_log" {<= "1.1.2"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_event_logging/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos event logging library" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-event-logging/tezos-event-logging.13.0/opam b/packages/tezos-event-logging/tezos-event-logging.13.0/opam new file mode 100644 index 000000000..7c72bc0d9 --- /dev/null +++ b/packages/tezos-event-logging/tezos-event-logging.13.0/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-stdlib" { = version } + "data-encoding" { >= "0.5.3" & < "0.6" } + "tezos-error-monad" { = version } + "tezos-lwt-result-stdlib" { = version } + "lwt_log" {<= "1.1.2"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_event_logging/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos event logging library" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-event-logging/tezos-event-logging.14.0/opam b/packages/tezos-event-logging/tezos-event-logging.14.0/opam new file mode 100644 index 000000000..62d761a06 --- /dev/null +++ b/packages/tezos-event-logging/tezos-event-logging.14.0/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-stdlib" { = version } + "data-encoding" { >= "0.6" & < "0.7" } + "tezos-error-monad" { = version } + "tezos-lwt-result-stdlib" { = version } + "lwt_log" {<= "1.1.2"} + "uri" {>= "2.2.0" & <= "4.4.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos event logging library" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-event-logging/tezos-event-logging.15.0/opam b/packages/tezos-event-logging/tezos-event-logging.15.0/opam new file mode 100644 index 000000000..ca1aefd79 --- /dev/null +++ b/packages/tezos-event-logging/tezos-event-logging.15.0/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-stdlib" { = version } + "data-encoding" { >= "0.6" & < "0.7" } + "tezos-error-monad" { = version } + "tezos-lwt-result-stdlib" { = version } + "lwt_log" {<= "1.1.2"} + "uri" {>= "2.2.0" & <= "4.4.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos event logging library" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-event-logging/tezos-event-logging.15.1/opam b/packages/tezos-event-logging/tezos-event-logging.15.1/opam new file mode 100644 index 000000000..c1cf92232 --- /dev/null +++ b/packages/tezos-event-logging/tezos-event-logging.15.1/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-stdlib" { = version } + "data-encoding" { >= "0.6" & < "0.7" } + "tezos-error-monad" { = version } + "tezos-lwt-result-stdlib" { = version } + "lwt_log" {<= "1.1.2"} + "uri" {>= "2.2.0" & <= "4.4.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos event logging library" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-event-logging/tezos-event-logging.17.1/opam b/packages/tezos-event-logging/tezos-event-logging.17.1/opam new file mode 100644 index 000000000..dcac9b23d --- /dev/null +++ b/packages/tezos-event-logging/tezos-event-logging.17.1/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-stdlib" { = version } + "data-encoding" { >= "0.7.1" & < "1.0.0" } + "tezos-error-monad" { = version } + "tezos-lwt-result-stdlib" { = version } + "lwt_log" {<= "1.1.2"} + "uri" {>= "3.1.0" & <= "4.4.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos event logging library" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-event-logging/tezos-event-logging.17.2/opam b/packages/tezos-event-logging/tezos-event-logging.17.2/opam new file mode 100644 index 000000000..18a2eeeff --- /dev/null +++ b/packages/tezos-event-logging/tezos-event-logging.17.2/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-stdlib" { = version } + "data-encoding" { >= "0.7.1" & < "1.0.0" } + "tezos-error-monad" { = version } + "tezos-lwt-result-stdlib" { = version } + "lwt_log" {<= "1.1.2"} + "uri" {>= "3.1.0" & <= "4.4.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos event logging library" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-event-logging/tezos-event-logging.7.0/opam b/packages/tezos-event-logging/tezos-event-logging.7.0/opam new file mode 100644 index 000000000..e716651dc --- /dev/null +++ b/packages/tezos-event-logging/tezos-event-logging.7.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-error-monad" { = version } + "lwt_log" {<= "1.1.2"} +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_event_logging/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos event logging library" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.0.tar.bz2" + checksum: [ + "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91" + "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-event-logging/tezos-event-logging.7.1/opam b/packages/tezos-event-logging/tezos-event-logging.7.1/opam new file mode 100644 index 000000000..19b7e6977 --- /dev/null +++ b/packages/tezos-event-logging/tezos-event-logging.7.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-error-monad" { = version } + "lwt_log" {<= "1.1.2"} +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_event_logging/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos event logging library" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.1.tar.bz2" + checksum: [ + "sha256=3675d856c4b818da7f5de0b85b86a48d3883f1210cfef28ef3233a047e74bed6" + "sha512=d6abdef9a6643b2ffe8141ecc625dcc2a939131e2e5cc158c74aba8c403bd4072b7fc403ccfa6d766696604ad112495dd9db1ece8a3ae5a4693071dfdffcbda5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-event-logging/tezos-event-logging.7.2/opam b/packages/tezos-event-logging/tezos-event-logging.7.2/opam new file mode 100644 index 000000000..880d7f4b5 --- /dev/null +++ b/packages/tezos-event-logging/tezos-event-logging.7.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-error-monad" { = version } + "lwt_log" {<= "1.1.2"} +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_event_logging/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos event logging library" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.2.tar.bz2" + checksum: [ + "sha256=abb52ad63345943d20f3edc4c3507474af94c001c8bf58138f47341942036cec" + "sha512=c823ca801cbc4005f5fc6ea5236d93569410c034da3ed32939ef64a0f2c19a34444fac12e13c72e5a1e15a401b655e58ffdbbb66ce0516e5968f621677b96117" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-event-logging/tezos-event-logging.7.3/opam b/packages/tezos-event-logging/tezos-event-logging.7.3/opam new file mode 100644 index 000000000..ab51b78e9 --- /dev/null +++ b/packages/tezos-event-logging/tezos-event-logging.7.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-error-monad" { = version } + "lwt_log" {<= "1.1.2"} +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_event_logging/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos event logging library" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.3.tar.bz2" + checksum: [ + "sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" + "sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-event-logging/tezos-event-logging.7.4/opam b/packages/tezos-event-logging/tezos-event-logging.7.4/opam new file mode 100644 index 000000000..ec424a33b --- /dev/null +++ b/packages/tezos-event-logging/tezos-event-logging.7.4/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-error-monad" { = version } + "lwt_log" {<= "1.1.2"} +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_event_logging/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos event logging library" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-event-logging/tezos-event-logging.8.0/opam b/packages/tezos-event-logging/tezos-event-logging.8.0/opam new file mode 100644 index 000000000..4ede293f3 --- /dev/null +++ b/packages/tezos-event-logging/tezos-event-logging.8.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-lwt-result-stdlib" { = version } + "lwt_log" {<= "1.1.2"} +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_event_logging/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos event logging library" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-event-logging/tezos-event-logging.8.1/opam b/packages/tezos-event-logging/tezos-event-logging.8.1/opam new file mode 100644 index 000000000..fb9587503 --- /dev/null +++ b/packages/tezos-event-logging/tezos-event-logging.8.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-lwt-result-stdlib" { = version } + "lwt_log" {<= "1.1.2"} +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_event_logging/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos event logging library" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-event-logging/tezos-event-logging.8.2/opam b/packages/tezos-event-logging/tezos-event-logging.8.2/opam new file mode 100644 index 000000000..a1e2eafcb --- /dev/null +++ b/packages/tezos-event-logging/tezos-event-logging.8.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-lwt-result-stdlib" { = version } + "lwt_log" {<= "1.1.2"} +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_event_logging/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos event logging library" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-event-logging/tezos-event-logging.8.3/opam b/packages/tezos-event-logging/tezos-event-logging.8.3/opam new file mode 100644 index 000000000..48ff2826a --- /dev/null +++ b/packages/tezos-event-logging/tezos-event-logging.8.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-lwt-result-stdlib" { = version } + "lwt_log" {<= "1.1.2"} +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_event_logging/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos event logging library" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-event-logging/tezos-event-logging.9.0/opam b/packages/tezos-event-logging/tezos-event-logging.9.0/opam new file mode 100644 index 000000000..1d6f7d808 --- /dev/null +++ b/packages/tezos-event-logging/tezos-event-logging.9.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "data-encoding" { >= "0.3" & < "0.4" } + "tezos-error-monad" { = version } + "lwt_log" {<= "1.1.2"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_event_logging/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos event logging library" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-event-logging/tezos-event-logging.9.1/opam b/packages/tezos-event-logging/tezos-event-logging.9.1/opam new file mode 100644 index 000000000..725a7acbf --- /dev/null +++ b/packages/tezos-event-logging/tezos-event-logging.9.1/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "data-encoding" { >= "0.3" & < "0.4" } + "tezos-error-monad" { = version } + "lwt_log" {<= "1.1.2"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_event_logging/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos event logging library" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-event-logging/tezos-event-logging.9.2/opam b/packages/tezos-event-logging/tezos-event-logging.9.2/opam new file mode 100644 index 000000000..fc1afe1a8 --- /dev/null +++ b/packages/tezos-event-logging/tezos-event-logging.9.2/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "data-encoding" { >= "0.3" & < "0.4" } + "tezos-error-monad" { = version } + "lwt_log" {<= "1.1.2"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_event_logging/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos event logging library" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-event-logging/tezos-event-logging.9.3/opam b/packages/tezos-event-logging/tezos-event-logging.9.3/opam new file mode 100644 index 000000000..a649c5ec2 --- /dev/null +++ b/packages/tezos-event-logging/tezos-event-logging.9.3/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "data-encoding" { >= "0.3" & < "0.4" } + "tezos-error-monad" { = version } + "lwt_log" {<= "1.1.2"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_event_logging/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos event logging library" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-event-logging/tezos-event-logging.9.4/opam b/packages/tezos-event-logging/tezos-event-logging.9.4/opam new file mode 100644 index 000000000..3ecc8e1ff --- /dev/null +++ b/packages/tezos-event-logging/tezos-event-logging.9.4/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "data-encoding" { >= "0.3" & < "0.4" } + "tezos-error-monad" { = version } + "lwt_log" {<= "1.1.2"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_event_logging/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos event logging library" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-event-logging/tezos-event-logging.9.7/opam b/packages/tezos-event-logging/tezos-event-logging.9.7/opam new file mode 100644 index 000000000..e5378a14f --- /dev/null +++ b/packages/tezos-event-logging/tezos-event-logging.9.7/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "data-encoding" { >= "0.3" & < "0.4" } + "tezos-error-monad" { = version } + "lwt_log" {<= "1.1.2"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_event_logging/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos event logging library" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-hacl-glue-unix/tezos-hacl-glue-unix.11.0/opam b/packages/tezos-hacl-glue-unix/tezos-hacl-glue-unix.11.0/opam new file mode 100644 index 000000000..0156dc425 --- /dev/null +++ b/packages/tezos-hacl-glue-unix/tezos-hacl-glue-unix.11.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.8.4" & <= "3.17.1"} + "tezos-hacl-glue" { = version } + "hacl-star" {>= "0.4.2" & < "0.5" & <= "0.3.0-1"} +] +conflicts: [ + "hacl_x25519" +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_hacl_glue/unix/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: thin layer of glue around hacl-star (unix implementation)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-hacl-glue-unix/tezos-hacl-glue-unix.11.1/opam b/packages/tezos-hacl-glue-unix/tezos-hacl-glue-unix.11.1/opam new file mode 100644 index 000000000..1295125d7 --- /dev/null +++ b/packages/tezos-hacl-glue-unix/tezos-hacl-glue-unix.11.1/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.8.4" & <= "3.17.1"} + "tezos-hacl-glue" { = version } + "hacl-star" {>= "0.4.2" & < "0.5" & <= "0.3.0-1"} +] +conflicts: [ + "hacl_x25519" +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_hacl_glue/unix/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: thin layer of glue around hacl-star (unix implementation)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-hacl-glue-unix/tezos-hacl-glue-unix.12.0/opam b/packages/tezos-hacl-glue-unix/tezos-hacl-glue-unix.12.0/opam new file mode 100644 index 000000000..54097eadf --- /dev/null +++ b/packages/tezos-hacl-glue-unix/tezos-hacl-glue-unix.12.0/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-hacl-glue" { = version } + "hacl-star" {>= "0.4.3" & < "0.5" & <= "0.3.0-1"} + "tezos-error-monad" { with-test & = version } + "tezos-test-helpers" { with-test & = version } +] +conflicts: [ + "hacl_x25519" +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_hacl_glue/unix/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: thin layer of glue around hacl-star (unix implementation)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-hacl-glue/tezos-hacl-glue.11.0/opam b/packages/tezos-hacl-glue/tezos-hacl-glue.11.0/opam new file mode 100644 index 000000000..5f738d2ae --- /dev/null +++ b/packages/tezos-hacl-glue/tezos-hacl-glue.11.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "ocaml" { >= "4.08.0" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_hacl_glue/virtual/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: thin layer of glue around hacl-star (virtual package)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-hacl-glue/tezos-hacl-glue.11.1/opam b/packages/tezos-hacl-glue/tezos-hacl-glue.11.1/opam new file mode 100644 index 000000000..9fcdeef97 --- /dev/null +++ b/packages/tezos-hacl-glue/tezos-hacl-glue.11.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "ocaml" { >= "4.08.0" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_hacl_glue/virtual/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: thin layer of glue around hacl-star (virtual package)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-hacl-glue/tezos-hacl-glue.12.0/opam b/packages/tezos-hacl-glue/tezos-hacl-glue.12.0/opam new file mode 100644 index 000000000..124d216b8 --- /dev/null +++ b/packages/tezos-hacl-glue/tezos-hacl-glue.12.0/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "ocaml" { >= "4.08.0" } +] +patches: [ "tests_in-packages.patch" ] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_hacl_glue/virtual/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: thin layer of glue around hacl-star (virtual package)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +extra-source "tests_in-packages.patch" { + src: + "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/tezos-hacl-glue/tests_in-packages.patch" + checksum: + "sha256=3edeb38abfd2db7d83beac274d4f0c0b6bab148ce7da6c418145414d453ff4e5" +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-hacl/tezos-hacl.13.0/opam b/packages/tezos-hacl/tezos-hacl.13.0/opam new file mode 100644 index 000000000..fd9a38305 --- /dev/null +++ b/packages/tezos-hacl/tezos-hacl.13.0/opam @@ -0,0 +1,44 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "ocaml" { >= "4.08" } + "hacl-star" {>= "0.4.2" & < "0.5" & <= "0.3.0-1"} + "hacl-star-raw" {<= "0.3.0-1"} + "ctypes_stubs_js" {= "0.1"} + "ctypes" {>= "0.18.0" & <= "0.23.0"} + "ezjsonm" {>= "1.1.0" & <= "1.3.0"} + "tezos-stdlib" { with-test & = version } + "tezos-error-monad" { with-test & = version } + "zarith" { with-test & >= "1.12" & < "1.13" } + "zarith_stubs_js" {with-test & <= "v0.17.0"} + "data-encoding" { with-test & >= "0.5.3" & < "0.6" } + "qcheck-alcotest" {with-test & >= "0.18" & <= "0.23"} + "tezos-test-helpers" { with-test & = version } +] +conflicts: [ + "hacl_x25519" +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_hacl/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: thin layer around hacl-star" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-hacl/tezos-hacl.14.0/opam b/packages/tezos-hacl/tezos-hacl.14.0/opam new file mode 100644 index 000000000..b63847db8 --- /dev/null +++ b/packages/tezos-hacl/tezos-hacl.14.0/opam @@ -0,0 +1,43 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.08" } + "hacl-star" {>= "0.4.2" & < "0.5" & <= "0.3.0-1"} + "hacl-star-raw" {<= "0.3.0-1"} + "ctypes_stubs_js" {= "0.1"} + "ctypes" {>= "0.18.0" & <= "0.23.0"} + "ezjsonm" {>= "1.1.0" & <= "1.3.0"} + "tezos-stdlib" { with-test & = version } + "tezos-error-monad" { with-test & = version } + "zarith" { with-test & >= "1.12" & < "1.13" } + "zarith_stubs_js" {with-test & <= "v0.17.0"} + "data-encoding" { with-test & >= "0.6" & < "0.7" } + "qcheck-alcotest" {with-test & >= "0.18" & <= "0.23"} + "tezos-test-helpers" { with-test & = version } +] +conflicts: [ + "hacl_x25519" +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: thin layer around hacl-star" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-hacl/tezos-hacl.15.0/opam b/packages/tezos-hacl/tezos-hacl.15.0/opam new file mode 100644 index 000000000..070bce002 --- /dev/null +++ b/packages/tezos-hacl/tezos-hacl.15.0/opam @@ -0,0 +1,43 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & < "3.11"} + "ocaml" { >= "4.14" } + "tezos-stdlib" { with-test & = version } + "tezos-error-monad" { with-test & = version } + "zarith" { with-test & >= "1.12" & < "1.13" } + "zarith_stubs_js" {with-test & <= "v0.17.0"} + "data-encoding" { with-test & >= "0.6" & < "0.7" } + "qcheck-alcotest" {with-test & >= "0.18" & <= "0.23"} + "tezos-test-helpers" { with-test & = version } + "ctypes" {>= "0.18.0" & <= "0.23.0"} + "hacl-star-raw" {<= "0.3.0-1"} + "ezjsonm" {>= "1.1.0" & <= "1.3.0"} + "hacl-star" {>= "0.4.2" & < "0.5" & <= "0.3.0-1"} + "ctypes_stubs_js" {= "0.1"} +] +conflicts: [ + "hacl_x25519" +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: thin layer around hacl-star" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-hacl/tezos-hacl.15.1/opam b/packages/tezos-hacl/tezos-hacl.15.1/opam new file mode 100644 index 000000000..2ecc90c0a --- /dev/null +++ b/packages/tezos-hacl/tezos-hacl.15.1/opam @@ -0,0 +1,43 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & < "3.11"} + "ocaml" { >= "4.14" } + "hacl-star" {>= "0.4.2" & < "0.5" & <= "0.3.0-1"} + "hacl-star-raw" {<= "0.3.0-1"} + "ctypes_stubs_js" {= "0.1"} + "ctypes" {>= "0.18.0" & <= "0.23.0"} + "ezjsonm" {>= "1.1.0" & <= "1.3.0"} + "tezos-stdlib" { with-test & = version } + "tezos-error-monad" { with-test & = version } + "zarith" { with-test & >= "1.12" & < "1.13" } + "zarith_stubs_js" {with-test & <= "v0.17.0"} + "data-encoding" { with-test & >= "0.6" & < "0.7" } + "qcheck-alcotest" {with-test & >= "0.18" & <= "0.23"} + "tezos-test-helpers" { with-test & = version } +] +conflicts: [ + "hacl_x25519" +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: thin layer around hacl-star" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-hacl/tezos-hacl.17.1/opam b/packages/tezos-hacl/tezos-hacl.17.1/opam new file mode 100644 index 000000000..a135550df --- /dev/null +++ b/packages/tezos-hacl/tezos-hacl.17.1/opam @@ -0,0 +1,46 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "hacl-star" {>= "0.7.0" & < "0.8" & <= "0.3.0-1"} + "hacl-star-raw" {<= "0.3.0-1"} + "ctypes_stubs_js" {= "0.1"} + "ctypes" {>= "0.18.0" & <= "0.23.0"} + "ezjsonm" {>= "1.1.0" & <= "1.3.0"} + "tezt" {with-test & >= "3.1.0" & <= "4.1.0"} + "tezos-stdlib" { with-test & = version } + "tezos-error-monad" { with-test & = version } + "tezos-lwt-result-stdlib" { with-test & = version } + "zarith" { with-test & >= "1.12" & < "1.13" } + "zarith_stubs_js" {with-test & <= "v0.17.0"} + "data-encoding" { with-test & >= "0.7.1" & < "1.0.0" } + "qcheck-alcotest" {with-test & >= "0.20" & <= "0.23"} + "octez-alcotezt" { with-test & = version } + "tezos-test-helpers" { with-test & = version } +] +conflicts: [ + "hacl_x25519" +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] { with-test & ocaml:native } +] +synopsis: "Tezos: thin layer around hacl-star" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-hacl/tezos-hacl.17.2/opam b/packages/tezos-hacl/tezos-hacl.17.2/opam new file mode 100644 index 000000000..024015aa6 --- /dev/null +++ b/packages/tezos-hacl/tezos-hacl.17.2/opam @@ -0,0 +1,46 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "hacl-star" {>= "0.7.0" & < "0.8" & <= "0.3.0-1"} + "hacl-star-raw" {<= "0.3.0-1"} + "ctypes_stubs_js" {= "0.1"} + "ctypes" {>= "0.18.0" & <= "0.23.0"} + "ezjsonm" {>= "1.1.0" & <= "1.3.0"} + "tezt" {with-test & >= "3.1.0" & <= "4.1.0"} + "tezos-stdlib" { with-test & = version } + "tezos-error-monad" { with-test & = version } + "tezos-lwt-result-stdlib" { with-test & = version } + "zarith" { with-test & >= "1.12" & < "1.13" } + "zarith_stubs_js" {with-test & <= "v0.17.0"} + "data-encoding" { with-test & >= "0.7.1" & < "1.0.0" } + "qcheck-alcotest" {with-test & >= "0.20" & <= "0.23"} + "octez-alcotezt" { with-test & = version } + "tezos-test-helpers" { with-test & = version } +] +conflicts: [ + "hacl_x25519" +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] { with-test & ocaml:native } +] +synopsis: "Tezos: thin layer around hacl-star" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-injector-013-PtJakart/tezos-injector-013-PtJakart.14.0/opam b/packages/tezos-injector-013-PtJakart/tezos-injector-013-PtJakart.14.0/opam new file mode 100644 index 000000000..f0c9cb896 --- /dev/null +++ b/packages/tezos-injector-013-PtJakart/tezos-injector-013-PtJakart.14.0/opam @@ -0,0 +1,37 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ppx_expect" {<= "v0.17.2"} + "tezos-base" { = version } + "tezos-stdlib-unix" { = version } + "tezos-crypto" { = version } + "tezos-protocol-013-PtJakart" { = version } + "tezos-micheline" { = version } + "tezos-client-013-PtJakart" { = version } + "tezos-client-base" { = version } + "tezos-workers" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library building injectors" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-injector-014-PtKathma/tezos-injector-014-PtKathma.14.0/opam b/packages/tezos-injector-014-PtKathma/tezos-injector-014-PtKathma.14.0/opam new file mode 100644 index 000000000..b558dc144 --- /dev/null +++ b/packages/tezos-injector-014-PtKathma/tezos-injector-014-PtKathma.14.0/opam @@ -0,0 +1,37 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ppx_expect" {<= "v0.17.2"} + "tezos-base" { = version } + "tezos-stdlib-unix" { = version } + "tezos-crypto" { = version } + "tezos-protocol-014-PtKathma" { = version } + "tezos-micheline" { = version } + "tezos-client-014-PtKathma" { = version } + "tezos-client-base" { = version } + "tezos-workers" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library building injectors" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-injector-014-PtKathma/tezos-injector-014-PtKathma.15.0/opam b/packages/tezos-injector-014-PtKathma/tezos-injector-014-PtKathma.15.0/opam new file mode 100644 index 000000000..585c1a16f --- /dev/null +++ b/packages/tezos-injector-014-PtKathma/tezos-injector-014-PtKathma.15.0/opam @@ -0,0 +1,37 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ppx_expect" {<= "v0.17.2"} + "tezos-base" { = version } + "tezos-stdlib-unix" { = version } + "tezos-crypto" { = version } + "tezos-protocol-014-PtKathma" { = version } + "tezos-micheline" { = version } + "tezos-client-014-PtKathma" { = version } + "tezos-client-base" { = version } + "tezos-workers" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library building injectors" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-injector-014-PtKathma/tezos-injector-014-PtKathma.15.1/opam b/packages/tezos-injector-014-PtKathma/tezos-injector-014-PtKathma.15.1/opam new file mode 100644 index 000000000..f3783c5de --- /dev/null +++ b/packages/tezos-injector-014-PtKathma/tezos-injector-014-PtKathma.15.1/opam @@ -0,0 +1,37 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ppx_expect" {<= "v0.17.2"} + "tezos-base" { = version } + "tezos-stdlib-unix" { = version } + "tezos-crypto" { = version } + "tezos-protocol-014-PtKathma" { = version } + "tezos-micheline" { = version } + "tezos-client-014-PtKathma" { = version } + "tezos-client-base" { = version } + "tezos-workers" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library building injectors" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-injector-015-PtLimaPt/tezos-injector-015-PtLimaPt.15.0/opam b/packages/tezos-injector-015-PtLimaPt/tezos-injector-015-PtLimaPt.15.0/opam new file mode 100644 index 000000000..de9e02c4c --- /dev/null +++ b/packages/tezos-injector-015-PtLimaPt/tezos-injector-015-PtLimaPt.15.0/opam @@ -0,0 +1,37 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ppx_expect" {<= "v0.17.2"} + "tezos-base" { = version } + "tezos-stdlib-unix" { = version } + "tezos-crypto" { = version } + "tezos-protocol-015-PtLimaPt" { = version } + "tezos-micheline" { = version } + "tezos-client-015-PtLimaPt" { = version } + "tezos-client-base" { = version } + "tezos-workers" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library building injectors" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-injector-015-PtLimaPt/tezos-injector-015-PtLimaPt.15.1/opam b/packages/tezos-injector-015-PtLimaPt/tezos-injector-015-PtLimaPt.15.1/opam new file mode 100644 index 000000000..9c3780418 --- /dev/null +++ b/packages/tezos-injector-015-PtLimaPt/tezos-injector-015-PtLimaPt.15.1/opam @@ -0,0 +1,37 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ppx_expect" {<= "v0.17.2"} + "tezos-base" { = version } + "tezos-stdlib-unix" { = version } + "tezos-crypto" { = version } + "tezos-protocol-015-PtLimaPt" { = version } + "tezos-micheline" { = version } + "tezos-client-015-PtLimaPt" { = version } + "tezos-client-base" { = version } + "tezos-workers" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library building injectors" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-injector-alpha/tezos-injector-alpha.14.0/opam b/packages/tezos-injector-alpha/tezos-injector-alpha.14.0/opam new file mode 100644 index 000000000..c221a38fb --- /dev/null +++ b/packages/tezos-injector-alpha/tezos-injector-alpha.14.0/opam @@ -0,0 +1,37 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ppx_expect" {<= "v0.17.2"} + "tezos-base" { = version } + "tezos-stdlib-unix" { = version } + "tezos-crypto" { = version } + "tezos-protocol-alpha" { = version } + "tezos-micheline" { = version } + "tezos-client-alpha" { = version } + "tezos-client-base" { = version } + "tezos-workers" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library building injectors" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-layer2-store/tezos-layer2-store.17.1/opam b/packages/tezos-layer2-store/tezos-layer2-store.17.1/opam new file mode 100644 index 000000000..b8dcc20d7 --- /dev/null +++ b/packages/tezos-layer2-store/tezos-layer2-store.17.1/opam @@ -0,0 +1,42 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "index" {>= "1.6.0" & < "1.7.0" & <= "1.6.2"} + "tezos-base" { = version } + "irmin-pack" { >= "3.6.1" & < "3.7.0" } + "irmin" { >= "3.6.1" & < "3.7.0" } + "aches-lwt" {>= "1.0.0" & <= "1.1.0"} + "tezos-stdlib-unix" { = version } + "tezos-context" { = version } + "tezt" {with-test & >= "3.1.0" & <= "4.1.0"} + "tezos-error-monad" { with-test & = version } + "qcheck-alcotest" {with-test & >= "0.20" & <= "0.23"} + "octez-alcotezt" { with-test & = version } +] +conflicts: [ + "checkseum" { = "0.5.0" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] { with-test & ocaml:native } +] +synopsis: "Tezos: layer2 storage utils" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-layer2-store/tezos-layer2-store.17.2/opam b/packages/tezos-layer2-store/tezos-layer2-store.17.2/opam new file mode 100644 index 000000000..36ff90531 --- /dev/null +++ b/packages/tezos-layer2-store/tezos-layer2-store.17.2/opam @@ -0,0 +1,42 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "index" {>= "1.6.0" & < "1.7.0" & <= "1.6.2"} + "tezos-base" { = version } + "irmin-pack" { >= "3.6.1" & < "3.7.0" } + "irmin" { >= "3.6.1" & < "3.7.0" } + "aches-lwt" {>= "1.0.0" & <= "1.1.0"} + "tezos-stdlib-unix" { = version } + "tezos-context" { = version } + "tezt" {with-test & >= "3.1.0" & <= "4.1.0"} + "tezos-error-monad" { with-test & = version } + "qcheck-alcotest" {with-test & >= "0.20" & <= "0.23"} + "octez-alcotezt" { with-test & = version } +] +conflicts: [ + "checkseum" { = "0.5.0" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] { with-test & ocaml:native } +] +synopsis: "Tezos: layer2 storage utils" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-layer2-utils-016-PtMumbai/tezos-layer2-utils-016-PtMumbai.17.1/opam b/packages/tezos-layer2-utils-016-PtMumbai/tezos-layer2-utils-016-PtMumbai.17.1/opam new file mode 100644 index 000000000..bb612ae41 --- /dev/null +++ b/packages/tezos-layer2-utils-016-PtMumbai/tezos-layer2-utils-016-PtMumbai.17.1/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "ppx_expect" {<= "v0.17.2"} + "tezos-base" { = version } + "tezos-protocol-016-PtMumbai" { = version } + "tezos-client-016-PtMumbai" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for Layer 2 utils" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-layer2-utils-016-PtMumbai/tezos-layer2-utils-016-PtMumbai.17.2/opam b/packages/tezos-layer2-utils-016-PtMumbai/tezos-layer2-utils-016-PtMumbai.17.2/opam new file mode 100644 index 000000000..ec99bae4c --- /dev/null +++ b/packages/tezos-layer2-utils-016-PtMumbai/tezos-layer2-utils-016-PtMumbai.17.2/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "ppx_expect" {<= "v0.17.2"} + "tezos-base" { = version } + "tezos-protocol-016-PtMumbai" { = version } + "tezos-client-016-PtMumbai" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for Layer 2 utils" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-layer2-utils-017-PtNairob/tezos-layer2-utils-017-PtNairob.17.1/opam b/packages/tezos-layer2-utils-017-PtNairob/tezos-layer2-utils-017-PtNairob.17.1/opam new file mode 100644 index 000000000..d435de9c4 --- /dev/null +++ b/packages/tezos-layer2-utils-017-PtNairob/tezos-layer2-utils-017-PtNairob.17.1/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "ppx_expect" {<= "v0.17.2"} + "tezos-base" { = version } + "tezos-protocol-017-PtNairob" { = version } + "tezos-client-017-PtNairob" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for Layer 2 utils" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-layer2-utils-017-PtNairob/tezos-layer2-utils-017-PtNairob.17.2/opam b/packages/tezos-layer2-utils-017-PtNairob/tezos-layer2-utils-017-PtNairob.17.2/opam new file mode 100644 index 000000000..64a12c854 --- /dev/null +++ b/packages/tezos-layer2-utils-017-PtNairob/tezos-layer2-utils-017-PtNairob.17.2/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "ppx_expect" {<= "v0.17.2"} + "tezos-base" { = version } + "tezos-protocol-017-PtNairob" { = version } + "tezos-client-017-PtNairob" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for Layer 2 utils" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-lazy-containers/tezos-lazy-containers.15.0/opam b/packages/tezos-lazy-containers/tezos-lazy-containers.15.0/opam new file mode 100644 index 000000000..2a034757f --- /dev/null +++ b/packages/tezos-lazy-containers/tezos-lazy-containers.15.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-lwt-result-stdlib" { = version } + "zarith" { >= "1.12" & < "1.13" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "A collection of lazy containers whose contents is fetched from arbitrary backend on-demand" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-lazy-containers/tezos-lazy-containers.15.1/opam b/packages/tezos-lazy-containers/tezos-lazy-containers.15.1/opam new file mode 100644 index 000000000..2ca406638 --- /dev/null +++ b/packages/tezos-lazy-containers/tezos-lazy-containers.15.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-lwt-result-stdlib" { = version } + "zarith" { >= "1.12" & < "1.13" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "A collection of lazy containers whose contents is fetched from arbitrary backend on-demand" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-lazy-containers/tezos-lazy-containers.17.1/opam b/packages/tezos-lazy-containers/tezos-lazy-containers.17.1/opam new file mode 100644 index 000000000..37d2f925c --- /dev/null +++ b/packages/tezos-lazy-containers/tezos-lazy-containers.17.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "zarith" { >= "1.12" & < "1.13" } + "tezos-tree-encoding" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "A collection of lazy containers whose contents is fetched from arbitrary backend on-demand" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-lazy-containers/tezos-lazy-containers.17.2/opam b/packages/tezos-lazy-containers/tezos-lazy-containers.17.2/opam new file mode 100644 index 000000000..493555f65 --- /dev/null +++ b/packages/tezos-lazy-containers/tezos-lazy-containers.17.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "zarith" { >= "1.12" & < "1.13" } + "tezos-tree-encoding" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "A collection of lazy containers whose contents is fetched from arbitrary backend on-demand" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-legacy-store/tezos-legacy-store.10.2/opam b/packages/tezos-legacy-store/tezos-legacy-store.10.2/opam new file mode 100644 index 000000000..c789b71bf --- /dev/null +++ b/packages/tezos-legacy-store/tezos-legacy-store.10.2/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-context" { = version } + "tezos-lmdb" { = "7.4" } + "tezos-validation" { = version } + "tezos-shell-services" { = version } + "lwt-watcher" {<= "0.2"} + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_store/legacy_store/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: legacy low-level key-value store for `tezos-node`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-legacy-store/tezos-legacy-store.11.0/opam b/packages/tezos-legacy-store/tezos-legacy-store.11.0/opam new file mode 100644 index 000000000..4708c58d4 --- /dev/null +++ b/packages/tezos-legacy-store/tezos-legacy-store.11.0/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-lmdb" { = "7.4" } + "tezos-validation" { = version } + "lwt-watcher" {<= "0.2"} + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_store/legacy_store/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: legacy low-level key-value store for `tezos-node`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-legacy-store/tezos-legacy-store.11.1/opam b/packages/tezos-legacy-store/tezos-legacy-store.11.1/opam new file mode 100644 index 000000000..3ccfcbd6c --- /dev/null +++ b/packages/tezos-legacy-store/tezos-legacy-store.11.1/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-lmdb" { = "7.4" } + "tezos-validation" { = version } + "lwt-watcher" {<= "0.2"} + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_store/legacy_store/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: legacy low-level key-value store for `tezos-node`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-lmdb/tezos-lmdb.7.0/opam b/packages/tezos-lmdb/tezos-lmdb.7.0/opam new file mode 100644 index 000000000..f597fcc2b --- /dev/null +++ b/packages/tezos-lmdb/tezos-lmdb.7.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +authors: "Vincent Bernardoff " +maintainer: "contact@tezos.com" +license: "ISC" +synopsis: "Legacy Tezos OCaml binding to LMDB (Consider ocaml-lmdb instead)" +available: false +homepage: "https://gitlab.com/tezos/tezos" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +build: [ + ["dune" "build" "-j" jobs "-p" name "@install"] + ["mv" "vendors/ocaml-lmdb/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "rresult" {>= "0.5.0" & <= "0.7.0"} + "cstruct" {with-test & >= "3.2.1" & <= "6.2.0"} + "alcotest" {with-test & >= "0.8.1" & <= "1.8.0"} +] + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.0.tar.bz2" + checksum: [ + "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91" + "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-lmdb/tezos-lmdb.7.1/opam b/packages/tezos-lmdb/tezos-lmdb.7.1/opam new file mode 100644 index 000000000..1f3e13b32 --- /dev/null +++ b/packages/tezos-lmdb/tezos-lmdb.7.1/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +authors: "Vincent Bernardoff " +maintainer: "contact@tezos.com" +license: "ISC" +synopsis: "Legacy Tezos OCaml binding to LMDB (Consider ocaml-lmdb instead)" +available: false +homepage: "https://gitlab.com/tezos/tezos" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +build: [ + ["dune" "build" "-j" jobs "-p" name "@install"] + ["mv" "vendors/ocaml-lmdb/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "rresult" {>= "0.5.0" & <= "0.7.0"} + "cstruct" {with-test & >= "3.2.1" & <= "6.2.0"} + "alcotest" {with-test & >= "0.8.1" & <= "1.8.0"} +] + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.1.tar.bz2" + checksum: [ + "sha256=3675d856c4b818da7f5de0b85b86a48d3883f1210cfef28ef3233a047e74bed6" + "sha512=d6abdef9a6643b2ffe8141ecc625dcc2a939131e2e5cc158c74aba8c403bd4072b7fc403ccfa6d766696604ad112495dd9db1ece8a3ae5a4693071dfdffcbda5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-lmdb/tezos-lmdb.7.2/opam b/packages/tezos-lmdb/tezos-lmdb.7.2/opam new file mode 100644 index 000000000..5de3b862f --- /dev/null +++ b/packages/tezos-lmdb/tezos-lmdb.7.2/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +authors: "Vincent Bernardoff " +maintainer: "contact@tezos.com" +license: "ISC" +synopsis: "Legacy Tezos OCaml binding to LMDB (Consider ocaml-lmdb instead)" +available: false +homepage: "https://gitlab.com/tezos/tezos" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +build: [ + ["dune" "build" "-j" jobs "-p" name "@install"] + ["mv" "vendors/ocaml-lmdb/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "rresult" {>= "0.5.0" & <= "0.7.0"} + "cstruct" {with-test & >= "3.2.1" & <= "6.2.0"} + "alcotest" {with-test & >= "0.8.1" & <= "1.8.0"} +] + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.2.tar.bz2" + checksum: [ + "sha256=abb52ad63345943d20f3edc4c3507474af94c001c8bf58138f47341942036cec" + "sha512=c823ca801cbc4005f5fc6ea5236d93569410c034da3ed32939ef64a0f2c19a34444fac12e13c72e5a1e15a401b655e58ffdbbb66ce0516e5968f621677b96117" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-lmdb/tezos-lmdb.7.3/opam b/packages/tezos-lmdb/tezos-lmdb.7.3/opam new file mode 100644 index 000000000..d3d635838 --- /dev/null +++ b/packages/tezos-lmdb/tezos-lmdb.7.3/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +authors: "Vincent Bernardoff " +maintainer: "contact@tezos.com" +license: "ISC" +synopsis: "Legacy Tezos OCaml binding to LMDB (Consider ocaml-lmdb instead)" +available: false +homepage: "https://gitlab.com/tezos/tezos" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +build: [ + ["dune" "build" "-j" jobs "-p" name "@install"] + ["mv" "vendors/ocaml-lmdb/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "rresult" {>= "0.5.0" & <= "0.7.0"} + "cstruct" {with-test & >= "3.2.1" & <= "6.2.0"} + "alcotest" {with-test & >= "0.8.1" & <= "1.8.0"} +] + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.3.tar.bz2" + checksum: [ + "sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" + "sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-lmdb/tezos-lmdb.7.4/opam b/packages/tezos-lmdb/tezos-lmdb.7.4/opam new file mode 100644 index 000000000..43e9f8415 --- /dev/null +++ b/packages/tezos-lmdb/tezos-lmdb.7.4/opam @@ -0,0 +1,41 @@ +opam-version: "2.0" +authors: "Vincent Bernardoff " +maintainer: "contact@tezos.com" +license: "ISC" +synopsis: "Legacy Tezos OCaml binding to LMDB (Consider ocaml-lmdb instead)" +available: false +homepage: "https://gitlab.com/tezos/tezos" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +patches: [ + "tezos-lmdb_under_freebsd.diff" +] +build: [ + ["dune" "build" "-j" jobs "-p" name "@install"] + ["mv" "vendors/ocaml-lmdb/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "rresult" {>= "0.5.0" & <= "0.7.0"} + "cstruct" {with-test & >= "3.2.1" & <= "6.2.0"} + "alcotest" {with-test & >= "0.8.1" & <= "1.8.0"} +] + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +extra-source "tezos-lmdb_under_freebsd.diff" { + src: + "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/tezos-lmdb/tezos-lmdb_under_freebsd.diff" + checksum: + "sha256=5d41a9453e0750bb9cd10094de4280b68b3c9b9bc5e922a7e8c4dba49e0f1929" +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-lwt-result-stdlib/tezos-lwt-result-stdlib.11.0/opam b/packages/tezos-lwt-result-stdlib/tezos-lwt-result-stdlib.11.0/opam new file mode 100644 index 000000000..8d6d2ec63 --- /dev/null +++ b/packages/tezos-lwt-result-stdlib/tezos-lwt-result-stdlib.11.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "ocaml" { >= "4.12" } + "lwt" {>= "5.4.0" & <= "5.9.0"} + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "qcheck-alcotest" {with-test & <= "0.23"} + "tezos-test-helpers" {with-test& = version} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_lwt_result_stdlib/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: error-aware stdlib replacement" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-lwt-result-stdlib/tezos-lwt-result-stdlib.11.1/opam b/packages/tezos-lwt-result-stdlib/tezos-lwt-result-stdlib.11.1/opam new file mode 100644 index 000000000..343e4d0fd --- /dev/null +++ b/packages/tezos-lwt-result-stdlib/tezos-lwt-result-stdlib.11.1/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "ocaml" { >= "4.12" } + "lwt" {>= "5.4.0" & <= "5.9.0"} + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "qcheck-alcotest" {with-test & <= "0.23"} + "tezos-test-helpers" {with-test& = version} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_lwt_result_stdlib/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: error-aware stdlib replacement" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-lwt-result-stdlib/tezos-lwt-result-stdlib.12.0/opam b/packages/tezos-lwt-result-stdlib/tezos-lwt-result-stdlib.12.0/opam new file mode 100644 index 000000000..970557c15 --- /dev/null +++ b/packages/tezos-lwt-result-stdlib/tezos-lwt-result-stdlib.12.0/opam @@ -0,0 +1,39 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "ocaml" { >= "4.12" } + "lwt" {>= "5.4.0" & <= "5.9.0"} + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} + "tezos-test-helpers" {with-test& = version} +] +patches: [ "tests_in-packages.patch" ] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_lwt_result_stdlib/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: error-aware stdlib replacement" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +extra-source "tests_in-packages.patch" { + src: + "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/tezos-lwt-result-stdlib/tests_in-packages.patch" + checksum: + "sha256=3edeb38abfd2db7d83beac274d4f0c0b6bab148ce7da6c418145414d453ff4e5" +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-lwt-result-stdlib/tezos-lwt-result-stdlib.13.0/opam b/packages/tezos-lwt-result-stdlib/tezos-lwt-result-stdlib.13.0/opam new file mode 100644 index 000000000..d53aac484 --- /dev/null +++ b/packages/tezos-lwt-result-stdlib/tezos-lwt-result-stdlib.13.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "ocaml" { >= "4.12" } + "lwt" {>= "5.4.0" & <= "5.9.0"} + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} + "qcheck-alcotest" {with-test & >= "0.18" & <= "0.23"} + "tezos-test-helpers" { with-test & = version } +] +conflicts: [ "result" { < "1.5" } ] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_lwt_result_stdlib/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test & arch != "arm32" & arch != "x86_32"} +] +synopsis: "Tezos: error-aware stdlib replacement" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-lwt-result-stdlib/tezos-lwt-result-stdlib.14.0/opam b/packages/tezos-lwt-result-stdlib/tezos-lwt-result-stdlib.14.0/opam new file mode 100644 index 000000000..8daeb8e16 --- /dev/null +++ b/packages/tezos-lwt-result-stdlib/tezos-lwt-result-stdlib.14.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.12" } + "lwt" {>= "5.4.0" & <= "5.9.0"} + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} + "qcheck-alcotest" {with-test & >= "0.18" & <= "0.23"} + "tezos-test-helpers" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] { with-test & arch != "arm32" & arch != "x86_32" } +] +synopsis: "Tezos: error-aware stdlib replacement" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-lwt-result-stdlib/tezos-lwt-result-stdlib.15.0/opam b/packages/tezos-lwt-result-stdlib/tezos-lwt-result-stdlib.15.0/opam new file mode 100644 index 000000000..279c0c4f7 --- /dev/null +++ b/packages/tezos-lwt-result-stdlib/tezos-lwt-result-stdlib.15.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & < "3.11"} + "ocaml" { >= "4.12" } + "lwt" {>= "5.6.0" & <= "5.9.0"} + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} + "qcheck-alcotest" {with-test & >= "0.18" & <= "0.23"} + "tezos-test-helpers" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] { with-test & arch != "arm32" & arch != "x86_32" } +] +synopsis: "Tezos: error-aware stdlib replacement" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-lwt-result-stdlib/tezos-lwt-result-stdlib.15.1/opam b/packages/tezos-lwt-result-stdlib/tezos-lwt-result-stdlib.15.1/opam new file mode 100644 index 000000000..5631b77d4 --- /dev/null +++ b/packages/tezos-lwt-result-stdlib/tezos-lwt-result-stdlib.15.1/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & < "3.11"} + "ocaml" { >= "4.12" } + "lwt" {>= "5.6.0" & <= "5.9.0"} + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} + "qcheck-alcotest" {with-test & >= "0.18" & <= "0.23"} + "tezos-test-helpers" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] { with-test & arch != "arm32" & arch != "x86_32" } +] +synopsis: "Tezos: error-aware stdlib replacement" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-lwt-result-stdlib/tezos-lwt-result-stdlib.17.1/opam b/packages/tezos-lwt-result-stdlib/tezos-lwt-result-stdlib.17.1/opam new file mode 100644 index 000000000..609589a4b --- /dev/null +++ b/packages/tezos-lwt-result-stdlib/tezos-lwt-result-stdlib.17.1/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "lwt" {>= "5.6.0" & <= "5.9.0"} + "seqes" {= "0.2"} + "tezt" {with-test & >= "3.1.0" & <= "4.1.0"} + "octez-alcotezt" { with-test & = version } + "qcheck-alcotest" {with-test & >= "0.20" & <= "0.23"} + "tezos-test-helpers" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] { with-test & ocaml:native & arch != "arm32" & arch != "x86_32" } +] +synopsis: "Tezos: error-aware stdlib replacement" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-lwt-result-stdlib/tezos-lwt-result-stdlib.17.2/opam b/packages/tezos-lwt-result-stdlib/tezos-lwt-result-stdlib.17.2/opam new file mode 100644 index 000000000..3124edce0 --- /dev/null +++ b/packages/tezos-lwt-result-stdlib/tezos-lwt-result-stdlib.17.2/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "lwt" {>= "5.6.0" & <= "5.9.0"} + "seqes" {= "0.2"} + "tezt" {with-test & >= "3.1.0" & <= "4.1.0"} + "octez-alcotezt" { with-test & = version } + "qcheck-alcotest" {with-test & >= "0.20" & <= "0.23"} + "tezos-test-helpers" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] { with-test & ocaml:native & arch != "arm32" & arch != "x86_32" } +] +synopsis: "Tezos: error-aware stdlib replacement" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-lwt-result-stdlib/tezos-lwt-result-stdlib.8.0/opam b/packages/tezos-lwt-result-stdlib/tezos-lwt-result-stdlib.8.0/opam new file mode 100644 index 000000000..5c7ca217e --- /dev/null +++ b/packages/tezos-lwt-result-stdlib/tezos-lwt-result-stdlib.8.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "ocaml" { < "4.12" } + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-error-monad" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "crowbar" {with-test & <= "0.2.1"} +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_lwt_result_stdlib/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: error-aware stdlib replacement" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-lwt-result-stdlib/tezos-lwt-result-stdlib.8.1/opam b/packages/tezos-lwt-result-stdlib/tezos-lwt-result-stdlib.8.1/opam new file mode 100644 index 000000000..22fd8594e --- /dev/null +++ b/packages/tezos-lwt-result-stdlib/tezos-lwt-result-stdlib.8.1/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "ocaml" { < "4.12" } + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-error-monad" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "crowbar" {with-test & <= "0.2.1"} +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_lwt_result_stdlib/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: error-aware stdlib replacement" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-lwt-result-stdlib/tezos-lwt-result-stdlib.8.2/opam b/packages/tezos-lwt-result-stdlib/tezos-lwt-result-stdlib.8.2/opam new file mode 100644 index 000000000..74c73ba4d --- /dev/null +++ b/packages/tezos-lwt-result-stdlib/tezos-lwt-result-stdlib.8.2/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "ocaml" { < "4.12" } + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-error-monad" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "crowbar" {with-test & <= "0.2.1"} +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_lwt_result_stdlib/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: error-aware stdlib replacement" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-lwt-result-stdlib/tezos-lwt-result-stdlib.8.3/opam b/packages/tezos-lwt-result-stdlib/tezos-lwt-result-stdlib.8.3/opam new file mode 100644 index 000000000..a23c50732 --- /dev/null +++ b/packages/tezos-lwt-result-stdlib/tezos-lwt-result-stdlib.8.3/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "ocaml" { < "4.12" } + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-error-monad" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "crowbar" {with-test & <= "0.2.1"} +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_lwt_result_stdlib/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: error-aware stdlib replacement" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-lwt-result-stdlib/tezos-lwt-result-stdlib.9.0/opam b/packages/tezos-lwt-result-stdlib/tezos-lwt-result-stdlib.9.0/opam new file mode 100644 index 000000000..9e8149d5c --- /dev/null +++ b/packages/tezos-lwt-result-stdlib/tezos-lwt-result-stdlib.9.0/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "ocaml" { >= "4.8.0" & < "4.12" } + "lwt" {>= "5.1.0" & <= "5.9.0"} + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "crowbar" {with-test & <= "0.2.1"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_lwt_result_stdlib/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: error-aware stdlib replacement" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-lwt-result-stdlib/tezos-lwt-result-stdlib.9.1/opam b/packages/tezos-lwt-result-stdlib/tezos-lwt-result-stdlib.9.1/opam new file mode 100644 index 000000000..26130641f --- /dev/null +++ b/packages/tezos-lwt-result-stdlib/tezos-lwt-result-stdlib.9.1/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "ocaml" { >= "4.8.0" & < "4.12" } + "lwt" {>= "5.1.0" & <= "5.9.0"} + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "crowbar" {with-test & <= "0.2.1"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_lwt_result_stdlib/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: error-aware stdlib replacement" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-lwt-result-stdlib/tezos-lwt-result-stdlib.9.2/opam b/packages/tezos-lwt-result-stdlib/tezos-lwt-result-stdlib.9.2/opam new file mode 100644 index 000000000..47e32fa46 --- /dev/null +++ b/packages/tezos-lwt-result-stdlib/tezos-lwt-result-stdlib.9.2/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "ocaml" { >= "4.8.0" & < "4.12" } + "lwt" {>= "5.1.0" & <= "5.9.0"} + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "crowbar" {with-test & <= "0.2.1"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_lwt_result_stdlib/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: error-aware stdlib replacement" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-lwt-result-stdlib/tezos-lwt-result-stdlib.9.3/opam b/packages/tezos-lwt-result-stdlib/tezos-lwt-result-stdlib.9.3/opam new file mode 100644 index 000000000..3683725c9 --- /dev/null +++ b/packages/tezos-lwt-result-stdlib/tezos-lwt-result-stdlib.9.3/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "ocaml" { >= "4.8.0" & < "4.12" } + "lwt" {>= "5.1.0" & <= "5.9.0"} + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "crowbar" {with-test & <= "0.2.1"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_lwt_result_stdlib/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: error-aware stdlib replacement" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-lwt-result-stdlib/tezos-lwt-result-stdlib.9.4/opam b/packages/tezos-lwt-result-stdlib/tezos-lwt-result-stdlib.9.4/opam new file mode 100644 index 000000000..412876a0d --- /dev/null +++ b/packages/tezos-lwt-result-stdlib/tezos-lwt-result-stdlib.9.4/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "ocaml" { >= "4.8.0" & < "4.12" } + "lwt" {>= "5.1.0" & <= "5.9.0"} + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "crowbar" {with-test & <= "0.2.1"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_lwt_result_stdlib/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: error-aware stdlib replacement" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mempool-006-PsCARTHA/tezos-mempool-006-PsCARTHA.7.0/opam b/packages/tezos-mempool-006-PsCARTHA/tezos-mempool-006-PsCARTHA.7.0/opam new file mode 100644 index 000000000..e4730e960 --- /dev/null +++ b/packages/tezos-mempool-006-PsCARTHA/tezos-mempool-006-PsCARTHA.7.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-embedded-protocol-006-PsCARTHA" { = version } + "tezos-shell" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_mempool/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: mempool-filters for protocol 006-PsCARTHA" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.0.tar.bz2" + checksum: [ + "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91" + "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mempool-006-PsCARTHA/tezos-mempool-006-PsCARTHA.7.1/opam b/packages/tezos-mempool-006-PsCARTHA/tezos-mempool-006-PsCARTHA.7.1/opam new file mode 100644 index 000000000..879aaea07 --- /dev/null +++ b/packages/tezos-mempool-006-PsCARTHA/tezos-mempool-006-PsCARTHA.7.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-embedded-protocol-006-PsCARTHA" { = version } + "tezos-shell" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_mempool/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: mempool-filters for protocol 006-PsCARTHA" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.1.tar.bz2" + checksum: [ + "sha256=3675d856c4b818da7f5de0b85b86a48d3883f1210cfef28ef3233a047e74bed6" + "sha512=d6abdef9a6643b2ffe8141ecc625dcc2a939131e2e5cc158c74aba8c403bd4072b7fc403ccfa6d766696604ad112495dd9db1ece8a3ae5a4693071dfdffcbda5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mempool-006-PsCARTHA/tezos-mempool-006-PsCARTHA.7.2/opam b/packages/tezos-mempool-006-PsCARTHA/tezos-mempool-006-PsCARTHA.7.2/opam new file mode 100644 index 000000000..9ddb17f41 --- /dev/null +++ b/packages/tezos-mempool-006-PsCARTHA/tezos-mempool-006-PsCARTHA.7.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-embedded-protocol-006-PsCARTHA" { = version } + "tezos-shell" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_mempool/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: mempool-filters for protocol 006-PsCARTHA" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.2.tar.bz2" + checksum: [ + "sha256=abb52ad63345943d20f3edc4c3507474af94c001c8bf58138f47341942036cec" + "sha512=c823ca801cbc4005f5fc6ea5236d93569410c034da3ed32939ef64a0f2c19a34444fac12e13c72e5a1e15a401b655e58ffdbbb66ce0516e5968f621677b96117" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mempool-006-PsCARTHA/tezos-mempool-006-PsCARTHA.7.3/opam b/packages/tezos-mempool-006-PsCARTHA/tezos-mempool-006-PsCARTHA.7.3/opam new file mode 100644 index 000000000..cd17b9cd7 --- /dev/null +++ b/packages/tezos-mempool-006-PsCARTHA/tezos-mempool-006-PsCARTHA.7.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-embedded-protocol-006-PsCARTHA" { = version } + "tezos-shell" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_mempool/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: mempool-filters for protocol 006-PsCARTHA" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.3.tar.bz2" + checksum: [ + "sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" + "sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mempool-006-PsCARTHA/tezos-mempool-006-PsCARTHA.7.4/opam b/packages/tezos-mempool-006-PsCARTHA/tezos-mempool-006-PsCARTHA.7.4/opam new file mode 100644 index 000000000..f7d3963d6 --- /dev/null +++ b/packages/tezos-mempool-006-PsCARTHA/tezos-mempool-006-PsCARTHA.7.4/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-embedded-protocol-006-PsCARTHA" { = version } + "tezos-shell" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_mempool/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: mempool-filters for protocol 006-PsCARTHA" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mempool-007-PsDELPH1/tezos-mempool-007-PsDELPH1.7.4/opam b/packages/tezos-mempool-007-PsDELPH1/tezos-mempool-007-PsDELPH1.7.4/opam new file mode 100644 index 000000000..22f131748 --- /dev/null +++ b/packages/tezos-mempool-007-PsDELPH1/tezos-mempool-007-PsDELPH1.7.4/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-embedded-protocol-007-PsDELPH1" { = version } + "tezos-shell" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_mempool/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: mempool-filters for protocol 007-PsDELPH1" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mempool-007-PsDELPH1/tezos-mempool-007-PsDELPH1.8.0/opam b/packages/tezos-mempool-007-PsDELPH1/tezos-mempool-007-PsDELPH1.8.0/opam new file mode 100644 index 000000000..dc1f4018c --- /dev/null +++ b/packages/tezos-mempool-007-PsDELPH1/tezos-mempool-007-PsDELPH1.8.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-embedded-protocol-007-PsDELPH1" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_mempool/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: mempool-filters" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mempool-007-PsDELPH1/tezos-mempool-007-PsDELPH1.8.1/opam b/packages/tezos-mempool-007-PsDELPH1/tezos-mempool-007-PsDELPH1.8.1/opam new file mode 100644 index 000000000..6a184a0d4 --- /dev/null +++ b/packages/tezos-mempool-007-PsDELPH1/tezos-mempool-007-PsDELPH1.8.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-embedded-protocol-007-PsDELPH1" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_mempool/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: mempool-filters" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mempool-008-PtEdoTez/tezos-mempool-008-PtEdoTez.8.0/opam b/packages/tezos-mempool-008-PtEdoTez/tezos-mempool-008-PtEdoTez.8.0/opam new file mode 100644 index 000000000..cc45a39a2 --- /dev/null +++ b/packages/tezos-mempool-008-PtEdoTez/tezos-mempool-008-PtEdoTez.8.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-embedded-protocol-008-PtEdoTez" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdoTez/lib_mempool/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: mempool-filters" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mempool-008-PtEdoTez/tezos-mempool-008-PtEdoTez.8.1/opam b/packages/tezos-mempool-008-PtEdoTez/tezos-mempool-008-PtEdoTez.8.1/opam new file mode 100644 index 000000000..afa7b9016 --- /dev/null +++ b/packages/tezos-mempool-008-PtEdoTez/tezos-mempool-008-PtEdoTez.8.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-embedded-protocol-008-PtEdoTez" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdoTez/lib_mempool/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: mempool-filters" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-micheline-rewriting/tezos-micheline-rewriting.13.0/opam b/packages/tezos-micheline-rewriting/tezos-micheline-rewriting.13.0/opam new file mode 100644 index 000000000..6c1a138e0 --- /dev/null +++ b/packages/tezos-micheline-rewriting/tezos-micheline-rewriting.13.0/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "zarith" { >= "1.12" & < "1.13" } + "zarith_stubs_js" {<= "v0.17.0"} + "tezos-stdlib" { = version } + "tezos-error-monad" { = version } + "tezos-micheline" { = version } + "tezos-protocol-alpha" { with-test & = version } + "tezos-client-alpha" { with-test & = version } + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_benchmark/lib_micheline_rewriting/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library for rewriting Micheline expressions" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-micheline/tezos-micheline.11.0/opam b/packages/tezos-micheline/tezos-micheline.11.0/opam new file mode 100644 index 000000000..34c923f36 --- /dev/null +++ b/packages/tezos-micheline/tezos-micheline.11.0/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "uutf" {<= "1.0.3"} + "tezos-error-monad" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "ppx_inline_test" {<= "v0.17.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_micheline/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: internal AST and parser for the Michelson language" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-micheline/tezos-micheline.11.1/opam b/packages/tezos-micheline/tezos-micheline.11.1/opam new file mode 100644 index 000000000..58ed3198d --- /dev/null +++ b/packages/tezos-micheline/tezos-micheline.11.1/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "uutf" {<= "1.0.3"} + "tezos-error-monad" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "ppx_inline_test" {<= "v0.17.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_micheline/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: internal AST and parser for the Michelson language" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-micheline/tezos-micheline.12.0/opam b/packages/tezos-micheline/tezos-micheline.12.0/opam new file mode 100644 index 000000000..970c523eb --- /dev/null +++ b/packages/tezos-micheline/tezos-micheline.12.0/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "uutf" {<= "1.0.3"} + "tezos-error-monad" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "ppx_inline_test" {<= "v0.17.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_micheline/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: internal AST and parser for the Michelson language" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-micheline/tezos-micheline.13.0/opam b/packages/tezos-micheline/tezos-micheline.13.0/opam new file mode 100644 index 000000000..1bb6ce0ca --- /dev/null +++ b/packages/tezos-micheline/tezos-micheline.13.0/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "ppx_inline_test" {<= "v0.17.0"} + "uutf" {<= "1.0.3"} + "zarith" { >= "1.12" & < "1.13" } + "zarith_stubs_js" {<= "v0.17.0"} + "tezos-stdlib" { = version } + "tezos-error-monad" { = version } + "data-encoding" { >= "0.5.3" & < "0.6" } + "alcotest" {with-test & >= "1.5.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_micheline/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: internal AST and parser for the Michelson language" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-micheline/tezos-micheline.14.0/opam b/packages/tezos-micheline/tezos-micheline.14.0/opam new file mode 100644 index 000000000..b55f10371 --- /dev/null +++ b/packages/tezos-micheline/tezos-micheline.14.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ppx_expect" {<= "v0.17.2"} + "uutf" {<= "1.0.3"} + "zarith" { >= "1.12" & < "1.13" } + "zarith_stubs_js" {<= "v0.17.0"} + "tezos-stdlib" { = version } + "tezos-error-monad" { = version } + "data-encoding" { >= "0.6" & < "0.7" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: internal AST and parser for the Michelson language" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-micheline/tezos-micheline.15.0/opam b/packages/tezos-micheline/tezos-micheline.15.0/opam new file mode 100644 index 000000000..6b23c91fb --- /dev/null +++ b/packages/tezos-micheline/tezos-micheline.15.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ppx_expect" {<= "v0.17.2"} + "uutf" {<= "1.0.3"} + "zarith" { >= "1.12" & < "1.13" } + "zarith_stubs_js" {<= "v0.17.0"} + "tezos-stdlib" { = version } + "tezos-error-monad" { = version } + "data-encoding" { >= "0.6" & < "0.7" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: internal AST and parser for the Michelson language" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-micheline/tezos-micheline.15.1/opam b/packages/tezos-micheline/tezos-micheline.15.1/opam new file mode 100644 index 000000000..9f60e3eff --- /dev/null +++ b/packages/tezos-micheline/tezos-micheline.15.1/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ppx_expect" {<= "v0.17.2"} + "uutf" {<= "1.0.3"} + "zarith" { >= "1.12" & < "1.13" } + "zarith_stubs_js" {<= "v0.17.0"} + "tezos-stdlib" { = version } + "tezos-error-monad" { = version } + "data-encoding" { >= "0.6" & < "0.7" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: internal AST and parser for the Michelson language" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-micheline/tezos-micheline.17.1/opam b/packages/tezos-micheline/tezos-micheline.17.1/opam new file mode 100644 index 000000000..04a55c76a --- /dev/null +++ b/packages/tezos-micheline/tezos-micheline.17.1/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "ppx_expect" {<= "v0.17.2"} + "uutf" {<= "1.0.3"} + "zarith" { >= "1.12" & < "1.13" } + "zarith_stubs_js" {<= "v0.17.0"} + "tezos-stdlib" { = version } + "tezos-error-monad" { = version } + "data-encoding" { >= "0.7.1" & < "1.0.0" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: internal AST and parser for the Michelson language" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-micheline/tezos-micheline.17.2/opam b/packages/tezos-micheline/tezos-micheline.17.2/opam new file mode 100644 index 000000000..a8876a891 --- /dev/null +++ b/packages/tezos-micheline/tezos-micheline.17.2/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "ppx_expect" {<= "v0.17.2"} + "uutf" {<= "1.0.3"} + "zarith" { >= "1.12" & < "1.13" } + "zarith_stubs_js" {<= "v0.17.0"} + "tezos-stdlib" { = version } + "tezos-error-monad" { = version } + "data-encoding" { >= "0.7.1" & < "1.0.0" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: internal AST and parser for the Michelson language" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-micheline/tezos-micheline.7.0/opam b/packages/tezos-micheline/tezos-micheline.7.0/opam new file mode 100644 index 000000000..389866896 --- /dev/null +++ b/packages/tezos-micheline/tezos-micheline.7.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-error-monad" { = version } + "uutf" {<= "1.0.3"} + "alcotest-lwt" { with-test & = "0.8.5" } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_micheline/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: internal AST and parser for the Michelson language" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.0.tar.bz2" + checksum: [ + "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91" + "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-micheline/tezos-micheline.7.1/opam b/packages/tezos-micheline/tezos-micheline.7.1/opam new file mode 100644 index 000000000..60ba65110 --- /dev/null +++ b/packages/tezos-micheline/tezos-micheline.7.1/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-error-monad" { = version } + "uutf" {<= "1.0.3"} + "alcotest-lwt" { with-test & = "0.8.5" } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_micheline/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: internal AST and parser for the Michelson language" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.1.tar.bz2" + checksum: [ + "sha256=3675d856c4b818da7f5de0b85b86a48d3883f1210cfef28ef3233a047e74bed6" + "sha512=d6abdef9a6643b2ffe8141ecc625dcc2a939131e2e5cc158c74aba8c403bd4072b7fc403ccfa6d766696604ad112495dd9db1ece8a3ae5a4693071dfdffcbda5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-micheline/tezos-micheline.7.2/opam b/packages/tezos-micheline/tezos-micheline.7.2/opam new file mode 100644 index 000000000..4ac1232cb --- /dev/null +++ b/packages/tezos-micheline/tezos-micheline.7.2/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-error-monad" { = version } + "uutf" {<= "1.0.3"} + "alcotest-lwt" { with-test & = "0.8.5" } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_micheline/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: internal AST and parser for the Michelson language" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.2.tar.bz2" + checksum: [ + "sha256=abb52ad63345943d20f3edc4c3507474af94c001c8bf58138f47341942036cec" + "sha512=c823ca801cbc4005f5fc6ea5236d93569410c034da3ed32939ef64a0f2c19a34444fac12e13c72e5a1e15a401b655e58ffdbbb66ce0516e5968f621677b96117" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-micheline/tezos-micheline.7.3/opam b/packages/tezos-micheline/tezos-micheline.7.3/opam new file mode 100644 index 000000000..b4954eefb --- /dev/null +++ b/packages/tezos-micheline/tezos-micheline.7.3/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-error-monad" { = version } + "uutf" {<= "1.0.3"} + "alcotest-lwt" { with-test & = "0.8.5" } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_micheline/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: internal AST and parser for the Michelson language" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.3.tar.bz2" + checksum: [ + "sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" + "sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-micheline/tezos-micheline.7.4/opam b/packages/tezos-micheline/tezos-micheline.7.4/opam new file mode 100644 index 000000000..1ee6a681e --- /dev/null +++ b/packages/tezos-micheline/tezos-micheline.7.4/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-error-monad" { = version } + "uutf" {<= "1.0.3"} + "alcotest-lwt" { with-test & = "0.8.5" } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_micheline/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: internal AST and parser for the Michelson language" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-micheline/tezos-micheline.8.0/opam b/packages/tezos-micheline/tezos-micheline.8.0/opam new file mode 100644 index 000000000..7abe75fae --- /dev/null +++ b/packages/tezos-micheline/tezos-micheline.8.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-error-monad" { = version } + "uutf" {<= "1.0.3"} + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_micheline/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: internal AST and parser for the Michelson language" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-micheline/tezos-micheline.8.1/opam b/packages/tezos-micheline/tezos-micheline.8.1/opam new file mode 100644 index 000000000..ff1f2320c --- /dev/null +++ b/packages/tezos-micheline/tezos-micheline.8.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-error-monad" { = version } + "uutf" {<= "1.0.3"} + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_micheline/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: internal AST and parser for the Michelson language" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-micheline/tezos-micheline.8.2/opam b/packages/tezos-micheline/tezos-micheline.8.2/opam new file mode 100644 index 000000000..6d5a6c068 --- /dev/null +++ b/packages/tezos-micheline/tezos-micheline.8.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-error-monad" { = version } + "uutf" {<= "1.0.3"} + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_micheline/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: internal AST and parser for the Michelson language" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-micheline/tezos-micheline.8.3/opam b/packages/tezos-micheline/tezos-micheline.8.3/opam new file mode 100644 index 000000000..19fb94c60 --- /dev/null +++ b/packages/tezos-micheline/tezos-micheline.8.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-error-monad" { = version } + "uutf" {<= "1.0.3"} + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_micheline/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: internal AST and parser for the Michelson language" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-micheline/tezos-micheline.9.0/opam b/packages/tezos-micheline/tezos-micheline.9.0/opam new file mode 100644 index 000000000..af89ad3b2 --- /dev/null +++ b/packages/tezos-micheline/tezos-micheline.9.0/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-error-monad" { = version } + "uutf" {<= "1.0.3"} + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "ppx_inline_test" {<= "v0.17.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_micheline/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: internal AST and parser for the Michelson language" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-micheline/tezos-micheline.9.1/opam b/packages/tezos-micheline/tezos-micheline.9.1/opam new file mode 100644 index 000000000..5c4865a0e --- /dev/null +++ b/packages/tezos-micheline/tezos-micheline.9.1/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-error-monad" { = version } + "uutf" {<= "1.0.3"} + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "ppx_inline_test" {<= "v0.17.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_micheline/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: internal AST and parser for the Michelson language" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-micheline/tezos-micheline.9.2/opam b/packages/tezos-micheline/tezos-micheline.9.2/opam new file mode 100644 index 000000000..8a55899c6 --- /dev/null +++ b/packages/tezos-micheline/tezos-micheline.9.2/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-error-monad" { = version } + "uutf" {<= "1.0.3"} + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "ppx_inline_test" {<= "v0.17.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_micheline/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: internal AST and parser for the Michelson language" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-micheline/tezos-micheline.9.3/opam b/packages/tezos-micheline/tezos-micheline.9.3/opam new file mode 100644 index 000000000..7176837e2 --- /dev/null +++ b/packages/tezos-micheline/tezos-micheline.9.3/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-error-monad" { = version } + "uutf" {<= "1.0.3"} + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "ppx_inline_test" {<= "v0.17.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_micheline/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: internal AST and parser for the Michelson language" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-micheline/tezos-micheline.9.4/opam b/packages/tezos-micheline/tezos-micheline.9.4/opam new file mode 100644 index 000000000..75a8fa89f --- /dev/null +++ b/packages/tezos-micheline/tezos-micheline.9.4/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-error-monad" { = version } + "uutf" {<= "1.0.3"} + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "ppx_inline_test" {<= "v0.17.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_micheline/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: internal AST and parser for the Michelson language" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-micheline/tezos-micheline.9.7/opam b/packages/tezos-micheline/tezos-micheline.9.7/opam new file mode 100644 index 000000000..973e2743b --- /dev/null +++ b/packages/tezos-micheline/tezos-micheline.9.7/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-error-monad" { = version } + "uutf" {<= "1.0.3"} + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "ppx_inline_test" {<= "v0.17.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_micheline/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: internal AST and parser for the Michelson language" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mockup-commands/tezos-mockup-commands.10.2/opam b/packages/tezos-mockup-commands/tezos-mockup-commands.10.2/opam new file mode 100644 index 000000000..a5c722a6c --- /dev/null +++ b/packages/tezos-mockup-commands/tezos-mockup-commands.10.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-commands" { = version } + "tezos-mockup" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_mockup/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (commands)" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mockup-commands/tezos-mockup-commands.11.0/opam b/packages/tezos-mockup-commands/tezos-mockup-commands.11.0/opam new file mode 100644 index 000000000..54a09f1c8 --- /dev/null +++ b/packages/tezos-mockup-commands/tezos-mockup-commands.11.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-client-commands" { = version } + "tezos-mockup" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_mockup/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (commands)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mockup-commands/tezos-mockup-commands.11.1/opam b/packages/tezos-mockup-commands/tezos-mockup-commands.11.1/opam new file mode 100644 index 000000000..45ad3406c --- /dev/null +++ b/packages/tezos-mockup-commands/tezos-mockup-commands.11.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-commands" { = version } + "tezos-mockup" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_mockup/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (commands)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mockup-commands/tezos-mockup-commands.12.0/opam b/packages/tezos-mockup-commands/tezos-mockup-commands.12.0/opam new file mode 100644 index 000000000..6b2c27c84 --- /dev/null +++ b/packages/tezos-mockup-commands/tezos-mockup-commands.12.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-commands" { = version } + "tezos-mockup" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_mockup/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (commands)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mockup-commands/tezos-mockup-commands.12.3/opam b/packages/tezos-mockup-commands/tezos-mockup-commands.12.3/opam new file mode 100644 index 000000000..8a94222b7 --- /dev/null +++ b/packages/tezos-mockup-commands/tezos-mockup-commands.12.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-commands" { = version } + "tezos-mockup" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_mockup/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (commands)" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mockup-commands/tezos-mockup-commands.13.0/opam b/packages/tezos-mockup-commands/tezos-mockup-commands.13.0/opam new file mode 100644 index 000000000..4af2690e6 --- /dev/null +++ b/packages/tezos-mockup-commands/tezos-mockup-commands.13.0/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-client-commands" { = version } + "tezos-client-base" { = version } + "tezos-mockup" { = version } + "tezos-mockup-registration" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_mockup/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (commands)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mockup-commands/tezos-mockup-commands.14.0/opam b/packages/tezos-mockup-commands/tezos-mockup-commands.14.0/opam new file mode 100644 index 000000000..e2c1ccf94 --- /dev/null +++ b/packages/tezos-mockup-commands/tezos-mockup-commands.14.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-client-commands" { = version } + "tezos-client-base" { = version } + "tezos-mockup" { = version } + "tezos-mockup-registration" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (commands)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mockup-commands/tezos-mockup-commands.15.0/opam b/packages/tezos-mockup-commands/tezos-mockup-commands.15.0/opam new file mode 100644 index 000000000..f0778c8fa --- /dev/null +++ b/packages/tezos-mockup-commands/tezos-mockup-commands.15.0/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-client-commands" { = version } + "tezos-client-base" { = version } + "tezos-mockup" { = version } + "tezos-mockup-registration" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (commands)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mockup-commands/tezos-mockup-commands.15.1/opam b/packages/tezos-mockup-commands/tezos-mockup-commands.15.1/opam new file mode 100644 index 000000000..c1aae0b0a --- /dev/null +++ b/packages/tezos-mockup-commands/tezos-mockup-commands.15.1/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-client-commands" { = version } + "tezos-client-base" { = version } + "tezos-mockup" { = version } + "tezos-mockup-registration" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (commands)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mockup-commands/tezos-mockup-commands.17.1/opam b/packages/tezos-mockup-commands/tezos-mockup-commands.17.1/opam new file mode 100644 index 000000000..3731d9373 --- /dev/null +++ b/packages/tezos-mockup-commands/tezos-mockup-commands.17.1/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-client-commands" { = version } + "tezos-client-base" { = version } + "tezos-mockup" { = version } + "tezos-mockup-registration" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (commands)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mockup-commands/tezos-mockup-commands.17.2/opam b/packages/tezos-mockup-commands/tezos-mockup-commands.17.2/opam new file mode 100644 index 000000000..136b696a1 --- /dev/null +++ b/packages/tezos-mockup-commands/tezos-mockup-commands.17.2/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-client-commands" { = version } + "tezos-client-base" { = version } + "tezos-mockup" { = version } + "tezos-mockup-registration" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (commands)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mockup-commands/tezos-mockup-commands.7.0/opam b/packages/tezos-mockup-commands/tezos-mockup-commands.7.0/opam new file mode 100644 index 000000000..9e36f6ed0 --- /dev/null +++ b/packages/tezos-mockup-commands/tezos-mockup-commands.7.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "1.7" & <= "3.17.1"} + "tezos-client-commands" { = version } + "tezos-mockup" { = version } + "tezos-tooling" {with-test & <= "13.0"} +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_mockup/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (commands)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.0.tar.bz2" + checksum: [ + "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91" + "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mockup-commands/tezos-mockup-commands.7.1/opam b/packages/tezos-mockup-commands/tezos-mockup-commands.7.1/opam new file mode 100644 index 000000000..b5aa91a29 --- /dev/null +++ b/packages/tezos-mockup-commands/tezos-mockup-commands.7.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "1.7" & <= "3.17.1"} + "tezos-client-commands" { = version } + "tezos-mockup" { = version } + "tezos-tooling" {with-test & <= "13.0"} +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_mockup/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (commands)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.1.tar.bz2" + checksum: [ + "sha256=3675d856c4b818da7f5de0b85b86a48d3883f1210cfef28ef3233a047e74bed6" + "sha512=d6abdef9a6643b2ffe8141ecc625dcc2a939131e2e5cc158c74aba8c403bd4072b7fc403ccfa6d766696604ad112495dd9db1ece8a3ae5a4693071dfdffcbda5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mockup-commands/tezos-mockup-commands.7.2/opam b/packages/tezos-mockup-commands/tezos-mockup-commands.7.2/opam new file mode 100644 index 000000000..6304155ec --- /dev/null +++ b/packages/tezos-mockup-commands/tezos-mockup-commands.7.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "1.7" & <= "3.17.1"} + "tezos-client-commands" { = version } + "tezos-mockup" { = version } + "tezos-tooling" {with-test & <= "13.0"} +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_mockup/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (commands)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.2.tar.bz2" + checksum: [ + "sha256=abb52ad63345943d20f3edc4c3507474af94c001c8bf58138f47341942036cec" + "sha512=c823ca801cbc4005f5fc6ea5236d93569410c034da3ed32939ef64a0f2c19a34444fac12e13c72e5a1e15a401b655e58ffdbbb66ce0516e5968f621677b96117" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mockup-commands/tezos-mockup-commands.7.3/opam b/packages/tezos-mockup-commands/tezos-mockup-commands.7.3/opam new file mode 100644 index 000000000..dbe56770d --- /dev/null +++ b/packages/tezos-mockup-commands/tezos-mockup-commands.7.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "1.7" & <= "3.17.1"} + "tezos-client-commands" { = version } + "tezos-mockup" { = version } + "tezos-tooling" {with-test & <= "13.0"} +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_mockup/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (commands)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.3.tar.bz2" + checksum: [ + "sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" + "sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mockup-commands/tezos-mockup-commands.7.4/opam b/packages/tezos-mockup-commands/tezos-mockup-commands.7.4/opam new file mode 100644 index 000000000..c6a35b9be --- /dev/null +++ b/packages/tezos-mockup-commands/tezos-mockup-commands.7.4/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "1.7" & <= "3.17.1"} + "tezos-client-commands" { = version } + "tezos-mockup" { = version } + "tezos-tooling" {with-test & <= "13.0"} +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_mockup/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (commands)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mockup-commands/tezos-mockup-commands.8.0/opam b/packages/tezos-mockup-commands/tezos-mockup-commands.8.0/opam new file mode 100644 index 000000000..ab1d9ca98 --- /dev/null +++ b/packages/tezos-mockup-commands/tezos-mockup-commands.8.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-commands" { = version } + "tezos-mockup" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_mockup/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (commands)" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mockup-commands/tezos-mockup-commands.8.1/opam b/packages/tezos-mockup-commands/tezos-mockup-commands.8.1/opam new file mode 100644 index 000000000..6249fd4d8 --- /dev/null +++ b/packages/tezos-mockup-commands/tezos-mockup-commands.8.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-commands" { = version } + "tezos-mockup" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_mockup/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (commands)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mockup-commands/tezos-mockup-commands.8.2/opam b/packages/tezos-mockup-commands/tezos-mockup-commands.8.2/opam new file mode 100644 index 000000000..a2d1f2769 --- /dev/null +++ b/packages/tezos-mockup-commands/tezos-mockup-commands.8.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-commands" { = version } + "tezos-mockup" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_mockup/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (commands)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mockup-commands/tezos-mockup-commands.8.3/opam b/packages/tezos-mockup-commands/tezos-mockup-commands.8.3/opam new file mode 100644 index 000000000..42c780fa7 --- /dev/null +++ b/packages/tezos-mockup-commands/tezos-mockup-commands.8.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-commands" { = version } + "tezos-mockup" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_mockup/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (commands)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mockup-commands/tezos-mockup-commands.9.0/opam b/packages/tezos-mockup-commands/tezos-mockup-commands.9.0/opam new file mode 100644 index 000000000..2c7fac598 --- /dev/null +++ b/packages/tezos-mockup-commands/tezos-mockup-commands.9.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-commands" { = version } + "tezos-mockup" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_mockup/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (commands)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mockup-commands/tezos-mockup-commands.9.1/opam b/packages/tezos-mockup-commands/tezos-mockup-commands.9.1/opam new file mode 100644 index 000000000..10377091b --- /dev/null +++ b/packages/tezos-mockup-commands/tezos-mockup-commands.9.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-commands" { = version } + "tezos-mockup" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_mockup/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (commands)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mockup-commands/tezos-mockup-commands.9.2/opam b/packages/tezos-mockup-commands/tezos-mockup-commands.9.2/opam new file mode 100644 index 000000000..49b2a2712 --- /dev/null +++ b/packages/tezos-mockup-commands/tezos-mockup-commands.9.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-commands" { = version } + "tezos-mockup" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_mockup/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (commands)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mockup-commands/tezos-mockup-commands.9.3/opam b/packages/tezos-mockup-commands/tezos-mockup-commands.9.3/opam new file mode 100644 index 000000000..4b219970a --- /dev/null +++ b/packages/tezos-mockup-commands/tezos-mockup-commands.9.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-commands" { = version } + "tezos-mockup" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_mockup/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (commands)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mockup-commands/tezos-mockup-commands.9.4/opam b/packages/tezos-mockup-commands/tezos-mockup-commands.9.4/opam new file mode 100644 index 000000000..44041e5c1 --- /dev/null +++ b/packages/tezos-mockup-commands/tezos-mockup-commands.9.4/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-commands" { = version } + "tezos-mockup" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_mockup/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (commands)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mockup-commands/tezos-mockup-commands.9.7/opam b/packages/tezos-mockup-commands/tezos-mockup-commands.9.7/opam new file mode 100644 index 000000000..5b3864c3d --- /dev/null +++ b/packages/tezos-mockup-commands/tezos-mockup-commands.9.7/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-commands" { = version } + "tezos-mockup" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_mockup/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (commands)" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mockup-proxy/tezos-mockup-proxy.10.2/opam b/packages/tezos-mockup-proxy/tezos-mockup-proxy.10.2/opam new file mode 100644 index 000000000..b2cab7ae8 --- /dev/null +++ b/packages/tezos-mockup-proxy/tezos-mockup-proxy.10.2/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-base" { = version } + "tezos-protocol-environment" { = version } + "tezos-rpc-http-client" { = version } + "resto-cohttp-self-serving-client" { >= "0.6" & < "0.7" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_mockup_proxy/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: local RPCs" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mockup-proxy/tezos-mockup-proxy.11.0/opam b/packages/tezos-mockup-proxy/tezos-mockup-proxy.11.0/opam new file mode 100644 index 000000000..d726e44be --- /dev/null +++ b/packages/tezos-mockup-proxy/tezos-mockup-proxy.11.0/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-client-base" { = version } + "tezos-protocol-environment" { = version } + "tezos-rpc-http-client" { = version } + "resto-cohttp-self-serving-client" { >= "0.6" & < "0.7" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_mockup_proxy/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: local RPCs" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mockup-proxy/tezos-mockup-proxy.11.1/opam b/packages/tezos-mockup-proxy/tezos-mockup-proxy.11.1/opam new file mode 100644 index 000000000..42a899a10 --- /dev/null +++ b/packages/tezos-mockup-proxy/tezos-mockup-proxy.11.1/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-base" { = version } + "tezos-protocol-environment" { = version } + "tezos-rpc-http-client" { = version } + "resto-cohttp-self-serving-client" { >= "0.6" & < "0.7" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_mockup_proxy/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: local RPCs" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mockup-proxy/tezos-mockup-proxy.12.0/opam b/packages/tezos-mockup-proxy/tezos-mockup-proxy.12.0/opam new file mode 100644 index 000000000..72b2c5173 --- /dev/null +++ b/packages/tezos-mockup-proxy/tezos-mockup-proxy.12.0/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-base" { = version } + "tezos-protocol-environment" { = version } + "tezos-rpc-http-client" { = version } + "resto-cohttp-self-serving-client" { >= "0.6" & < "0.7" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_mockup_proxy/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: local RPCs" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mockup-proxy/tezos-mockup-proxy.12.3/opam b/packages/tezos-mockup-proxy/tezos-mockup-proxy.12.3/opam new file mode 100644 index 000000000..b7e03434c --- /dev/null +++ b/packages/tezos-mockup-proxy/tezos-mockup-proxy.12.3/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-base" { = version } + "tezos-protocol-environment" { = version } + "tezos-rpc-http-client" { = version } + "resto-cohttp-self-serving-client" { >= "0.6" & < "0.7" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_mockup_proxy/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: local RPCs" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mockup-proxy/tezos-mockup-proxy.13.0/opam b/packages/tezos-mockup-proxy/tezos-mockup-proxy.13.0/opam new file mode 100644 index 000000000..4b2ad296a --- /dev/null +++ b/packages/tezos-mockup-proxy/tezos-mockup-proxy.13.0/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-client-base" { = version } + "tezos-protocol-environment" { = version } + "tezos-rpc-http" { = version } + "resto-cohttp-self-serving-client" { >= "0.6" & < "0.7" } + "tezos-rpc-http-client" { = version } + "tezos-shell-services" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_mockup_proxy/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: local RPCs" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mockup-proxy/tezos-mockup-proxy.14.0/opam b/packages/tezos-mockup-proxy/tezos-mockup-proxy.14.0/opam new file mode 100644 index 000000000..cc64802d4 --- /dev/null +++ b/packages/tezos-mockup-proxy/tezos-mockup-proxy.14.0/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-client-base" { = version } + "tezos-protocol-environment" { = version } + "tezos-rpc-http" { = version } + "resto-cohttp-self-serving-client" { >= "0.8" & < "0.9" } + "tezos-rpc-http-client" { = version } + "tezos-shell-services" { = version } + "uri" {>= "2.2.0" & <= "4.4.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: local RPCs" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mockup-proxy/tezos-mockup-proxy.15.0/opam b/packages/tezos-mockup-proxy/tezos-mockup-proxy.15.0/opam new file mode 100644 index 000000000..ae79e3176 --- /dev/null +++ b/packages/tezos-mockup-proxy/tezos-mockup-proxy.15.0/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-client-base" { = version } + "tezos-protocol-environment" { = version } + "tezos-rpc-http" { = version } + "resto-cohttp-self-serving-client" {>= "1.0" & <= "1.2"} + "tezos-rpc-http-client" { = version } + "tezos-shell-services" { = version } + "uri" {>= "2.2.0" & <= "4.4.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: local RPCs" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mockup-proxy/tezos-mockup-proxy.15.1/opam b/packages/tezos-mockup-proxy/tezos-mockup-proxy.15.1/opam new file mode 100644 index 000000000..429108b15 --- /dev/null +++ b/packages/tezos-mockup-proxy/tezos-mockup-proxy.15.1/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-client-base" { = version } + "tezos-protocol-environment" { = version } + "tezos-rpc-http" { = version } + "resto-cohttp-self-serving-client" {>= "1.0" & <= "1.2"} + "tezos-rpc-http-client" { = version } + "tezos-shell-services" { = version } + "uri" {>= "2.2.0" & <= "4.4.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: local RPCs" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mockup-proxy/tezos-mockup-proxy.17.1/opam b/packages/tezos-mockup-proxy/tezos-mockup-proxy.17.1/opam new file mode 100644 index 000000000..929624b1b --- /dev/null +++ b/packages/tezos-mockup-proxy/tezos-mockup-proxy.17.1/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-base" { = version } + "tezos-client-base" { = version } + "tezos-protocol-environment" { = version } + "tezos-rpc-http" { = version } + "resto-cohttp-self-serving-client" {>= "1.0" & <= "1.2"} + "tezos-rpc-http-client" { = version } + "tezos-shell-services" { = version } + "uri" {>= "3.1.0" & <= "4.4.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: local RPCs" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mockup-proxy/tezos-mockup-proxy.17.2/opam b/packages/tezos-mockup-proxy/tezos-mockup-proxy.17.2/opam new file mode 100644 index 000000000..e2043cfbf --- /dev/null +++ b/packages/tezos-mockup-proxy/tezos-mockup-proxy.17.2/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-base" { = version } + "tezos-client-base" { = version } + "tezos-protocol-environment" { = version } + "tezos-rpc-http" { = version } + "resto-cohttp-self-serving-client" {>= "1.0" & <= "1.2"} + "tezos-rpc-http-client" { = version } + "tezos-shell-services" { = version } + "uri" {>= "3.1.0" & <= "4.4.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: local RPCs" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mockup-proxy/tezos-mockup-proxy.9.0/opam b/packages/tezos-mockup-proxy/tezos-mockup-proxy.9.0/opam new file mode 100644 index 000000000..34056cfe7 --- /dev/null +++ b/packages/tezos-mockup-proxy/tezos-mockup-proxy.9.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-base" { = version } + "tezos-rpc-http-client" { = version } + "tezos-protocol-environment" { = version } + "tezos-shell-services" { = version } + "resto-cohttp-self-serving-client" { >= "0.6" & < "0.7" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_mockup_proxy/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: local RPCs" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mockup-proxy/tezos-mockup-proxy.9.1/opam b/packages/tezos-mockup-proxy/tezos-mockup-proxy.9.1/opam new file mode 100644 index 000000000..648bfa2b6 --- /dev/null +++ b/packages/tezos-mockup-proxy/tezos-mockup-proxy.9.1/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-base" { = version } + "tezos-rpc-http-client" { = version } + "tezos-protocol-environment" { = version } + "tezos-shell-services" { = version } + "resto-cohttp-self-serving-client" { >= "0.6" & < "0.7" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_mockup_proxy/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: local RPCs" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mockup-proxy/tezos-mockup-proxy.9.2/opam b/packages/tezos-mockup-proxy/tezos-mockup-proxy.9.2/opam new file mode 100644 index 000000000..ce00d471b --- /dev/null +++ b/packages/tezos-mockup-proxy/tezos-mockup-proxy.9.2/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-base" {= version} + "tezos-rpc-http-client" {= version} + "tezos-protocol-environment" {= version} + "tezos-shell-services" {= version} + "resto-cohttp-self-serving-client" { >= "0.6" & < "0.7" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_mockup_proxy/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: local RPCs" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mockup-proxy/tezos-mockup-proxy.9.3/opam b/packages/tezos-mockup-proxy/tezos-mockup-proxy.9.3/opam new file mode 100644 index 000000000..08cb961bb --- /dev/null +++ b/packages/tezos-mockup-proxy/tezos-mockup-proxy.9.3/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-base" {= version} + "tezos-rpc-http-client" {= version} + "tezos-protocol-environment" {= version} + "tezos-shell-services" {= version} + "resto-cohttp-self-serving-client" { >= "0.6" & < "0.7" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_mockup_proxy/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: local RPCs" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mockup-proxy/tezos-mockup-proxy.9.4/opam b/packages/tezos-mockup-proxy/tezos-mockup-proxy.9.4/opam new file mode 100644 index 000000000..843340421 --- /dev/null +++ b/packages/tezos-mockup-proxy/tezos-mockup-proxy.9.4/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-base" {= version} + "tezos-rpc-http-client" {= version} + "tezos-protocol-environment" {= version} + "tezos-shell-services" {= version} + "resto-cohttp-self-serving-client" { >= "0.6" & < "0.7" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_mockup_proxy/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: local RPCs" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mockup-proxy/tezos-mockup-proxy.9.7/opam b/packages/tezos-mockup-proxy/tezos-mockup-proxy.9.7/opam new file mode 100644 index 000000000..383f7266b --- /dev/null +++ b/packages/tezos-mockup-proxy/tezos-mockup-proxy.9.7/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-base" {= version} + "tezos-rpc-http-client" {= version} + "tezos-protocol-environment" {= version} + "tezos-shell-services" {= version} + "resto-cohttp-self-serving-client" { >= "0.6" & < "0.7" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_mockup_proxy/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: local RPCs" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mockup-registration/tezos-mockup-registration.10.2/opam b/packages/tezos-mockup-registration/tezos-mockup-registration.10.2/opam new file mode 100644 index 000000000..2ab2e10e4 --- /dev/null +++ b/packages/tezos-mockup-registration/tezos-mockup-registration.10.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-base" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_mockup/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: protocol registration for the mockup mode" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mockup-registration/tezos-mockup-registration.11.0/opam b/packages/tezos-mockup-registration/tezos-mockup-registration.11.0/opam new file mode 100644 index 000000000..90dafb935 --- /dev/null +++ b/packages/tezos-mockup-registration/tezos-mockup-registration.11.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-client-base" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_mockup/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: protocol registration for the mockup mode" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mockup-registration/tezos-mockup-registration.11.1/opam b/packages/tezos-mockup-registration/tezos-mockup-registration.11.1/opam new file mode 100644 index 000000000..a168b34c3 --- /dev/null +++ b/packages/tezos-mockup-registration/tezos-mockup-registration.11.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-base" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_mockup/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: protocol registration for the mockup mode" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mockup-registration/tezos-mockup-registration.12.0/opam b/packages/tezos-mockup-registration/tezos-mockup-registration.12.0/opam new file mode 100644 index 000000000..ae7395728 --- /dev/null +++ b/packages/tezos-mockup-registration/tezos-mockup-registration.12.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-base" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_mockup/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: protocol registration for the mockup mode" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mockup-registration/tezos-mockup-registration.12.3/opam b/packages/tezos-mockup-registration/tezos-mockup-registration.12.3/opam new file mode 100644 index 000000000..b063b6f5c --- /dev/null +++ b/packages/tezos-mockup-registration/tezos-mockup-registration.12.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-base" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_mockup/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: protocol registration for the mockup mode" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mockup-registration/tezos-mockup-registration.13.0/opam b/packages/tezos-mockup-registration/tezos-mockup-registration.13.0/opam new file mode 100644 index 000000000..880e6376e --- /dev/null +++ b/packages/tezos-mockup-registration/tezos-mockup-registration.13.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-client-base" { = version } + "tezos-shell-services" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_mockup/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: protocol registration for the mockup mode" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mockup-registration/tezos-mockup-registration.14.0/opam b/packages/tezos-mockup-registration/tezos-mockup-registration.14.0/opam new file mode 100644 index 000000000..909f8a5a7 --- /dev/null +++ b/packages/tezos-mockup-registration/tezos-mockup-registration.14.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-client-base" { = version } + "tezos-shell-services" { = version } + "tezos-protocol-environment" { = version } + "uri" {>= "2.2.0" & <= "4.4.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: protocol registration for the mockup mode" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mockup-registration/tezos-mockup-registration.15.0/opam b/packages/tezos-mockup-registration/tezos-mockup-registration.15.0/opam new file mode 100644 index 000000000..af9c640e4 --- /dev/null +++ b/packages/tezos-mockup-registration/tezos-mockup-registration.15.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-client-base" { = version } + "tezos-shell-services" { = version } + "tezos-protocol-environment" { = version } + "uri" {>= "2.2.0" & <= "4.4.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: protocol registration for the mockup mode" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mockup-registration/tezos-mockup-registration.15.1/opam b/packages/tezos-mockup-registration/tezos-mockup-registration.15.1/opam new file mode 100644 index 000000000..ea7f8387b --- /dev/null +++ b/packages/tezos-mockup-registration/tezos-mockup-registration.15.1/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-client-base" { = version } + "tezos-shell-services" { = version } + "tezos-protocol-environment" { = version } + "uri" {>= "2.2.0" & <= "4.4.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: protocol registration for the mockup mode" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mockup-registration/tezos-mockup-registration.17.1/opam b/packages/tezos-mockup-registration/tezos-mockup-registration.17.1/opam new file mode 100644 index 000000000..8c73f0278 --- /dev/null +++ b/packages/tezos-mockup-registration/tezos-mockup-registration.17.1/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-base" { = version } + "tezos-client-base" { = version } + "tezos-shell-services" { = version } + "tezos-protocol-environment" { = version } + "uri" {>= "3.1.0" & <= "4.4.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: protocol registration for the mockup mode" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mockup-registration/tezos-mockup-registration.17.2/opam b/packages/tezos-mockup-registration/tezos-mockup-registration.17.2/opam new file mode 100644 index 000000000..f94b823a2 --- /dev/null +++ b/packages/tezos-mockup-registration/tezos-mockup-registration.17.2/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-base" { = version } + "tezos-client-base" { = version } + "tezos-shell-services" { = version } + "tezos-protocol-environment" { = version } + "uri" {>= "3.1.0" & <= "4.4.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: protocol registration for the mockup mode" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mockup-registration/tezos-mockup-registration.7.0/opam b/packages/tezos-mockup-registration/tezos-mockup-registration.7.0/opam new file mode 100644 index 000000000..a813a2216 --- /dev/null +++ b/packages/tezos-mockup-registration/tezos-mockup-registration.7.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "1.7" & <= "3.17.1"} + "tezos-shell-services" { = version } + "tezos-protocol-environment" { = version } + "tezos-tooling" {with-test & <= "13.0"} +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_mockup/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: protocol registration for the mockup mode" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.0.tar.bz2" + checksum: [ + "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91" + "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mockup-registration/tezos-mockup-registration.7.1/opam b/packages/tezos-mockup-registration/tezos-mockup-registration.7.1/opam new file mode 100644 index 000000000..f2fbf71ea --- /dev/null +++ b/packages/tezos-mockup-registration/tezos-mockup-registration.7.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "1.7" & <= "3.17.1"} + "tezos-shell-services" { = version } + "tezos-protocol-environment" { = version } + "tezos-tooling" {with-test & <= "13.0"} +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_mockup/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: protocol registration for the mockup mode" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.1.tar.bz2" + checksum: [ + "sha256=3675d856c4b818da7f5de0b85b86a48d3883f1210cfef28ef3233a047e74bed6" + "sha512=d6abdef9a6643b2ffe8141ecc625dcc2a939131e2e5cc158c74aba8c403bd4072b7fc403ccfa6d766696604ad112495dd9db1ece8a3ae5a4693071dfdffcbda5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mockup-registration/tezos-mockup-registration.7.2/opam b/packages/tezos-mockup-registration/tezos-mockup-registration.7.2/opam new file mode 100644 index 000000000..619282823 --- /dev/null +++ b/packages/tezos-mockup-registration/tezos-mockup-registration.7.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "1.7" & <= "3.17.1"} + "tezos-shell-services" { = version } + "tezos-protocol-environment" { = version } + "tezos-tooling" {with-test & <= "13.0"} +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_mockup/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: protocol registration for the mockup mode" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.2.tar.bz2" + checksum: [ + "sha256=abb52ad63345943d20f3edc4c3507474af94c001c8bf58138f47341942036cec" + "sha512=c823ca801cbc4005f5fc6ea5236d93569410c034da3ed32939ef64a0f2c19a34444fac12e13c72e5a1e15a401b655e58ffdbbb66ce0516e5968f621677b96117" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mockup-registration/tezos-mockup-registration.7.3/opam b/packages/tezos-mockup-registration/tezos-mockup-registration.7.3/opam new file mode 100644 index 000000000..24792d23a --- /dev/null +++ b/packages/tezos-mockup-registration/tezos-mockup-registration.7.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "1.7" & <= "3.17.1"} + "tezos-shell-services" { = version } + "tezos-protocol-environment" { = version } + "tezos-tooling" {with-test & <= "13.0"} +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_mockup/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: protocol registration for the mockup mode" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.3.tar.bz2" + checksum: [ + "sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" + "sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mockup-registration/tezos-mockup-registration.7.4/opam b/packages/tezos-mockup-registration/tezos-mockup-registration.7.4/opam new file mode 100644 index 000000000..c036a4ff6 --- /dev/null +++ b/packages/tezos-mockup-registration/tezos-mockup-registration.7.4/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "1.7" & <= "3.17.1"} + "tezos-shell-services" { = version } + "tezos-protocol-environment" { = version } + "tezos-tooling" {with-test & <= "13.0"} +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_mockup/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: protocol registration for the mockup mode" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mockup-registration/tezos-mockup-registration.8.0/opam b/packages/tezos-mockup-registration/tezos-mockup-registration.8.0/opam new file mode 100644 index 000000000..5a4a4cdfa --- /dev/null +++ b/packages/tezos-mockup-registration/tezos-mockup-registration.8.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-shell-services" { = version } + "tezos-protocol-environment" { = version } + "tezos-client-base" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_mockup/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: protocol registration for the mockup mode" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mockup-registration/tezos-mockup-registration.8.1/opam b/packages/tezos-mockup-registration/tezos-mockup-registration.8.1/opam new file mode 100644 index 000000000..0d25c6fde --- /dev/null +++ b/packages/tezos-mockup-registration/tezos-mockup-registration.8.1/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-shell-services" { = version } + "tezos-protocol-environment" { = version } + "tezos-client-base" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_mockup/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: protocol registration for the mockup mode" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mockup-registration/tezos-mockup-registration.8.2/opam b/packages/tezos-mockup-registration/tezos-mockup-registration.8.2/opam new file mode 100644 index 000000000..0dc71080d --- /dev/null +++ b/packages/tezos-mockup-registration/tezos-mockup-registration.8.2/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-shell-services" { = version } + "tezos-protocol-environment" { = version } + "tezos-client-base" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_mockup/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: protocol registration for the mockup mode" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mockup-registration/tezos-mockup-registration.8.3/opam b/packages/tezos-mockup-registration/tezos-mockup-registration.8.3/opam new file mode 100644 index 000000000..a6e805a5c --- /dev/null +++ b/packages/tezos-mockup-registration/tezos-mockup-registration.8.3/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-shell-services" { = version } + "tezos-protocol-environment" { = version } + "tezos-client-base" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_mockup/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: protocol registration for the mockup mode" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mockup-registration/tezos-mockup-registration.9.0/opam b/packages/tezos-mockup-registration/tezos-mockup-registration.9.0/opam new file mode 100644 index 000000000..5e413a0cf --- /dev/null +++ b/packages/tezos-mockup-registration/tezos-mockup-registration.9.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-base" { = version } + "tezos-shell-services" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_mockup/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: protocol registration for the mockup mode" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mockup-registration/tezos-mockup-registration.9.1/opam b/packages/tezos-mockup-registration/tezos-mockup-registration.9.1/opam new file mode 100644 index 000000000..445eba479 --- /dev/null +++ b/packages/tezos-mockup-registration/tezos-mockup-registration.9.1/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-base" { = version } + "tezos-shell-services" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_mockup/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: protocol registration for the mockup mode" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mockup-registration/tezos-mockup-registration.9.2/opam b/packages/tezos-mockup-registration/tezos-mockup-registration.9.2/opam new file mode 100644 index 000000000..7f066b17e --- /dev/null +++ b/packages/tezos-mockup-registration/tezos-mockup-registration.9.2/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-base" { = version } + "tezos-shell-services" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_mockup/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: protocol registration for the mockup mode" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mockup-registration/tezos-mockup-registration.9.3/opam b/packages/tezos-mockup-registration/tezos-mockup-registration.9.3/opam new file mode 100644 index 000000000..c73ce0a26 --- /dev/null +++ b/packages/tezos-mockup-registration/tezos-mockup-registration.9.3/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-base" { = version } + "tezos-shell-services" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_mockup/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: protocol registration for the mockup mode" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mockup-registration/tezos-mockup-registration.9.4/opam b/packages/tezos-mockup-registration/tezos-mockup-registration.9.4/opam new file mode 100644 index 000000000..7980a69e3 --- /dev/null +++ b/packages/tezos-mockup-registration/tezos-mockup-registration.9.4/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-base" { = version } + "tezos-shell-services" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_mockup/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: protocol registration for the mockup mode" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mockup-registration/tezos-mockup-registration.9.7/opam b/packages/tezos-mockup-registration/tezos-mockup-registration.9.7/opam new file mode 100644 index 000000000..2efc501b7 --- /dev/null +++ b/packages/tezos-mockup-registration/tezos-mockup-registration.9.7/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-base" { = version } + "tezos-shell-services" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_mockup/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: protocol registration for the mockup mode" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mockup/tezos-mockup.10.2/opam b/packages/tezos-mockup/tezos-mockup.10.2/opam new file mode 100644 index 000000000..511113883 --- /dev/null +++ b/packages/tezos-mockup/tezos-mockup.10.2/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-p2p" { = version } + "tezos-mockup-proxy" { = version } + "tezos-mockup-registration" { = version } + "tezos-test-services" { with-test & = version } + "alcotest-lwt" {with-test & <= "1.8.0"} + "tezos-test-helpers" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_mockup/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (mockup mode)" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mockup/tezos-mockup.11.0/opam b/packages/tezos-mockup/tezos-mockup.11.0/opam new file mode 100644 index 000000000..5081a4a22 --- /dev/null +++ b/packages/tezos-mockup/tezos-mockup.11.0/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-p2p" { = version } + "tezos-mockup-proxy" { = version } + "tezos-mockup-registration" { = version } + "qcheck-alcotest" {with-test & <= "0.23"} + "alcotest-lwt" {with-test & <= "1.8.0"} + "tezos-base-test-helpers" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_mockup/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (mockup mode)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mockup/tezos-mockup.11.1/opam b/packages/tezos-mockup/tezos-mockup.11.1/opam new file mode 100644 index 000000000..0b0e378a7 --- /dev/null +++ b/packages/tezos-mockup/tezos-mockup.11.1/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-p2p" { = version } + "tezos-mockup-proxy" { = version } + "tezos-mockup-registration" { = version } + "qcheck-alcotest" {with-test & <= "0.23"} + "alcotest-lwt" {with-test & <= "1.8.0"} + "tezos-base-test-helpers" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_mockup/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (mockup mode)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mockup/tezos-mockup.12.0/opam b/packages/tezos-mockup/tezos-mockup.12.0/opam new file mode 100644 index 000000000..40d62c651 --- /dev/null +++ b/packages/tezos-mockup/tezos-mockup.12.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-p2p" { = version } + "tezos-mockup-proxy" { = version } + "tezos-mockup-registration" { = version } + "alcotest-lwt" {with-test & <= "1.8.0"} + "tezos-base-test-helpers" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_mockup/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (mockup mode)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mockup/tezos-mockup.12.3/opam b/packages/tezos-mockup/tezos-mockup.12.3/opam new file mode 100644 index 000000000..7027e1b40 --- /dev/null +++ b/packages/tezos-mockup/tezos-mockup.12.3/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-p2p" { = version } + "tezos-mockup-proxy" { = version } + "tezos-mockup-registration" { = version } + "alcotest-lwt" {with-test & <= "1.8.0"} + "tezos-base-test-helpers" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_mockup/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (mockup mode)" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mockup/tezos-mockup.13.0/opam b/packages/tezos-mockup/tezos-mockup.13.0/opam new file mode 100644 index 000000000..6dbc15aed --- /dev/null +++ b/packages/tezos-mockup/tezos-mockup.13.0/opam @@ -0,0 +1,43 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-client-base" { = version } + "tezos-mockup-proxy" { = version } + "resto-cohttp-self-serving-client" { >= "0.6" & < "0.7" } + "tezos-rpc" { = version } + "tezos-p2p-services" { = version } + "tezos-p2p" { = version } + "tezos-protocol-environment" { = version } + "tezos-stdlib-unix" { = version } + "tezos-rpc-http" { = version } + "tezos-rpc-http-client" { = version } + "tezos-mockup-registration" { = version } + "tezos-base-test-helpers" { with-test & = version } + "qcheck-alcotest" {with-test & >= "0.18" & <= "0.23"} + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_mockup/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (mockup mode)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mockup/tezos-mockup.14.0/opam b/packages/tezos-mockup/tezos-mockup.14.0/opam new file mode 100644 index 000000000..d0f63487e --- /dev/null +++ b/packages/tezos-mockup/tezos-mockup.14.0/opam @@ -0,0 +1,42 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-client-base" { = version } + "tezos-mockup-proxy" { = version } + "resto-cohttp-self-serving-client" { >= "0.8" & < "0.9" } + "tezos-rpc" { = version } + "tezos-p2p-services" { = version } + "tezos-p2p" { = version } + "tezos-protocol-environment" { = version } + "tezos-stdlib-unix" { = version } + "tezos-rpc-http" { = version } + "tezos-rpc-http-client" { = version } + "tezos-mockup-registration" { = version } + "tezos-base-test-helpers" { with-test & = version } + "qcheck-alcotest" {with-test & >= "0.18" & <= "0.23"} + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (mockup mode)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mockup/tezos-mockup.15.0/opam b/packages/tezos-mockup/tezos-mockup.15.0/opam new file mode 100644 index 000000000..d7897c240 --- /dev/null +++ b/packages/tezos-mockup/tezos-mockup.15.0/opam @@ -0,0 +1,42 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-base-test-helpers" { with-test & = version } + "tezos-mockup-registration" { = version } + "tezos-client-base" { = version } + "qcheck-alcotest" {with-test & >= "0.18" & <= "0.23"} + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} + "tezos-mockup-proxy" { = version } + "resto-cohttp-self-serving-client" {>= "1.0" & <= "1.2"} + "tezos-rpc" { = version } + "tezos-p2p-services" { = version } + "tezos-p2p" { = version } + "tezos-protocol-environment" { = version } + "tezos-stdlib-unix" { = version } + "tezos-rpc-http" { = version } + "tezos-rpc-http-client" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (mockup mode)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mockup/tezos-mockup.15.1/opam b/packages/tezos-mockup/tezos-mockup.15.1/opam new file mode 100644 index 000000000..e5435d63f --- /dev/null +++ b/packages/tezos-mockup/tezos-mockup.15.1/opam @@ -0,0 +1,42 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-client-base" { = version } + "tezos-mockup-proxy" { = version } + "resto-cohttp-self-serving-client" {>= "1.0" & <= "1.2"} + "tezos-rpc" { = version } + "tezos-p2p-services" { = version } + "tezos-p2p" { = version } + "tezos-protocol-environment" { = version } + "tezos-stdlib-unix" { = version } + "tezos-rpc-http" { = version } + "tezos-rpc-http-client" { = version } + "tezos-mockup-registration" { = version } + "tezos-base-test-helpers" { with-test & = version } + "qcheck-alcotest" {with-test & >= "0.18" & <= "0.23"} + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (mockup mode)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mockup/tezos-mockup.17.1/opam b/packages/tezos-mockup/tezos-mockup.17.1/opam new file mode 100644 index 000000000..9bc2f461a --- /dev/null +++ b/packages/tezos-mockup/tezos-mockup.17.1/opam @@ -0,0 +1,45 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-base" { = version } + "tezos-client-base" { = version } + "tezos-mockup-proxy" { = version } + "resto-cohttp-self-serving-client" {>= "1.0" & <= "1.2"} + "tezos-rpc" { = version } + "tezos-p2p-services" { = version } + "tezos-p2p" { = version } + "tezos-protocol-environment" { = version } + "tezos-stdlib-unix" { = version } + "tezos-rpc-http" { = version } + "tezos-rpc-http-client" { = version } + "tezos-mockup-registration" { = version } + "tezt" {with-test & >= "3.1.0" & <= "4.1.0"} + "tezos-base-test-helpers" { with-test & = version } + "tezos-test-helpers" { with-test & = version } + "qcheck-alcotest" {with-test & >= "0.20" & <= "0.23"} + "octez-alcotezt" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] { with-test & ocaml:native } +] +synopsis: "Tezos: library of auto-documented RPCs (mockup mode)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mockup/tezos-mockup.17.2/opam b/packages/tezos-mockup/tezos-mockup.17.2/opam new file mode 100644 index 000000000..bfbb2f114 --- /dev/null +++ b/packages/tezos-mockup/tezos-mockup.17.2/opam @@ -0,0 +1,45 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-base" { = version } + "tezos-client-base" { = version } + "tezos-mockup-proxy" { = version } + "resto-cohttp-self-serving-client" {>= "1.0" & <= "1.2"} + "tezos-rpc" { = version } + "tezos-p2p-services" { = version } + "tezos-p2p" { = version } + "tezos-protocol-environment" { = version } + "tezos-stdlib-unix" { = version } + "tezos-rpc-http" { = version } + "tezos-rpc-http-client" { = version } + "tezos-mockup-registration" { = version } + "tezt" {with-test & >= "3.1.0" & <= "4.1.0"} + "tezos-base-test-helpers" { with-test & = version } + "tezos-test-helpers" { with-test & = version } + "qcheck-alcotest" {with-test & >= "0.20" & <= "0.23"} + "octez-alcotezt" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] { with-test & ocaml:native } +] +synopsis: "Tezos: library of auto-documented RPCs (mockup mode)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mockup/tezos-mockup.7.0/opam b/packages/tezos-mockup/tezos-mockup.7.0/opam new file mode 100644 index 000000000..2099173c0 --- /dev/null +++ b/packages/tezos-mockup/tezos-mockup.7.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "1.7" & <= "3.17.1"} + "tezos-p2p" { = version } + "tezos-client-base" { = version } + "tezos-mockup-registration" { = version } + "tezos-tooling" {with-test & <= "13.0"} +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_mockup/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (mockup mode)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.0.tar.bz2" + checksum: [ + "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91" + "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mockup/tezos-mockup.7.1/opam b/packages/tezos-mockup/tezos-mockup.7.1/opam new file mode 100644 index 000000000..5e1139d53 --- /dev/null +++ b/packages/tezos-mockup/tezos-mockup.7.1/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "1.7" & <= "3.17.1"} + "tezos-p2p" { = version } + "tezos-client-base" { = version } + "tezos-mockup-registration" { = version } + "tezos-tooling" {with-test & <= "13.0"} +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_mockup/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (mockup mode)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.1.tar.bz2" + checksum: [ + "sha256=3675d856c4b818da7f5de0b85b86a48d3883f1210cfef28ef3233a047e74bed6" + "sha512=d6abdef9a6643b2ffe8141ecc625dcc2a939131e2e5cc158c74aba8c403bd4072b7fc403ccfa6d766696604ad112495dd9db1ece8a3ae5a4693071dfdffcbda5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mockup/tezos-mockup.7.2/opam b/packages/tezos-mockup/tezos-mockup.7.2/opam new file mode 100644 index 000000000..d67a4de68 --- /dev/null +++ b/packages/tezos-mockup/tezos-mockup.7.2/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "1.7" & <= "3.17.1"} + "tezos-p2p" { = version } + "tezos-client-base" { = version } + "tezos-mockup-registration" { = version } + "tezos-tooling" {with-test & <= "13.0"} +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_mockup/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (mockup mode)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.2.tar.bz2" + checksum: [ + "sha256=abb52ad63345943d20f3edc4c3507474af94c001c8bf58138f47341942036cec" + "sha512=c823ca801cbc4005f5fc6ea5236d93569410c034da3ed32939ef64a0f2c19a34444fac12e13c72e5a1e15a401b655e58ffdbbb66ce0516e5968f621677b96117" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mockup/tezos-mockup.7.3/opam b/packages/tezos-mockup/tezos-mockup.7.3/opam new file mode 100644 index 000000000..a8501f18f --- /dev/null +++ b/packages/tezos-mockup/tezos-mockup.7.3/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "1.7" & <= "3.17.1"} + "tezos-p2p" { = version } + "tezos-client-base" { = version } + "tezos-mockup-registration" { = version } + "tezos-tooling" {with-test & <= "13.0"} +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_mockup/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (mockup mode)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.3.tar.bz2" + checksum: [ + "sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" + "sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mockup/tezos-mockup.7.4/opam b/packages/tezos-mockup/tezos-mockup.7.4/opam new file mode 100644 index 000000000..e03dbdff3 --- /dev/null +++ b/packages/tezos-mockup/tezos-mockup.7.4/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "1.7" & <= "3.17.1"} + "tezos-p2p" { = version } + "tezos-client-base" { = version } + "tezos-mockup-registration" { = version } + "tezos-tooling" {with-test & <= "13.0"} +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_mockup/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (mockup mode)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mockup/tezos-mockup.8.0/opam b/packages/tezos-mockup/tezos-mockup.8.0/opam new file mode 100644 index 000000000..ec6c04a03 --- /dev/null +++ b/packages/tezos-mockup/tezos-mockup.8.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-p2p" { = version } + "tezos-mockup-registration" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_mockup/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (mockup mode)" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mockup/tezos-mockup.8.1/opam b/packages/tezos-mockup/tezos-mockup.8.1/opam new file mode 100644 index 000000000..dabac2d91 --- /dev/null +++ b/packages/tezos-mockup/tezos-mockup.8.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-p2p" { = version } + "tezos-mockup-registration" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_mockup/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (mockup mode)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mockup/tezos-mockup.8.2/opam b/packages/tezos-mockup/tezos-mockup.8.2/opam new file mode 100644 index 000000000..00b40315c --- /dev/null +++ b/packages/tezos-mockup/tezos-mockup.8.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-p2p" { = version } + "tezos-mockup-registration" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_mockup/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (mockup mode)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mockup/tezos-mockup.8.3/opam b/packages/tezos-mockup/tezos-mockup.8.3/opam new file mode 100644 index 000000000..78095b8ce --- /dev/null +++ b/packages/tezos-mockup/tezos-mockup.8.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-p2p" { = version } + "tezos-mockup-registration" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_mockup/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (mockup mode)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mockup/tezos-mockup.9.0/opam b/packages/tezos-mockup/tezos-mockup.9.0/opam new file mode 100644 index 000000000..1a82936e8 --- /dev/null +++ b/packages/tezos-mockup/tezos-mockup.9.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-p2p" { = version } + "tezos-mockup-proxy" { = version } + "tezos-mockup-registration" { = version } + "crowbar" {with-test & <= "0.2.1"} + "tezos-test-services" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_mockup/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (mockup mode)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mockup/tezos-mockup.9.1/opam b/packages/tezos-mockup/tezos-mockup.9.1/opam new file mode 100644 index 000000000..0a80a69e8 --- /dev/null +++ b/packages/tezos-mockup/tezos-mockup.9.1/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-p2p" { = version } + "tezos-mockup-proxy" { = version } + "tezos-mockup-registration" { = version } + "crowbar" {with-test & <= "0.2.1"} + "tezos-test-services" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_mockup/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (mockup mode)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mockup/tezos-mockup.9.2/opam b/packages/tezos-mockup/tezos-mockup.9.2/opam new file mode 100644 index 000000000..73d3515d7 --- /dev/null +++ b/packages/tezos-mockup/tezos-mockup.9.2/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-p2p" { = version } + "tezos-mockup-proxy" { = version } + "tezos-mockup-registration" { = version } + "crowbar" {with-test & <= "0.2.1"} + "tezos-test-services" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_mockup/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (mockup mode)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mockup/tezos-mockup.9.3/opam b/packages/tezos-mockup/tezos-mockup.9.3/opam new file mode 100644 index 000000000..dc09985e0 --- /dev/null +++ b/packages/tezos-mockup/tezos-mockup.9.3/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-p2p" { = version } + "tezos-mockup-proxy" { = version } + "tezos-mockup-registration" { = version } + "crowbar" {with-test & <= "0.2.1"} + "tezos-test-services" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_mockup/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (mockup mode)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mockup/tezos-mockup.9.4/opam b/packages/tezos-mockup/tezos-mockup.9.4/opam new file mode 100644 index 000000000..194c373f4 --- /dev/null +++ b/packages/tezos-mockup/tezos-mockup.9.4/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-p2p" { = version } + "tezos-mockup-proxy" { = version } + "tezos-mockup-registration" { = version } + "crowbar" {with-test & <= "0.2.1"} + "tezos-test-services" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_mockup/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (mockup mode)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-mockup/tezos-mockup.9.7/opam b/packages/tezos-mockup/tezos-mockup.9.7/opam new file mode 100644 index 000000000..047f5394c --- /dev/null +++ b/packages/tezos-mockup/tezos-mockup.9.7/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-p2p" { = version } + "tezos-mockup-proxy" { = version } + "tezos-mockup-registration" { = version } + "crowbar" {with-test & <= "0.2.1"} + "tezos-test-services" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_mockup/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (mockup mode)" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-node/tezos-node.10.2/opam b/packages/tezos-node/tezos-node.10.2/opam new file mode 100644 index 000000000..4aa9e58a5 --- /dev/null +++ b/packages/tezos-node/tezos-node.10.2/opam @@ -0,0 +1,78 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-rpc-http-server" { = version } + "tezos-validator" { = version } + "tezos-embedded-protocol-genesis-carthagenet" { = version } + "tezos-embedded-protocol-000-Ps9mPmXa" { = version } + "tezos-protocol-plugin-010-PtGRANAD-registerer" { = version } + "cmdliner" {<= "1.3.0"} + "tls" {>= "0.10" & < "1.0.0"} +] +depopts: [ + "tezos-embedded-protocol-001-PtCJ7pwo" + "tezos-embedded-protocol-002-PsYLVpVv" + "tezos-embedded-protocol-003-PsddFKi3" + "tezos-embedded-protocol-004-Pt24m4xi" + "tezos-embedded-protocol-005-PsBABY5H" + "tezos-embedded-protocol-005-PsBabyM1" + "tezos-embedded-protocol-006-PsCARTHA" + "tezos-embedded-protocol-007-PsDELPH1" + "tezos-protocol-plugin-007-PsDELPH1-registerer" + "tezos-embedded-protocol-008-PtEdoTez" + "tezos-embedded-protocol-008-PtEdo2Zk" + "tezos-protocol-plugin-008-PtEdo2Zk-registerer" + "tezos-embedded-protocol-009-PsFLoren" + "tezos-protocol-plugin-009-PsFLoren-registerer" + "tezos-embedded-protocol-demo-counter" + "tezos-embedded-protocol-alpha" + "tezos-protocol-plugin-alpha-registerer" + "tezos-embedded-protocol-demo-noops" + "tezos-embedded-protocol-genesis" +] +conflicts: [ + "tezos-embedded-protocol-001-PtCJ7pwo" { != version } + "tezos-embedded-protocol-002-PsYLVpVv" { != version } + "tezos-embedded-protocol-003-PsddFKi3" { != version } + "tezos-embedded-protocol-004-Pt24m4xi" { != version } + "tezos-embedded-protocol-005-PsBABY5H" { != version } + "tezos-embedded-protocol-005-PsBabyM1" { != version } + "tezos-embedded-protocol-006-PsCARTHA" { != version } + "tezos-embedded-protocol-007-PsDELPH1" { != version } + "tezos-protocol-plugin-007-PsDELPH1-registerer" { != version } + "tezos-embedded-protocol-008-PtEdoTez" { != version } + "tezos-embedded-protocol-008-PtEdo2Zk" { != version } + "tezos-protocol-plugin-008-PtEdo2Zk-registerer" { != version } + "tezos-embedded-protocol-009-PsFLoren" { != version } + "tezos-protocol-plugin-009-PsFLoren-registerer" { != version } + "tezos-embedded-protocol-demo-counter" { != version } + "tezos-embedded-protocol-alpha" { != version } + "tezos-protocol-plugin-alpha-registerer" { != version } + "tezos-embedded-protocol-demo-noops" { != version } + "tezos-embedded-protocol-genesis" { != version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/bin_node/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `tezos-node` binary" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-node/tezos-node.11.0/opam b/packages/tezos-node/tezos-node.11.0/opam new file mode 100644 index 000000000..eb10bb3ff --- /dev/null +++ b/packages/tezos-node/tezos-node.11.0/opam @@ -0,0 +1,79 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-rpc-http-server" { = version } + "tezos-validator" { = version } + "tezos-embedded-protocol-genesis-carthagenet" { = version } + "tezos-embedded-protocol-000-Ps9mPmXa" { = version } + "tezos-protocol-plugin-010-PtGRANAD-registerer" { = version } + "tezos-protocol-plugin-011-PtHangz2-registerer" { = version } + "cmdliner" {<= "1.3.0"} + "tls" {>= "0.10" & < "1.0.0"} +] +depopts: [ + "tezos-embedded-protocol-001-PtCJ7pwo" + "tezos-embedded-protocol-002-PsYLVpVv" + "tezos-embedded-protocol-003-PsddFKi3" + "tezos-embedded-protocol-004-Pt24m4xi" + "tezos-embedded-protocol-005-PsBABY5H" + "tezos-embedded-protocol-005-PsBabyM1" + "tezos-embedded-protocol-006-PsCARTHA" + "tezos-embedded-protocol-007-PsDELPH1" + "tezos-protocol-plugin-007-PsDELPH1-registerer" + "tezos-embedded-protocol-008-PtEdoTez" + "tezos-embedded-protocol-008-PtEdo2Zk" + "tezos-protocol-plugin-008-PtEdo2Zk-registerer" + "tezos-embedded-protocol-009-PsFLoren" + "tezos-protocol-plugin-009-PsFLoren-registerer" + "tezos-embedded-protocol-demo-counter" + "tezos-embedded-protocol-alpha" + "tezos-protocol-plugin-alpha-registerer" + "tezos-embedded-protocol-demo-noops" + "tezos-embedded-protocol-genesis" +] +conflicts: [ + "tezos-embedded-protocol-001-PtCJ7pwo" { != version } + "tezos-embedded-protocol-002-PsYLVpVv" { != version } + "tezos-embedded-protocol-003-PsddFKi3" { != version } + "tezos-embedded-protocol-004-Pt24m4xi" { != version } + "tezos-embedded-protocol-005-PsBABY5H" { != version } + "tezos-embedded-protocol-005-PsBabyM1" { != version } + "tezos-embedded-protocol-006-PsCARTHA" { != version } + "tezos-embedded-protocol-007-PsDELPH1" { != version } + "tezos-protocol-plugin-007-PsDELPH1-registerer" { != version } + "tezos-embedded-protocol-008-PtEdoTez" { != version } + "tezos-embedded-protocol-008-PtEdo2Zk" { != version } + "tezos-protocol-plugin-008-PtEdo2Zk-registerer" { != version } + "tezos-embedded-protocol-009-PsFLoren" { != version } + "tezos-protocol-plugin-009-PsFLoren-registerer" { != version } + "tezos-embedded-protocol-demo-counter" { != version } + "tezos-embedded-protocol-alpha" { != version } + "tezos-protocol-plugin-alpha-registerer" { != version } + "tezos-embedded-protocol-demo-noops" { != version } + "tezos-embedded-protocol-genesis" { != version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/bin_node/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `tezos-node` binary" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-node/tezos-node.11.1/opam b/packages/tezos-node/tezos-node.11.1/opam new file mode 100644 index 000000000..a31e1cdf7 --- /dev/null +++ b/packages/tezos-node/tezos-node.11.1/opam @@ -0,0 +1,82 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-rpc-http-server" { = version } + "tezos-validator" { = version } + "tezos-embedded-protocol-genesis-carthagenet" { = version } + "tezos-embedded-protocol-000-Ps9mPmXa" { = version } + "tezos-protocol-plugin-011-PtHangz2-registerer" { = version } + "cmdliner" {<= "1.3.0"} + "tls" {>= "0.10" & < "1.0.0"} +] +depopts: [ + "tezos-embedded-protocol-001-PtCJ7pwo" + "tezos-embedded-protocol-002-PsYLVpVv" + "tezos-embedded-protocol-003-PsddFKi3" + "tezos-embedded-protocol-004-Pt24m4xi" + "tezos-embedded-protocol-005-PsBABY5H" + "tezos-embedded-protocol-005-PsBabyM1" + "tezos-embedded-protocol-006-PsCARTHA" + "tezos-embedded-protocol-007-PsDELPH1" + "tezos-protocol-plugin-007-PsDELPH1-registerer" + "tezos-embedded-protocol-008-PtEdoTez" + "tezos-embedded-protocol-008-PtEdo2Zk" + "tezos-protocol-plugin-008-PtEdo2Zk-registerer" + "tezos-embedded-protocol-009-PsFLoren" + "tezos-protocol-plugin-009-PsFLoren-registerer" + "tezos-embedded-protocol-010-PtGRANAD" + "tezos-protocol-plugin-010-PtGRANAD-registerer" + "tezos-embedded-protocol-demo-counter" + "tezos-embedded-protocol-alpha" + "tezos-protocol-plugin-alpha-registerer" + "tezos-embedded-protocol-demo-noops" + "tezos-embedded-protocol-genesis" +] +conflicts: [ + "tezos-embedded-protocol-001-PtCJ7pwo" { != version } + "tezos-embedded-protocol-002-PsYLVpVv" { != version } + "tezos-embedded-protocol-003-PsddFKi3" { != version } + "tezos-embedded-protocol-004-Pt24m4xi" { != version } + "tezos-embedded-protocol-005-PsBABY5H" { != version } + "tezos-embedded-protocol-005-PsBabyM1" { != version } + "tezos-embedded-protocol-006-PsCARTHA" { != version } + "tezos-embedded-protocol-007-PsDELPH1" { != version } + "tezos-protocol-plugin-007-PsDELPH1-registerer" { != version } + "tezos-embedded-protocol-008-PtEdoTez" { != version } + "tezos-embedded-protocol-008-PtEdo2Zk" { != version } + "tezos-protocol-plugin-008-PtEdo2Zk-registerer" { != version } + "tezos-embedded-protocol-009-PsFLoren" { != version } + "tezos-protocol-plugin-009-PsFLoren-registerer" { != version } + "tezos-embedded-protocol-010-PtGRANAD" { != version } + "tezos-protocol-plugin-010-PtGRANAD-registerer" { = version } + "tezos-embedded-protocol-demo-counter" { != version } + "tezos-embedded-protocol-alpha" { != version } + "tezos-protocol-plugin-alpha-registerer" { != version } + "tezos-embedded-protocol-demo-noops" { != version } + "tezos-embedded-protocol-genesis" { != version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/bin_node/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `tezos-node` binary" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-node/tezos-node.12.0/opam b/packages/tezos-node/tezos-node.12.0/opam new file mode 100644 index 000000000..435439a14 --- /dev/null +++ b/packages/tezos-node/tezos-node.12.0/opam @@ -0,0 +1,83 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-rpc-http-server" { = version } + "tezos-validator" { = version } + "tezos-embedded-protocol-genesis-carthagenet" { = version } + "tezos-embedded-protocol-000-Ps9mPmXa" { = version } + "tezos-protocol-plugin-011-PtHangz2-registerer" { = version } + "tezos-protocol-plugin-012-Psithaca-registerer" { = version } + "cmdliner" {<= "1.3.0"} + "tls" {>= "0.10" & < "1.0.0"} +] +depopts: [ + "tezos-embedded-protocol-001-PtCJ7pwo" + "tezos-embedded-protocol-002-PsYLVpVv" + "tezos-embedded-protocol-003-PsddFKi3" + "tezos-embedded-protocol-004-Pt24m4xi" + "tezos-embedded-protocol-005-PsBABY5H" + "tezos-embedded-protocol-005-PsBabyM1" + "tezos-embedded-protocol-006-PsCARTHA" + "tezos-embedded-protocol-007-PsDELPH1" + "tezos-protocol-plugin-007-PsDELPH1-registerer" + "tezos-embedded-protocol-008-PtEdoTez" + "tezos-embedded-protocol-008-PtEdo2Zk" + "tezos-protocol-plugin-008-PtEdo2Zk-registerer" + "tezos-embedded-protocol-009-PsFLoren" + "tezos-protocol-plugin-009-PsFLoren-registerer" + "tezos-embedded-protocol-010-PtGRANAD" + "tezos-protocol-plugin-010-PtGRANAD-registerer" + "tezos-embedded-protocol-demo-counter" + "tezos-embedded-protocol-alpha" + "tezos-protocol-plugin-alpha-registerer" + "tezos-embedded-protocol-demo-noops" + "tezos-embedded-protocol-genesis" +] +conflicts: [ + "tezos-embedded-protocol-001-PtCJ7pwo" { != version } + "tezos-embedded-protocol-002-PsYLVpVv" { != version } + "tezos-embedded-protocol-003-PsddFKi3" { != version } + "tezos-embedded-protocol-004-Pt24m4xi" { != version } + "tezos-embedded-protocol-005-PsBABY5H" { != version } + "tezos-embedded-protocol-005-PsBabyM1" { != version } + "tezos-embedded-protocol-006-PsCARTHA" { != version } + "tezos-embedded-protocol-007-PsDELPH1" { != version } + "tezos-protocol-plugin-007-PsDELPH1-registerer" { != version } + "tezos-embedded-protocol-008-PtEdoTez" { != version } + "tezos-embedded-protocol-008-PtEdo2Zk" { != version } + "tezos-protocol-plugin-008-PtEdo2Zk-registerer" { != version } + "tezos-embedded-protocol-009-PsFLoren" { != version } + "tezos-protocol-plugin-009-PsFLoren-registerer" { != version } + "tezos-embedded-protocol-010-PtGRANAD" { != version } + "tezos-protocol-plugin-010-PtGRANAD-registerer" { != version } + "tezos-embedded-protocol-demo-counter" { != version } + "tezos-embedded-protocol-alpha" { != version } + "tezos-protocol-plugin-alpha-registerer" { != version } + "tezos-embedded-protocol-demo-noops" { != version } + "tezos-embedded-protocol-genesis" { != version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/bin_node/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `tezos-node` binary" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-node/tezos-node.12.3/opam b/packages/tezos-node/tezos-node.12.3/opam new file mode 100644 index 000000000..36dfde995 --- /dev/null +++ b/packages/tezos-node/tezos-node.12.3/opam @@ -0,0 +1,83 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-rpc-http-server" { = version } + "tezos-validator" { = version } + "tezos-embedded-protocol-genesis-carthagenet" { = version } + "tezos-embedded-protocol-000-Ps9mPmXa" { = version } + "tezos-protocol-plugin-011-PtHangz2-registerer" { = version } + "tezos-protocol-plugin-012-Psithaca-registerer" { = version } + "cmdliner" {<= "1.3.0"} + "tls" {>= "0.10" & < "1.0.0"} +] +depopts: [ + "tezos-embedded-protocol-001-PtCJ7pwo" + "tezos-embedded-protocol-002-PsYLVpVv" + "tezos-embedded-protocol-003-PsddFKi3" + "tezos-embedded-protocol-004-Pt24m4xi" + "tezos-embedded-protocol-005-PsBABY5H" + "tezos-embedded-protocol-005-PsBabyM1" + "tezos-embedded-protocol-006-PsCARTHA" + "tezos-embedded-protocol-007-PsDELPH1" + "tezos-protocol-plugin-007-PsDELPH1-registerer" + "tezos-embedded-protocol-008-PtEdoTez" + "tezos-embedded-protocol-008-PtEdo2Zk" + "tezos-protocol-plugin-008-PtEdo2Zk-registerer" + "tezos-embedded-protocol-009-PsFLoren" + "tezos-protocol-plugin-009-PsFLoren-registerer" + "tezos-embedded-protocol-010-PtGRANAD" + "tezos-protocol-plugin-010-PtGRANAD-registerer" + "tezos-embedded-protocol-demo-counter" + "tezos-embedded-protocol-alpha" + "tezos-protocol-plugin-alpha-registerer" + "tezos-embedded-protocol-demo-noops" + "tezos-embedded-protocol-genesis" +] +conflicts: [ + "tezos-embedded-protocol-001-PtCJ7pwo" { != version } + "tezos-embedded-protocol-002-PsYLVpVv" { != version } + "tezos-embedded-protocol-003-PsddFKi3" { != version } + "tezos-embedded-protocol-004-Pt24m4xi" { != version } + "tezos-embedded-protocol-005-PsBABY5H" { != version } + "tezos-embedded-protocol-005-PsBabyM1" { != version } + "tezos-embedded-protocol-006-PsCARTHA" { != version } + "tezos-embedded-protocol-007-PsDELPH1" { != version } + "tezos-protocol-plugin-007-PsDELPH1-registerer" { != version } + "tezos-embedded-protocol-008-PtEdoTez" { != version } + "tezos-embedded-protocol-008-PtEdo2Zk" { != version } + "tezos-protocol-plugin-008-PtEdo2Zk-registerer" { != version } + "tezos-embedded-protocol-009-PsFLoren" { != version } + "tezos-protocol-plugin-009-PsFLoren-registerer" { != version } + "tezos-embedded-protocol-010-PtGRANAD" { != version } + "tezos-protocol-plugin-010-PtGRANAD-registerer" { != version } + "tezos-embedded-protocol-demo-counter" { != version } + "tezos-embedded-protocol-alpha" { != version } + "tezos-protocol-plugin-alpha-registerer" { != version } + "tezos-embedded-protocol-demo-noops" { != version } + "tezos-embedded-protocol-genesis" { != version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/bin_node/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `tezos-node` binary" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-node/tezos-node.13.0/opam b/packages/tezos-node/tezos-node.13.0/opam new file mode 100644 index 000000000..68f7db604 --- /dev/null +++ b/packages/tezos-node/tezos-node.13.0/opam @@ -0,0 +1,103 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-version" { = version } + "tezos-stdlib-unix" { = version } + "tezos-shell-services" { = version } + "tezos-rpc-http" { = version } + "tezos-rpc-http-server" { = version } + "tezos-p2p" { = version } + "tezos-shell" { = version } + "tezos-store" { = version } + "tezos-context" { = version } + "tezos-validator" { = version } + "tezos-validation" { = version } + "tezos-shell-context" { = version } + "tezos-workers" { = version } + "tezos-protocol-updater" { = version } + "cmdliner" {>= "1.1.0" & <= "1.3.0"} + "fmt" {>= "0.8.7" & <= "0.9.0"} + "tls" {>= "0.10" & < "1.0.0"} + "prometheus-app" {<= "1.2"} + "lwt-exit" {= "1.0"} + "tezos-embedded-protocol-000-Ps9mPmXa" { = version } + "tezos-embedded-protocol-012-Psithaca" { = version } + "tezos-protocol-plugin-012-Psithaca-registerer" { = version } + "tezos-embedded-protocol-013-PtJakart" { = version } + "tezos-protocol-plugin-013-PtJakart-registerer" { = version } +] +depopts: [ + "tezos-embedded-protocol-genesis" + "tezos-embedded-protocol-demo-noops" + "tezos-embedded-protocol-demo-counter" + "tezos-embedded-protocol-001-PtCJ7pwo" + "tezos-embedded-protocol-002-PsYLVpVv" + "tezos-embedded-protocol-003-PsddFKi3" + "tezos-embedded-protocol-004-Pt24m4xi" + "tezos-embedded-protocol-005-PsBABY5H" + "tezos-embedded-protocol-005-PsBabyM1" + "tezos-embedded-protocol-006-PsCARTHA" + "tezos-embedded-protocol-007-PsDELPH1" + "tezos-protocol-plugin-007-PsDELPH1-registerer" + "tezos-embedded-protocol-008-PtEdoTez" + "tezos-embedded-protocol-008-PtEdo2Zk" + "tezos-protocol-plugin-008-PtEdo2Zk-registerer" + "tezos-embedded-protocol-009-PsFLoren" + "tezos-protocol-plugin-009-PsFLoren-registerer" + "tezos-embedded-protocol-010-PtGRANAD" + "tezos-protocol-plugin-010-PtGRANAD-registerer" + "tezos-embedded-protocol-011-PtHangz2" + "tezos-protocol-plugin-011-PtHangz2-registerer" + "tezos-embedded-protocol-alpha" + "tezos-protocol-plugin-alpha-registerer" +] +conflicts: [ + "tezos-embedded-protocol-genesis" { != version } + "tezos-embedded-protocol-demo-noops" { != version } + "tezos-embedded-protocol-demo-counter" { != version } + "tezos-embedded-protocol-001-PtCJ7pwo" { != version } + "tezos-embedded-protocol-002-PsYLVpVv" { != version } + "tezos-embedded-protocol-003-PsddFKi3" { != version } + "tezos-embedded-protocol-004-Pt24m4xi" { != version } + "tezos-embedded-protocol-005-PsBABY5H" { != version } + "tezos-embedded-protocol-005-PsBabyM1" { != version } + "tezos-embedded-protocol-006-PsCARTHA" { != version } + "tezos-embedded-protocol-007-PsDELPH1" { != version } + "tezos-protocol-plugin-007-PsDELPH1-registerer" { != version } + "tezos-embedded-protocol-008-PtEdoTez" { != version } + "tezos-embedded-protocol-008-PtEdo2Zk" { != version } + "tezos-protocol-plugin-008-PtEdo2Zk-registerer" { != version } + "tezos-embedded-protocol-009-PsFLoren" { != version } + "tezos-protocol-plugin-009-PsFLoren-registerer" { != version } + "tezos-embedded-protocol-010-PtGRANAD" { != version } + "tezos-protocol-plugin-010-PtGRANAD-registerer" { != version } + "tezos-embedded-protocol-011-PtHangz2" { != version } + "tezos-protocol-plugin-011-PtHangz2-registerer" { != version } + "tezos-embedded-protocol-alpha" { != version } + "tezos-protocol-plugin-alpha-registerer" { != version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/bin_node/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `tezos-node` binary" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-node/tezos-node.14.0/opam b/packages/tezos-node/tezos-node.14.0/opam new file mode 100644 index 000000000..9a6e4c46b --- /dev/null +++ b/packages/tezos-node/tezos-node.14.0/opam @@ -0,0 +1,105 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-version" { = version } + "tezos-stdlib-unix" { = version } + "tezos-shell-services" { = version } + "tezos-rpc-http" { = version } + "tezos-rpc-http-server" { = version } + "tezos-p2p" { = version } + "tezos-shell" { = version } + "tezos-store" { = version } + "tezos-context" { = version } + "tezos-validator" { = version } + "tezos-validation" { = version } + "tezos-shell-context" { = version } + "tezos-workers" { = version } + "tezos-protocol-updater" { = version } + "cmdliner" {>= "1.1.0" & <= "1.3.0"} + "fmt" {>= "0.8.7" & <= "0.9.0"} + "tls" {>= "0.10" & < "1.0.0"} + "prometheus-app" {= "1.2"} + "lwt-exit" {= "1.0"} + "uri" {>= "2.2.0" & <= "4.4.0"} + "tezos-embedded-protocol-000-Ps9mPmXa" { = version } + "tezos-embedded-protocol-012-Psithaca" { = version } + "tezos-protocol-plugin-012-Psithaca-registerer" { = version } + "tezos-embedded-protocol-013-PtJakart" { = version } + "tezos-protocol-plugin-013-PtJakart-registerer" { = version } + "tezos-embedded-protocol-014-PtKathma" { = version } + "tezos-protocol-plugin-014-PtKathma-registerer" { = version } +] +depopts: [ + "tezos-embedded-protocol-genesis" + "tezos-embedded-protocol-demo-noops" + "tezos-embedded-protocol-demo-counter" + "tezos-embedded-protocol-001-PtCJ7pwo" + "tezos-embedded-protocol-002-PsYLVpVv" + "tezos-embedded-protocol-003-PsddFKi3" + "tezos-embedded-protocol-004-Pt24m4xi" + "tezos-embedded-protocol-005-PsBABY5H" + "tezos-embedded-protocol-005-PsBabyM1" + "tezos-embedded-protocol-006-PsCARTHA" + "tezos-embedded-protocol-007-PsDELPH1" + "tezos-protocol-plugin-007-PsDELPH1-registerer" + "tezos-embedded-protocol-008-PtEdoTez" + "tezos-embedded-protocol-008-PtEdo2Zk" + "tezos-protocol-plugin-008-PtEdo2Zk-registerer" + "tezos-embedded-protocol-009-PsFLoren" + "tezos-protocol-plugin-009-PsFLoren-registerer" + "tezos-embedded-protocol-010-PtGRANAD" + "tezos-protocol-plugin-010-PtGRANAD-registerer" + "tezos-embedded-protocol-011-PtHangz2" + "tezos-protocol-plugin-011-PtHangz2-registerer" + "tezos-embedded-protocol-alpha" + "tezos-protocol-plugin-alpha-registerer" +] +conflicts: [ + "tezos-embedded-protocol-genesis" { != version } + "tezos-embedded-protocol-demo-noops" { != version } + "tezos-embedded-protocol-demo-counter" { != version } + "tezos-embedded-protocol-001-PtCJ7pwo" { != version } + "tezos-embedded-protocol-002-PsYLVpVv" { != version } + "tezos-embedded-protocol-003-PsddFKi3" { != version } + "tezos-embedded-protocol-004-Pt24m4xi" { != version } + "tezos-embedded-protocol-005-PsBABY5H" { != version } + "tezos-embedded-protocol-005-PsBabyM1" { != version } + "tezos-embedded-protocol-006-PsCARTHA" { != version } + "tezos-embedded-protocol-007-PsDELPH1" { != version } + "tezos-protocol-plugin-007-PsDELPH1-registerer" { != version } + "tezos-embedded-protocol-008-PtEdoTez" { != version } + "tezos-embedded-protocol-008-PtEdo2Zk" { != version } + "tezos-protocol-plugin-008-PtEdo2Zk-registerer" { != version } + "tezos-embedded-protocol-009-PsFLoren" { != version } + "tezos-protocol-plugin-009-PsFLoren-registerer" { != version } + "tezos-embedded-protocol-010-PtGRANAD" { != version } + "tezos-protocol-plugin-010-PtGRANAD-registerer" { != version } + "tezos-embedded-protocol-011-PtHangz2" { != version } + "tezos-protocol-plugin-011-PtHangz2-registerer" { != version } + "tezos-embedded-protocol-alpha" { != version } + "tezos-protocol-plugin-alpha-registerer" { != version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `tezos-node` binary" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-node/tezos-node.7.0/opam b/packages/tezos-node/tezos-node.7.0/opam new file mode 100644 index 000000000..6a26ed6e9 --- /dev/null +++ b/packages/tezos-node/tezos-node.7.0/opam @@ -0,0 +1,48 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-rpc-http-server" { = version } + "tezos-validator" { = version } + "tezos-embedded-protocol-genesis-carthagenet" { = version } + "tezos-embedded-protocol-000-Ps9mPmXa" { = version } + "tezos-embedded-protocol-001-PtCJ7pwo" { = version } + "tezos-embedded-protocol-002-PsYLVpVv" { = version } + "tezos-embedded-protocol-003-PsddFKi3" { = version } + "tezos-embedded-protocol-004-Pt24m4xi" { = version } + "tezos-embedded-protocol-005-PsBABY5H" { = version } + "tezos-embedded-protocol-005-PsBabyM1" { = version } + "tezos-embedded-protocol-006-PsCARTHA" { = version } + "tezos-mempool-006-PsCARTHA" { = version } + "tls" {< "1.0.0"} +] +depopts: [ + "tezos-embedded-protocol-genesis" { = version } + "tezos-embedded-protocol-demo-noops" { = version } + "tezos-embedded-protocol-demo-counter" { = version } + "tezos-embedded-protocol-alpha" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/bin_node/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `tezos-node` binary" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.0.tar.bz2" + checksum: [ + "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91" + "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-node/tezos-node.7.1/opam b/packages/tezos-node/tezos-node.7.1/opam new file mode 100644 index 000000000..d5e369b35 --- /dev/null +++ b/packages/tezos-node/tezos-node.7.1/opam @@ -0,0 +1,48 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-rpc-http-server" { = version } + "tezos-validator" { = version } + "tezos-embedded-protocol-genesis-carthagenet" { = version } + "tezos-embedded-protocol-000-Ps9mPmXa" { = version } + "tezos-embedded-protocol-001-PtCJ7pwo" { = version } + "tezos-embedded-protocol-002-PsYLVpVv" { = version } + "tezos-embedded-protocol-003-PsddFKi3" { = version } + "tezos-embedded-protocol-004-Pt24m4xi" { = version } + "tezos-embedded-protocol-005-PsBABY5H" { = version } + "tezos-embedded-protocol-005-PsBabyM1" { = version } + "tezos-embedded-protocol-006-PsCARTHA" { = version } + "tezos-mempool-006-PsCARTHA" { = version } + "tls" {< "1.0.0"} +] +depopts: [ + "tezos-embedded-protocol-genesis" { = version } + "tezos-embedded-protocol-demo-noops" { = version } + "tezos-embedded-protocol-demo-counter" { = version } + "tezos-embedded-protocol-alpha" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/bin_node/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `tezos-node` binary" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.1.tar.bz2" + checksum: [ + "sha256=3675d856c4b818da7f5de0b85b86a48d3883f1210cfef28ef3233a047e74bed6" + "sha512=d6abdef9a6643b2ffe8141ecc625dcc2a939131e2e5cc158c74aba8c403bd4072b7fc403ccfa6d766696604ad112495dd9db1ece8a3ae5a4693071dfdffcbda5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-node/tezos-node.7.2/opam b/packages/tezos-node/tezos-node.7.2/opam new file mode 100644 index 000000000..46899293f --- /dev/null +++ b/packages/tezos-node/tezos-node.7.2/opam @@ -0,0 +1,48 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-rpc-http-server" { = version } + "tezos-validator" { = version } + "tezos-embedded-protocol-genesis-carthagenet" { = version } + "tezos-embedded-protocol-000-Ps9mPmXa" { = version } + "tezos-embedded-protocol-001-PtCJ7pwo" { = version } + "tezos-embedded-protocol-002-PsYLVpVv" { = version } + "tezos-embedded-protocol-003-PsddFKi3" { = version } + "tezos-embedded-protocol-004-Pt24m4xi" { = version } + "tezos-embedded-protocol-005-PsBABY5H" { = version } + "tezos-embedded-protocol-005-PsBabyM1" { = version } + "tezos-embedded-protocol-006-PsCARTHA" { = version } + "tezos-mempool-006-PsCARTHA" { = version } + "tls" {< "1.0.0"} +] +depopts: [ + "tezos-embedded-protocol-genesis" { = version } + "tezos-embedded-protocol-demo-noops" { = version } + "tezos-embedded-protocol-demo-counter" { = version } + "tezos-embedded-protocol-alpha" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/bin_node/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `tezos-node` binary" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.2.tar.bz2" + checksum: [ + "sha256=abb52ad63345943d20f3edc4c3507474af94c001c8bf58138f47341942036cec" + "sha512=c823ca801cbc4005f5fc6ea5236d93569410c034da3ed32939ef64a0f2c19a34444fac12e13c72e5a1e15a401b655e58ffdbbb66ce0516e5968f621677b96117" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-node/tezos-node.7.3/opam b/packages/tezos-node/tezos-node.7.3/opam new file mode 100644 index 000000000..8cb39dc87 --- /dev/null +++ b/packages/tezos-node/tezos-node.7.3/opam @@ -0,0 +1,48 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-rpc-http-server" { = version } + "tezos-validator" { = version } + "tezos-embedded-protocol-genesis-carthagenet" { = version } + "tezos-embedded-protocol-000-Ps9mPmXa" { = version } + "tezos-embedded-protocol-001-PtCJ7pwo" { = version } + "tezos-embedded-protocol-002-PsYLVpVv" { = version } + "tezos-embedded-protocol-003-PsddFKi3" { = version } + "tezos-embedded-protocol-004-Pt24m4xi" { = version } + "tezos-embedded-protocol-005-PsBABY5H" { = version } + "tezos-embedded-protocol-005-PsBabyM1" { = version } + "tezos-embedded-protocol-006-PsCARTHA" { = version } + "tezos-mempool-006-PsCARTHA" { = version } + "tls" {< "1.0.0"} +] +depopts: [ + "tezos-embedded-protocol-genesis" { = version } + "tezos-embedded-protocol-demo-noops" { = version } + "tezos-embedded-protocol-demo-counter" { = version } + "tezos-embedded-protocol-alpha" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/bin_node/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `tezos-node` binary" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.3.tar.bz2" + checksum: [ + "sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" + "sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-node/tezos-node.7.4/opam b/packages/tezos-node/tezos-node.7.4/opam new file mode 100644 index 000000000..48f69834b --- /dev/null +++ b/packages/tezos-node/tezos-node.7.4/opam @@ -0,0 +1,50 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-rpc-http-server" { = version } + "tezos-validator" { = version } + "tezos-embedded-protocol-genesis-carthagenet" { = version } + "tezos-embedded-protocol-000-Ps9mPmXa" { = version } + "tezos-embedded-protocol-006-PsCARTHA" { = version } + "tezos-mempool-006-PsCARTHA" { = version } + "tezos-embedded-protocol-007-PsDELPH1" { = version } + "tezos-mempool-007-PsDELPH1" { = version } + "tls" {< "1.0.0"} +] +depopts: [ + "tezos-embedded-protocol-genesis" { = version } + "tezos-embedded-protocol-demo-noops" { = version } + "tezos-embedded-protocol-demo-counter" { = version } + "tezos-embedded-protocol-alpha" { = version } + "tezos-embedded-protocol-001-PtCJ7pwo" { = version } + "tezos-embedded-protocol-002-PsYLVpVv" { = version } + "tezos-embedded-protocol-003-PsddFKi3" { = version } + "tezos-embedded-protocol-004-Pt24m4xi" { = version } + "tezos-embedded-protocol-005-PsBABY5H" { = version } + "tezos-embedded-protocol-005-PsBabyM1" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/bin_node/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `tezos-node` binary" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-node/tezos-node.8.0/opam b/packages/tezos-node/tezos-node.8.0/opam new file mode 100644 index 000000000..7ecf27115 --- /dev/null +++ b/packages/tezos-node/tezos-node.8.0/opam @@ -0,0 +1,52 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-rpc-http-server" { = version } + "tezos-validator" { = version } + "tezos-embedded-protocol-genesis-carthagenet" { = version } + "tezos-embedded-protocol-000-Ps9mPmXa" { = version } + "tezos-embedded-protocol-007-PsDELPH1" { = version } + "tezos-embedded-protocol-008-PtEdoTez" { = version } + "tezos-mempool-007-PsDELPH1" { = version } + "tezos-mempool-008-PtEdoTez" { = version } + "cmdliner" {<= "1.3.0"} + "tls" {< "1.0.0"} +] +depopts: [ + "tezos-embedded-protocol-001-PtCJ7pwo" { = version } + "tezos-embedded-protocol-002-PsYLVpVv" { = version } + "tezos-embedded-protocol-003-PsddFKi3" { = version } + "tezos-embedded-protocol-004-Pt24m4xi" { = version } + "tezos-embedded-protocol-005-PsBABY5H" { = version } + "tezos-embedded-protocol-005-PsBabyM1" { = version } + "tezos-embedded-protocol-006-PsCARTHA" { = version } + "tezos-embedded-protocol-demo-counter" { = version } + "tezos-embedded-protocol-alpha" { = version } + "tezos-embedded-protocol-demo-noops" { = version } + "tezos-embedded-protocol-genesis" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/bin_node/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `tezos-node` binary" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-node/tezos-node.8.1/opam b/packages/tezos-node/tezos-node.8.1/opam new file mode 100644 index 000000000..de49d883b --- /dev/null +++ b/packages/tezos-node/tezos-node.8.1/opam @@ -0,0 +1,65 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-rpc-http-server" { = version } + "tezos-validator" { = version } + "tezos-embedded-protocol-genesis-carthagenet" { = version } + "tezos-embedded-protocol-000-Ps9mPmXa" { = version } + "tezos-embedded-protocol-007-PsDELPH1" { = version } + "tezos-embedded-protocol-008-PtEdoTez" { = version } + "tezos-mempool-007-PsDELPH1" { = version } + "tezos-mempool-008-PtEdoTez" { = version } + "cmdliner" {<= "1.3.0"} + "tls" {< "1.0.0"} +] +depopts: [ + "tezos-embedded-protocol-001-PtCJ7pwo" + "tezos-embedded-protocol-002-PsYLVpVv" + "tezos-embedded-protocol-003-PsddFKi3" + "tezos-embedded-protocol-004-Pt24m4xi" + "tezos-embedded-protocol-005-PsBABY5H" + "tezos-embedded-protocol-005-PsBabyM1" + "tezos-embedded-protocol-006-PsCARTHA" + "tezos-embedded-protocol-demo-counter" + "tezos-embedded-protocol-alpha" + "tezos-embedded-protocol-demo-noops" + "tezos-embedded-protocol-genesis" +] +conflicts: [ + "tezos-embedded-protocol-001-PtCJ7pwo" { != version } + "tezos-embedded-protocol-002-PsYLVpVv" { != version } + "tezos-embedded-protocol-003-PsddFKi3" { != version } + "tezos-embedded-protocol-004-Pt24m4xi" { != version } + "tezos-embedded-protocol-005-PsBABY5H" { != version } + "tezos-embedded-protocol-005-PsBabyM1" { != version } + "tezos-embedded-protocol-006-PsCARTHA" { != version } + "tezos-embedded-protocol-demo-counter" { != version } + "tezos-embedded-protocol-alpha" { != version } + "tezos-embedded-protocol-demo-noops" { != version } + "tezos-embedded-protocol-genesis" { != version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/bin_node/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `tezos-node` binary" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-node/tezos-node.8.2/opam b/packages/tezos-node/tezos-node.8.2/opam new file mode 100644 index 000000000..cd52deca1 --- /dev/null +++ b/packages/tezos-node/tezos-node.8.2/opam @@ -0,0 +1,67 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-rpc-http-server" { = version } + "tezos-validator" { = version } + "tezos-embedded-protocol-genesis-carthagenet" { = version } + "tezos-embedded-protocol-000-Ps9mPmXa" { = version } + "tezos-embedded-protocol-007-PsDELPH1" { = version } + "tezos-embedded-protocol-008-PtEdo2Zk" { = version } + "tezos-protocol-plugin-007-PsDELPH1-registerer" { = version } + "tezos-protocol-plugin-008-PtEdo2Zk-registerer" { = version } + "cmdliner" {<= "1.3.0"} + "tls" {< "1.0.0"} +] +depopts: [ + "tezos-embedded-protocol-001-PtCJ7pwo" + "tezos-embedded-protocol-002-PsYLVpVv" + "tezos-embedded-protocol-003-PsddFKi3" + "tezos-embedded-protocol-004-Pt24m4xi" + "tezos-embedded-protocol-005-PsBABY5H" + "tezos-embedded-protocol-005-PsBabyM1" + "tezos-embedded-protocol-006-PsCARTHA" + "tezos-embedded-protocol-008-PtEdoTez" + "tezos-embedded-protocol-demo-counter" + "tezos-embedded-protocol-alpha" + "tezos-embedded-protocol-demo-noops" + "tezos-embedded-protocol-genesis" +] +conflicts: [ + "tezos-embedded-protocol-001-PtCJ7pwo" { != version } + "tezos-embedded-protocol-002-PsYLVpVv" { != version } + "tezos-embedded-protocol-003-PsddFKi3" { != version } + "tezos-embedded-protocol-004-Pt24m4xi" { != version } + "tezos-embedded-protocol-005-PsBABY5H" { != version } + "tezos-embedded-protocol-005-PsBabyM1" { != version } + "tezos-embedded-protocol-006-PsCARTHA" { != version } + "tezos-embedded-protocol-008-PtEdoTez" { != version } + "tezos-embedded-protocol-demo-counter" { != version } + "tezos-embedded-protocol-alpha" { != version } + "tezos-embedded-protocol-demo-noops" { != version } + "tezos-embedded-protocol-genesis" { != version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/bin_node/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `tezos-node` binary" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-node/tezos-node.8.3/opam b/packages/tezos-node/tezos-node.8.3/opam new file mode 100644 index 000000000..677795052 --- /dev/null +++ b/packages/tezos-node/tezos-node.8.3/opam @@ -0,0 +1,67 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-rpc-http-server" { = version } + "tezos-validator" { = version } + "tezos-embedded-protocol-genesis-carthagenet" { = version } + "tezos-embedded-protocol-000-Ps9mPmXa" { = version } + "tezos-embedded-protocol-008-PtEdo2Zk" { = version } + "tezos-protocol-plugin-008-PtEdo2Zk-registerer" { = version } + "cmdliner" {<= "1.3.0"} + "tls" {< "1.0.0"} +] +depopts: [ + "tezos-embedded-protocol-001-PtCJ7pwo" + "tezos-embedded-protocol-002-PsYLVpVv" + "tezos-embedded-protocol-003-PsddFKi3" + "tezos-embedded-protocol-004-Pt24m4xi" + "tezos-embedded-protocol-005-PsBABY5H" + "tezos-embedded-protocol-005-PsBabyM1" + "tezos-embedded-protocol-006-PsCARTHA" + "tezos-embedded-protocol-007-PsDELPH1" + "tezos-embedded-protocol-008-PtEdoTez" + "tezos-embedded-protocol-demo-counter" + "tezos-embedded-protocol-alpha" + "tezos-embedded-protocol-demo-noops" + "tezos-embedded-protocol-genesis" +] +conflicts: [ + "tezos-embedded-protocol-001-PtCJ7pwo" { != version } + "tezos-embedded-protocol-002-PsYLVpVv" { != version } + "tezos-embedded-protocol-003-PsddFKi3" { != version } + "tezos-embedded-protocol-004-Pt24m4xi" { != version } + "tezos-embedded-protocol-005-PsBABY5H" { != version } + "tezos-embedded-protocol-005-PsBabyM1" { != version } + "tezos-embedded-protocol-006-PsCARTHA" { != version } + "tezos-embedded-protocol-007-PsDELPH1" { != version } + "tezos-embedded-protocol-008-PtEdoTez" { != version } + "tezos-embedded-protocol-demo-counter" { != version } + "tezos-embedded-protocol-alpha" { != version } + "tezos-embedded-protocol-demo-noops" { != version } + "tezos-embedded-protocol-genesis" { != version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/bin_node/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `tezos-node` binary" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-node/tezos-node.9.0/opam b/packages/tezos-node/tezos-node.9.0/opam new file mode 100644 index 000000000..2b1b9e296 --- /dev/null +++ b/packages/tezos-node/tezos-node.9.0/opam @@ -0,0 +1,71 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-rpc-http-server" { = version } + "tezos-validator" { = version } + "tezos-embedded-protocol-genesis-carthagenet" { = version } + "tezos-embedded-protocol-000-Ps9mPmXa" { = version } + "tezos-protocol-plugin-008-PtEdo2Zk-registerer" { = version } + "tezos-protocol-plugin-009-PsFLoren-registerer" { = version } + "cmdliner" {<= "1.3.0"} + "tls" {>= "0.10" & < "0.11"} # remove the upper bond when the compatibility with hacl-star is restored +] +depopts: [ + "tezos-embedded-protocol-001-PtCJ7pwo" + "tezos-embedded-protocol-002-PsYLVpVv" + "tezos-embedded-protocol-003-PsddFKi3" + "tezos-embedded-protocol-004-Pt24m4xi" + "tezos-embedded-protocol-005-PsBABY5H" + "tezos-embedded-protocol-005-PsBabyM1" + "tezos-embedded-protocol-006-PsCARTHA" + "tezos-embedded-protocol-007-PsDELPH1" + "tezos-protocol-plugin-007-PsDELPH1-registerer" + "tezos-embedded-protocol-008-PtEdoTez" + "tezos-embedded-protocol-demo-counter" + "tezos-embedded-protocol-alpha" + "tezos-protocol-plugin-alpha-registerer" + "tezos-embedded-protocol-demo-noops" + "tezos-embedded-protocol-genesis" +] +conflicts: [ + "tezos-embedded-protocol-001-PtCJ7pwo" { != version } + "tezos-embedded-protocol-002-PsYLVpVv" { != version } + "tezos-embedded-protocol-003-PsddFKi3" { != version } + "tezos-embedded-protocol-004-Pt24m4xi" { != version } + "tezos-embedded-protocol-005-PsBABY5H" { != version } + "tezos-embedded-protocol-005-PsBabyM1" { != version } + "tezos-embedded-protocol-006-PsCARTHA" { != version } + "tezos-embedded-protocol-007-PsDELPH1" { != version } + "tezos-protocol-plugin-007-PsDELPH1-registerer" { != version } + "tezos-embedded-protocol-008-PtEdoTez" { != version } + "tezos-embedded-protocol-demo-counter" { != version } + "tezos-embedded-protocol-alpha" { != version } + "tezos-protocol-plugin-alpha-registerer" { != version } + "tezos-embedded-protocol-demo-noops" { != version } + "tezos-embedded-protocol-genesis" { != version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/bin_node/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `tezos-node` binary" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-node/tezos-node.9.1/opam b/packages/tezos-node/tezos-node.9.1/opam new file mode 100644 index 000000000..1c7c5ab3f --- /dev/null +++ b/packages/tezos-node/tezos-node.9.1/opam @@ -0,0 +1,71 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-rpc-http-server" { = version } + "tezos-validator" { = version } + "tezos-embedded-protocol-genesis-carthagenet" { = version } + "tezos-embedded-protocol-000-Ps9mPmXa" { = version } + "tezos-protocol-plugin-008-PtEdo2Zk-registerer" { = version } + "tezos-protocol-plugin-009-PsFLoren-registerer" { = version } + "cmdliner" {<= "1.3.0"} + "tls" {>= "0.10" & < "1.0.0"} +] +depopts: [ + "tezos-embedded-protocol-001-PtCJ7pwo" + "tezos-embedded-protocol-002-PsYLVpVv" + "tezos-embedded-protocol-003-PsddFKi3" + "tezos-embedded-protocol-004-Pt24m4xi" + "tezos-embedded-protocol-005-PsBABY5H" + "tezos-embedded-protocol-005-PsBabyM1" + "tezos-embedded-protocol-006-PsCARTHA" + "tezos-embedded-protocol-007-PsDELPH1" + "tezos-protocol-plugin-007-PsDELPH1-registerer" + "tezos-embedded-protocol-008-PtEdoTez" + "tezos-embedded-protocol-demo-counter" + "tezos-embedded-protocol-alpha" + "tezos-protocol-plugin-alpha-registerer" + "tezos-embedded-protocol-demo-noops" + "tezos-embedded-protocol-genesis" +] +conflicts: [ + "tezos-embedded-protocol-001-PtCJ7pwo" { != version } + "tezos-embedded-protocol-002-PsYLVpVv" { != version } + "tezos-embedded-protocol-003-PsddFKi3" { != version } + "tezos-embedded-protocol-004-Pt24m4xi" { != version } + "tezos-embedded-protocol-005-PsBABY5H" { != version } + "tezos-embedded-protocol-005-PsBabyM1" { != version } + "tezos-embedded-protocol-006-PsCARTHA" { != version } + "tezos-embedded-protocol-007-PsDELPH1" { != version } + "tezos-protocol-plugin-007-PsDELPH1-registerer" { != version } + "tezos-embedded-protocol-008-PtEdoTez" { != version } + "tezos-embedded-protocol-demo-counter" { != version } + "tezos-embedded-protocol-alpha" { != version } + "tezos-protocol-plugin-alpha-registerer" { != version } + "tezos-embedded-protocol-demo-noops" { != version } + "tezos-embedded-protocol-genesis" { != version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/bin_node/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `tezos-node` binary" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-node/tezos-node.9.2/opam b/packages/tezos-node/tezos-node.9.2/opam new file mode 100644 index 000000000..fc21c45fc --- /dev/null +++ b/packages/tezos-node/tezos-node.9.2/opam @@ -0,0 +1,75 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-rpc-http-server" { = version } + "tezos-validator" { = version } + "tezos-embedded-protocol-genesis-carthagenet" { = version } + "tezos-embedded-protocol-000-Ps9mPmXa" { = version } + "tezos-protocol-plugin-009-PsFLoren-registerer" { = version } + "tezos-protocol-plugin-010-PtGRANAD-registerer" { = version } + "cmdliner" {<= "1.3.0"} + "tls" {>= "0.10" & < "1.0.0"} +] +depopts: [ + "tezos-embedded-protocol-001-PtCJ7pwo" + "tezos-embedded-protocol-002-PsYLVpVv" + "tezos-embedded-protocol-003-PsddFKi3" + "tezos-embedded-protocol-004-Pt24m4xi" + "tezos-embedded-protocol-005-PsBABY5H" + "tezos-embedded-protocol-005-PsBabyM1" + "tezos-embedded-protocol-006-PsCARTHA" + "tezos-embedded-protocol-007-PsDELPH1" + "tezos-protocol-plugin-007-PsDELPH1-registerer" + "tezos-embedded-protocol-008-PtEdoTez" + "tezos-embedded-protocol-008-PtEdo2Zk" + "tezos-protocol-plugin-008-PtEdo2Zk-registerer" + "tezos-embedded-protocol-demo-counter" + "tezos-embedded-protocol-alpha" + "tezos-protocol-plugin-alpha-registerer" + "tezos-embedded-protocol-demo-noops" + "tezos-embedded-protocol-genesis" +] +conflicts: [ + "tezos-embedded-protocol-001-PtCJ7pwo" { != version } + "tezos-embedded-protocol-002-PsYLVpVv" { != version } + "tezos-embedded-protocol-003-PsddFKi3" { != version } + "tezos-embedded-protocol-004-Pt24m4xi" { != version } + "tezos-embedded-protocol-005-PsBABY5H" { != version } + "tezos-embedded-protocol-005-PsBabyM1" { != version } + "tezos-embedded-protocol-006-PsCARTHA" { != version } + "tezos-embedded-protocol-007-PsDELPH1" { != version } + "tezos-protocol-plugin-007-PsDELPH1-registerer" { != version } + "tezos-embedded-protocol-008-PtEdoTez" { != version } + "tezos-embedded-protocol-008-PtEdo2Zk" { != version } + "tezos-protocol-plugin-008-PtEdo2Zk-registerer" { != version } + "tezos-embedded-protocol-demo-counter" { != version } + "tezos-embedded-protocol-alpha" { != version } + "tezos-protocol-plugin-alpha-registerer" { != version } + "tezos-embedded-protocol-demo-noops" { != version } + "tezos-embedded-protocol-genesis" { != version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/bin_node/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `tezos-node` binary" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-node/tezos-node.9.3/opam b/packages/tezos-node/tezos-node.9.3/opam new file mode 100644 index 000000000..d7bac5301 --- /dev/null +++ b/packages/tezos-node/tezos-node.9.3/opam @@ -0,0 +1,75 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-rpc-http-server" { = version } + "tezos-validator" { = version } + "tezos-embedded-protocol-genesis-carthagenet" { = version } + "tezos-embedded-protocol-000-Ps9mPmXa" { = version } + "tezos-protocol-plugin-009-PsFLoren-registerer" { = version } + "tezos-protocol-plugin-010-PtGRANAD-registerer" { = version } + "cmdliner" {<= "1.3.0"} + "tls" {>= "0.10" & < "1.0.0"} +] +depopts: [ + "tezos-embedded-protocol-001-PtCJ7pwo" + "tezos-embedded-protocol-002-PsYLVpVv" + "tezos-embedded-protocol-003-PsddFKi3" + "tezos-embedded-protocol-004-Pt24m4xi" + "tezos-embedded-protocol-005-PsBABY5H" + "tezos-embedded-protocol-005-PsBabyM1" + "tezos-embedded-protocol-006-PsCARTHA" + "tezos-embedded-protocol-007-PsDELPH1" + "tezos-protocol-plugin-007-PsDELPH1-registerer" + "tezos-embedded-protocol-008-PtEdoTez" + "tezos-embedded-protocol-008-PtEdo2Zk" + "tezos-protocol-plugin-008-PtEdo2Zk-registerer" + "tezos-embedded-protocol-demo-counter" + "tezos-embedded-protocol-alpha" + "tezos-protocol-plugin-alpha-registerer" + "tezos-embedded-protocol-demo-noops" + "tezos-embedded-protocol-genesis" +] +conflicts: [ + "tezos-embedded-protocol-001-PtCJ7pwo" { != version } + "tezos-embedded-protocol-002-PsYLVpVv" { != version } + "tezos-embedded-protocol-003-PsddFKi3" { != version } + "tezos-embedded-protocol-004-Pt24m4xi" { != version } + "tezos-embedded-protocol-005-PsBABY5H" { != version } + "tezos-embedded-protocol-005-PsBabyM1" { != version } + "tezos-embedded-protocol-006-PsCARTHA" { != version } + "tezos-embedded-protocol-007-PsDELPH1" { != version } + "tezos-protocol-plugin-007-PsDELPH1-registerer" { != version } + "tezos-embedded-protocol-008-PtEdoTez" { != version } + "tezos-embedded-protocol-008-PtEdo2Zk" { != version } + "tezos-protocol-plugin-008-PtEdo2Zk-registerer" { != version } + "tezos-embedded-protocol-demo-counter" { != version } + "tezos-embedded-protocol-alpha" { != version } + "tezos-protocol-plugin-alpha-registerer" { != version } + "tezos-embedded-protocol-demo-noops" { != version } + "tezos-embedded-protocol-genesis" { != version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/bin_node/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `tezos-node` binary" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-node/tezos-node.9.4/opam b/packages/tezos-node/tezos-node.9.4/opam new file mode 100644 index 000000000..9daa30173 --- /dev/null +++ b/packages/tezos-node/tezos-node.9.4/opam @@ -0,0 +1,75 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-rpc-http-server" { = version } + "tezos-validator" { = version } + "tezos-embedded-protocol-genesis-carthagenet" { = version } + "tezos-embedded-protocol-000-Ps9mPmXa" { = version } + "tezos-protocol-plugin-009-PsFLoren-registerer" { = version } + "tezos-protocol-plugin-010-PtGRANAD-registerer" { = version } + "cmdliner" {<= "1.3.0"} + "tls" {>= "0.10" & < "1.0.0"} +] +depopts: [ + "tezos-embedded-protocol-001-PtCJ7pwo" + "tezos-embedded-protocol-002-PsYLVpVv" + "tezos-embedded-protocol-003-PsddFKi3" + "tezos-embedded-protocol-004-Pt24m4xi" + "tezos-embedded-protocol-005-PsBABY5H" + "tezos-embedded-protocol-005-PsBabyM1" + "tezos-embedded-protocol-006-PsCARTHA" + "tezos-embedded-protocol-007-PsDELPH1" + "tezos-protocol-plugin-007-PsDELPH1-registerer" + "tezos-embedded-protocol-008-PtEdoTez" + "tezos-embedded-protocol-008-PtEdo2Zk" + "tezos-protocol-plugin-008-PtEdo2Zk-registerer" + "tezos-embedded-protocol-demo-counter" + "tezos-embedded-protocol-alpha" + "tezos-protocol-plugin-alpha-registerer" + "tezos-embedded-protocol-demo-noops" + "tezos-embedded-protocol-genesis" +] +conflicts: [ + "tezos-embedded-protocol-001-PtCJ7pwo" { != version } + "tezos-embedded-protocol-002-PsYLVpVv" { != version } + "tezos-embedded-protocol-003-PsddFKi3" { != version } + "tezos-embedded-protocol-004-Pt24m4xi" { != version } + "tezos-embedded-protocol-005-PsBABY5H" { != version } + "tezos-embedded-protocol-005-PsBabyM1" { != version } + "tezos-embedded-protocol-006-PsCARTHA" { != version } + "tezos-embedded-protocol-007-PsDELPH1" { != version } + "tezos-protocol-plugin-007-PsDELPH1-registerer" { != version } + "tezos-embedded-protocol-008-PtEdoTez" { != version } + "tezos-embedded-protocol-008-PtEdo2Zk" { != version } + "tezos-protocol-plugin-008-PtEdo2Zk-registerer" { != version } + "tezos-embedded-protocol-demo-counter" { != version } + "tezos-embedded-protocol-alpha" { != version } + "tezos-protocol-plugin-alpha-registerer" { != version } + "tezos-embedded-protocol-demo-noops" { != version } + "tezos-embedded-protocol-genesis" { != version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/bin_node/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `tezos-node` binary" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-node/tezos-node.9.7/opam b/packages/tezos-node/tezos-node.9.7/opam new file mode 100644 index 000000000..4bfe1f136 --- /dev/null +++ b/packages/tezos-node/tezos-node.9.7/opam @@ -0,0 +1,75 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-rpc-http-server" { = version } + "tezos-validator" { = version } + "tezos-embedded-protocol-genesis-carthagenet" { = version } + "tezos-embedded-protocol-000-Ps9mPmXa" { = version } + "tezos-protocol-plugin-009-PsFLoren-registerer" { = version } + "tezos-protocol-plugin-010-PtGRANAD-registerer" { = version } + "cmdliner" {<= "1.3.0"} + "tls" {>= "0.10" & < "1.0.0"} +] +depopts: [ + "tezos-embedded-protocol-001-PtCJ7pwo" + "tezos-embedded-protocol-002-PsYLVpVv" + "tezos-embedded-protocol-003-PsddFKi3" + "tezos-embedded-protocol-004-Pt24m4xi" + "tezos-embedded-protocol-005-PsBABY5H" + "tezos-embedded-protocol-005-PsBabyM1" + "tezos-embedded-protocol-006-PsCARTHA" + "tezos-embedded-protocol-007-PsDELPH1" + "tezos-protocol-plugin-007-PsDELPH1-registerer" + "tezos-embedded-protocol-008-PtEdoTez" + "tezos-embedded-protocol-008-PtEdo2Zk" + "tezos-protocol-plugin-008-PtEdo2Zk-registerer" + "tezos-embedded-protocol-demo-counter" + "tezos-embedded-protocol-alpha" + "tezos-protocol-plugin-alpha-registerer" + "tezos-embedded-protocol-demo-noops" + "tezos-embedded-protocol-genesis" +] +conflicts: [ + "tezos-embedded-protocol-001-PtCJ7pwo" { != version } + "tezos-embedded-protocol-002-PsYLVpVv" { != version } + "tezos-embedded-protocol-003-PsddFKi3" { != version } + "tezos-embedded-protocol-004-Pt24m4xi" { != version } + "tezos-embedded-protocol-005-PsBABY5H" { != version } + "tezos-embedded-protocol-005-PsBabyM1" { != version } + "tezos-embedded-protocol-006-PsCARTHA" { != version } + "tezos-embedded-protocol-007-PsDELPH1" { != version } + "tezos-protocol-plugin-007-PsDELPH1-registerer" { != version } + "tezos-embedded-protocol-008-PtEdoTez" { != version } + "tezos-embedded-protocol-008-PtEdo2Zk" { != version } + "tezos-protocol-plugin-008-PtEdo2Zk-registerer" { != version } + "tezos-embedded-protocol-demo-counter" { != version } + "tezos-embedded-protocol-alpha" { != version } + "tezos-protocol-plugin-alpha-registerer" { != version } + "tezos-embedded-protocol-demo-noops" { != version } + "tezos-embedded-protocol-genesis" { != version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/bin_node/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `tezos-node` binary" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-openapi/tezos-openapi.13.0/opam b/packages/tezos-openapi/tezos-openapi.13.0/opam new file mode 100644 index 000000000..c30205780 --- /dev/null +++ b/packages/tezos-openapi/tezos-openapi.13.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "ezjsonm" {>= "1.1.0" & <= "1.3.0"} + "json-data-encoding" { >= "0.11" & < "0.12" } + "tezt" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_openapi/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: a library for querying RPCs and converting into the OpenAPI format" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-p2p-services/tezos-p2p-services.11.0/opam b/packages/tezos-p2p-services/tezos-p2p-services.11.0/opam new file mode 100644 index 000000000..794b1fed4 --- /dev/null +++ b/packages/tezos-p2p-services/tezos-p2p-services.11.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-base" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_p2p_services/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: descriptions of RPCs exported by `tezos-p2p`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-p2p-services/tezos-p2p-services.11.1/opam b/packages/tezos-p2p-services/tezos-p2p-services.11.1/opam new file mode 100644 index 000000000..a6cfb3c08 --- /dev/null +++ b/packages/tezos-p2p-services/tezos-p2p-services.11.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_p2p_services/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: descriptions of RPCs exported by `tezos-p2p`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-p2p-services/tezos-p2p-services.12.0/opam b/packages/tezos-p2p-services/tezos-p2p-services.12.0/opam new file mode 100644 index 000000000..462de2759 --- /dev/null +++ b/packages/tezos-p2p-services/tezos-p2p-services.12.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_p2p_services/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: descriptions of RPCs exported by `tezos-p2p`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-p2p-services/tezos-p2p-services.13.0/opam b/packages/tezos-p2p-services/tezos-p2p-services.13.0/opam new file mode 100644 index 000000000..00874640e --- /dev/null +++ b/packages/tezos-p2p-services/tezos-p2p-services.13.0/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_p2p_services/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: descriptions of RPCs exported by `tezos-p2p`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-p2p-services/tezos-p2p-services.14.0/opam b/packages/tezos-p2p-services/tezos-p2p-services.14.0/opam new file mode 100644 index 000000000..dd963182d --- /dev/null +++ b/packages/tezos-p2p-services/tezos-p2p-services.14.0/opam @@ -0,0 +1,28 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: descriptions of RPCs exported by `tezos-p2p`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-p2p-services/tezos-p2p-services.15.0/opam b/packages/tezos-p2p-services/tezos-p2p-services.15.0/opam new file mode 100644 index 000000000..4a4733d8e --- /dev/null +++ b/packages/tezos-p2p-services/tezos-p2p-services.15.0/opam @@ -0,0 +1,28 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: descriptions of RPCs exported by `tezos-p2p`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-p2p-services/tezos-p2p-services.15.1/opam b/packages/tezos-p2p-services/tezos-p2p-services.15.1/opam new file mode 100644 index 000000000..bc58d42db --- /dev/null +++ b/packages/tezos-p2p-services/tezos-p2p-services.15.1/opam @@ -0,0 +1,28 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: descriptions of RPCs exported by `tezos-p2p`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-p2p-services/tezos-p2p-services.17.1/opam b/packages/tezos-p2p-services/tezos-p2p-services.17.1/opam new file mode 100644 index 000000000..9c5e91f59 --- /dev/null +++ b/packages/tezos-p2p-services/tezos-p2p-services.17.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-base" { = version } + "tezos-rpc" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: descriptions of RPCs exported by `tezos-p2p`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-p2p-services/tezos-p2p-services.17.2/opam b/packages/tezos-p2p-services/tezos-p2p-services.17.2/opam new file mode 100644 index 000000000..b88c46295 --- /dev/null +++ b/packages/tezos-p2p-services/tezos-p2p-services.17.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-base" { = version } + "tezos-rpc" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: descriptions of RPCs exported by `tezos-p2p`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-p2p-services/tezos-p2p-services.7.0/opam b/packages/tezos-p2p-services/tezos-p2p-services.7.0/opam new file mode 100644 index 000000000..5e45ef19d --- /dev/null +++ b/packages/tezos-p2p-services/tezos-p2p-services.7.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-workers" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_p2p_services/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: descriptions of RPCs exported by `tezos-p2p`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.0.tar.bz2" + checksum: [ + "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91" + "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-p2p-services/tezos-p2p-services.7.1/opam b/packages/tezos-p2p-services/tezos-p2p-services.7.1/opam new file mode 100644 index 000000000..b98c03af3 --- /dev/null +++ b/packages/tezos-p2p-services/tezos-p2p-services.7.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-workers" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_p2p_services/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: descriptions of RPCs exported by `tezos-p2p`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.1.tar.bz2" + checksum: [ + "sha256=3675d856c4b818da7f5de0b85b86a48d3883f1210cfef28ef3233a047e74bed6" + "sha512=d6abdef9a6643b2ffe8141ecc625dcc2a939131e2e5cc158c74aba8c403bd4072b7fc403ccfa6d766696604ad112495dd9db1ece8a3ae5a4693071dfdffcbda5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-p2p-services/tezos-p2p-services.7.2/opam b/packages/tezos-p2p-services/tezos-p2p-services.7.2/opam new file mode 100644 index 000000000..c521d0400 --- /dev/null +++ b/packages/tezos-p2p-services/tezos-p2p-services.7.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-workers" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_p2p_services/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: descriptions of RPCs exported by `tezos-p2p`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.2.tar.bz2" + checksum: [ + "sha256=abb52ad63345943d20f3edc4c3507474af94c001c8bf58138f47341942036cec" + "sha512=c823ca801cbc4005f5fc6ea5236d93569410c034da3ed32939ef64a0f2c19a34444fac12e13c72e5a1e15a401b655e58ffdbbb66ce0516e5968f621677b96117" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-p2p-services/tezos-p2p-services.7.3/opam b/packages/tezos-p2p-services/tezos-p2p-services.7.3/opam new file mode 100644 index 000000000..da1967a3a --- /dev/null +++ b/packages/tezos-p2p-services/tezos-p2p-services.7.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-workers" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_p2p_services/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: descriptions of RPCs exported by `tezos-p2p`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.3.tar.bz2" + checksum: [ + "sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" + "sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-p2p-services/tezos-p2p-services.7.4/opam b/packages/tezos-p2p-services/tezos-p2p-services.7.4/opam new file mode 100644 index 000000000..fa66c8bf7 --- /dev/null +++ b/packages/tezos-p2p-services/tezos-p2p-services.7.4/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-workers" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_p2p_services/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: descriptions of RPCs exported by `tezos-p2p`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-p2p-services/tezos-p2p-services.8.0/opam b/packages/tezos-p2p-services/tezos-p2p-services.8.0/opam new file mode 100644 index 000000000..34d068176 --- /dev/null +++ b/packages/tezos-p2p-services/tezos-p2p-services.8.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-base" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_p2p_services/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: descriptions of RPCs exported by `tezos-p2p`" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-p2p-services/tezos-p2p-services.8.1/opam b/packages/tezos-p2p-services/tezos-p2p-services.8.1/opam new file mode 100644 index 000000000..e9d0f9d13 --- /dev/null +++ b/packages/tezos-p2p-services/tezos-p2p-services.8.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-base" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_p2p_services/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: descriptions of RPCs exported by `tezos-p2p`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-p2p-services/tezos-p2p-services.8.2/opam b/packages/tezos-p2p-services/tezos-p2p-services.8.2/opam new file mode 100644 index 000000000..d8c2655f5 --- /dev/null +++ b/packages/tezos-p2p-services/tezos-p2p-services.8.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-base" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_p2p_services/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: descriptions of RPCs exported by `tezos-p2p`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-p2p-services/tezos-p2p-services.8.3/opam b/packages/tezos-p2p-services/tezos-p2p-services.8.3/opam new file mode 100644 index 000000000..8fb2ed5e7 --- /dev/null +++ b/packages/tezos-p2p-services/tezos-p2p-services.8.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-base" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_p2p_services/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: descriptions of RPCs exported by `tezos-p2p`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-p2p-services/tezos-p2p-services.9.0/opam b/packages/tezos-p2p-services/tezos-p2p-services.9.0/opam new file mode 100644 index 000000000..055a3bc1f --- /dev/null +++ b/packages/tezos-p2p-services/tezos-p2p-services.9.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-base" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_p2p_services/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: descriptions of RPCs exported by `tezos-p2p`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-p2p-services/tezos-p2p-services.9.1/opam b/packages/tezos-p2p-services/tezos-p2p-services.9.1/opam new file mode 100644 index 000000000..fdad63a4d --- /dev/null +++ b/packages/tezos-p2p-services/tezos-p2p-services.9.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-base" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_p2p_services/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: descriptions of RPCs exported by `tezos-p2p`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-p2p-services/tezos-p2p-services.9.2/opam b/packages/tezos-p2p-services/tezos-p2p-services.9.2/opam new file mode 100644 index 000000000..9cd054e4f --- /dev/null +++ b/packages/tezos-p2p-services/tezos-p2p-services.9.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-base" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_p2p_services/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: descriptions of RPCs exported by `tezos-p2p`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-p2p-services/tezos-p2p-services.9.3/opam b/packages/tezos-p2p-services/tezos-p2p-services.9.3/opam new file mode 100644 index 000000000..cbde7ce28 --- /dev/null +++ b/packages/tezos-p2p-services/tezos-p2p-services.9.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-base" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_p2p_services/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: descriptions of RPCs exported by `tezos-p2p`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-p2p-services/tezos-p2p-services.9.4/opam b/packages/tezos-p2p-services/tezos-p2p-services.9.4/opam new file mode 100644 index 000000000..afc7dba86 --- /dev/null +++ b/packages/tezos-p2p-services/tezos-p2p-services.9.4/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-base" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_p2p_services/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: descriptions of RPCs exported by `tezos-p2p`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-p2p-services/tezos-p2p-services.9.7/opam b/packages/tezos-p2p-services/tezos-p2p-services.9.7/opam new file mode 100644 index 000000000..517b92360 --- /dev/null +++ b/packages/tezos-p2p-services/tezos-p2p-services.9.7/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-base" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_p2p_services/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: descriptions of RPCs exported by `tezos-p2p`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-p2p/tezos-p2p.11.0/opam b/packages/tezos-p2p/tezos-p2p.11.0/opam new file mode 100644 index 000000000..cdf181125 --- /dev/null +++ b/packages/tezos-p2p/tezos-p2p.11.0/opam @@ -0,0 +1,37 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-p2p-services" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "astring" {with-test & <= "0.8.5"} + "tezos-base-test-helpers" { with-test & = version } + "lwt" {<= "5.9.0"} + "lwt-watcher" { = "0.1" } + "lwt-canceler" {= "0.3"} + "ringo" { = "0.5" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_p2p/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library for a pool of P2P connections" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-p2p/tezos-p2p.11.1/opam b/packages/tezos-p2p/tezos-p2p.11.1/opam new file mode 100644 index 000000000..fdcd9ee7e --- /dev/null +++ b/packages/tezos-p2p/tezos-p2p.11.1/opam @@ -0,0 +1,37 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-p2p-services" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "astring" {with-test & <= "0.8.5"} + "tezos-base-test-helpers" { with-test & = version } + "lwt" {<= "5.9.0"} + "lwt-watcher" { = "0.1" } + "lwt-canceler" {= "0.3"} + "ringo" { = "0.5" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_p2p/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library for a pool of P2P connections" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-p2p/tezos-p2p.12.0/opam b/packages/tezos-p2p/tezos-p2p.12.0/opam new file mode 100644 index 000000000..9a0efbca8 --- /dev/null +++ b/packages/tezos-p2p/tezos-p2p.12.0/opam @@ -0,0 +1,37 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-p2p-services" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "astring" {with-test & <= "0.8.5"} + "tezos-base-test-helpers" { with-test & = version } + "lwt" {<= "5.9.0"} + "lwt-watcher" { = "0.1" } + "lwt-canceler" {= "0.3"} + "ringo" { = "0.5" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_p2p/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library for a pool of P2P connections" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-p2p/tezos-p2p.13.0/opam b/packages/tezos-p2p/tezos-p2p.13.0/opam new file mode 100644 index 000000000..34439eefa --- /dev/null +++ b/packages/tezos-p2p/tezos-p2p.13.0/opam @@ -0,0 +1,44 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "lwt-watcher" { = "0.2" } + "lwt-canceler" {= "0.3"} + "ringo" { = "0.8" } + "tezos-base" { = version } + "tezos-stdlib-unix" { = version } + "tezos-stdlib" { = version } + "tezos-p2p-services" { = version } + "tezos-version" { = version } + "prometheus" {>= "0.5" & < "1.2"} + "bisect_ppx" {with-test & >= "2.7.0" & <= "2.8.3"} + "tezos-test-helpers" { with-test & = version } + "tezos-base-test-helpers" { with-test & = version } + "tezos-event-logging-test-helpers" { with-test & = version } + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} + "astring" {with-test & <= "0.8.5"} + "tezos-tooling" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_p2p/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library for a pool of P2P connections" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-p2p/tezos-p2p.14.0/opam b/packages/tezos-p2p/tezos-p2p.14.0/opam new file mode 100644 index 000000000..5ceda5097 --- /dev/null +++ b/packages/tezos-p2p/tezos-p2p.14.0/opam @@ -0,0 +1,41 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "lwt-watcher" { = "0.2" } + "lwt-canceler" {= "0.3"} + "ringo" { >= "0.9" & < "1.0.0" } + "tezos-base" { = version } + "tezos-stdlib-unix" { = version } + "tezos-stdlib" { = version } + "tezos-p2p-services" { = version } + "tezos-version" { = version } + "prometheus" {= "1.2"} + "tezos-test-helpers" { with-test & = version } + "tezos-base-test-helpers" { with-test & = version } + "tezos-event-logging-test-helpers" { with-test & = version } + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} + "astring" {with-test & <= "0.8.5"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library for a pool of P2P connections" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-p2p/tezos-p2p.15.0/opam b/packages/tezos-p2p/tezos-p2p.15.0/opam new file mode 100644 index 000000000..bf47992f8 --- /dev/null +++ b/packages/tezos-p2p/tezos-p2p.15.0/opam @@ -0,0 +1,41 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-stdlib-unix" { = version } + "tezos-stdlib" { = version } + "tezos-test-helpers" { with-test & = version } + "tezos-base-test-helpers" { with-test & = version } + "tezos-event-logging-test-helpers" { with-test & = version } + "tezos-p2p-services" { = version } + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} + "astring" {with-test & <= "0.8.5"} + "lwt-watcher" { = "0.2" } + "lwt-canceler" {= "0.3"} + "ringo" { >= "0.9" & < "1.0.0" } + "tezos-version" { = version } + "prometheus" {= "1.2"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library for a pool of P2P connections" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-p2p/tezos-p2p.15.1/opam b/packages/tezos-p2p/tezos-p2p.15.1/opam new file mode 100644 index 000000000..c00901125 --- /dev/null +++ b/packages/tezos-p2p/tezos-p2p.15.1/opam @@ -0,0 +1,41 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "lwt-watcher" { = "0.2" } + "lwt-canceler" {= "0.3"} + "ringo" { >= "0.9" & < "1.0.0" } + "tezos-base" { = version } + "tezos-stdlib-unix" { = version } + "tezos-stdlib" { = version } + "tezos-p2p-services" { = version } + "tezos-version" { = version } + "prometheus" {= "1.2"} + "tezos-test-helpers" { with-test & = version } + "tezos-base-test-helpers" { with-test & = version } + "tezos-event-logging-test-helpers" { with-test & = version } + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} + "astring" {with-test & <= "0.8.5"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library for a pool of P2P connections" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-p2p/tezos-p2p.17.1/opam b/packages/tezos-p2p/tezos-p2p.17.1/opam new file mode 100644 index 000000000..fc344d895 --- /dev/null +++ b/packages/tezos-p2p/tezos-p2p.17.1/opam @@ -0,0 +1,45 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "lwt-watcher" { = "0.2" } + "lwt-canceler" {= "0.3"} + "ringo" {>= "1.0.0" & <= "1.1.0"} + "aches" {>= "1.0.0" & <= "1.1.0"} + "tezos-base" { = version } + "tezos-stdlib-unix" { = version } + "tezos-stdlib" { = version } + "tezos-p2p-services" { = version } + "tezos-version" { = version } + "prometheus" {= "1.2"} + "tezos-test-helpers" { with-test & = version } + "tezos-base-test-helpers" { with-test & = version } + "tezos-event-logging-test-helpers" { with-test & = version } + "tezt-tezos" { with-test & = version } + "octez-alcotezt" { with-test & = version } + "astring" {with-test & <= "0.8.5"} + "tezt" {with-test & >= "3.1.0" & <= "4.1.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] { with-test & ocaml:native } +] +synopsis: "Tezos: library for a pool of P2P connections" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-p2p/tezos-p2p.17.2/opam b/packages/tezos-p2p/tezos-p2p.17.2/opam new file mode 100644 index 000000000..4831ddd76 --- /dev/null +++ b/packages/tezos-p2p/tezos-p2p.17.2/opam @@ -0,0 +1,45 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "lwt-watcher" { = "0.2" } + "lwt-canceler" {= "0.3"} + "ringo" {>= "1.0.0" & <= "1.1.0"} + "aches" {>= "1.0.0" & <= "1.1.0"} + "tezos-base" { = version } + "tezos-stdlib-unix" { = version } + "tezos-stdlib" { = version } + "tezos-p2p-services" { = version } + "tezos-version" { = version } + "prometheus" {= "1.2"} + "tezos-test-helpers" { with-test & = version } + "tezos-base-test-helpers" { with-test & = version } + "tezos-event-logging-test-helpers" { with-test & = version } + "tezt-tezos" { with-test & = version } + "octez-alcotezt" { with-test & = version } + "astring" {with-test & <= "0.8.5"} + "tezt" {with-test & >= "3.1.0" & <= "4.1.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] { with-test & ocaml:native } +] +synopsis: "Tezos: library for a pool of P2P connections" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-p2p/tezos-p2p.7.0/opam b/packages/tezos-p2p/tezos-p2p.7.0/opam new file mode 100644 index 000000000..d76e29c39 --- /dev/null +++ b/packages/tezos-p2p/tezos-p2p.7.0/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-p2p-services" { = version } + "alcotest-lwt" { with-test & = "0.8.5" } + "lwt" { >= "4.0" & < "4.3" } + "lwt-watcher" {>= "0.1" & <= "0.2"} + "lwt-canceler" {>= "0.2" & <= "0.3"} +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_p2p/%{name}%.install" "./"] +] +synopsis: "Tezos: library for a pool of P2P connections" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.0.tar.bz2" + checksum: [ + "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91" + "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-p2p/tezos-p2p.7.1/opam b/packages/tezos-p2p/tezos-p2p.7.1/opam new file mode 100644 index 000000000..c6d497446 --- /dev/null +++ b/packages/tezos-p2p/tezos-p2p.7.1/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-p2p-services" { = version } + "alcotest-lwt" { with-test & = "0.8.5" } + "lwt" { >= "4.0" & < "4.3" } + "lwt-watcher" {>= "0.1" & <= "0.2"} + "lwt-canceler" {>= "0.2" & <= "0.3"} +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_p2p/%{name}%.install" "./"] +] +synopsis: "Tezos: library for a pool of P2P connections" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.1.tar.bz2" + checksum: [ + "sha256=3675d856c4b818da7f5de0b85b86a48d3883f1210cfef28ef3233a047e74bed6" + "sha512=d6abdef9a6643b2ffe8141ecc625dcc2a939131e2e5cc158c74aba8c403bd4072b7fc403ccfa6d766696604ad112495dd9db1ece8a3ae5a4693071dfdffcbda5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-p2p/tezos-p2p.7.2/opam b/packages/tezos-p2p/tezos-p2p.7.2/opam new file mode 100644 index 000000000..5ba5330d9 --- /dev/null +++ b/packages/tezos-p2p/tezos-p2p.7.2/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-p2p-services" { = version } + "alcotest-lwt" { with-test & = "0.8.5" } + "lwt" { >= "4.0" & < "4.3" } + "lwt-watcher" {>= "0.1" & <= "0.2"} + "lwt-canceler" {>= "0.2" & <= "0.3"} +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_p2p/%{name}%.install" "./"] +] +synopsis: "Tezos: library for a pool of P2P connections" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.2.tar.bz2" + checksum: [ + "sha256=abb52ad63345943d20f3edc4c3507474af94c001c8bf58138f47341942036cec" + "sha512=c823ca801cbc4005f5fc6ea5236d93569410c034da3ed32939ef64a0f2c19a34444fac12e13c72e5a1e15a401b655e58ffdbbb66ce0516e5968f621677b96117" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-p2p/tezos-p2p.7.3/opam b/packages/tezos-p2p/tezos-p2p.7.3/opam new file mode 100644 index 000000000..a7fa9fb6d --- /dev/null +++ b/packages/tezos-p2p/tezos-p2p.7.3/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-p2p-services" { = version } + "alcotest-lwt" { with-test & = "0.8.5" } + "lwt" { >= "4.0" & < "4.3" } + "lwt-watcher" {>= "0.1" & <= "0.2"} + "lwt-canceler" {>= "0.2" & <= "0.3"} +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_p2p/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library for a pool of P2P connections" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.3.tar.bz2" + checksum: [ + "sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" + "sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-p2p/tezos-p2p.7.4/opam b/packages/tezos-p2p/tezos-p2p.7.4/opam new file mode 100644 index 000000000..d24c48ab2 --- /dev/null +++ b/packages/tezos-p2p/tezos-p2p.7.4/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-p2p-services" { = version } + "alcotest-lwt" { with-test & = "0.8.5" } + "lwt" { >= "4.0" & < "4.3" } + "lwt-watcher" {>= "0.1" & <= "0.2"} + "lwt-canceler" {>= "0.2" & <= "0.3"} +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_p2p/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library for a pool of P2P connections" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-p2p/tezos-p2p.8.0/opam b/packages/tezos-p2p/tezos-p2p.8.0/opam new file mode 100644 index 000000000..2daed3e86 --- /dev/null +++ b/packages/tezos-p2p/tezos-p2p.8.0/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-p2p-services" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "lwt-watcher" { = "0.1" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_p2p/%{name}%.install" "./"] +# ["dune" "runtest" "-p" name "-j" jobs] {with-test} +# not deterministic... again +] +synopsis: "Tezos: library for a pool of P2P connections" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-p2p/tezos-p2p.8.1/opam b/packages/tezos-p2p/tezos-p2p.8.1/opam new file mode 100644 index 000000000..7938ebf11 --- /dev/null +++ b/packages/tezos-p2p/tezos-p2p.8.1/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-p2p-services" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "lwt-watcher" { = "0.1" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_p2p/%{name}%.install" "./"] +# ["dune" "runtest" "-p" name "-j" jobs] {with-test} +# not deterministic... again +] +synopsis: "Tezos: library for a pool of P2P connections" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-p2p/tezos-p2p.8.2/opam b/packages/tezos-p2p/tezos-p2p.8.2/opam new file mode 100644 index 000000000..03c223b85 --- /dev/null +++ b/packages/tezos-p2p/tezos-p2p.8.2/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-p2p-services" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "lwt-watcher" { = "0.1" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_p2p/%{name}%.install" "./"] +# ["dune" "runtest" "-p" name "-j" jobs] {with-test} +# not deterministic... again +] +synopsis: "Tezos: library for a pool of P2P connections" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-p2p/tezos-p2p.8.3/opam b/packages/tezos-p2p/tezos-p2p.8.3/opam new file mode 100644 index 000000000..0826a06fb --- /dev/null +++ b/packages/tezos-p2p/tezos-p2p.8.3/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-p2p-services" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "lwt-watcher" { = "0.1" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_p2p/%{name}%.install" "./"] +# ["dune" "runtest" "-p" name "-j" jobs] {with-test} +# not deterministic... again +] +synopsis: "Tezos: library for a pool of P2P connections" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-p2p/tezos-p2p.9.0/opam b/packages/tezos-p2p/tezos-p2p.9.0/opam new file mode 100644 index 000000000..417f83bb0 --- /dev/null +++ b/packages/tezos-p2p/tezos-p2p.9.0/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-p2p-services" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "lwt-watcher" { = "0.1" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_p2p/%{name}%.install" "./"] +# ["dune" "runtest" "-p" name "-j" jobs] {with-test} +# not deterministic... again +] +synopsis: "Tezos: library for a pool of P2P connections" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-p2p/tezos-p2p.9.1/opam b/packages/tezos-p2p/tezos-p2p.9.1/opam new file mode 100644 index 000000000..ef25b81cd --- /dev/null +++ b/packages/tezos-p2p/tezos-p2p.9.1/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-p2p-services" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "lwt-watcher" { = "0.1" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_p2p/%{name}%.install" "./"] +# ["dune" "runtest" "-p" name "-j" jobs] {with-test} +# not deterministic... again +] +synopsis: "Tezos: library for a pool of P2P connections" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-p2p/tezos-p2p.9.2/opam b/packages/tezos-p2p/tezos-p2p.9.2/opam new file mode 100644 index 000000000..1b07e9a71 --- /dev/null +++ b/packages/tezos-p2p/tezos-p2p.9.2/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-p2p-services" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "lwt-watcher" { = "0.1" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_p2p/%{name}%.install" "./"] +# ["dune" "runtest" "-p" name "-j" jobs] {with-test} +# not deterministic... again +] +synopsis: "Tezos: library for a pool of P2P connections" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-p2p/tezos-p2p.9.3/opam b/packages/tezos-p2p/tezos-p2p.9.3/opam new file mode 100644 index 000000000..bfe385ce2 --- /dev/null +++ b/packages/tezos-p2p/tezos-p2p.9.3/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-p2p-services" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "lwt-watcher" { = "0.1" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_p2p/%{name}%.install" "./"] +# ["dune" "runtest" "-p" name "-j" jobs] {with-test} +# not deterministic... again +] +synopsis: "Tezos: library for a pool of P2P connections" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-p2p/tezos-p2p.9.4/opam b/packages/tezos-p2p/tezos-p2p.9.4/opam new file mode 100644 index 000000000..37406a84a --- /dev/null +++ b/packages/tezos-p2p/tezos-p2p.9.4/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-p2p-services" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "lwt-watcher" { = "0.1" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_p2p/%{name}%.install" "./"] +# ["dune" "runtest" "-p" name "-j" jobs] {with-test} +# not deterministic... again +] +synopsis: "Tezos: library for a pool of P2P connections" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-p2p/tezos-p2p.9.7/opam b/packages/tezos-p2p/tezos-p2p.9.7/opam new file mode 100644 index 000000000..6eedfa317 --- /dev/null +++ b/packages/tezos-p2p/tezos-p2p.9.7/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-p2p-services" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "lwt-watcher" { = "0.1" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_p2p/%{name}%.install" "./"] +# ["dune" "runtest" "-p" name "-j" jobs] {with-test} +# not deterministic... again +] +synopsis: "Tezos: library for a pool of P2P connections" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-000-Ps9mPmXa/tezos-protocol-000-Ps9mPmXa.10.2/opam b/packages/tezos-protocol-000-Ps9mPmXa/tezos-protocol-000-Ps9mPmXa.10.2/opam new file mode 100644 index 000000000..9be508500 --- /dev/null +++ b/packages/tezos-protocol-000-Ps9mPmXa/tezos-protocol-000-Ps9mPmXa.10.2/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_000_Ps9mPmXa/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_000_Ps9mPmXa/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 000_Ps9mPmXa (economic-protocol definition, functor version)" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-000-Ps9mPmXa/tezos-protocol-000-Ps9mPmXa.11.0/opam b/packages/tezos-protocol-000-Ps9mPmXa/tezos-protocol-000-Ps9mPmXa.11.0/opam new file mode 100644 index 000000000..89da99b46 --- /dev/null +++ b/packages/tezos-protocol-000-Ps9mPmXa/tezos-protocol-000-Ps9mPmXa.11.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_000_Ps9mPmXa/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_000_Ps9mPmXa/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 000_Ps9mPmXa (economic-protocol definition, functor version)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-000-Ps9mPmXa/tezos-protocol-000-Ps9mPmXa.11.1/opam b/packages/tezos-protocol-000-Ps9mPmXa/tezos-protocol-000-Ps9mPmXa.11.1/opam new file mode 100644 index 000000000..c8d32387f --- /dev/null +++ b/packages/tezos-protocol-000-Ps9mPmXa/tezos-protocol-000-Ps9mPmXa.11.1/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_000_Ps9mPmXa/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_000_Ps9mPmXa/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 000_Ps9mPmXa (economic-protocol definition, functor version)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-000-Ps9mPmXa/tezos-protocol-000-Ps9mPmXa.12.0/opam b/packages/tezos-protocol-000-Ps9mPmXa/tezos-protocol-000-Ps9mPmXa.12.0/opam new file mode 100644 index 000000000..506884051 --- /dev/null +++ b/packages/tezos-protocol-000-Ps9mPmXa/tezos-protocol-000-Ps9mPmXa.12.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_000_Ps9mPmXa/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_000_Ps9mPmXa/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 000_Ps9mPmXa (economic-protocol definition, functor version)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-000-Ps9mPmXa/tezos-protocol-000-Ps9mPmXa.12.3/opam b/packages/tezos-protocol-000-Ps9mPmXa/tezos-protocol-000-Ps9mPmXa.12.3/opam new file mode 100644 index 000000000..56166ad12 --- /dev/null +++ b/packages/tezos-protocol-000-Ps9mPmXa/tezos-protocol-000-Ps9mPmXa.12.3/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_000_Ps9mPmXa/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_000_Ps9mPmXa/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 000_Ps9mPmXa (economic-protocol definition, functor version)" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-000-Ps9mPmXa/tezos-protocol-000-Ps9mPmXa.13.0/opam b/packages/tezos-protocol-000-Ps9mPmXa/tezos-protocol-000-Ps9mPmXa.13.0/opam new file mode 100644 index 000000000..c5cec29a4 --- /dev/null +++ b/packages/tezos-protocol-000-Ps9mPmXa/tezos-protocol-000-Ps9mPmXa.13.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_000_Ps9mPmXa/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_000_Ps9mPmXa/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 000_Ps9mPmXa (economic-protocol definition, functor version)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-000-Ps9mPmXa/tezos-protocol-000-Ps9mPmXa.14.0/opam b/packages/tezos-protocol-000-Ps9mPmXa/tezos-protocol-000-Ps9mPmXa.14.0/opam new file mode 100644 index 000000000..ea72104e1 --- /dev/null +++ b/packages/tezos-protocol-000-Ps9mPmXa/tezos-protocol-000-Ps9mPmXa.14.0/opam @@ -0,0 +1,28 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 000_Ps9mPmXa (economic-protocol definition, functor version)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-000-Ps9mPmXa/tezos-protocol-000-Ps9mPmXa.15.0/opam b/packages/tezos-protocol-000-Ps9mPmXa/tezos-protocol-000-Ps9mPmXa.15.0/opam new file mode 100644 index 000000000..544285bef --- /dev/null +++ b/packages/tezos-protocol-000-Ps9mPmXa/tezos-protocol-000-Ps9mPmXa.15.0/opam @@ -0,0 +1,28 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 000_Ps9mPmXa (economic-protocol definition, functor version)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-000-Ps9mPmXa/tezos-protocol-000-Ps9mPmXa.15.1/opam b/packages/tezos-protocol-000-Ps9mPmXa/tezos-protocol-000-Ps9mPmXa.15.1/opam new file mode 100644 index 000000000..7c9180b65 --- /dev/null +++ b/packages/tezos-protocol-000-Ps9mPmXa/tezos-protocol-000-Ps9mPmXa.15.1/opam @@ -0,0 +1,28 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 000_Ps9mPmXa (economic-protocol definition, functor version)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-000-Ps9mPmXa/tezos-protocol-000-Ps9mPmXa.17.1/opam b/packages/tezos-protocol-000-Ps9mPmXa/tezos-protocol-000-Ps9mPmXa.17.1/opam new file mode 100644 index 000000000..604a19340 --- /dev/null +++ b/packages/tezos-protocol-000-Ps9mPmXa/tezos-protocol-000-Ps9mPmXa.17.1/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 000_Ps9mPmXa (economic-protocol definition, functor version)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-000-Ps9mPmXa/tezos-protocol-000-Ps9mPmXa.17.2/opam b/packages/tezos-protocol-000-Ps9mPmXa/tezos-protocol-000-Ps9mPmXa.17.2/opam new file mode 100644 index 000000000..256180c71 --- /dev/null +++ b/packages/tezos-protocol-000-Ps9mPmXa/tezos-protocol-000-Ps9mPmXa.17.2/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 000_Ps9mPmXa (economic-protocol definition, functor version)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-000-Ps9mPmXa/tezos-protocol-000-Ps9mPmXa.7.0/opam b/packages/tezos-protocol-000-Ps9mPmXa/tezos-protocol-000-Ps9mPmXa.7.0/opam new file mode 100644 index 000000000..452a62446 --- /dev/null +++ b/packages/tezos-protocol-000-Ps9mPmXa/tezos-protocol-000-Ps9mPmXa.7.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_000_Ps9mPmXa/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 000_Ps9mPmXa (economic-protocol definition, functor version)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.0.tar.bz2" + checksum: [ + "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91" + "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-000-Ps9mPmXa/tezos-protocol-000-Ps9mPmXa.7.1/opam b/packages/tezos-protocol-000-Ps9mPmXa/tezos-protocol-000-Ps9mPmXa.7.1/opam new file mode 100644 index 000000000..071780c26 --- /dev/null +++ b/packages/tezos-protocol-000-Ps9mPmXa/tezos-protocol-000-Ps9mPmXa.7.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_000_Ps9mPmXa/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 000_Ps9mPmXa (economic-protocol definition, functor version)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.1.tar.bz2" + checksum: [ + "sha256=3675d856c4b818da7f5de0b85b86a48d3883f1210cfef28ef3233a047e74bed6" + "sha512=d6abdef9a6643b2ffe8141ecc625dcc2a939131e2e5cc158c74aba8c403bd4072b7fc403ccfa6d766696604ad112495dd9db1ece8a3ae5a4693071dfdffcbda5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-000-Ps9mPmXa/tezos-protocol-000-Ps9mPmXa.7.2/opam b/packages/tezos-protocol-000-Ps9mPmXa/tezos-protocol-000-Ps9mPmXa.7.2/opam new file mode 100644 index 000000000..03123fb7b --- /dev/null +++ b/packages/tezos-protocol-000-Ps9mPmXa/tezos-protocol-000-Ps9mPmXa.7.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_000_Ps9mPmXa/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 000_Ps9mPmXa (economic-protocol definition, functor version)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.2.tar.bz2" + checksum: [ + "sha256=abb52ad63345943d20f3edc4c3507474af94c001c8bf58138f47341942036cec" + "sha512=c823ca801cbc4005f5fc6ea5236d93569410c034da3ed32939ef64a0f2c19a34444fac12e13c72e5a1e15a401b655e58ffdbbb66ce0516e5968f621677b96117" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-000-Ps9mPmXa/tezos-protocol-000-Ps9mPmXa.7.3/opam b/packages/tezos-protocol-000-Ps9mPmXa/tezos-protocol-000-Ps9mPmXa.7.3/opam new file mode 100644 index 000000000..716676b15 --- /dev/null +++ b/packages/tezos-protocol-000-Ps9mPmXa/tezos-protocol-000-Ps9mPmXa.7.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_000_Ps9mPmXa/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 000_Ps9mPmXa (economic-protocol definition, functor version)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.3.tar.bz2" + checksum: [ + "sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" + "sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-000-Ps9mPmXa/tezos-protocol-000-Ps9mPmXa.7.4/opam b/packages/tezos-protocol-000-Ps9mPmXa/tezos-protocol-000-Ps9mPmXa.7.4/opam new file mode 100644 index 000000000..1f22133af --- /dev/null +++ b/packages/tezos-protocol-000-Ps9mPmXa/tezos-protocol-000-Ps9mPmXa.7.4/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_000_Ps9mPmXa/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 000_Ps9mPmXa (economic-protocol definition, functor version)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-000-Ps9mPmXa/tezos-protocol-000-Ps9mPmXa.8.0/opam b/packages/tezos-protocol-000-Ps9mPmXa/tezos-protocol-000-Ps9mPmXa.8.0/opam new file mode 100644 index 000000000..3f08c2366 --- /dev/null +++ b/packages/tezos-protocol-000-Ps9mPmXa/tezos-protocol-000-Ps9mPmXa.8.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_000_Ps9mPmXa/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_000_Ps9mPmXa/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 000_Ps9mPmXa (economic-protocol definition, functor version)" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-000-Ps9mPmXa/tezos-protocol-000-Ps9mPmXa.8.1/opam b/packages/tezos-protocol-000-Ps9mPmXa/tezos-protocol-000-Ps9mPmXa.8.1/opam new file mode 100644 index 000000000..ccad594c8 --- /dev/null +++ b/packages/tezos-protocol-000-Ps9mPmXa/tezos-protocol-000-Ps9mPmXa.8.1/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_000_Ps9mPmXa/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_000_Ps9mPmXa/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 000_Ps9mPmXa (economic-protocol definition, functor version)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-000-Ps9mPmXa/tezos-protocol-000-Ps9mPmXa.8.2/opam b/packages/tezos-protocol-000-Ps9mPmXa/tezos-protocol-000-Ps9mPmXa.8.2/opam new file mode 100644 index 000000000..edbe5048a --- /dev/null +++ b/packages/tezos-protocol-000-Ps9mPmXa/tezos-protocol-000-Ps9mPmXa.8.2/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_000_Ps9mPmXa/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_000_Ps9mPmXa/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 000_Ps9mPmXa (economic-protocol definition, functor version)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-000-Ps9mPmXa/tezos-protocol-000-Ps9mPmXa.8.3/opam b/packages/tezos-protocol-000-Ps9mPmXa/tezos-protocol-000-Ps9mPmXa.8.3/opam new file mode 100644 index 000000000..5784af799 --- /dev/null +++ b/packages/tezos-protocol-000-Ps9mPmXa/tezos-protocol-000-Ps9mPmXa.8.3/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_000_Ps9mPmXa/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_000_Ps9mPmXa/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 000_Ps9mPmXa (economic-protocol definition, functor version)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-000-Ps9mPmXa/tezos-protocol-000-Ps9mPmXa.9.0/opam b/packages/tezos-protocol-000-Ps9mPmXa/tezos-protocol-000-Ps9mPmXa.9.0/opam new file mode 100644 index 000000000..a9bb64f56 --- /dev/null +++ b/packages/tezos-protocol-000-Ps9mPmXa/tezos-protocol-000-Ps9mPmXa.9.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_000_Ps9mPmXa/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_000_Ps9mPmXa/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 000_Ps9mPmXa (economic-protocol definition, functor version)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-000-Ps9mPmXa/tezos-protocol-000-Ps9mPmXa.9.1/opam b/packages/tezos-protocol-000-Ps9mPmXa/tezos-protocol-000-Ps9mPmXa.9.1/opam new file mode 100644 index 000000000..74e624f4c --- /dev/null +++ b/packages/tezos-protocol-000-Ps9mPmXa/tezos-protocol-000-Ps9mPmXa.9.1/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_000_Ps9mPmXa/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_000_Ps9mPmXa/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 000_Ps9mPmXa (economic-protocol definition, functor version)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-000-Ps9mPmXa/tezos-protocol-000-Ps9mPmXa.9.2/opam b/packages/tezos-protocol-000-Ps9mPmXa/tezos-protocol-000-Ps9mPmXa.9.2/opam new file mode 100644 index 000000000..72ee7a0dd --- /dev/null +++ b/packages/tezos-protocol-000-Ps9mPmXa/tezos-protocol-000-Ps9mPmXa.9.2/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_000_Ps9mPmXa/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_000_Ps9mPmXa/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 000_Ps9mPmXa (economic-protocol definition, functor version)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-000-Ps9mPmXa/tezos-protocol-000-Ps9mPmXa.9.3/opam b/packages/tezos-protocol-000-Ps9mPmXa/tezos-protocol-000-Ps9mPmXa.9.3/opam new file mode 100644 index 000000000..fbd25fd99 --- /dev/null +++ b/packages/tezos-protocol-000-Ps9mPmXa/tezos-protocol-000-Ps9mPmXa.9.3/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_000_Ps9mPmXa/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_000_Ps9mPmXa/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 000_Ps9mPmXa (economic-protocol definition, functor version)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-000-Ps9mPmXa/tezos-protocol-000-Ps9mPmXa.9.4/opam b/packages/tezos-protocol-000-Ps9mPmXa/tezos-protocol-000-Ps9mPmXa.9.4/opam new file mode 100644 index 000000000..76971ec11 --- /dev/null +++ b/packages/tezos-protocol-000-Ps9mPmXa/tezos-protocol-000-Ps9mPmXa.9.4/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_000_Ps9mPmXa/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_000_Ps9mPmXa/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 000_Ps9mPmXa (economic-protocol definition, functor version)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-000-Ps9mPmXa/tezos-protocol-000-Ps9mPmXa.9.7/opam b/packages/tezos-protocol-000-Ps9mPmXa/tezos-protocol-000-Ps9mPmXa.9.7/opam new file mode 100644 index 000000000..4f2ace165 --- /dev/null +++ b/packages/tezos-protocol-000-Ps9mPmXa/tezos-protocol-000-Ps9mPmXa.9.7/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_000_Ps9mPmXa/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_000_Ps9mPmXa/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 000_Ps9mPmXa (economic-protocol definition, functor version)" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-001-PtCJ7pwo/tezos-protocol-001-PtCJ7pwo.10.2/opam b/packages/tezos-protocol-001-PtCJ7pwo/tezos-protocol-001-PtCJ7pwo.10.2/opam new file mode 100644 index 000000000..50c008d0c --- /dev/null +++ b/packages/tezos-protocol-001-PtCJ7pwo/tezos-protocol-001-PtCJ7pwo.10.2/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_001_PtCJ7pwo/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_001_PtCJ7pwo/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 001_PtCJ7pwo (economic-protocol definition, functor version)" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-001-PtCJ7pwo/tezos-protocol-001-PtCJ7pwo.11.0/opam b/packages/tezos-protocol-001-PtCJ7pwo/tezos-protocol-001-PtCJ7pwo.11.0/opam new file mode 100644 index 000000000..741e313d0 --- /dev/null +++ b/packages/tezos-protocol-001-PtCJ7pwo/tezos-protocol-001-PtCJ7pwo.11.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_001_PtCJ7pwo/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_001_PtCJ7pwo/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 001_PtCJ7pwo (economic-protocol definition, functor version)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-001-PtCJ7pwo/tezos-protocol-001-PtCJ7pwo.11.1/opam b/packages/tezos-protocol-001-PtCJ7pwo/tezos-protocol-001-PtCJ7pwo.11.1/opam new file mode 100644 index 000000000..84fbb27ef --- /dev/null +++ b/packages/tezos-protocol-001-PtCJ7pwo/tezos-protocol-001-PtCJ7pwo.11.1/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_001_PtCJ7pwo/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_001_PtCJ7pwo/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 001_PtCJ7pwo (economic-protocol definition, functor version)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-001-PtCJ7pwo/tezos-protocol-001-PtCJ7pwo.12.0/opam b/packages/tezos-protocol-001-PtCJ7pwo/tezos-protocol-001-PtCJ7pwo.12.0/opam new file mode 100644 index 000000000..fcfd6cf00 --- /dev/null +++ b/packages/tezos-protocol-001-PtCJ7pwo/tezos-protocol-001-PtCJ7pwo.12.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_001_PtCJ7pwo/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_001_PtCJ7pwo/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 001_PtCJ7pwo (economic-protocol definition, functor version)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-001-PtCJ7pwo/tezos-protocol-001-PtCJ7pwo.12.3/opam b/packages/tezos-protocol-001-PtCJ7pwo/tezos-protocol-001-PtCJ7pwo.12.3/opam new file mode 100644 index 000000000..123796c2a --- /dev/null +++ b/packages/tezos-protocol-001-PtCJ7pwo/tezos-protocol-001-PtCJ7pwo.12.3/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_001_PtCJ7pwo/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_001_PtCJ7pwo/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 001_PtCJ7pwo (economic-protocol definition, functor version)" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-001-PtCJ7pwo/tezos-protocol-001-PtCJ7pwo.13.0/opam b/packages/tezos-protocol-001-PtCJ7pwo/tezos-protocol-001-PtCJ7pwo.13.0/opam new file mode 100644 index 000000000..35d80dcdb --- /dev/null +++ b/packages/tezos-protocol-001-PtCJ7pwo/tezos-protocol-001-PtCJ7pwo.13.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_001_PtCJ7pwo/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_001_PtCJ7pwo/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 001_PtCJ7pwo (economic-protocol definition, functor version)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-001-PtCJ7pwo/tezos-protocol-001-PtCJ7pwo.14.0/opam b/packages/tezos-protocol-001-PtCJ7pwo/tezos-protocol-001-PtCJ7pwo.14.0/opam new file mode 100644 index 000000000..5b72d93a8 --- /dev/null +++ b/packages/tezos-protocol-001-PtCJ7pwo/tezos-protocol-001-PtCJ7pwo.14.0/opam @@ -0,0 +1,28 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 001_PtCJ7pwo (economic-protocol definition, functor version)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-001-PtCJ7pwo/tezos-protocol-001-PtCJ7pwo.15.0/opam b/packages/tezos-protocol-001-PtCJ7pwo/tezos-protocol-001-PtCJ7pwo.15.0/opam new file mode 100644 index 000000000..476637e9e --- /dev/null +++ b/packages/tezos-protocol-001-PtCJ7pwo/tezos-protocol-001-PtCJ7pwo.15.0/opam @@ -0,0 +1,28 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 001_PtCJ7pwo (economic-protocol definition, functor version)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-001-PtCJ7pwo/tezos-protocol-001-PtCJ7pwo.15.1/opam b/packages/tezos-protocol-001-PtCJ7pwo/tezos-protocol-001-PtCJ7pwo.15.1/opam new file mode 100644 index 000000000..60cc4c4d7 --- /dev/null +++ b/packages/tezos-protocol-001-PtCJ7pwo/tezos-protocol-001-PtCJ7pwo.15.1/opam @@ -0,0 +1,28 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 001_PtCJ7pwo (economic-protocol definition, functor version)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-001-PtCJ7pwo/tezos-protocol-001-PtCJ7pwo.17.1/opam b/packages/tezos-protocol-001-PtCJ7pwo/tezos-protocol-001-PtCJ7pwo.17.1/opam new file mode 100644 index 000000000..e8991123a --- /dev/null +++ b/packages/tezos-protocol-001-PtCJ7pwo/tezos-protocol-001-PtCJ7pwo.17.1/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 001_PtCJ7pwo (economic-protocol definition, functor version)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-001-PtCJ7pwo/tezos-protocol-001-PtCJ7pwo.17.2/opam b/packages/tezos-protocol-001-PtCJ7pwo/tezos-protocol-001-PtCJ7pwo.17.2/opam new file mode 100644 index 000000000..cf010acc6 --- /dev/null +++ b/packages/tezos-protocol-001-PtCJ7pwo/tezos-protocol-001-PtCJ7pwo.17.2/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 001_PtCJ7pwo (economic-protocol definition, functor version)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-001-PtCJ7pwo/tezos-protocol-001-PtCJ7pwo.7.0/opam b/packages/tezos-protocol-001-PtCJ7pwo/tezos-protocol-001-PtCJ7pwo.7.0/opam new file mode 100644 index 000000000..b3658500f --- /dev/null +++ b/packages/tezos-protocol-001-PtCJ7pwo/tezos-protocol-001-PtCJ7pwo.7.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_001_PtCJ7pwo/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 001_PtCJ7pwo (economic-protocol definition, functor version)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.0.tar.bz2" + checksum: [ + "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91" + "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-001-PtCJ7pwo/tezos-protocol-001-PtCJ7pwo.7.1/opam b/packages/tezos-protocol-001-PtCJ7pwo/tezos-protocol-001-PtCJ7pwo.7.1/opam new file mode 100644 index 000000000..3f3244706 --- /dev/null +++ b/packages/tezos-protocol-001-PtCJ7pwo/tezos-protocol-001-PtCJ7pwo.7.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_001_PtCJ7pwo/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 001_PtCJ7pwo (economic-protocol definition, functor version)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.1.tar.bz2" + checksum: [ + "sha256=3675d856c4b818da7f5de0b85b86a48d3883f1210cfef28ef3233a047e74bed6" + "sha512=d6abdef9a6643b2ffe8141ecc625dcc2a939131e2e5cc158c74aba8c403bd4072b7fc403ccfa6d766696604ad112495dd9db1ece8a3ae5a4693071dfdffcbda5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-001-PtCJ7pwo/tezos-protocol-001-PtCJ7pwo.7.2/opam b/packages/tezos-protocol-001-PtCJ7pwo/tezos-protocol-001-PtCJ7pwo.7.2/opam new file mode 100644 index 000000000..bd378b1aa --- /dev/null +++ b/packages/tezos-protocol-001-PtCJ7pwo/tezos-protocol-001-PtCJ7pwo.7.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_001_PtCJ7pwo/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 001_PtCJ7pwo (economic-protocol definition, functor version)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.2.tar.bz2" + checksum: [ + "sha256=abb52ad63345943d20f3edc4c3507474af94c001c8bf58138f47341942036cec" + "sha512=c823ca801cbc4005f5fc6ea5236d93569410c034da3ed32939ef64a0f2c19a34444fac12e13c72e5a1e15a401b655e58ffdbbb66ce0516e5968f621677b96117" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-001-PtCJ7pwo/tezos-protocol-001-PtCJ7pwo.7.3/opam b/packages/tezos-protocol-001-PtCJ7pwo/tezos-protocol-001-PtCJ7pwo.7.3/opam new file mode 100644 index 000000000..b01ddd881 --- /dev/null +++ b/packages/tezos-protocol-001-PtCJ7pwo/tezos-protocol-001-PtCJ7pwo.7.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_001_PtCJ7pwo/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 001_PtCJ7pwo (economic-protocol definition, functor version)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.3.tar.bz2" + checksum: [ + "sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" + "sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-001-PtCJ7pwo/tezos-protocol-001-PtCJ7pwo.7.4/opam b/packages/tezos-protocol-001-PtCJ7pwo/tezos-protocol-001-PtCJ7pwo.7.4/opam new file mode 100644 index 000000000..dd91cd1fd --- /dev/null +++ b/packages/tezos-protocol-001-PtCJ7pwo/tezos-protocol-001-PtCJ7pwo.7.4/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_001_PtCJ7pwo/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 001_PtCJ7pwo (economic-protocol definition, functor version)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-001-PtCJ7pwo/tezos-protocol-001-PtCJ7pwo.8.0/opam b/packages/tezos-protocol-001-PtCJ7pwo/tezos-protocol-001-PtCJ7pwo.8.0/opam new file mode 100644 index 000000000..ee5dd20fa --- /dev/null +++ b/packages/tezos-protocol-001-PtCJ7pwo/tezos-protocol-001-PtCJ7pwo.8.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_001_PtCJ7pwo/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_001_PtCJ7pwo/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 001_PtCJ7pwo (economic-protocol definition, functor version)" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-001-PtCJ7pwo/tezos-protocol-001-PtCJ7pwo.8.1/opam b/packages/tezos-protocol-001-PtCJ7pwo/tezos-protocol-001-PtCJ7pwo.8.1/opam new file mode 100644 index 000000000..09fde357c --- /dev/null +++ b/packages/tezos-protocol-001-PtCJ7pwo/tezos-protocol-001-PtCJ7pwo.8.1/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_001_PtCJ7pwo/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_001_PtCJ7pwo/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 001_PtCJ7pwo (economic-protocol definition, functor version)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-001-PtCJ7pwo/tezos-protocol-001-PtCJ7pwo.8.2/opam b/packages/tezos-protocol-001-PtCJ7pwo/tezos-protocol-001-PtCJ7pwo.8.2/opam new file mode 100644 index 000000000..5c145751b --- /dev/null +++ b/packages/tezos-protocol-001-PtCJ7pwo/tezos-protocol-001-PtCJ7pwo.8.2/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_001_PtCJ7pwo/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_001_PtCJ7pwo/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 001_PtCJ7pwo (economic-protocol definition, functor version)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-001-PtCJ7pwo/tezos-protocol-001-PtCJ7pwo.8.3/opam b/packages/tezos-protocol-001-PtCJ7pwo/tezos-protocol-001-PtCJ7pwo.8.3/opam new file mode 100644 index 000000000..70d140b6c --- /dev/null +++ b/packages/tezos-protocol-001-PtCJ7pwo/tezos-protocol-001-PtCJ7pwo.8.3/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_001_PtCJ7pwo/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_001_PtCJ7pwo/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 001_PtCJ7pwo (economic-protocol definition, functor version)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-001-PtCJ7pwo/tezos-protocol-001-PtCJ7pwo.9.0/opam b/packages/tezos-protocol-001-PtCJ7pwo/tezos-protocol-001-PtCJ7pwo.9.0/opam new file mode 100644 index 000000000..078b6398f --- /dev/null +++ b/packages/tezos-protocol-001-PtCJ7pwo/tezos-protocol-001-PtCJ7pwo.9.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_001_PtCJ7pwo/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_001_PtCJ7pwo/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 001_PtCJ7pwo (economic-protocol definition, functor version)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-001-PtCJ7pwo/tezos-protocol-001-PtCJ7pwo.9.1/opam b/packages/tezos-protocol-001-PtCJ7pwo/tezos-protocol-001-PtCJ7pwo.9.1/opam new file mode 100644 index 000000000..ea09baa9c --- /dev/null +++ b/packages/tezos-protocol-001-PtCJ7pwo/tezos-protocol-001-PtCJ7pwo.9.1/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_001_PtCJ7pwo/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_001_PtCJ7pwo/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 001_PtCJ7pwo (economic-protocol definition, functor version)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-001-PtCJ7pwo/tezos-protocol-001-PtCJ7pwo.9.2/opam b/packages/tezos-protocol-001-PtCJ7pwo/tezos-protocol-001-PtCJ7pwo.9.2/opam new file mode 100644 index 000000000..5f0ea3dd3 --- /dev/null +++ b/packages/tezos-protocol-001-PtCJ7pwo/tezos-protocol-001-PtCJ7pwo.9.2/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_001_PtCJ7pwo/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_001_PtCJ7pwo/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 001_PtCJ7pwo (economic-protocol definition, functor version)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-001-PtCJ7pwo/tezos-protocol-001-PtCJ7pwo.9.3/opam b/packages/tezos-protocol-001-PtCJ7pwo/tezos-protocol-001-PtCJ7pwo.9.3/opam new file mode 100644 index 000000000..40eb09a51 --- /dev/null +++ b/packages/tezos-protocol-001-PtCJ7pwo/tezos-protocol-001-PtCJ7pwo.9.3/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_001_PtCJ7pwo/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_001_PtCJ7pwo/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 001_PtCJ7pwo (economic-protocol definition, functor version)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-001-PtCJ7pwo/tezos-protocol-001-PtCJ7pwo.9.4/opam b/packages/tezos-protocol-001-PtCJ7pwo/tezos-protocol-001-PtCJ7pwo.9.4/opam new file mode 100644 index 000000000..76ee887f1 --- /dev/null +++ b/packages/tezos-protocol-001-PtCJ7pwo/tezos-protocol-001-PtCJ7pwo.9.4/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_001_PtCJ7pwo/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_001_PtCJ7pwo/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 001_PtCJ7pwo (economic-protocol definition, functor version)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-001-PtCJ7pwo/tezos-protocol-001-PtCJ7pwo.9.7/opam b/packages/tezos-protocol-001-PtCJ7pwo/tezos-protocol-001-PtCJ7pwo.9.7/opam new file mode 100644 index 000000000..a51e325c6 --- /dev/null +++ b/packages/tezos-protocol-001-PtCJ7pwo/tezos-protocol-001-PtCJ7pwo.9.7/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_001_PtCJ7pwo/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_001_PtCJ7pwo/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 001_PtCJ7pwo (economic-protocol definition, functor version)" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-002-PsYLVpVv/tezos-protocol-002-PsYLVpVv.10.2/opam b/packages/tezos-protocol-002-PsYLVpVv/tezos-protocol-002-PsYLVpVv.10.2/opam new file mode 100644 index 000000000..df184a8c1 --- /dev/null +++ b/packages/tezos-protocol-002-PsYLVpVv/tezos-protocol-002-PsYLVpVv.10.2/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_002_PsYLVpVv/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_002_PsYLVpVv/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 002_PsYLVpVv (economic-protocol definition, functor version)" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-002-PsYLVpVv/tezos-protocol-002-PsYLVpVv.11.0/opam b/packages/tezos-protocol-002-PsYLVpVv/tezos-protocol-002-PsYLVpVv.11.0/opam new file mode 100644 index 000000000..32816ffee --- /dev/null +++ b/packages/tezos-protocol-002-PsYLVpVv/tezos-protocol-002-PsYLVpVv.11.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_002_PsYLVpVv/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_002_PsYLVpVv/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 002_PsYLVpVv (economic-protocol definition, functor version)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-002-PsYLVpVv/tezos-protocol-002-PsYLVpVv.11.1/opam b/packages/tezos-protocol-002-PsYLVpVv/tezos-protocol-002-PsYLVpVv.11.1/opam new file mode 100644 index 000000000..c2cee5e66 --- /dev/null +++ b/packages/tezos-protocol-002-PsYLVpVv/tezos-protocol-002-PsYLVpVv.11.1/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_002_PsYLVpVv/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_002_PsYLVpVv/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 002_PsYLVpVv (economic-protocol definition, functor version)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-002-PsYLVpVv/tezos-protocol-002-PsYLVpVv.12.0/opam b/packages/tezos-protocol-002-PsYLVpVv/tezos-protocol-002-PsYLVpVv.12.0/opam new file mode 100644 index 000000000..3ae43bc47 --- /dev/null +++ b/packages/tezos-protocol-002-PsYLVpVv/tezos-protocol-002-PsYLVpVv.12.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_002_PsYLVpVv/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_002_PsYLVpVv/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 002_PsYLVpVv (economic-protocol definition, functor version)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-002-PsYLVpVv/tezos-protocol-002-PsYLVpVv.12.3/opam b/packages/tezos-protocol-002-PsYLVpVv/tezos-protocol-002-PsYLVpVv.12.3/opam new file mode 100644 index 000000000..597cac53e --- /dev/null +++ b/packages/tezos-protocol-002-PsYLVpVv/tezos-protocol-002-PsYLVpVv.12.3/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_002_PsYLVpVv/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_002_PsYLVpVv/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 002_PsYLVpVv (economic-protocol definition, functor version)" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-002-PsYLVpVv/tezos-protocol-002-PsYLVpVv.13.0/opam b/packages/tezos-protocol-002-PsYLVpVv/tezos-protocol-002-PsYLVpVv.13.0/opam new file mode 100644 index 000000000..5c8dabf6d --- /dev/null +++ b/packages/tezos-protocol-002-PsYLVpVv/tezos-protocol-002-PsYLVpVv.13.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_002_PsYLVpVv/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_002_PsYLVpVv/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 002_PsYLVpVv (economic-protocol definition, functor version)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-002-PsYLVpVv/tezos-protocol-002-PsYLVpVv.14.0/opam b/packages/tezos-protocol-002-PsYLVpVv/tezos-protocol-002-PsYLVpVv.14.0/opam new file mode 100644 index 000000000..c28a9ee1b --- /dev/null +++ b/packages/tezos-protocol-002-PsYLVpVv/tezos-protocol-002-PsYLVpVv.14.0/opam @@ -0,0 +1,28 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 002_PsYLVpVv (economic-protocol definition, functor version)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-002-PsYLVpVv/tezos-protocol-002-PsYLVpVv.15.0/opam b/packages/tezos-protocol-002-PsYLVpVv/tezos-protocol-002-PsYLVpVv.15.0/opam new file mode 100644 index 000000000..1800314d6 --- /dev/null +++ b/packages/tezos-protocol-002-PsYLVpVv/tezos-protocol-002-PsYLVpVv.15.0/opam @@ -0,0 +1,28 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 002_PsYLVpVv (economic-protocol definition, functor version)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-002-PsYLVpVv/tezos-protocol-002-PsYLVpVv.15.1/opam b/packages/tezos-protocol-002-PsYLVpVv/tezos-protocol-002-PsYLVpVv.15.1/opam new file mode 100644 index 000000000..abbef2925 --- /dev/null +++ b/packages/tezos-protocol-002-PsYLVpVv/tezos-protocol-002-PsYLVpVv.15.1/opam @@ -0,0 +1,28 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 002_PsYLVpVv (economic-protocol definition, functor version)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-002-PsYLVpVv/tezos-protocol-002-PsYLVpVv.17.1/opam b/packages/tezos-protocol-002-PsYLVpVv/tezos-protocol-002-PsYLVpVv.17.1/opam new file mode 100644 index 000000000..41fdee63c --- /dev/null +++ b/packages/tezos-protocol-002-PsYLVpVv/tezos-protocol-002-PsYLVpVv.17.1/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 002_PsYLVpVv (economic-protocol definition, functor version)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-002-PsYLVpVv/tezos-protocol-002-PsYLVpVv.17.2/opam b/packages/tezos-protocol-002-PsYLVpVv/tezos-protocol-002-PsYLVpVv.17.2/opam new file mode 100644 index 000000000..8f4b03391 --- /dev/null +++ b/packages/tezos-protocol-002-PsYLVpVv/tezos-protocol-002-PsYLVpVv.17.2/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 002_PsYLVpVv (economic-protocol definition, functor version)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-002-PsYLVpVv/tezos-protocol-002-PsYLVpVv.7.0/opam b/packages/tezos-protocol-002-PsYLVpVv/tezos-protocol-002-PsYLVpVv.7.0/opam new file mode 100644 index 000000000..76d50666c --- /dev/null +++ b/packages/tezos-protocol-002-PsYLVpVv/tezos-protocol-002-PsYLVpVv.7.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_002_PsYLVpVv/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 002_PsYLVpVv (economic-protocol definition, functor version)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.0.tar.bz2" + checksum: [ + "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91" + "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-002-PsYLVpVv/tezos-protocol-002-PsYLVpVv.7.1/opam b/packages/tezos-protocol-002-PsYLVpVv/tezos-protocol-002-PsYLVpVv.7.1/opam new file mode 100644 index 000000000..dac16a1b4 --- /dev/null +++ b/packages/tezos-protocol-002-PsYLVpVv/tezos-protocol-002-PsYLVpVv.7.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_002_PsYLVpVv/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 002_PsYLVpVv (economic-protocol definition, functor version)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.1.tar.bz2" + checksum: [ + "sha256=3675d856c4b818da7f5de0b85b86a48d3883f1210cfef28ef3233a047e74bed6" + "sha512=d6abdef9a6643b2ffe8141ecc625dcc2a939131e2e5cc158c74aba8c403bd4072b7fc403ccfa6d766696604ad112495dd9db1ece8a3ae5a4693071dfdffcbda5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-002-PsYLVpVv/tezos-protocol-002-PsYLVpVv.7.2/opam b/packages/tezos-protocol-002-PsYLVpVv/tezos-protocol-002-PsYLVpVv.7.2/opam new file mode 100644 index 000000000..b24fdaa74 --- /dev/null +++ b/packages/tezos-protocol-002-PsYLVpVv/tezos-protocol-002-PsYLVpVv.7.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_002_PsYLVpVv/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 002_PsYLVpVv (economic-protocol definition, functor version)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.2.tar.bz2" + checksum: [ + "sha256=abb52ad63345943d20f3edc4c3507474af94c001c8bf58138f47341942036cec" + "sha512=c823ca801cbc4005f5fc6ea5236d93569410c034da3ed32939ef64a0f2c19a34444fac12e13c72e5a1e15a401b655e58ffdbbb66ce0516e5968f621677b96117" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-002-PsYLVpVv/tezos-protocol-002-PsYLVpVv.7.3/opam b/packages/tezos-protocol-002-PsYLVpVv/tezos-protocol-002-PsYLVpVv.7.3/opam new file mode 100644 index 000000000..600c97454 --- /dev/null +++ b/packages/tezos-protocol-002-PsYLVpVv/tezos-protocol-002-PsYLVpVv.7.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_002_PsYLVpVv/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 002_PsYLVpVv (economic-protocol definition, functor version)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.3.tar.bz2" + checksum: [ + "sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" + "sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-002-PsYLVpVv/tezos-protocol-002-PsYLVpVv.7.4/opam b/packages/tezos-protocol-002-PsYLVpVv/tezos-protocol-002-PsYLVpVv.7.4/opam new file mode 100644 index 000000000..4eba7d5f0 --- /dev/null +++ b/packages/tezos-protocol-002-PsYLVpVv/tezos-protocol-002-PsYLVpVv.7.4/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_002_PsYLVpVv/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 002_PsYLVpVv (economic-protocol definition, functor version)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-002-PsYLVpVv/tezos-protocol-002-PsYLVpVv.8.0/opam b/packages/tezos-protocol-002-PsYLVpVv/tezos-protocol-002-PsYLVpVv.8.0/opam new file mode 100644 index 000000000..1d3f4e044 --- /dev/null +++ b/packages/tezos-protocol-002-PsYLVpVv/tezos-protocol-002-PsYLVpVv.8.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_002_PsYLVpVv/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_002_PsYLVpVv/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 002_PsYLVpVv (economic-protocol definition, functor version)" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-002-PsYLVpVv/tezos-protocol-002-PsYLVpVv.8.1/opam b/packages/tezos-protocol-002-PsYLVpVv/tezos-protocol-002-PsYLVpVv.8.1/opam new file mode 100644 index 000000000..5c7aa0000 --- /dev/null +++ b/packages/tezos-protocol-002-PsYLVpVv/tezos-protocol-002-PsYLVpVv.8.1/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_002_PsYLVpVv/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_002_PsYLVpVv/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 002_PsYLVpVv (economic-protocol definition, functor version)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-002-PsYLVpVv/tezos-protocol-002-PsYLVpVv.8.2/opam b/packages/tezos-protocol-002-PsYLVpVv/tezos-protocol-002-PsYLVpVv.8.2/opam new file mode 100644 index 000000000..9a680e26d --- /dev/null +++ b/packages/tezos-protocol-002-PsYLVpVv/tezos-protocol-002-PsYLVpVv.8.2/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_002_PsYLVpVv/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_002_PsYLVpVv/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 002_PsYLVpVv (economic-protocol definition, functor version)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-002-PsYLVpVv/tezos-protocol-002-PsYLVpVv.8.3/opam b/packages/tezos-protocol-002-PsYLVpVv/tezos-protocol-002-PsYLVpVv.8.3/opam new file mode 100644 index 000000000..2b6ea163e --- /dev/null +++ b/packages/tezos-protocol-002-PsYLVpVv/tezos-protocol-002-PsYLVpVv.8.3/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_002_PsYLVpVv/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_002_PsYLVpVv/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 002_PsYLVpVv (economic-protocol definition, functor version)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-002-PsYLVpVv/tezos-protocol-002-PsYLVpVv.9.0/opam b/packages/tezos-protocol-002-PsYLVpVv/tezos-protocol-002-PsYLVpVv.9.0/opam new file mode 100644 index 000000000..760b1cbd3 --- /dev/null +++ b/packages/tezos-protocol-002-PsYLVpVv/tezos-protocol-002-PsYLVpVv.9.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_002_PsYLVpVv/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_002_PsYLVpVv/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 002_PsYLVpVv (economic-protocol definition, functor version)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-002-PsYLVpVv/tezos-protocol-002-PsYLVpVv.9.1/opam b/packages/tezos-protocol-002-PsYLVpVv/tezos-protocol-002-PsYLVpVv.9.1/opam new file mode 100644 index 000000000..2cd17fa80 --- /dev/null +++ b/packages/tezos-protocol-002-PsYLVpVv/tezos-protocol-002-PsYLVpVv.9.1/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_002_PsYLVpVv/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_002_PsYLVpVv/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 002_PsYLVpVv (economic-protocol definition, functor version)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-002-PsYLVpVv/tezos-protocol-002-PsYLVpVv.9.2/opam b/packages/tezos-protocol-002-PsYLVpVv/tezos-protocol-002-PsYLVpVv.9.2/opam new file mode 100644 index 000000000..83d439425 --- /dev/null +++ b/packages/tezos-protocol-002-PsYLVpVv/tezos-protocol-002-PsYLVpVv.9.2/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_002_PsYLVpVv/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_002_PsYLVpVv/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 002_PsYLVpVv (economic-protocol definition, functor version)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-002-PsYLVpVv/tezos-protocol-002-PsYLVpVv.9.3/opam b/packages/tezos-protocol-002-PsYLVpVv/tezos-protocol-002-PsYLVpVv.9.3/opam new file mode 100644 index 000000000..9b62ed4ca --- /dev/null +++ b/packages/tezos-protocol-002-PsYLVpVv/tezos-protocol-002-PsYLVpVv.9.3/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_002_PsYLVpVv/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_002_PsYLVpVv/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 002_PsYLVpVv (economic-protocol definition, functor version)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-002-PsYLVpVv/tezos-protocol-002-PsYLVpVv.9.4/opam b/packages/tezos-protocol-002-PsYLVpVv/tezos-protocol-002-PsYLVpVv.9.4/opam new file mode 100644 index 000000000..76d6a63c2 --- /dev/null +++ b/packages/tezos-protocol-002-PsYLVpVv/tezos-protocol-002-PsYLVpVv.9.4/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_002_PsYLVpVv/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_002_PsYLVpVv/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 002_PsYLVpVv (economic-protocol definition, functor version)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-002-PsYLVpVv/tezos-protocol-002-PsYLVpVv.9.7/opam b/packages/tezos-protocol-002-PsYLVpVv/tezos-protocol-002-PsYLVpVv.9.7/opam new file mode 100644 index 000000000..91933f62a --- /dev/null +++ b/packages/tezos-protocol-002-PsYLVpVv/tezos-protocol-002-PsYLVpVv.9.7/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_002_PsYLVpVv/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_002_PsYLVpVv/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 002_PsYLVpVv (economic-protocol definition, functor version)" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-003-PsddFKi3/tezos-protocol-003-PsddFKi3.10.2/opam b/packages/tezos-protocol-003-PsddFKi3/tezos-protocol-003-PsddFKi3.10.2/opam new file mode 100644 index 000000000..9c444b27b --- /dev/null +++ b/packages/tezos-protocol-003-PsddFKi3/tezos-protocol-003-PsddFKi3.10.2/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_003_PsddFKi3/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_003_PsddFKi3/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 003_PsddFKi3 (economic-protocol definition, functor version)" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-003-PsddFKi3/tezos-protocol-003-PsddFKi3.11.0/opam b/packages/tezos-protocol-003-PsddFKi3/tezos-protocol-003-PsddFKi3.11.0/opam new file mode 100644 index 000000000..295aeb34f --- /dev/null +++ b/packages/tezos-protocol-003-PsddFKi3/tezos-protocol-003-PsddFKi3.11.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_003_PsddFKi3/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_003_PsddFKi3/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 003_PsddFKi3 (economic-protocol definition, functor version)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-003-PsddFKi3/tezos-protocol-003-PsddFKi3.11.1/opam b/packages/tezos-protocol-003-PsddFKi3/tezos-protocol-003-PsddFKi3.11.1/opam new file mode 100644 index 000000000..652d8e557 --- /dev/null +++ b/packages/tezos-protocol-003-PsddFKi3/tezos-protocol-003-PsddFKi3.11.1/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_003_PsddFKi3/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_003_PsddFKi3/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 003_PsddFKi3 (economic-protocol definition, functor version)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-003-PsddFKi3/tezos-protocol-003-PsddFKi3.12.0/opam b/packages/tezos-protocol-003-PsddFKi3/tezos-protocol-003-PsddFKi3.12.0/opam new file mode 100644 index 000000000..7f8c1f2dc --- /dev/null +++ b/packages/tezos-protocol-003-PsddFKi3/tezos-protocol-003-PsddFKi3.12.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_003_PsddFKi3/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_003_PsddFKi3/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 003_PsddFKi3 (economic-protocol definition, functor version)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-003-PsddFKi3/tezos-protocol-003-PsddFKi3.12.3/opam b/packages/tezos-protocol-003-PsddFKi3/tezos-protocol-003-PsddFKi3.12.3/opam new file mode 100644 index 000000000..135ae67f7 --- /dev/null +++ b/packages/tezos-protocol-003-PsddFKi3/tezos-protocol-003-PsddFKi3.12.3/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_003_PsddFKi3/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_003_PsddFKi3/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 003_PsddFKi3 (economic-protocol definition, functor version)" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-003-PsddFKi3/tezos-protocol-003-PsddFKi3.13.0/opam b/packages/tezos-protocol-003-PsddFKi3/tezos-protocol-003-PsddFKi3.13.0/opam new file mode 100644 index 000000000..602d1019f --- /dev/null +++ b/packages/tezos-protocol-003-PsddFKi3/tezos-protocol-003-PsddFKi3.13.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_003_PsddFKi3/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_003_PsddFKi3/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 003_PsddFKi3 (economic-protocol definition, functor version)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-003-PsddFKi3/tezos-protocol-003-PsddFKi3.14.0/opam b/packages/tezos-protocol-003-PsddFKi3/tezos-protocol-003-PsddFKi3.14.0/opam new file mode 100644 index 000000000..2f1612722 --- /dev/null +++ b/packages/tezos-protocol-003-PsddFKi3/tezos-protocol-003-PsddFKi3.14.0/opam @@ -0,0 +1,28 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 003_PsddFKi3 (economic-protocol definition, functor version)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-003-PsddFKi3/tezos-protocol-003-PsddFKi3.15.0/opam b/packages/tezos-protocol-003-PsddFKi3/tezos-protocol-003-PsddFKi3.15.0/opam new file mode 100644 index 000000000..d85e68340 --- /dev/null +++ b/packages/tezos-protocol-003-PsddFKi3/tezos-protocol-003-PsddFKi3.15.0/opam @@ -0,0 +1,28 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 003_PsddFKi3 (economic-protocol definition, functor version)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-003-PsddFKi3/tezos-protocol-003-PsddFKi3.15.1/opam b/packages/tezos-protocol-003-PsddFKi3/tezos-protocol-003-PsddFKi3.15.1/opam new file mode 100644 index 000000000..5b377b54f --- /dev/null +++ b/packages/tezos-protocol-003-PsddFKi3/tezos-protocol-003-PsddFKi3.15.1/opam @@ -0,0 +1,28 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 003_PsddFKi3 (economic-protocol definition, functor version)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-003-PsddFKi3/tezos-protocol-003-PsddFKi3.17.1/opam b/packages/tezos-protocol-003-PsddFKi3/tezos-protocol-003-PsddFKi3.17.1/opam new file mode 100644 index 000000000..aa90386d3 --- /dev/null +++ b/packages/tezos-protocol-003-PsddFKi3/tezos-protocol-003-PsddFKi3.17.1/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 003_PsddFKi3 (economic-protocol definition, functor version)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-003-PsddFKi3/tezos-protocol-003-PsddFKi3.17.2/opam b/packages/tezos-protocol-003-PsddFKi3/tezos-protocol-003-PsddFKi3.17.2/opam new file mode 100644 index 000000000..1a3f3af15 --- /dev/null +++ b/packages/tezos-protocol-003-PsddFKi3/tezos-protocol-003-PsddFKi3.17.2/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 003_PsddFKi3 (economic-protocol definition, functor version)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-003-PsddFKi3/tezos-protocol-003-PsddFKi3.7.0/opam b/packages/tezos-protocol-003-PsddFKi3/tezos-protocol-003-PsddFKi3.7.0/opam new file mode 100644 index 000000000..683654de4 --- /dev/null +++ b/packages/tezos-protocol-003-PsddFKi3/tezos-protocol-003-PsddFKi3.7.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_003_PsddFKi3/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 003_PsddFKi3 (economic-protocol definition, functor version)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.0.tar.bz2" + checksum: [ + "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91" + "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-003-PsddFKi3/tezos-protocol-003-PsddFKi3.7.1/opam b/packages/tezos-protocol-003-PsddFKi3/tezos-protocol-003-PsddFKi3.7.1/opam new file mode 100644 index 000000000..83903322a --- /dev/null +++ b/packages/tezos-protocol-003-PsddFKi3/tezos-protocol-003-PsddFKi3.7.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_003_PsddFKi3/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 003_PsddFKi3 (economic-protocol definition, functor version)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.1.tar.bz2" + checksum: [ + "sha256=3675d856c4b818da7f5de0b85b86a48d3883f1210cfef28ef3233a047e74bed6" + "sha512=d6abdef9a6643b2ffe8141ecc625dcc2a939131e2e5cc158c74aba8c403bd4072b7fc403ccfa6d766696604ad112495dd9db1ece8a3ae5a4693071dfdffcbda5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-003-PsddFKi3/tezos-protocol-003-PsddFKi3.7.2/opam b/packages/tezos-protocol-003-PsddFKi3/tezos-protocol-003-PsddFKi3.7.2/opam new file mode 100644 index 000000000..0d0f653c0 --- /dev/null +++ b/packages/tezos-protocol-003-PsddFKi3/tezos-protocol-003-PsddFKi3.7.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_003_PsddFKi3/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 003_PsddFKi3 (economic-protocol definition, functor version)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.2.tar.bz2" + checksum: [ + "sha256=abb52ad63345943d20f3edc4c3507474af94c001c8bf58138f47341942036cec" + "sha512=c823ca801cbc4005f5fc6ea5236d93569410c034da3ed32939ef64a0f2c19a34444fac12e13c72e5a1e15a401b655e58ffdbbb66ce0516e5968f621677b96117" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-003-PsddFKi3/tezos-protocol-003-PsddFKi3.7.3/opam b/packages/tezos-protocol-003-PsddFKi3/tezos-protocol-003-PsddFKi3.7.3/opam new file mode 100644 index 000000000..71d80564f --- /dev/null +++ b/packages/tezos-protocol-003-PsddFKi3/tezos-protocol-003-PsddFKi3.7.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_003_PsddFKi3/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 003_PsddFKi3 (economic-protocol definition, functor version)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.3.tar.bz2" + checksum: [ + "sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" + "sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-003-PsddFKi3/tezos-protocol-003-PsddFKi3.7.4/opam b/packages/tezos-protocol-003-PsddFKi3/tezos-protocol-003-PsddFKi3.7.4/opam new file mode 100644 index 000000000..ed630f42f --- /dev/null +++ b/packages/tezos-protocol-003-PsddFKi3/tezos-protocol-003-PsddFKi3.7.4/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_003_PsddFKi3/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 003_PsddFKi3 (economic-protocol definition, functor version)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-003-PsddFKi3/tezos-protocol-003-PsddFKi3.8.0/opam b/packages/tezos-protocol-003-PsddFKi3/tezos-protocol-003-PsddFKi3.8.0/opam new file mode 100644 index 000000000..1b3f2692b --- /dev/null +++ b/packages/tezos-protocol-003-PsddFKi3/tezos-protocol-003-PsddFKi3.8.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_003_PsddFKi3/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_003_PsddFKi3/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 003_PsddFKi3 (economic-protocol definition, functor version)" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-003-PsddFKi3/tezos-protocol-003-PsddFKi3.8.1/opam b/packages/tezos-protocol-003-PsddFKi3/tezos-protocol-003-PsddFKi3.8.1/opam new file mode 100644 index 000000000..55f3a6c4a --- /dev/null +++ b/packages/tezos-protocol-003-PsddFKi3/tezos-protocol-003-PsddFKi3.8.1/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_003_PsddFKi3/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_003_PsddFKi3/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 003_PsddFKi3 (economic-protocol definition, functor version)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-003-PsddFKi3/tezos-protocol-003-PsddFKi3.8.2/opam b/packages/tezos-protocol-003-PsddFKi3/tezos-protocol-003-PsddFKi3.8.2/opam new file mode 100644 index 000000000..93daf2595 --- /dev/null +++ b/packages/tezos-protocol-003-PsddFKi3/tezos-protocol-003-PsddFKi3.8.2/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_003_PsddFKi3/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_003_PsddFKi3/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 003_PsddFKi3 (economic-protocol definition, functor version)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-003-PsddFKi3/tezos-protocol-003-PsddFKi3.8.3/opam b/packages/tezos-protocol-003-PsddFKi3/tezos-protocol-003-PsddFKi3.8.3/opam new file mode 100644 index 000000000..3a3a3807c --- /dev/null +++ b/packages/tezos-protocol-003-PsddFKi3/tezos-protocol-003-PsddFKi3.8.3/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_003_PsddFKi3/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_003_PsddFKi3/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 003_PsddFKi3 (economic-protocol definition, functor version)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-003-PsddFKi3/tezos-protocol-003-PsddFKi3.9.0/opam b/packages/tezos-protocol-003-PsddFKi3/tezos-protocol-003-PsddFKi3.9.0/opam new file mode 100644 index 000000000..8dea30905 --- /dev/null +++ b/packages/tezos-protocol-003-PsddFKi3/tezos-protocol-003-PsddFKi3.9.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_003_PsddFKi3/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_003_PsddFKi3/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 003_PsddFKi3 (economic-protocol definition, functor version)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-003-PsddFKi3/tezos-protocol-003-PsddFKi3.9.1/opam b/packages/tezos-protocol-003-PsddFKi3/tezos-protocol-003-PsddFKi3.9.1/opam new file mode 100644 index 000000000..169c6a306 --- /dev/null +++ b/packages/tezos-protocol-003-PsddFKi3/tezos-protocol-003-PsddFKi3.9.1/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_003_PsddFKi3/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_003_PsddFKi3/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 003_PsddFKi3 (economic-protocol definition, functor version)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-003-PsddFKi3/tezos-protocol-003-PsddFKi3.9.2/opam b/packages/tezos-protocol-003-PsddFKi3/tezos-protocol-003-PsddFKi3.9.2/opam new file mode 100644 index 000000000..5273a211a --- /dev/null +++ b/packages/tezos-protocol-003-PsddFKi3/tezos-protocol-003-PsddFKi3.9.2/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_003_PsddFKi3/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_003_PsddFKi3/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 003_PsddFKi3 (economic-protocol definition, functor version)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-003-PsddFKi3/tezos-protocol-003-PsddFKi3.9.3/opam b/packages/tezos-protocol-003-PsddFKi3/tezos-protocol-003-PsddFKi3.9.3/opam new file mode 100644 index 000000000..a0b3c30c2 --- /dev/null +++ b/packages/tezos-protocol-003-PsddFKi3/tezos-protocol-003-PsddFKi3.9.3/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_003_PsddFKi3/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_003_PsddFKi3/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 003_PsddFKi3 (economic-protocol definition, functor version)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-003-PsddFKi3/tezos-protocol-003-PsddFKi3.9.4/opam b/packages/tezos-protocol-003-PsddFKi3/tezos-protocol-003-PsddFKi3.9.4/opam new file mode 100644 index 000000000..ad87a1964 --- /dev/null +++ b/packages/tezos-protocol-003-PsddFKi3/tezos-protocol-003-PsddFKi3.9.4/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_003_PsddFKi3/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_003_PsddFKi3/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 003_PsddFKi3 (economic-protocol definition, functor version)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-003-PsddFKi3/tezos-protocol-003-PsddFKi3.9.7/opam b/packages/tezos-protocol-003-PsddFKi3/tezos-protocol-003-PsddFKi3.9.7/opam new file mode 100644 index 000000000..3cd597ed0 --- /dev/null +++ b/packages/tezos-protocol-003-PsddFKi3/tezos-protocol-003-PsddFKi3.9.7/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_003_PsddFKi3/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_003_PsddFKi3/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: 003_PsddFKi3 (economic-protocol definition, functor version)" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-004-Pt24m4xi/tezos-protocol-004-Pt24m4xi.10.2/opam b/packages/tezos-protocol-004-Pt24m4xi/tezos-protocol-004-Pt24m4xi.10.2/opam new file mode 100644 index 000000000..3a003b7f0 --- /dev/null +++ b/packages/tezos-protocol-004-Pt24m4xi/tezos-protocol-004-Pt24m4xi.10.2/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_004_Pt24m4xi/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_004_Pt24m4xi/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-004-Pt24m4xi/tezos-protocol-004-Pt24m4xi.11.0/opam b/packages/tezos-protocol-004-Pt24m4xi/tezos-protocol-004-Pt24m4xi.11.0/opam new file mode 100644 index 000000000..022610796 --- /dev/null +++ b/packages/tezos-protocol-004-Pt24m4xi/tezos-protocol-004-Pt24m4xi.11.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_004_Pt24m4xi/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_004_Pt24m4xi/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-004-Pt24m4xi/tezos-protocol-004-Pt24m4xi.11.1/opam b/packages/tezos-protocol-004-Pt24m4xi/tezos-protocol-004-Pt24m4xi.11.1/opam new file mode 100644 index 000000000..40567cd65 --- /dev/null +++ b/packages/tezos-protocol-004-Pt24m4xi/tezos-protocol-004-Pt24m4xi.11.1/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_004_Pt24m4xi/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_004_Pt24m4xi/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-004-Pt24m4xi/tezos-protocol-004-Pt24m4xi.12.0/opam b/packages/tezos-protocol-004-Pt24m4xi/tezos-protocol-004-Pt24m4xi.12.0/opam new file mode 100644 index 000000000..f7bcd8e0d --- /dev/null +++ b/packages/tezos-protocol-004-Pt24m4xi/tezos-protocol-004-Pt24m4xi.12.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_004_Pt24m4xi/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_004_Pt24m4xi/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-004-Pt24m4xi/tezos-protocol-004-Pt24m4xi.12.3/opam b/packages/tezos-protocol-004-Pt24m4xi/tezos-protocol-004-Pt24m4xi.12.3/opam new file mode 100644 index 000000000..d52fc067e --- /dev/null +++ b/packages/tezos-protocol-004-Pt24m4xi/tezos-protocol-004-Pt24m4xi.12.3/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_004_Pt24m4xi/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_004_Pt24m4xi/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-004-Pt24m4xi/tezos-protocol-004-Pt24m4xi.13.0/opam b/packages/tezos-protocol-004-Pt24m4xi/tezos-protocol-004-Pt24m4xi.13.0/opam new file mode 100644 index 000000000..dbaea8e52 --- /dev/null +++ b/packages/tezos-protocol-004-Pt24m4xi/tezos-protocol-004-Pt24m4xi.13.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_004_Pt24m4xi/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_004_Pt24m4xi/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-004-Pt24m4xi/tezos-protocol-004-Pt24m4xi.14.0/opam b/packages/tezos-protocol-004-Pt24m4xi/tezos-protocol-004-Pt24m4xi.14.0/opam new file mode 100644 index 000000000..671b45ce0 --- /dev/null +++ b/packages/tezos-protocol-004-Pt24m4xi/tezos-protocol-004-Pt24m4xi.14.0/opam @@ -0,0 +1,28 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-004-Pt24m4xi/tezos-protocol-004-Pt24m4xi.15.0/opam b/packages/tezos-protocol-004-Pt24m4xi/tezos-protocol-004-Pt24m4xi.15.0/opam new file mode 100644 index 000000000..192a7a769 --- /dev/null +++ b/packages/tezos-protocol-004-Pt24m4xi/tezos-protocol-004-Pt24m4xi.15.0/opam @@ -0,0 +1,28 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-004-Pt24m4xi/tezos-protocol-004-Pt24m4xi.15.1/opam b/packages/tezos-protocol-004-Pt24m4xi/tezos-protocol-004-Pt24m4xi.15.1/opam new file mode 100644 index 000000000..4585e3f2e --- /dev/null +++ b/packages/tezos-protocol-004-Pt24m4xi/tezos-protocol-004-Pt24m4xi.15.1/opam @@ -0,0 +1,28 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-004-Pt24m4xi/tezos-protocol-004-Pt24m4xi.17.1/opam b/packages/tezos-protocol-004-Pt24m4xi/tezos-protocol-004-Pt24m4xi.17.1/opam new file mode 100644 index 000000000..b79619f09 --- /dev/null +++ b/packages/tezos-protocol-004-Pt24m4xi/tezos-protocol-004-Pt24m4xi.17.1/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-004-Pt24m4xi/tezos-protocol-004-Pt24m4xi.17.2/opam b/packages/tezos-protocol-004-Pt24m4xi/tezos-protocol-004-Pt24m4xi.17.2/opam new file mode 100644 index 000000000..eaf7ea5ec --- /dev/null +++ b/packages/tezos-protocol-004-Pt24m4xi/tezos-protocol-004-Pt24m4xi.17.2/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-004-Pt24m4xi/tezos-protocol-004-Pt24m4xi.7.0/opam b/packages/tezos-protocol-004-Pt24m4xi/tezos-protocol-004-Pt24m4xi.7.0/opam new file mode 100644 index 000000000..a9afa953b --- /dev/null +++ b/packages/tezos-protocol-004-Pt24m4xi/tezos-protocol-004-Pt24m4xi.7.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_004_Pt24m4xi/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.0.tar.bz2" + checksum: [ + "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91" + "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-004-Pt24m4xi/tezos-protocol-004-Pt24m4xi.7.1/opam b/packages/tezos-protocol-004-Pt24m4xi/tezos-protocol-004-Pt24m4xi.7.1/opam new file mode 100644 index 000000000..ce427a1a2 --- /dev/null +++ b/packages/tezos-protocol-004-Pt24m4xi/tezos-protocol-004-Pt24m4xi.7.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_004_Pt24m4xi/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.1.tar.bz2" + checksum: [ + "sha256=3675d856c4b818da7f5de0b85b86a48d3883f1210cfef28ef3233a047e74bed6" + "sha512=d6abdef9a6643b2ffe8141ecc625dcc2a939131e2e5cc158c74aba8c403bd4072b7fc403ccfa6d766696604ad112495dd9db1ece8a3ae5a4693071dfdffcbda5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-004-Pt24m4xi/tezos-protocol-004-Pt24m4xi.7.2/opam b/packages/tezos-protocol-004-Pt24m4xi/tezos-protocol-004-Pt24m4xi.7.2/opam new file mode 100644 index 000000000..c85a90758 --- /dev/null +++ b/packages/tezos-protocol-004-Pt24m4xi/tezos-protocol-004-Pt24m4xi.7.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_004_Pt24m4xi/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.2.tar.bz2" + checksum: [ + "sha256=abb52ad63345943d20f3edc4c3507474af94c001c8bf58138f47341942036cec" + "sha512=c823ca801cbc4005f5fc6ea5236d93569410c034da3ed32939ef64a0f2c19a34444fac12e13c72e5a1e15a401b655e58ffdbbb66ce0516e5968f621677b96117" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-004-Pt24m4xi/tezos-protocol-004-Pt24m4xi.7.3/opam b/packages/tezos-protocol-004-Pt24m4xi/tezos-protocol-004-Pt24m4xi.7.3/opam new file mode 100644 index 000000000..f262fdf79 --- /dev/null +++ b/packages/tezos-protocol-004-Pt24m4xi/tezos-protocol-004-Pt24m4xi.7.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_004_Pt24m4xi/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.3.tar.bz2" + checksum: [ + "sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" + "sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-004-Pt24m4xi/tezos-protocol-004-Pt24m4xi.7.4/opam b/packages/tezos-protocol-004-Pt24m4xi/tezos-protocol-004-Pt24m4xi.7.4/opam new file mode 100644 index 000000000..8d9d3cffa --- /dev/null +++ b/packages/tezos-protocol-004-Pt24m4xi/tezos-protocol-004-Pt24m4xi.7.4/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_004_Pt24m4xi/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-004-Pt24m4xi/tezos-protocol-004-Pt24m4xi.8.0/opam b/packages/tezos-protocol-004-Pt24m4xi/tezos-protocol-004-Pt24m4xi.8.0/opam new file mode 100644 index 000000000..0ba3a49c4 --- /dev/null +++ b/packages/tezos-protocol-004-Pt24m4xi/tezos-protocol-004-Pt24m4xi.8.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_004_Pt24m4xi/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_004_Pt24m4xi/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-004-Pt24m4xi/tezos-protocol-004-Pt24m4xi.8.1/opam b/packages/tezos-protocol-004-Pt24m4xi/tezos-protocol-004-Pt24m4xi.8.1/opam new file mode 100644 index 000000000..e353c2a5f --- /dev/null +++ b/packages/tezos-protocol-004-Pt24m4xi/tezos-protocol-004-Pt24m4xi.8.1/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_004_Pt24m4xi/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_004_Pt24m4xi/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-004-Pt24m4xi/tezos-protocol-004-Pt24m4xi.8.2/opam b/packages/tezos-protocol-004-Pt24m4xi/tezos-protocol-004-Pt24m4xi.8.2/opam new file mode 100644 index 000000000..ac5ba8592 --- /dev/null +++ b/packages/tezos-protocol-004-Pt24m4xi/tezos-protocol-004-Pt24m4xi.8.2/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_004_Pt24m4xi/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_004_Pt24m4xi/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-004-Pt24m4xi/tezos-protocol-004-Pt24m4xi.8.3/opam b/packages/tezos-protocol-004-Pt24m4xi/tezos-protocol-004-Pt24m4xi.8.3/opam new file mode 100644 index 000000000..7a90522e7 --- /dev/null +++ b/packages/tezos-protocol-004-Pt24m4xi/tezos-protocol-004-Pt24m4xi.8.3/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_004_Pt24m4xi/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_004_Pt24m4xi/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-004-Pt24m4xi/tezos-protocol-004-Pt24m4xi.9.0/opam b/packages/tezos-protocol-004-Pt24m4xi/tezos-protocol-004-Pt24m4xi.9.0/opam new file mode 100644 index 000000000..94a406bde --- /dev/null +++ b/packages/tezos-protocol-004-Pt24m4xi/tezos-protocol-004-Pt24m4xi.9.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_004_Pt24m4xi/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_004_Pt24m4xi/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-004-Pt24m4xi/tezos-protocol-004-Pt24m4xi.9.1/opam b/packages/tezos-protocol-004-Pt24m4xi/tezos-protocol-004-Pt24m4xi.9.1/opam new file mode 100644 index 000000000..c7f252b25 --- /dev/null +++ b/packages/tezos-protocol-004-Pt24m4xi/tezos-protocol-004-Pt24m4xi.9.1/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_004_Pt24m4xi/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_004_Pt24m4xi/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-004-Pt24m4xi/tezos-protocol-004-Pt24m4xi.9.2/opam b/packages/tezos-protocol-004-Pt24m4xi/tezos-protocol-004-Pt24m4xi.9.2/opam new file mode 100644 index 000000000..2b522b7a3 --- /dev/null +++ b/packages/tezos-protocol-004-Pt24m4xi/tezos-protocol-004-Pt24m4xi.9.2/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_004_Pt24m4xi/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_004_Pt24m4xi/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-004-Pt24m4xi/tezos-protocol-004-Pt24m4xi.9.3/opam b/packages/tezos-protocol-004-Pt24m4xi/tezos-protocol-004-Pt24m4xi.9.3/opam new file mode 100644 index 000000000..f8a8c8054 --- /dev/null +++ b/packages/tezos-protocol-004-Pt24m4xi/tezos-protocol-004-Pt24m4xi.9.3/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_004_Pt24m4xi/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_004_Pt24m4xi/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-004-Pt24m4xi/tezos-protocol-004-Pt24m4xi.9.4/opam b/packages/tezos-protocol-004-Pt24m4xi/tezos-protocol-004-Pt24m4xi.9.4/opam new file mode 100644 index 000000000..ba6916537 --- /dev/null +++ b/packages/tezos-protocol-004-Pt24m4xi/tezos-protocol-004-Pt24m4xi.9.4/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_004_Pt24m4xi/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_004_Pt24m4xi/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-004-Pt24m4xi/tezos-protocol-004-Pt24m4xi.9.7/opam b/packages/tezos-protocol-004-Pt24m4xi/tezos-protocol-004-Pt24m4xi.9.7/opam new file mode 100644 index 000000000..635d7ed4c --- /dev/null +++ b/packages/tezos-protocol-004-Pt24m4xi/tezos-protocol-004-Pt24m4xi.9.7/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_004_Pt24m4xi/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_004_Pt24m4xi/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-005-PsBABY5H/tezos-protocol-005-PsBABY5H.10.2/opam b/packages/tezos-protocol-005-PsBABY5H/tezos-protocol-005-PsBABY5H.10.2/opam new file mode 100644 index 000000000..77c2ac69f --- /dev/null +++ b/packages/tezos-protocol-005-PsBABY5H/tezos-protocol-005-PsBABY5H.10.2/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_005_PsBABY5H/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_005_PsBABY5H/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-005-PsBABY5H/tezos-protocol-005-PsBABY5H.11.0/opam b/packages/tezos-protocol-005-PsBABY5H/tezos-protocol-005-PsBABY5H.11.0/opam new file mode 100644 index 000000000..8b1d57f60 --- /dev/null +++ b/packages/tezos-protocol-005-PsBABY5H/tezos-protocol-005-PsBABY5H.11.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_005_PsBABY5H/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_005_PsBABY5H/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-005-PsBABY5H/tezos-protocol-005-PsBABY5H.11.1/opam b/packages/tezos-protocol-005-PsBABY5H/tezos-protocol-005-PsBABY5H.11.1/opam new file mode 100644 index 000000000..4f59d80d8 --- /dev/null +++ b/packages/tezos-protocol-005-PsBABY5H/tezos-protocol-005-PsBABY5H.11.1/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_005_PsBABY5H/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_005_PsBABY5H/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-005-PsBABY5H/tezos-protocol-005-PsBABY5H.14.0/opam b/packages/tezos-protocol-005-PsBABY5H/tezos-protocol-005-PsBABY5H.14.0/opam new file mode 100644 index 000000000..671b45ce0 --- /dev/null +++ b/packages/tezos-protocol-005-PsBABY5H/tezos-protocol-005-PsBABY5H.14.0/opam @@ -0,0 +1,28 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-005-PsBABY5H/tezos-protocol-005-PsBABY5H.15.0/opam b/packages/tezos-protocol-005-PsBABY5H/tezos-protocol-005-PsBABY5H.15.0/opam new file mode 100644 index 000000000..192a7a769 --- /dev/null +++ b/packages/tezos-protocol-005-PsBABY5H/tezos-protocol-005-PsBABY5H.15.0/opam @@ -0,0 +1,28 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-005-PsBABY5H/tezos-protocol-005-PsBABY5H.15.1/opam b/packages/tezos-protocol-005-PsBABY5H/tezos-protocol-005-PsBABY5H.15.1/opam new file mode 100644 index 000000000..4585e3f2e --- /dev/null +++ b/packages/tezos-protocol-005-PsBABY5H/tezos-protocol-005-PsBABY5H.15.1/opam @@ -0,0 +1,28 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-005-PsBABY5H/tezos-protocol-005-PsBABY5H.17.1/opam b/packages/tezos-protocol-005-PsBABY5H/tezos-protocol-005-PsBABY5H.17.1/opam new file mode 100644 index 000000000..b79619f09 --- /dev/null +++ b/packages/tezos-protocol-005-PsBABY5H/tezos-protocol-005-PsBABY5H.17.1/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-005-PsBABY5H/tezos-protocol-005-PsBABY5H.17.2/opam b/packages/tezos-protocol-005-PsBABY5H/tezos-protocol-005-PsBABY5H.17.2/opam new file mode 100644 index 000000000..eaf7ea5ec --- /dev/null +++ b/packages/tezos-protocol-005-PsBABY5H/tezos-protocol-005-PsBABY5H.17.2/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-005-PsBABY5H/tezos-protocol-005-PsBABY5H.7.0/opam b/packages/tezos-protocol-005-PsBABY5H/tezos-protocol-005-PsBABY5H.7.0/opam new file mode 100644 index 000000000..c3b8731ac --- /dev/null +++ b/packages/tezos-protocol-005-PsBABY5H/tezos-protocol-005-PsBABY5H.7.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_005_PsBABY5H/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.0.tar.bz2" + checksum: [ + "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91" + "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-005-PsBABY5H/tezos-protocol-005-PsBABY5H.7.1/opam b/packages/tezos-protocol-005-PsBABY5H/tezos-protocol-005-PsBABY5H.7.1/opam new file mode 100644 index 000000000..e98ba968b --- /dev/null +++ b/packages/tezos-protocol-005-PsBABY5H/tezos-protocol-005-PsBABY5H.7.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_005_PsBABY5H/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.1.tar.bz2" + checksum: [ + "sha256=3675d856c4b818da7f5de0b85b86a48d3883f1210cfef28ef3233a047e74bed6" + "sha512=d6abdef9a6643b2ffe8141ecc625dcc2a939131e2e5cc158c74aba8c403bd4072b7fc403ccfa6d766696604ad112495dd9db1ece8a3ae5a4693071dfdffcbda5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-005-PsBABY5H/tezos-protocol-005-PsBABY5H.7.2/opam b/packages/tezos-protocol-005-PsBABY5H/tezos-protocol-005-PsBABY5H.7.2/opam new file mode 100644 index 000000000..8e4c6aa5a --- /dev/null +++ b/packages/tezos-protocol-005-PsBABY5H/tezos-protocol-005-PsBABY5H.7.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_005_PsBABY5H/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.2.tar.bz2" + checksum: [ + "sha256=abb52ad63345943d20f3edc4c3507474af94c001c8bf58138f47341942036cec" + "sha512=c823ca801cbc4005f5fc6ea5236d93569410c034da3ed32939ef64a0f2c19a34444fac12e13c72e5a1e15a401b655e58ffdbbb66ce0516e5968f621677b96117" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-005-PsBABY5H/tezos-protocol-005-PsBABY5H.7.3/opam b/packages/tezos-protocol-005-PsBABY5H/tezos-protocol-005-PsBABY5H.7.3/opam new file mode 100644 index 000000000..07f69bae8 --- /dev/null +++ b/packages/tezos-protocol-005-PsBABY5H/tezos-protocol-005-PsBABY5H.7.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_005_PsBABY5H/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.3.tar.bz2" + checksum: [ + "sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" + "sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-005-PsBABY5H/tezos-protocol-005-PsBABY5H.7.4/opam b/packages/tezos-protocol-005-PsBABY5H/tezos-protocol-005-PsBABY5H.7.4/opam new file mode 100644 index 000000000..6be599215 --- /dev/null +++ b/packages/tezos-protocol-005-PsBABY5H/tezos-protocol-005-PsBABY5H.7.4/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_005_PsBABY5H/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-005-PsBABY5H/tezos-protocol-005-PsBABY5H.8.0/opam b/packages/tezos-protocol-005-PsBABY5H/tezos-protocol-005-PsBABY5H.8.0/opam new file mode 100644 index 000000000..20f8c43d2 --- /dev/null +++ b/packages/tezos-protocol-005-PsBABY5H/tezos-protocol-005-PsBABY5H.8.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_005_PsBABY5H/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_005_PsBABY5H/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-005-PsBABY5H/tezos-protocol-005-PsBABY5H.8.1/opam b/packages/tezos-protocol-005-PsBABY5H/tezos-protocol-005-PsBABY5H.8.1/opam new file mode 100644 index 000000000..9c0413c2c --- /dev/null +++ b/packages/tezos-protocol-005-PsBABY5H/tezos-protocol-005-PsBABY5H.8.1/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_005_PsBABY5H/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_005_PsBABY5H/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-005-PsBABY5H/tezos-protocol-005-PsBABY5H.8.2/opam b/packages/tezos-protocol-005-PsBABY5H/tezos-protocol-005-PsBABY5H.8.2/opam new file mode 100644 index 000000000..18f24c284 --- /dev/null +++ b/packages/tezos-protocol-005-PsBABY5H/tezos-protocol-005-PsBABY5H.8.2/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_005_PsBABY5H/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_005_PsBABY5H/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-005-PsBABY5H/tezos-protocol-005-PsBABY5H.8.3/opam b/packages/tezos-protocol-005-PsBABY5H/tezos-protocol-005-PsBABY5H.8.3/opam new file mode 100644 index 000000000..fa04d20f0 --- /dev/null +++ b/packages/tezos-protocol-005-PsBABY5H/tezos-protocol-005-PsBABY5H.8.3/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_005_PsBABY5H/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_005_PsBABY5H/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-005-PsBABY5H/tezos-protocol-005-PsBABY5H.9.0/opam b/packages/tezos-protocol-005-PsBABY5H/tezos-protocol-005-PsBABY5H.9.0/opam new file mode 100644 index 000000000..572dea8e9 --- /dev/null +++ b/packages/tezos-protocol-005-PsBABY5H/tezos-protocol-005-PsBABY5H.9.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_005_PsBABY5H/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_005_PsBABY5H/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-005-PsBABY5H/tezos-protocol-005-PsBABY5H.9.1/opam b/packages/tezos-protocol-005-PsBABY5H/tezos-protocol-005-PsBABY5H.9.1/opam new file mode 100644 index 000000000..0cc6cfc13 --- /dev/null +++ b/packages/tezos-protocol-005-PsBABY5H/tezos-protocol-005-PsBABY5H.9.1/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_005_PsBABY5H/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_005_PsBABY5H/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-005-PsBABY5H/tezos-protocol-005-PsBABY5H.9.2/opam b/packages/tezos-protocol-005-PsBABY5H/tezos-protocol-005-PsBABY5H.9.2/opam new file mode 100644 index 000000000..82dd581aa --- /dev/null +++ b/packages/tezos-protocol-005-PsBABY5H/tezos-protocol-005-PsBABY5H.9.2/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_005_PsBABY5H/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_005_PsBABY5H/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-005-PsBABY5H/tezos-protocol-005-PsBABY5H.9.3/opam b/packages/tezos-protocol-005-PsBABY5H/tezos-protocol-005-PsBABY5H.9.3/opam new file mode 100644 index 000000000..9dc1ef368 --- /dev/null +++ b/packages/tezos-protocol-005-PsBABY5H/tezos-protocol-005-PsBABY5H.9.3/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_005_PsBABY5H/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_005_PsBABY5H/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-005-PsBABY5H/tezos-protocol-005-PsBABY5H.9.4/opam b/packages/tezos-protocol-005-PsBABY5H/tezos-protocol-005-PsBABY5H.9.4/opam new file mode 100644 index 000000000..f7abb24a2 --- /dev/null +++ b/packages/tezos-protocol-005-PsBABY5H/tezos-protocol-005-PsBABY5H.9.4/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_005_PsBABY5H/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_005_PsBABY5H/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-005-PsBABY5H/tezos-protocol-005-PsBABY5H.9.7/opam b/packages/tezos-protocol-005-PsBABY5H/tezos-protocol-005-PsBABY5H.9.7/opam new file mode 100644 index 000000000..cdbea9ecd --- /dev/null +++ b/packages/tezos-protocol-005-PsBABY5H/tezos-protocol-005-PsBABY5H.9.7/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_005_PsBABY5H/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_005_PsBABY5H/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-005-PsBabyM1/tezos-protocol-005-PsBabyM1.10.2/opam b/packages/tezos-protocol-005-PsBabyM1/tezos-protocol-005-PsBabyM1.10.2/opam new file mode 100644 index 000000000..07752e6fd --- /dev/null +++ b/packages/tezos-protocol-005-PsBabyM1/tezos-protocol-005-PsBabyM1.10.2/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_005_PsBabyM1/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_005_PsBabyM1/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-005-PsBabyM1/tezos-protocol-005-PsBabyM1.11.0/opam b/packages/tezos-protocol-005-PsBabyM1/tezos-protocol-005-PsBabyM1.11.0/opam new file mode 100644 index 000000000..1174fa3a3 --- /dev/null +++ b/packages/tezos-protocol-005-PsBabyM1/tezos-protocol-005-PsBabyM1.11.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_005_PsBabyM1/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_005_PsBabyM1/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-005-PsBabyM1/tezos-protocol-005-PsBabyM1.11.1/opam b/packages/tezos-protocol-005-PsBabyM1/tezos-protocol-005-PsBabyM1.11.1/opam new file mode 100644 index 000000000..0b012b4dd --- /dev/null +++ b/packages/tezos-protocol-005-PsBabyM1/tezos-protocol-005-PsBabyM1.11.1/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_005_PsBabyM1/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_005_PsBabyM1/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-005-PsBabyM1/tezos-protocol-005-PsBabyM1.12.0/opam b/packages/tezos-protocol-005-PsBabyM1/tezos-protocol-005-PsBabyM1.12.0/opam new file mode 100644 index 000000000..9b0c7726c --- /dev/null +++ b/packages/tezos-protocol-005-PsBabyM1/tezos-protocol-005-PsBabyM1.12.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_005_PsBabyM1/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_005_PsBabyM1/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-005-PsBabyM1/tezos-protocol-005-PsBabyM1.12.3/opam b/packages/tezos-protocol-005-PsBabyM1/tezos-protocol-005-PsBabyM1.12.3/opam new file mode 100644 index 000000000..0b2836969 --- /dev/null +++ b/packages/tezos-protocol-005-PsBabyM1/tezos-protocol-005-PsBabyM1.12.3/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_005_PsBabyM1/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_005_PsBabyM1/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-005-PsBabyM1/tezos-protocol-005-PsBabyM1.13.0/opam b/packages/tezos-protocol-005-PsBabyM1/tezos-protocol-005-PsBabyM1.13.0/opam new file mode 100644 index 000000000..034631aab --- /dev/null +++ b/packages/tezos-protocol-005-PsBabyM1/tezos-protocol-005-PsBabyM1.13.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_005_PsBabyM1/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_005_PsBabyM1/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-005-PsBabyM1/tezos-protocol-005-PsBabyM1.14.0/opam b/packages/tezos-protocol-005-PsBabyM1/tezos-protocol-005-PsBabyM1.14.0/opam new file mode 100644 index 000000000..671b45ce0 --- /dev/null +++ b/packages/tezos-protocol-005-PsBabyM1/tezos-protocol-005-PsBabyM1.14.0/opam @@ -0,0 +1,28 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-005-PsBabyM1/tezos-protocol-005-PsBabyM1.15.0/opam b/packages/tezos-protocol-005-PsBabyM1/tezos-protocol-005-PsBabyM1.15.0/opam new file mode 100644 index 000000000..192a7a769 --- /dev/null +++ b/packages/tezos-protocol-005-PsBabyM1/tezos-protocol-005-PsBabyM1.15.0/opam @@ -0,0 +1,28 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-005-PsBabyM1/tezos-protocol-005-PsBabyM1.15.1/opam b/packages/tezos-protocol-005-PsBabyM1/tezos-protocol-005-PsBabyM1.15.1/opam new file mode 100644 index 000000000..4585e3f2e --- /dev/null +++ b/packages/tezos-protocol-005-PsBabyM1/tezos-protocol-005-PsBabyM1.15.1/opam @@ -0,0 +1,28 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-005-PsBabyM1/tezos-protocol-005-PsBabyM1.17.1/opam b/packages/tezos-protocol-005-PsBabyM1/tezos-protocol-005-PsBabyM1.17.1/opam new file mode 100644 index 000000000..b79619f09 --- /dev/null +++ b/packages/tezos-protocol-005-PsBabyM1/tezos-protocol-005-PsBabyM1.17.1/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-005-PsBabyM1/tezos-protocol-005-PsBabyM1.17.2/opam b/packages/tezos-protocol-005-PsBabyM1/tezos-protocol-005-PsBabyM1.17.2/opam new file mode 100644 index 000000000..eaf7ea5ec --- /dev/null +++ b/packages/tezos-protocol-005-PsBabyM1/tezos-protocol-005-PsBabyM1.17.2/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-005-PsBabyM1/tezos-protocol-005-PsBabyM1.7.0/opam b/packages/tezos-protocol-005-PsBabyM1/tezos-protocol-005-PsBabyM1.7.0/opam new file mode 100644 index 000000000..64c782d83 --- /dev/null +++ b/packages/tezos-protocol-005-PsBabyM1/tezos-protocol-005-PsBabyM1.7.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_005_PsBabyM1/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.0.tar.bz2" + checksum: [ + "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91" + "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-005-PsBabyM1/tezos-protocol-005-PsBabyM1.7.1/opam b/packages/tezos-protocol-005-PsBabyM1/tezos-protocol-005-PsBabyM1.7.1/opam new file mode 100644 index 000000000..15082e773 --- /dev/null +++ b/packages/tezos-protocol-005-PsBabyM1/tezos-protocol-005-PsBabyM1.7.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_005_PsBabyM1/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.1.tar.bz2" + checksum: [ + "sha256=3675d856c4b818da7f5de0b85b86a48d3883f1210cfef28ef3233a047e74bed6" + "sha512=d6abdef9a6643b2ffe8141ecc625dcc2a939131e2e5cc158c74aba8c403bd4072b7fc403ccfa6d766696604ad112495dd9db1ece8a3ae5a4693071dfdffcbda5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-005-PsBabyM1/tezos-protocol-005-PsBabyM1.7.2/opam b/packages/tezos-protocol-005-PsBabyM1/tezos-protocol-005-PsBabyM1.7.2/opam new file mode 100644 index 000000000..db48a545e --- /dev/null +++ b/packages/tezos-protocol-005-PsBabyM1/tezos-protocol-005-PsBabyM1.7.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_005_PsBabyM1/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.2.tar.bz2" + checksum: [ + "sha256=abb52ad63345943d20f3edc4c3507474af94c001c8bf58138f47341942036cec" + "sha512=c823ca801cbc4005f5fc6ea5236d93569410c034da3ed32939ef64a0f2c19a34444fac12e13c72e5a1e15a401b655e58ffdbbb66ce0516e5968f621677b96117" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-005-PsBabyM1/tezos-protocol-005-PsBabyM1.7.3/opam b/packages/tezos-protocol-005-PsBabyM1/tezos-protocol-005-PsBabyM1.7.3/opam new file mode 100644 index 000000000..6277bd0c4 --- /dev/null +++ b/packages/tezos-protocol-005-PsBabyM1/tezos-protocol-005-PsBabyM1.7.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_005_PsBabyM1/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.3.tar.bz2" + checksum: [ + "sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" + "sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-005-PsBabyM1/tezos-protocol-005-PsBabyM1.7.4/opam b/packages/tezos-protocol-005-PsBabyM1/tezos-protocol-005-PsBabyM1.7.4/opam new file mode 100644 index 000000000..3f6505d4c --- /dev/null +++ b/packages/tezos-protocol-005-PsBabyM1/tezos-protocol-005-PsBabyM1.7.4/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_005_PsBabyM1/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-005-PsBabyM1/tezos-protocol-005-PsBabyM1.8.0/opam b/packages/tezos-protocol-005-PsBabyM1/tezos-protocol-005-PsBabyM1.8.0/opam new file mode 100644 index 000000000..0605fb80c --- /dev/null +++ b/packages/tezos-protocol-005-PsBabyM1/tezos-protocol-005-PsBabyM1.8.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_005_PsBabyM1/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_005_PsBabyM1/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-005-PsBabyM1/tezos-protocol-005-PsBabyM1.8.1/opam b/packages/tezos-protocol-005-PsBabyM1/tezos-protocol-005-PsBabyM1.8.1/opam new file mode 100644 index 000000000..36ea45ce4 --- /dev/null +++ b/packages/tezos-protocol-005-PsBabyM1/tezos-protocol-005-PsBabyM1.8.1/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_005_PsBabyM1/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_005_PsBabyM1/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-005-PsBabyM1/tezos-protocol-005-PsBabyM1.8.2/opam b/packages/tezos-protocol-005-PsBabyM1/tezos-protocol-005-PsBabyM1.8.2/opam new file mode 100644 index 000000000..d3d322051 --- /dev/null +++ b/packages/tezos-protocol-005-PsBabyM1/tezos-protocol-005-PsBabyM1.8.2/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_005_PsBabyM1/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_005_PsBabyM1/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-005-PsBabyM1/tezos-protocol-005-PsBabyM1.8.3/opam b/packages/tezos-protocol-005-PsBabyM1/tezos-protocol-005-PsBabyM1.8.3/opam new file mode 100644 index 000000000..e71e03dbc --- /dev/null +++ b/packages/tezos-protocol-005-PsBabyM1/tezos-protocol-005-PsBabyM1.8.3/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_005_PsBabyM1/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_005_PsBabyM1/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-005-PsBabyM1/tezos-protocol-005-PsBabyM1.9.0/opam b/packages/tezos-protocol-005-PsBabyM1/tezos-protocol-005-PsBabyM1.9.0/opam new file mode 100644 index 000000000..dec9dcdd5 --- /dev/null +++ b/packages/tezos-protocol-005-PsBabyM1/tezos-protocol-005-PsBabyM1.9.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_005_PsBabyM1/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_005_PsBabyM1/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-005-PsBabyM1/tezos-protocol-005-PsBabyM1.9.1/opam b/packages/tezos-protocol-005-PsBabyM1/tezos-protocol-005-PsBabyM1.9.1/opam new file mode 100644 index 000000000..5ae878d8e --- /dev/null +++ b/packages/tezos-protocol-005-PsBabyM1/tezos-protocol-005-PsBabyM1.9.1/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_005_PsBabyM1/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_005_PsBabyM1/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-005-PsBabyM1/tezos-protocol-005-PsBabyM1.9.2/opam b/packages/tezos-protocol-005-PsBabyM1/tezos-protocol-005-PsBabyM1.9.2/opam new file mode 100644 index 000000000..47c0f5cf3 --- /dev/null +++ b/packages/tezos-protocol-005-PsBabyM1/tezos-protocol-005-PsBabyM1.9.2/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_005_PsBabyM1/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_005_PsBabyM1/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-005-PsBabyM1/tezos-protocol-005-PsBabyM1.9.3/opam b/packages/tezos-protocol-005-PsBabyM1/tezos-protocol-005-PsBabyM1.9.3/opam new file mode 100644 index 000000000..befc1637b --- /dev/null +++ b/packages/tezos-protocol-005-PsBabyM1/tezos-protocol-005-PsBabyM1.9.3/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_005_PsBabyM1/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_005_PsBabyM1/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-005-PsBabyM1/tezos-protocol-005-PsBabyM1.9.4/opam b/packages/tezos-protocol-005-PsBabyM1/tezos-protocol-005-PsBabyM1.9.4/opam new file mode 100644 index 000000000..1cc1832a5 --- /dev/null +++ b/packages/tezos-protocol-005-PsBabyM1/tezos-protocol-005-PsBabyM1.9.4/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_005_PsBabyM1/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_005_PsBabyM1/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-005-PsBabyM1/tezos-protocol-005-PsBabyM1.9.7/opam b/packages/tezos-protocol-005-PsBabyM1/tezos-protocol-005-PsBabyM1.9.7/opam new file mode 100644 index 000000000..22ba502ba --- /dev/null +++ b/packages/tezos-protocol-005-PsBabyM1/tezos-protocol-005-PsBabyM1.9.7/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_005_PsBabyM1/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_005_PsBabyM1/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-006-PsCARTHA-parameters/tezos-protocol-006-PsCARTHA-parameters.10.2/opam b/packages/tezos-protocol-006-PsCARTHA-parameters/tezos-protocol-006-PsCARTHA-parameters.10.2/opam new file mode 100644 index 000000000..f770f96f0 --- /dev/null +++ b/packages/tezos-protocol-006-PsCARTHA-parameters/tezos-protocol-006-PsCARTHA-parameters.10.2/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-006-PsCARTHA" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_parameters/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: parameters" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-006-PsCARTHA-parameters/tezos-protocol-006-PsCARTHA-parameters.7.0/opam b/packages/tezos-protocol-006-PsCARTHA-parameters/tezos-protocol-006-PsCARTHA-parameters.7.0/opam new file mode 100644 index 000000000..1c2c85923 --- /dev/null +++ b/packages/tezos-protocol-006-PsCARTHA-parameters/tezos-protocol-006-PsCARTHA-parameters.7.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-006-PsCARTHA" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_parameters/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: parameters for protocol 006-PsCARTHA" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.0.tar.bz2" + checksum: [ + "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91" + "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-006-PsCARTHA-parameters/tezos-protocol-006-PsCARTHA-parameters.7.1/opam b/packages/tezos-protocol-006-PsCARTHA-parameters/tezos-protocol-006-PsCARTHA-parameters.7.1/opam new file mode 100644 index 000000000..65faf1b2a --- /dev/null +++ b/packages/tezos-protocol-006-PsCARTHA-parameters/tezos-protocol-006-PsCARTHA-parameters.7.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-006-PsCARTHA" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_parameters/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: parameters for protocol 006-PsCARTHA" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.1.tar.bz2" + checksum: [ + "sha256=3675d856c4b818da7f5de0b85b86a48d3883f1210cfef28ef3233a047e74bed6" + "sha512=d6abdef9a6643b2ffe8141ecc625dcc2a939131e2e5cc158c74aba8c403bd4072b7fc403ccfa6d766696604ad112495dd9db1ece8a3ae5a4693071dfdffcbda5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-006-PsCARTHA-parameters/tezos-protocol-006-PsCARTHA-parameters.7.2/opam b/packages/tezos-protocol-006-PsCARTHA-parameters/tezos-protocol-006-PsCARTHA-parameters.7.2/opam new file mode 100644 index 000000000..e882d1cae --- /dev/null +++ b/packages/tezos-protocol-006-PsCARTHA-parameters/tezos-protocol-006-PsCARTHA-parameters.7.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-006-PsCARTHA" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_parameters/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: parameters for protocol 006-PsCARTHA" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.2.tar.bz2" + checksum: [ + "sha256=abb52ad63345943d20f3edc4c3507474af94c001c8bf58138f47341942036cec" + "sha512=c823ca801cbc4005f5fc6ea5236d93569410c034da3ed32939ef64a0f2c19a34444fac12e13c72e5a1e15a401b655e58ffdbbb66ce0516e5968f621677b96117" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-006-PsCARTHA-parameters/tezos-protocol-006-PsCARTHA-parameters.7.3/opam b/packages/tezos-protocol-006-PsCARTHA-parameters/tezos-protocol-006-PsCARTHA-parameters.7.3/opam new file mode 100644 index 000000000..ea901a5ab --- /dev/null +++ b/packages/tezos-protocol-006-PsCARTHA-parameters/tezos-protocol-006-PsCARTHA-parameters.7.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-006-PsCARTHA" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_parameters/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: parameters for protocol 006-PsCARTHA" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.3.tar.bz2" + checksum: [ + "sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" + "sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-006-PsCARTHA-parameters/tezos-protocol-006-PsCARTHA-parameters.7.4/opam b/packages/tezos-protocol-006-PsCARTHA-parameters/tezos-protocol-006-PsCARTHA-parameters.7.4/opam new file mode 100644 index 000000000..45dd003d0 --- /dev/null +++ b/packages/tezos-protocol-006-PsCARTHA-parameters/tezos-protocol-006-PsCARTHA-parameters.7.4/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-006-PsCARTHA" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_parameters/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: parameters for protocol 006-PsCARTHA" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-006-PsCARTHA-parameters/tezos-protocol-006-PsCARTHA-parameters.8.0/opam b/packages/tezos-protocol-006-PsCARTHA-parameters/tezos-protocol-006-PsCARTHA-parameters.8.0/opam new file mode 100644 index 000000000..f3acae8f8 --- /dev/null +++ b/packages/tezos-protocol-006-PsCARTHA-parameters/tezos-protocol-006-PsCARTHA-parameters.8.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-006-PsCARTHA" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_parameters/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: parameters" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-006-PsCARTHA-parameters/tezos-protocol-006-PsCARTHA-parameters.8.1/opam b/packages/tezos-protocol-006-PsCARTHA-parameters/tezos-protocol-006-PsCARTHA-parameters.8.1/opam new file mode 100644 index 000000000..8d682752e --- /dev/null +++ b/packages/tezos-protocol-006-PsCARTHA-parameters/tezos-protocol-006-PsCARTHA-parameters.8.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-006-PsCARTHA" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_parameters/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: parameters" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-006-PsCARTHA-parameters/tezos-protocol-006-PsCARTHA-parameters.8.2/opam b/packages/tezos-protocol-006-PsCARTHA-parameters/tezos-protocol-006-PsCARTHA-parameters.8.2/opam new file mode 100644 index 000000000..8cb6afcea --- /dev/null +++ b/packages/tezos-protocol-006-PsCARTHA-parameters/tezos-protocol-006-PsCARTHA-parameters.8.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-006-PsCARTHA" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_parameters/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: parameters" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-006-PsCARTHA-parameters/tezos-protocol-006-PsCARTHA-parameters.8.3/opam b/packages/tezos-protocol-006-PsCARTHA-parameters/tezos-protocol-006-PsCARTHA-parameters.8.3/opam new file mode 100644 index 000000000..ab25c252c --- /dev/null +++ b/packages/tezos-protocol-006-PsCARTHA-parameters/tezos-protocol-006-PsCARTHA-parameters.8.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-006-PsCARTHA" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_parameters/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: parameters" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-006-PsCARTHA-parameters/tezos-protocol-006-PsCARTHA-parameters.9.0/opam b/packages/tezos-protocol-006-PsCARTHA-parameters/tezos-protocol-006-PsCARTHA-parameters.9.0/opam new file mode 100644 index 000000000..e80ee2979 --- /dev/null +++ b/packages/tezos-protocol-006-PsCARTHA-parameters/tezos-protocol-006-PsCARTHA-parameters.9.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-006-PsCARTHA" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_parameters/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: parameters" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-006-PsCARTHA-parameters/tezos-protocol-006-PsCARTHA-parameters.9.1/opam b/packages/tezos-protocol-006-PsCARTHA-parameters/tezos-protocol-006-PsCARTHA-parameters.9.1/opam new file mode 100644 index 000000000..5b80b8556 --- /dev/null +++ b/packages/tezos-protocol-006-PsCARTHA-parameters/tezos-protocol-006-PsCARTHA-parameters.9.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-006-PsCARTHA" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_parameters/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: parameters" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-006-PsCARTHA-parameters/tezos-protocol-006-PsCARTHA-parameters.9.2/opam b/packages/tezos-protocol-006-PsCARTHA-parameters/tezos-protocol-006-PsCARTHA-parameters.9.2/opam new file mode 100644 index 000000000..0b964e149 --- /dev/null +++ b/packages/tezos-protocol-006-PsCARTHA-parameters/tezos-protocol-006-PsCARTHA-parameters.9.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-006-PsCARTHA" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_parameters/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: parameters" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-006-PsCARTHA-parameters/tezos-protocol-006-PsCARTHA-parameters.9.3/opam b/packages/tezos-protocol-006-PsCARTHA-parameters/tezos-protocol-006-PsCARTHA-parameters.9.3/opam new file mode 100644 index 000000000..22d5a8ae4 --- /dev/null +++ b/packages/tezos-protocol-006-PsCARTHA-parameters/tezos-protocol-006-PsCARTHA-parameters.9.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-006-PsCARTHA" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_parameters/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: parameters" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-006-PsCARTHA-parameters/tezos-protocol-006-PsCARTHA-parameters.9.4/opam b/packages/tezos-protocol-006-PsCARTHA-parameters/tezos-protocol-006-PsCARTHA-parameters.9.4/opam new file mode 100644 index 000000000..b23a01e79 --- /dev/null +++ b/packages/tezos-protocol-006-PsCARTHA-parameters/tezos-protocol-006-PsCARTHA-parameters.9.4/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-006-PsCARTHA" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_parameters/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: parameters" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-006-PsCARTHA-parameters/tezos-protocol-006-PsCARTHA-parameters.9.7/opam b/packages/tezos-protocol-006-PsCARTHA-parameters/tezos-protocol-006-PsCARTHA-parameters.9.7/opam new file mode 100644 index 000000000..084e98777 --- /dev/null +++ b/packages/tezos-protocol-006-PsCARTHA-parameters/tezos-protocol-006-PsCARTHA-parameters.9.7/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-006-PsCARTHA" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_parameters/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: parameters" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-006-PsCARTHA/tezos-protocol-006-PsCARTHA.10.2/opam b/packages/tezos-protocol-006-PsCARTHA/tezos-protocol-006-PsCARTHA.10.2/opam new file mode 100644 index 000000000..d27fddf64 --- /dev/null +++ b/packages/tezos-protocol-006-PsCARTHA/tezos-protocol-006-PsCARTHA.10.2/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_006_PsCARTHA/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-006-PsCARTHA/tezos-protocol-006-PsCARTHA.11.0/opam b/packages/tezos-protocol-006-PsCARTHA/tezos-protocol-006-PsCARTHA.11.0/opam new file mode 100644 index 000000000..e6235e2cd --- /dev/null +++ b/packages/tezos-protocol-006-PsCARTHA/tezos-protocol-006-PsCARTHA.11.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_006_PsCARTHA/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-006-PsCARTHA/tezos-protocol-006-PsCARTHA.11.1/opam b/packages/tezos-protocol-006-PsCARTHA/tezos-protocol-006-PsCARTHA.11.1/opam new file mode 100644 index 000000000..a54cbd7dc --- /dev/null +++ b/packages/tezos-protocol-006-PsCARTHA/tezos-protocol-006-PsCARTHA.11.1/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_006_PsCARTHA/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-006-PsCARTHA/tezos-protocol-006-PsCARTHA.12.0/opam b/packages/tezos-protocol-006-PsCARTHA/tezos-protocol-006-PsCARTHA.12.0/opam new file mode 100644 index 000000000..4b21f3750 --- /dev/null +++ b/packages/tezos-protocol-006-PsCARTHA/tezos-protocol-006-PsCARTHA.12.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_006_PsCARTHA/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-006-PsCARTHA/tezos-protocol-006-PsCARTHA.12.3/opam b/packages/tezos-protocol-006-PsCARTHA/tezos-protocol-006-PsCARTHA.12.3/opam new file mode 100644 index 000000000..e438be6d1 --- /dev/null +++ b/packages/tezos-protocol-006-PsCARTHA/tezos-protocol-006-PsCARTHA.12.3/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_006_PsCARTHA/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-006-PsCARTHA/tezos-protocol-006-PsCARTHA.13.0/opam b/packages/tezos-protocol-006-PsCARTHA/tezos-protocol-006-PsCARTHA.13.0/opam new file mode 100644 index 000000000..0bf0adec6 --- /dev/null +++ b/packages/tezos-protocol-006-PsCARTHA/tezos-protocol-006-PsCARTHA.13.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_006_PsCARTHA/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-006-PsCARTHA/tezos-protocol-006-PsCARTHA.14.0/opam b/packages/tezos-protocol-006-PsCARTHA/tezos-protocol-006-PsCARTHA.14.0/opam new file mode 100644 index 000000000..671b45ce0 --- /dev/null +++ b/packages/tezos-protocol-006-PsCARTHA/tezos-protocol-006-PsCARTHA.14.0/opam @@ -0,0 +1,28 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-006-PsCARTHA/tezos-protocol-006-PsCARTHA.15.0/opam b/packages/tezos-protocol-006-PsCARTHA/tezos-protocol-006-PsCARTHA.15.0/opam new file mode 100644 index 000000000..192a7a769 --- /dev/null +++ b/packages/tezos-protocol-006-PsCARTHA/tezos-protocol-006-PsCARTHA.15.0/opam @@ -0,0 +1,28 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-006-PsCARTHA/tezos-protocol-006-PsCARTHA.15.1/opam b/packages/tezos-protocol-006-PsCARTHA/tezos-protocol-006-PsCARTHA.15.1/opam new file mode 100644 index 000000000..4585e3f2e --- /dev/null +++ b/packages/tezos-protocol-006-PsCARTHA/tezos-protocol-006-PsCARTHA.15.1/opam @@ -0,0 +1,28 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-006-PsCARTHA/tezos-protocol-006-PsCARTHA.17.1/opam b/packages/tezos-protocol-006-PsCARTHA/tezos-protocol-006-PsCARTHA.17.1/opam new file mode 100644 index 000000000..b79619f09 --- /dev/null +++ b/packages/tezos-protocol-006-PsCARTHA/tezos-protocol-006-PsCARTHA.17.1/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-006-PsCARTHA/tezos-protocol-006-PsCARTHA.17.2/opam b/packages/tezos-protocol-006-PsCARTHA/tezos-protocol-006-PsCARTHA.17.2/opam new file mode 100644 index 000000000..eaf7ea5ec --- /dev/null +++ b/packages/tezos-protocol-006-PsCARTHA/tezos-protocol-006-PsCARTHA.17.2/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-006-PsCARTHA/tezos-protocol-006-PsCARTHA.7.0/opam b/packages/tezos-protocol-006-PsCARTHA/tezos-protocol-006-PsCARTHA.7.0/opam new file mode 100644 index 000000000..f833c9b41 --- /dev/null +++ b/packages/tezos-protocol-006-PsCARTHA/tezos-protocol-006-PsCARTHA.7.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.0.tar.bz2" + checksum: [ + "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91" + "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-006-PsCARTHA/tezos-protocol-006-PsCARTHA.7.1/opam b/packages/tezos-protocol-006-PsCARTHA/tezos-protocol-006-PsCARTHA.7.1/opam new file mode 100644 index 000000000..6352c0a01 --- /dev/null +++ b/packages/tezos-protocol-006-PsCARTHA/tezos-protocol-006-PsCARTHA.7.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.1.tar.bz2" + checksum: [ + "sha256=3675d856c4b818da7f5de0b85b86a48d3883f1210cfef28ef3233a047e74bed6" + "sha512=d6abdef9a6643b2ffe8141ecc625dcc2a939131e2e5cc158c74aba8c403bd4072b7fc403ccfa6d766696604ad112495dd9db1ece8a3ae5a4693071dfdffcbda5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-006-PsCARTHA/tezos-protocol-006-PsCARTHA.7.2/opam b/packages/tezos-protocol-006-PsCARTHA/tezos-protocol-006-PsCARTHA.7.2/opam new file mode 100644 index 000000000..05524b4c4 --- /dev/null +++ b/packages/tezos-protocol-006-PsCARTHA/tezos-protocol-006-PsCARTHA.7.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.2.tar.bz2" + checksum: [ + "sha256=abb52ad63345943d20f3edc4c3507474af94c001c8bf58138f47341942036cec" + "sha512=c823ca801cbc4005f5fc6ea5236d93569410c034da3ed32939ef64a0f2c19a34444fac12e13c72e5a1e15a401b655e58ffdbbb66ce0516e5968f621677b96117" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-006-PsCARTHA/tezos-protocol-006-PsCARTHA.7.3/opam b/packages/tezos-protocol-006-PsCARTHA/tezos-protocol-006-PsCARTHA.7.3/opam new file mode 100644 index 000000000..2dc2ef396 --- /dev/null +++ b/packages/tezos-protocol-006-PsCARTHA/tezos-protocol-006-PsCARTHA.7.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.3.tar.bz2" + checksum: [ + "sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" + "sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-006-PsCARTHA/tezos-protocol-006-PsCARTHA.7.4/opam b/packages/tezos-protocol-006-PsCARTHA/tezos-protocol-006-PsCARTHA.7.4/opam new file mode 100644 index 000000000..07bdd4640 --- /dev/null +++ b/packages/tezos-protocol-006-PsCARTHA/tezos-protocol-006-PsCARTHA.7.4/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-006-PsCARTHA/tezos-protocol-006-PsCARTHA.8.0/opam b/packages/tezos-protocol-006-PsCARTHA/tezos-protocol-006-PsCARTHA.8.0/opam new file mode 100644 index 000000000..28bf89bfc --- /dev/null +++ b/packages/tezos-protocol-006-PsCARTHA/tezos-protocol-006-PsCARTHA.8.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_006_PsCARTHA/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-006-PsCARTHA/tezos-protocol-006-PsCARTHA.8.1/opam b/packages/tezos-protocol-006-PsCARTHA/tezos-protocol-006-PsCARTHA.8.1/opam new file mode 100644 index 000000000..0cacf4652 --- /dev/null +++ b/packages/tezos-protocol-006-PsCARTHA/tezos-protocol-006-PsCARTHA.8.1/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_006_PsCARTHA/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-006-PsCARTHA/tezos-protocol-006-PsCARTHA.8.2/opam b/packages/tezos-protocol-006-PsCARTHA/tezos-protocol-006-PsCARTHA.8.2/opam new file mode 100644 index 000000000..cd9c8813d --- /dev/null +++ b/packages/tezos-protocol-006-PsCARTHA/tezos-protocol-006-PsCARTHA.8.2/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_006_PsCARTHA/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-006-PsCARTHA/tezos-protocol-006-PsCARTHA.8.3/opam b/packages/tezos-protocol-006-PsCARTHA/tezos-protocol-006-PsCARTHA.8.3/opam new file mode 100644 index 000000000..37aa58654 --- /dev/null +++ b/packages/tezos-protocol-006-PsCARTHA/tezos-protocol-006-PsCARTHA.8.3/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_006_PsCARTHA/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-006-PsCARTHA/tezos-protocol-006-PsCARTHA.9.0/opam b/packages/tezos-protocol-006-PsCARTHA/tezos-protocol-006-PsCARTHA.9.0/opam new file mode 100644 index 000000000..4f6a5ad85 --- /dev/null +++ b/packages/tezos-protocol-006-PsCARTHA/tezos-protocol-006-PsCARTHA.9.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_006_PsCARTHA/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-006-PsCARTHA/tezos-protocol-006-PsCARTHA.9.1/opam b/packages/tezos-protocol-006-PsCARTHA/tezos-protocol-006-PsCARTHA.9.1/opam new file mode 100644 index 000000000..e83905983 --- /dev/null +++ b/packages/tezos-protocol-006-PsCARTHA/tezos-protocol-006-PsCARTHA.9.1/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_006_PsCARTHA/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-006-PsCARTHA/tezos-protocol-006-PsCARTHA.9.2/opam b/packages/tezos-protocol-006-PsCARTHA/tezos-protocol-006-PsCARTHA.9.2/opam new file mode 100644 index 000000000..4cd6ce066 --- /dev/null +++ b/packages/tezos-protocol-006-PsCARTHA/tezos-protocol-006-PsCARTHA.9.2/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_006_PsCARTHA/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-006-PsCARTHA/tezos-protocol-006-PsCARTHA.9.3/opam b/packages/tezos-protocol-006-PsCARTHA/tezos-protocol-006-PsCARTHA.9.3/opam new file mode 100644 index 000000000..b18356cb0 --- /dev/null +++ b/packages/tezos-protocol-006-PsCARTHA/tezos-protocol-006-PsCARTHA.9.3/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_006_PsCARTHA/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-006-PsCARTHA/tezos-protocol-006-PsCARTHA.9.4/opam b/packages/tezos-protocol-006-PsCARTHA/tezos-protocol-006-PsCARTHA.9.4/opam new file mode 100644 index 000000000..0443cec9f --- /dev/null +++ b/packages/tezos-protocol-006-PsCARTHA/tezos-protocol-006-PsCARTHA.9.4/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_006_PsCARTHA/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-006-PsCARTHA/tezos-protocol-006-PsCARTHA.9.7/opam b/packages/tezos-protocol-006-PsCARTHA/tezos-protocol-006-PsCARTHA.9.7/opam new file mode 100644 index 000000000..eb21c642e --- /dev/null +++ b/packages/tezos-protocol-006-PsCARTHA/tezos-protocol-006-PsCARTHA.9.7/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_006_PsCARTHA/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_006_PsCARTHA/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-007-PsDELPH1-parameters/tezos-protocol-007-PsDELPH1-parameters.7.4/opam b/packages/tezos-protocol-007-PsDELPH1-parameters/tezos-protocol-007-PsDELPH1-parameters.7.4/opam new file mode 100644 index 000000000..2dc2b4f84 --- /dev/null +++ b/packages/tezos-protocol-007-PsDELPH1-parameters/tezos-protocol-007-PsDELPH1-parameters.7.4/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-007-PsDELPH1" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_parameters/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: parameters for protocol 006-PsCARTHA" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-007-PsDELPH1-parameters/tezos-protocol-007-PsDELPH1-parameters.8.0/opam b/packages/tezos-protocol-007-PsDELPH1-parameters/tezos-protocol-007-PsDELPH1-parameters.8.0/opam new file mode 100644 index 000000000..7be99ec75 --- /dev/null +++ b/packages/tezos-protocol-007-PsDELPH1-parameters/tezos-protocol-007-PsDELPH1-parameters.8.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-007-PsDELPH1" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_parameters/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: parameters" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-007-PsDELPH1-parameters/tezos-protocol-007-PsDELPH1-parameters.8.1/opam b/packages/tezos-protocol-007-PsDELPH1-parameters/tezos-protocol-007-PsDELPH1-parameters.8.1/opam new file mode 100644 index 000000000..63c5d6edb --- /dev/null +++ b/packages/tezos-protocol-007-PsDELPH1-parameters/tezos-protocol-007-PsDELPH1-parameters.8.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-007-PsDELPH1" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_parameters/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: parameters" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-007-PsDELPH1-parameters/tezos-protocol-007-PsDELPH1-parameters.8.2/opam b/packages/tezos-protocol-007-PsDELPH1-parameters/tezos-protocol-007-PsDELPH1-parameters.8.2/opam new file mode 100644 index 000000000..914f1b094 --- /dev/null +++ b/packages/tezos-protocol-007-PsDELPH1-parameters/tezos-protocol-007-PsDELPH1-parameters.8.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-007-PsDELPH1" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_parameters/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: parameters" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-007-PsDELPH1-parameters/tezos-protocol-007-PsDELPH1-parameters.8.3/opam b/packages/tezos-protocol-007-PsDELPH1-parameters/tezos-protocol-007-PsDELPH1-parameters.8.3/opam new file mode 100644 index 000000000..00f42bf1a --- /dev/null +++ b/packages/tezos-protocol-007-PsDELPH1-parameters/tezos-protocol-007-PsDELPH1-parameters.8.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-007-PsDELPH1" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_parameters/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: parameters" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-007-PsDELPH1/tezos-protocol-007-PsDELPH1.10.2/opam b/packages/tezos-protocol-007-PsDELPH1/tezos-protocol-007-PsDELPH1.10.2/opam new file mode 100644 index 000000000..9f5c33097 --- /dev/null +++ b/packages/tezos-protocol-007-PsDELPH1/tezos-protocol-007-PsDELPH1.10.2/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_007_PsDELPH1/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-007-PsDELPH1/tezos-protocol-007-PsDELPH1.11.0/opam b/packages/tezos-protocol-007-PsDELPH1/tezos-protocol-007-PsDELPH1.11.0/opam new file mode 100644 index 000000000..9f749e111 --- /dev/null +++ b/packages/tezos-protocol-007-PsDELPH1/tezos-protocol-007-PsDELPH1.11.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_007_PsDELPH1/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-007-PsDELPH1/tezos-protocol-007-PsDELPH1.11.1/opam b/packages/tezos-protocol-007-PsDELPH1/tezos-protocol-007-PsDELPH1.11.1/opam new file mode 100644 index 000000000..9eb38f514 --- /dev/null +++ b/packages/tezos-protocol-007-PsDELPH1/tezos-protocol-007-PsDELPH1.11.1/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_007_PsDELPH1/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-007-PsDELPH1/tezos-protocol-007-PsDELPH1.12.0/opam b/packages/tezos-protocol-007-PsDELPH1/tezos-protocol-007-PsDELPH1.12.0/opam new file mode 100644 index 000000000..08016c162 --- /dev/null +++ b/packages/tezos-protocol-007-PsDELPH1/tezos-protocol-007-PsDELPH1.12.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_007_PsDELPH1/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-007-PsDELPH1/tezos-protocol-007-PsDELPH1.12.3/opam b/packages/tezos-protocol-007-PsDELPH1/tezos-protocol-007-PsDELPH1.12.3/opam new file mode 100644 index 000000000..136ea436d --- /dev/null +++ b/packages/tezos-protocol-007-PsDELPH1/tezos-protocol-007-PsDELPH1.12.3/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_007_PsDELPH1/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-007-PsDELPH1/tezos-protocol-007-PsDELPH1.13.0/opam b/packages/tezos-protocol-007-PsDELPH1/tezos-protocol-007-PsDELPH1.13.0/opam new file mode 100644 index 000000000..d0068c438 --- /dev/null +++ b/packages/tezos-protocol-007-PsDELPH1/tezos-protocol-007-PsDELPH1.13.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_007_PsDELPH1/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-007-PsDELPH1/tezos-protocol-007-PsDELPH1.14.0/opam b/packages/tezos-protocol-007-PsDELPH1/tezos-protocol-007-PsDELPH1.14.0/opam new file mode 100644 index 000000000..671b45ce0 --- /dev/null +++ b/packages/tezos-protocol-007-PsDELPH1/tezos-protocol-007-PsDELPH1.14.0/opam @@ -0,0 +1,28 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-007-PsDELPH1/tezos-protocol-007-PsDELPH1.15.0/opam b/packages/tezos-protocol-007-PsDELPH1/tezos-protocol-007-PsDELPH1.15.0/opam new file mode 100644 index 000000000..192a7a769 --- /dev/null +++ b/packages/tezos-protocol-007-PsDELPH1/tezos-protocol-007-PsDELPH1.15.0/opam @@ -0,0 +1,28 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-007-PsDELPH1/tezos-protocol-007-PsDELPH1.15.1/opam b/packages/tezos-protocol-007-PsDELPH1/tezos-protocol-007-PsDELPH1.15.1/opam new file mode 100644 index 000000000..4585e3f2e --- /dev/null +++ b/packages/tezos-protocol-007-PsDELPH1/tezos-protocol-007-PsDELPH1.15.1/opam @@ -0,0 +1,28 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-007-PsDELPH1/tezos-protocol-007-PsDELPH1.17.1/opam b/packages/tezos-protocol-007-PsDELPH1/tezos-protocol-007-PsDELPH1.17.1/opam new file mode 100644 index 000000000..b79619f09 --- /dev/null +++ b/packages/tezos-protocol-007-PsDELPH1/tezos-protocol-007-PsDELPH1.17.1/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-007-PsDELPH1/tezos-protocol-007-PsDELPH1.17.2/opam b/packages/tezos-protocol-007-PsDELPH1/tezos-protocol-007-PsDELPH1.17.2/opam new file mode 100644 index 000000000..eaf7ea5ec --- /dev/null +++ b/packages/tezos-protocol-007-PsDELPH1/tezos-protocol-007-PsDELPH1.17.2/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-007-PsDELPH1/tezos-protocol-007-PsDELPH1.7.4/opam b/packages/tezos-protocol-007-PsDELPH1/tezos-protocol-007-PsDELPH1.7.4/opam new file mode 100644 index 000000000..9f26c6a96 --- /dev/null +++ b/packages/tezos-protocol-007-PsDELPH1/tezos-protocol-007-PsDELPH1.7.4/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-007-PsDELPH1/tezos-protocol-007-PsDELPH1.8.0/opam b/packages/tezos-protocol-007-PsDELPH1/tezos-protocol-007-PsDELPH1.8.0/opam new file mode 100644 index 000000000..629b5c5eb --- /dev/null +++ b/packages/tezos-protocol-007-PsDELPH1/tezos-protocol-007-PsDELPH1.8.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_007_PsDELPH1/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-007-PsDELPH1/tezos-protocol-007-PsDELPH1.8.1/opam b/packages/tezos-protocol-007-PsDELPH1/tezos-protocol-007-PsDELPH1.8.1/opam new file mode 100644 index 000000000..0010968cd --- /dev/null +++ b/packages/tezos-protocol-007-PsDELPH1/tezos-protocol-007-PsDELPH1.8.1/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_007_PsDELPH1/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-007-PsDELPH1/tezos-protocol-007-PsDELPH1.8.2/opam b/packages/tezos-protocol-007-PsDELPH1/tezos-protocol-007-PsDELPH1.8.2/opam new file mode 100644 index 000000000..a5b7d3c5e --- /dev/null +++ b/packages/tezos-protocol-007-PsDELPH1/tezos-protocol-007-PsDELPH1.8.2/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_007_PsDELPH1/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-007-PsDELPH1/tezos-protocol-007-PsDELPH1.8.3/opam b/packages/tezos-protocol-007-PsDELPH1/tezos-protocol-007-PsDELPH1.8.3/opam new file mode 100644 index 000000000..2575f9086 --- /dev/null +++ b/packages/tezos-protocol-007-PsDELPH1/tezos-protocol-007-PsDELPH1.8.3/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_007_PsDELPH1/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-007-PsDELPH1/tezos-protocol-007-PsDELPH1.9.0/opam b/packages/tezos-protocol-007-PsDELPH1/tezos-protocol-007-PsDELPH1.9.0/opam new file mode 100644 index 000000000..43add6be1 --- /dev/null +++ b/packages/tezos-protocol-007-PsDELPH1/tezos-protocol-007-PsDELPH1.9.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_007_PsDELPH1/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-007-PsDELPH1/tezos-protocol-007-PsDELPH1.9.1/opam b/packages/tezos-protocol-007-PsDELPH1/tezos-protocol-007-PsDELPH1.9.1/opam new file mode 100644 index 000000000..f6fda6502 --- /dev/null +++ b/packages/tezos-protocol-007-PsDELPH1/tezos-protocol-007-PsDELPH1.9.1/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_007_PsDELPH1/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-007-PsDELPH1/tezos-protocol-007-PsDELPH1.9.2/opam b/packages/tezos-protocol-007-PsDELPH1/tezos-protocol-007-PsDELPH1.9.2/opam new file mode 100644 index 000000000..07d501c84 --- /dev/null +++ b/packages/tezos-protocol-007-PsDELPH1/tezos-protocol-007-PsDELPH1.9.2/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_007_PsDELPH1/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-007-PsDELPH1/tezos-protocol-007-PsDELPH1.9.3/opam b/packages/tezos-protocol-007-PsDELPH1/tezos-protocol-007-PsDELPH1.9.3/opam new file mode 100644 index 000000000..4d62c7c5c --- /dev/null +++ b/packages/tezos-protocol-007-PsDELPH1/tezos-protocol-007-PsDELPH1.9.3/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_007_PsDELPH1/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-007-PsDELPH1/tezos-protocol-007-PsDELPH1.9.4/opam b/packages/tezos-protocol-007-PsDELPH1/tezos-protocol-007-PsDELPH1.9.4/opam new file mode 100644 index 000000000..3f39d7dea --- /dev/null +++ b/packages/tezos-protocol-007-PsDELPH1/tezos-protocol-007-PsDELPH1.9.4/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_007_PsDELPH1/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-007-PsDELPH1/tezos-protocol-007-PsDELPH1.9.7/opam b/packages/tezos-protocol-007-PsDELPH1/tezos-protocol-007-PsDELPH1.9.7/opam new file mode 100644 index 000000000..1b703395c --- /dev/null +++ b/packages/tezos-protocol-007-PsDELPH1/tezos-protocol-007-PsDELPH1.9.7/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_007_PsDELPH1/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-008-PtEdo2Zk-parameters/tezos-protocol-008-PtEdo2Zk-parameters.10.2/opam b/packages/tezos-protocol-008-PtEdo2Zk-parameters/tezos-protocol-008-PtEdo2Zk-parameters.10.2/opam new file mode 100644 index 000000000..1b14d36e4 --- /dev/null +++ b/packages/tezos-protocol-008-PtEdo2Zk-parameters/tezos-protocol-008-PtEdo2Zk-parameters.10.2/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-008-PtEdo2Zk" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_parameters/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: parameters" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-008-PtEdo2Zk-parameters/tezos-protocol-008-PtEdo2Zk-parameters.11.0/opam b/packages/tezos-protocol-008-PtEdo2Zk-parameters/tezos-protocol-008-PtEdo2Zk-parameters.11.0/opam new file mode 100644 index 000000000..53a949e13 --- /dev/null +++ b/packages/tezos-protocol-008-PtEdo2Zk-parameters/tezos-protocol-008-PtEdo2Zk-parameters.11.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-protocol-008-PtEdo2Zk" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_parameters/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: parameters" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-008-PtEdo2Zk-parameters/tezos-protocol-008-PtEdo2Zk-parameters.11.1/opam b/packages/tezos-protocol-008-PtEdo2Zk-parameters/tezos-protocol-008-PtEdo2Zk-parameters.11.1/opam new file mode 100644 index 000000000..8751ff240 --- /dev/null +++ b/packages/tezos-protocol-008-PtEdo2Zk-parameters/tezos-protocol-008-PtEdo2Zk-parameters.11.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-008-PtEdo2Zk" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_parameters/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: parameters" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-008-PtEdo2Zk-parameters/tezos-protocol-008-PtEdo2Zk-parameters.12.0/opam b/packages/tezos-protocol-008-PtEdo2Zk-parameters/tezos-protocol-008-PtEdo2Zk-parameters.12.0/opam new file mode 100644 index 000000000..84c98c7d2 --- /dev/null +++ b/packages/tezos-protocol-008-PtEdo2Zk-parameters/tezos-protocol-008-PtEdo2Zk-parameters.12.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-008-PtEdo2Zk" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_parameters/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: parameters" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-008-PtEdo2Zk-parameters/tezos-protocol-008-PtEdo2Zk-parameters.12.3/opam b/packages/tezos-protocol-008-PtEdo2Zk-parameters/tezos-protocol-008-PtEdo2Zk-parameters.12.3/opam new file mode 100644 index 000000000..48e5304c3 --- /dev/null +++ b/packages/tezos-protocol-008-PtEdo2Zk-parameters/tezos-protocol-008-PtEdo2Zk-parameters.12.3/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-008-PtEdo2Zk" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_parameters/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: parameters" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-008-PtEdo2Zk-parameters/tezos-protocol-008-PtEdo2Zk-parameters.13.0/opam b/packages/tezos-protocol-008-PtEdo2Zk-parameters/tezos-protocol-008-PtEdo2Zk-parameters.13.0/opam new file mode 100644 index 000000000..a599d0314 --- /dev/null +++ b/packages/tezos-protocol-008-PtEdo2Zk-parameters/tezos-protocol-008-PtEdo2Zk-parameters.13.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-environment" { = version } + "tezos-protocol-008-PtEdo2Zk" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_parameters/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: parameters" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-008-PtEdo2Zk-parameters/tezos-protocol-008-PtEdo2Zk-parameters.8.2/opam b/packages/tezos-protocol-008-PtEdo2Zk-parameters/tezos-protocol-008-PtEdo2Zk-parameters.8.2/opam new file mode 100644 index 000000000..825af2ef2 --- /dev/null +++ b/packages/tezos-protocol-008-PtEdo2Zk-parameters/tezos-protocol-008-PtEdo2Zk-parameters.8.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-008-PtEdo2Zk" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_parameters/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: parameters" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-008-PtEdo2Zk-parameters/tezos-protocol-008-PtEdo2Zk-parameters.8.3/opam b/packages/tezos-protocol-008-PtEdo2Zk-parameters/tezos-protocol-008-PtEdo2Zk-parameters.8.3/opam new file mode 100644 index 000000000..38a2846ca --- /dev/null +++ b/packages/tezos-protocol-008-PtEdo2Zk-parameters/tezos-protocol-008-PtEdo2Zk-parameters.8.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-008-PtEdo2Zk" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_parameters/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: parameters" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-008-PtEdo2Zk-parameters/tezos-protocol-008-PtEdo2Zk-parameters.9.0/opam b/packages/tezos-protocol-008-PtEdo2Zk-parameters/tezos-protocol-008-PtEdo2Zk-parameters.9.0/opam new file mode 100644 index 000000000..0d82b58ed --- /dev/null +++ b/packages/tezos-protocol-008-PtEdo2Zk-parameters/tezos-protocol-008-PtEdo2Zk-parameters.9.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-008-PtEdo2Zk" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_parameters/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: parameters" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-008-PtEdo2Zk-parameters/tezos-protocol-008-PtEdo2Zk-parameters.9.1/opam b/packages/tezos-protocol-008-PtEdo2Zk-parameters/tezos-protocol-008-PtEdo2Zk-parameters.9.1/opam new file mode 100644 index 000000000..823956edb --- /dev/null +++ b/packages/tezos-protocol-008-PtEdo2Zk-parameters/tezos-protocol-008-PtEdo2Zk-parameters.9.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-008-PtEdo2Zk" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_parameters/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: parameters" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-008-PtEdo2Zk-parameters/tezos-protocol-008-PtEdo2Zk-parameters.9.2/opam b/packages/tezos-protocol-008-PtEdo2Zk-parameters/tezos-protocol-008-PtEdo2Zk-parameters.9.2/opam new file mode 100644 index 000000000..fa7c97a64 --- /dev/null +++ b/packages/tezos-protocol-008-PtEdo2Zk-parameters/tezos-protocol-008-PtEdo2Zk-parameters.9.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-008-PtEdo2Zk" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_parameters/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: parameters" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-008-PtEdo2Zk-parameters/tezos-protocol-008-PtEdo2Zk-parameters.9.3/opam b/packages/tezos-protocol-008-PtEdo2Zk-parameters/tezos-protocol-008-PtEdo2Zk-parameters.9.3/opam new file mode 100644 index 000000000..46dd23888 --- /dev/null +++ b/packages/tezos-protocol-008-PtEdo2Zk-parameters/tezos-protocol-008-PtEdo2Zk-parameters.9.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-008-PtEdo2Zk" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_parameters/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: parameters" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-008-PtEdo2Zk-parameters/tezos-protocol-008-PtEdo2Zk-parameters.9.4/opam b/packages/tezos-protocol-008-PtEdo2Zk-parameters/tezos-protocol-008-PtEdo2Zk-parameters.9.4/opam new file mode 100644 index 000000000..0c7db1969 --- /dev/null +++ b/packages/tezos-protocol-008-PtEdo2Zk-parameters/tezos-protocol-008-PtEdo2Zk-parameters.9.4/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-008-PtEdo2Zk" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_parameters/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: parameters" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-008-PtEdo2Zk-parameters/tezos-protocol-008-PtEdo2Zk-parameters.9.7/opam b/packages/tezos-protocol-008-PtEdo2Zk-parameters/tezos-protocol-008-PtEdo2Zk-parameters.9.7/opam new file mode 100644 index 000000000..1ae272a1f --- /dev/null +++ b/packages/tezos-protocol-008-PtEdo2Zk-parameters/tezos-protocol-008-PtEdo2Zk-parameters.9.7/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-008-PtEdo2Zk" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_parameters/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: parameters" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-008-PtEdo2Zk/tezos-protocol-008-PtEdo2Zk.10.2/opam b/packages/tezos-protocol-008-PtEdo2Zk/tezos-protocol-008-PtEdo2Zk.10.2/opam new file mode 100644 index 000000000..0c68b280a --- /dev/null +++ b/packages/tezos-protocol-008-PtEdo2Zk/tezos-protocol-008-PtEdo2Zk.10.2/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_008_PtEdo2Zk/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-008-PtEdo2Zk/tezos-protocol-008-PtEdo2Zk.11.0/opam b/packages/tezos-protocol-008-PtEdo2Zk/tezos-protocol-008-PtEdo2Zk.11.0/opam new file mode 100644 index 000000000..ef24a8046 --- /dev/null +++ b/packages/tezos-protocol-008-PtEdo2Zk/tezos-protocol-008-PtEdo2Zk.11.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_008_PtEdo2Zk/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-008-PtEdo2Zk/tezos-protocol-008-PtEdo2Zk.11.1/opam b/packages/tezos-protocol-008-PtEdo2Zk/tezos-protocol-008-PtEdo2Zk.11.1/opam new file mode 100644 index 000000000..2d93baa6b --- /dev/null +++ b/packages/tezos-protocol-008-PtEdo2Zk/tezos-protocol-008-PtEdo2Zk.11.1/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_008_PtEdo2Zk/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-008-PtEdo2Zk/tezos-protocol-008-PtEdo2Zk.12.0/opam b/packages/tezos-protocol-008-PtEdo2Zk/tezos-protocol-008-PtEdo2Zk.12.0/opam new file mode 100644 index 000000000..f3a8b9037 --- /dev/null +++ b/packages/tezos-protocol-008-PtEdo2Zk/tezos-protocol-008-PtEdo2Zk.12.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_008_PtEdo2Zk/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-008-PtEdo2Zk/tezos-protocol-008-PtEdo2Zk.12.3/opam b/packages/tezos-protocol-008-PtEdo2Zk/tezos-protocol-008-PtEdo2Zk.12.3/opam new file mode 100644 index 000000000..4d03e07c3 --- /dev/null +++ b/packages/tezos-protocol-008-PtEdo2Zk/tezos-protocol-008-PtEdo2Zk.12.3/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_008_PtEdo2Zk/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-008-PtEdo2Zk/tezos-protocol-008-PtEdo2Zk.13.0/opam b/packages/tezos-protocol-008-PtEdo2Zk/tezos-protocol-008-PtEdo2Zk.13.0/opam new file mode 100644 index 000000000..ec90484c3 --- /dev/null +++ b/packages/tezos-protocol-008-PtEdo2Zk/tezos-protocol-008-PtEdo2Zk.13.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_008_PtEdo2Zk/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-008-PtEdo2Zk/tezos-protocol-008-PtEdo2Zk.14.0/opam b/packages/tezos-protocol-008-PtEdo2Zk/tezos-protocol-008-PtEdo2Zk.14.0/opam new file mode 100644 index 000000000..671b45ce0 --- /dev/null +++ b/packages/tezos-protocol-008-PtEdo2Zk/tezos-protocol-008-PtEdo2Zk.14.0/opam @@ -0,0 +1,28 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-008-PtEdo2Zk/tezos-protocol-008-PtEdo2Zk.15.0/opam b/packages/tezos-protocol-008-PtEdo2Zk/tezos-protocol-008-PtEdo2Zk.15.0/opam new file mode 100644 index 000000000..192a7a769 --- /dev/null +++ b/packages/tezos-protocol-008-PtEdo2Zk/tezos-protocol-008-PtEdo2Zk.15.0/opam @@ -0,0 +1,28 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-008-PtEdo2Zk/tezos-protocol-008-PtEdo2Zk.15.1/opam b/packages/tezos-protocol-008-PtEdo2Zk/tezos-protocol-008-PtEdo2Zk.15.1/opam new file mode 100644 index 000000000..4585e3f2e --- /dev/null +++ b/packages/tezos-protocol-008-PtEdo2Zk/tezos-protocol-008-PtEdo2Zk.15.1/opam @@ -0,0 +1,28 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-008-PtEdo2Zk/tezos-protocol-008-PtEdo2Zk.17.1/opam b/packages/tezos-protocol-008-PtEdo2Zk/tezos-protocol-008-PtEdo2Zk.17.1/opam new file mode 100644 index 000000000..b79619f09 --- /dev/null +++ b/packages/tezos-protocol-008-PtEdo2Zk/tezos-protocol-008-PtEdo2Zk.17.1/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-008-PtEdo2Zk/tezos-protocol-008-PtEdo2Zk.17.2/opam b/packages/tezos-protocol-008-PtEdo2Zk/tezos-protocol-008-PtEdo2Zk.17.2/opam new file mode 100644 index 000000000..eaf7ea5ec --- /dev/null +++ b/packages/tezos-protocol-008-PtEdo2Zk/tezos-protocol-008-PtEdo2Zk.17.2/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-008-PtEdo2Zk/tezos-protocol-008-PtEdo2Zk.8.2/opam b/packages/tezos-protocol-008-PtEdo2Zk/tezos-protocol-008-PtEdo2Zk.8.2/opam new file mode 100644 index 000000000..6ec29b0eb --- /dev/null +++ b/packages/tezos-protocol-008-PtEdo2Zk/tezos-protocol-008-PtEdo2Zk.8.2/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_008_PtEdo2Zk/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-008-PtEdo2Zk/tezos-protocol-008-PtEdo2Zk.8.3/opam b/packages/tezos-protocol-008-PtEdo2Zk/tezos-protocol-008-PtEdo2Zk.8.3/opam new file mode 100644 index 000000000..db2e48fd6 --- /dev/null +++ b/packages/tezos-protocol-008-PtEdo2Zk/tezos-protocol-008-PtEdo2Zk.8.3/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_008_PtEdo2Zk/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-008-PtEdo2Zk/tezos-protocol-008-PtEdo2Zk.9.0/opam b/packages/tezos-protocol-008-PtEdo2Zk/tezos-protocol-008-PtEdo2Zk.9.0/opam new file mode 100644 index 000000000..d8ae9b3f3 --- /dev/null +++ b/packages/tezos-protocol-008-PtEdo2Zk/tezos-protocol-008-PtEdo2Zk.9.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_008_PtEdo2Zk/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-008-PtEdo2Zk/tezos-protocol-008-PtEdo2Zk.9.1/opam b/packages/tezos-protocol-008-PtEdo2Zk/tezos-protocol-008-PtEdo2Zk.9.1/opam new file mode 100644 index 000000000..f834697a7 --- /dev/null +++ b/packages/tezos-protocol-008-PtEdo2Zk/tezos-protocol-008-PtEdo2Zk.9.1/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_008_PtEdo2Zk/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-008-PtEdo2Zk/tezos-protocol-008-PtEdo2Zk.9.2/opam b/packages/tezos-protocol-008-PtEdo2Zk/tezos-protocol-008-PtEdo2Zk.9.2/opam new file mode 100644 index 000000000..b8d59dc74 --- /dev/null +++ b/packages/tezos-protocol-008-PtEdo2Zk/tezos-protocol-008-PtEdo2Zk.9.2/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_008_PtEdo2Zk/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-008-PtEdo2Zk/tezos-protocol-008-PtEdo2Zk.9.3/opam b/packages/tezos-protocol-008-PtEdo2Zk/tezos-protocol-008-PtEdo2Zk.9.3/opam new file mode 100644 index 000000000..393b3c9e7 --- /dev/null +++ b/packages/tezos-protocol-008-PtEdo2Zk/tezos-protocol-008-PtEdo2Zk.9.3/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_008_PtEdo2Zk/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-008-PtEdo2Zk/tezos-protocol-008-PtEdo2Zk.9.4/opam b/packages/tezos-protocol-008-PtEdo2Zk/tezos-protocol-008-PtEdo2Zk.9.4/opam new file mode 100644 index 000000000..693dde595 --- /dev/null +++ b/packages/tezos-protocol-008-PtEdo2Zk/tezos-protocol-008-PtEdo2Zk.9.4/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_008_PtEdo2Zk/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-008-PtEdo2Zk/tezos-protocol-008-PtEdo2Zk.9.7/opam b/packages/tezos-protocol-008-PtEdo2Zk/tezos-protocol-008-PtEdo2Zk.9.7/opam new file mode 100644 index 000000000..65d2458ea --- /dev/null +++ b/packages/tezos-protocol-008-PtEdo2Zk/tezos-protocol-008-PtEdo2Zk.9.7/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_008_PtEdo2Zk/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-008-PtEdoTez-parameters/tezos-protocol-008-PtEdoTez-parameters.8.0/opam b/packages/tezos-protocol-008-PtEdoTez-parameters/tezos-protocol-008-PtEdoTez-parameters.8.0/opam new file mode 100644 index 000000000..536e2e7c8 --- /dev/null +++ b/packages/tezos-protocol-008-PtEdoTez-parameters/tezos-protocol-008-PtEdoTez-parameters.8.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-008-PtEdoTez" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdoTez/lib_parameters/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: parameters" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-008-PtEdoTez-parameters/tezos-protocol-008-PtEdoTez-parameters.8.1/opam b/packages/tezos-protocol-008-PtEdoTez-parameters/tezos-protocol-008-PtEdoTez-parameters.8.1/opam new file mode 100644 index 000000000..270b150ef --- /dev/null +++ b/packages/tezos-protocol-008-PtEdoTez-parameters/tezos-protocol-008-PtEdoTez-parameters.8.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-008-PtEdoTez" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdoTez/lib_parameters/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: parameters" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-008-PtEdoTez/tezos-protocol-008-PtEdoTez.10.2/opam b/packages/tezos-protocol-008-PtEdoTez/tezos-protocol-008-PtEdoTez.10.2/opam new file mode 100644 index 000000000..c5ea82f6b --- /dev/null +++ b/packages/tezos-protocol-008-PtEdoTez/tezos-protocol-008-PtEdoTez.10.2/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_008_PtEdoTez/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdoTez/lib_protocol/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: economic-protocol definition" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-008-PtEdoTez/tezos-protocol-008-PtEdoTez.11.0/opam b/packages/tezos-protocol-008-PtEdoTez/tezos-protocol-008-PtEdoTez.11.0/opam new file mode 100644 index 000000000..dfcd4a11a --- /dev/null +++ b/packages/tezos-protocol-008-PtEdoTez/tezos-protocol-008-PtEdoTez.11.0/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_008_PtEdoTez/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdoTez/lib_protocol/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-008-PtEdoTez/tezos-protocol-008-PtEdoTez.11.1/opam b/packages/tezos-protocol-008-PtEdoTez/tezos-protocol-008-PtEdoTez.11.1/opam new file mode 100644 index 000000000..3a769fa10 --- /dev/null +++ b/packages/tezos-protocol-008-PtEdoTez/tezos-protocol-008-PtEdoTez.11.1/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_008_PtEdoTez/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdoTez/lib_protocol/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-008-PtEdoTez/tezos-protocol-008-PtEdoTez.14.0/opam b/packages/tezos-protocol-008-PtEdoTez/tezos-protocol-008-PtEdoTez.14.0/opam new file mode 100644 index 000000000..671b45ce0 --- /dev/null +++ b/packages/tezos-protocol-008-PtEdoTez/tezos-protocol-008-PtEdoTez.14.0/opam @@ -0,0 +1,28 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-008-PtEdoTez/tezos-protocol-008-PtEdoTez.15.0/opam b/packages/tezos-protocol-008-PtEdoTez/tezos-protocol-008-PtEdoTez.15.0/opam new file mode 100644 index 000000000..192a7a769 --- /dev/null +++ b/packages/tezos-protocol-008-PtEdoTez/tezos-protocol-008-PtEdoTez.15.0/opam @@ -0,0 +1,28 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-008-PtEdoTez/tezos-protocol-008-PtEdoTez.15.1/opam b/packages/tezos-protocol-008-PtEdoTez/tezos-protocol-008-PtEdoTez.15.1/opam new file mode 100644 index 000000000..4585e3f2e --- /dev/null +++ b/packages/tezos-protocol-008-PtEdoTez/tezos-protocol-008-PtEdoTez.15.1/opam @@ -0,0 +1,28 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-008-PtEdoTez/tezos-protocol-008-PtEdoTez.17.1/opam b/packages/tezos-protocol-008-PtEdoTez/tezos-protocol-008-PtEdoTez.17.1/opam new file mode 100644 index 000000000..b79619f09 --- /dev/null +++ b/packages/tezos-protocol-008-PtEdoTez/tezos-protocol-008-PtEdoTez.17.1/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-008-PtEdoTez/tezos-protocol-008-PtEdoTez.17.2/opam b/packages/tezos-protocol-008-PtEdoTez/tezos-protocol-008-PtEdoTez.17.2/opam new file mode 100644 index 000000000..eaf7ea5ec --- /dev/null +++ b/packages/tezos-protocol-008-PtEdoTez/tezos-protocol-008-PtEdoTez.17.2/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-008-PtEdoTez/tezos-protocol-008-PtEdoTez.8.0/opam b/packages/tezos-protocol-008-PtEdoTez/tezos-protocol-008-PtEdoTez.8.0/opam new file mode 100644 index 000000000..8df30fc33 --- /dev/null +++ b/packages/tezos-protocol-008-PtEdoTez/tezos-protocol-008-PtEdoTez.8.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_008_PtEdoTez/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdoTez/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-008-PtEdoTez/tezos-protocol-008-PtEdoTez.8.1/opam b/packages/tezos-protocol-008-PtEdoTez/tezos-protocol-008-PtEdoTez.8.1/opam new file mode 100644 index 000000000..f91175510 --- /dev/null +++ b/packages/tezos-protocol-008-PtEdoTez/tezos-protocol-008-PtEdoTez.8.1/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_008_PtEdoTez/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdoTez/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-008-PtEdoTez/tezos-protocol-008-PtEdoTez.8.2/opam b/packages/tezos-protocol-008-PtEdoTez/tezos-protocol-008-PtEdoTez.8.2/opam new file mode 100644 index 000000000..df8561c8c --- /dev/null +++ b/packages/tezos-protocol-008-PtEdoTez/tezos-protocol-008-PtEdoTez.8.2/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_008_PtEdoTez/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdoTez/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-008-PtEdoTez/tezos-protocol-008-PtEdoTez.8.3/opam b/packages/tezos-protocol-008-PtEdoTez/tezos-protocol-008-PtEdoTez.8.3/opam new file mode 100644 index 000000000..217123563 --- /dev/null +++ b/packages/tezos-protocol-008-PtEdoTez/tezos-protocol-008-PtEdoTez.8.3/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_008_PtEdoTez/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdoTez/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-008-PtEdoTez/tezos-protocol-008-PtEdoTez.9.0/opam b/packages/tezos-protocol-008-PtEdoTez/tezos-protocol-008-PtEdoTez.9.0/opam new file mode 100644 index 000000000..2d2bfa249 --- /dev/null +++ b/packages/tezos-protocol-008-PtEdoTez/tezos-protocol-008-PtEdoTez.9.0/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_008_PtEdoTez/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdoTez/lib_protocol/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-008-PtEdoTez/tezos-protocol-008-PtEdoTez.9.1/opam b/packages/tezos-protocol-008-PtEdoTez/tezos-protocol-008-PtEdoTez.9.1/opam new file mode 100644 index 000000000..3779c2855 --- /dev/null +++ b/packages/tezos-protocol-008-PtEdoTez/tezos-protocol-008-PtEdoTez.9.1/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_008_PtEdoTez/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdoTez/lib_protocol/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-008-PtEdoTez/tezos-protocol-008-PtEdoTez.9.2/opam b/packages/tezos-protocol-008-PtEdoTez/tezos-protocol-008-PtEdoTez.9.2/opam new file mode 100644 index 000000000..3c3c93f72 --- /dev/null +++ b/packages/tezos-protocol-008-PtEdoTez/tezos-protocol-008-PtEdoTez.9.2/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_008_PtEdoTez/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdoTez/lib_protocol/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-008-PtEdoTez/tezos-protocol-008-PtEdoTez.9.3/opam b/packages/tezos-protocol-008-PtEdoTez/tezos-protocol-008-PtEdoTez.9.3/opam new file mode 100644 index 000000000..36d0261a7 --- /dev/null +++ b/packages/tezos-protocol-008-PtEdoTez/tezos-protocol-008-PtEdoTez.9.3/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_008_PtEdoTez/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdoTez/lib_protocol/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-008-PtEdoTez/tezos-protocol-008-PtEdoTez.9.4/opam b/packages/tezos-protocol-008-PtEdoTez/tezos-protocol-008-PtEdoTez.9.4/opam new file mode 100644 index 000000000..be2d28e69 --- /dev/null +++ b/packages/tezos-protocol-008-PtEdoTez/tezos-protocol-008-PtEdoTez.9.4/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_008_PtEdoTez/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdoTez/lib_protocol/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-008-PtEdoTez/tezos-protocol-008-PtEdoTez.9.7/opam b/packages/tezos-protocol-008-PtEdoTez/tezos-protocol-008-PtEdoTez.9.7/opam new file mode 100644 index 000000000..4753a24b6 --- /dev/null +++ b/packages/tezos-protocol-008-PtEdoTez/tezos-protocol-008-PtEdoTez.9.7/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_008_PtEdoTez/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdoTez/lib_protocol/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: economic-protocol definition" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-009-PsFLoren-parameters/tezos-protocol-009-PsFLoren-parameters.10.2/opam b/packages/tezos-protocol-009-PsFLoren-parameters/tezos-protocol-009-PsFLoren-parameters.10.2/opam new file mode 100644 index 000000000..6b8933d19 --- /dev/null +++ b/packages/tezos-protocol-009-PsFLoren-parameters/tezos-protocol-009-PsFLoren-parameters.10.2/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-009-PsFLoren" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_parameters/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: parameters" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-009-PsFLoren-parameters/tezos-protocol-009-PsFLoren-parameters.11.0/opam b/packages/tezos-protocol-009-PsFLoren-parameters/tezos-protocol-009-PsFLoren-parameters.11.0/opam new file mode 100644 index 000000000..11d92d80c --- /dev/null +++ b/packages/tezos-protocol-009-PsFLoren-parameters/tezos-protocol-009-PsFLoren-parameters.11.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-protocol-009-PsFLoren" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_parameters/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: parameters" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-009-PsFLoren-parameters/tezos-protocol-009-PsFLoren-parameters.11.1/opam b/packages/tezos-protocol-009-PsFLoren-parameters/tezos-protocol-009-PsFLoren-parameters.11.1/opam new file mode 100644 index 000000000..1546558d7 --- /dev/null +++ b/packages/tezos-protocol-009-PsFLoren-parameters/tezos-protocol-009-PsFLoren-parameters.11.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-009-PsFLoren" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_parameters/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: parameters" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-009-PsFLoren-parameters/tezos-protocol-009-PsFLoren-parameters.12.0/opam b/packages/tezos-protocol-009-PsFLoren-parameters/tezos-protocol-009-PsFLoren-parameters.12.0/opam new file mode 100644 index 000000000..6096390f8 --- /dev/null +++ b/packages/tezos-protocol-009-PsFLoren-parameters/tezos-protocol-009-PsFLoren-parameters.12.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-009-PsFLoren" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_parameters/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: parameters" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-009-PsFLoren-parameters/tezos-protocol-009-PsFLoren-parameters.12.3/opam b/packages/tezos-protocol-009-PsFLoren-parameters/tezos-protocol-009-PsFLoren-parameters.12.3/opam new file mode 100644 index 000000000..9d7538661 --- /dev/null +++ b/packages/tezos-protocol-009-PsFLoren-parameters/tezos-protocol-009-PsFLoren-parameters.12.3/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-009-PsFLoren" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_parameters/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: parameters" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-009-PsFLoren-parameters/tezos-protocol-009-PsFLoren-parameters.13.0/opam b/packages/tezos-protocol-009-PsFLoren-parameters/tezos-protocol-009-PsFLoren-parameters.13.0/opam new file mode 100644 index 000000000..579388b04 --- /dev/null +++ b/packages/tezos-protocol-009-PsFLoren-parameters/tezos-protocol-009-PsFLoren-parameters.13.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-environment" { = version } + "tezos-protocol-009-PsFLoren" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_parameters/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: parameters" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-009-PsFLoren-parameters/tezos-protocol-009-PsFLoren-parameters.9.0/opam b/packages/tezos-protocol-009-PsFLoren-parameters/tezos-protocol-009-PsFLoren-parameters.9.0/opam new file mode 100644 index 000000000..90da791c5 --- /dev/null +++ b/packages/tezos-protocol-009-PsFLoren-parameters/tezos-protocol-009-PsFLoren-parameters.9.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-009-PsFLoren" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_parameters/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: parameters" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-009-PsFLoren-parameters/tezos-protocol-009-PsFLoren-parameters.9.1/opam b/packages/tezos-protocol-009-PsFLoren-parameters/tezos-protocol-009-PsFLoren-parameters.9.1/opam new file mode 100644 index 000000000..d9caf5756 --- /dev/null +++ b/packages/tezos-protocol-009-PsFLoren-parameters/tezos-protocol-009-PsFLoren-parameters.9.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-009-PsFLoren" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_parameters/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: parameters" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-009-PsFLoren-parameters/tezos-protocol-009-PsFLoren-parameters.9.2/opam b/packages/tezos-protocol-009-PsFLoren-parameters/tezos-protocol-009-PsFLoren-parameters.9.2/opam new file mode 100644 index 000000000..f722de61a --- /dev/null +++ b/packages/tezos-protocol-009-PsFLoren-parameters/tezos-protocol-009-PsFLoren-parameters.9.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-009-PsFLoren" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_parameters/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: parameters" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-009-PsFLoren-parameters/tezos-protocol-009-PsFLoren-parameters.9.3/opam b/packages/tezos-protocol-009-PsFLoren-parameters/tezos-protocol-009-PsFLoren-parameters.9.3/opam new file mode 100644 index 000000000..2e7fd08ed --- /dev/null +++ b/packages/tezos-protocol-009-PsFLoren-parameters/tezos-protocol-009-PsFLoren-parameters.9.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-009-PsFLoren" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_parameters/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: parameters" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-009-PsFLoren-parameters/tezos-protocol-009-PsFLoren-parameters.9.4/opam b/packages/tezos-protocol-009-PsFLoren-parameters/tezos-protocol-009-PsFLoren-parameters.9.4/opam new file mode 100644 index 000000000..dbce8d644 --- /dev/null +++ b/packages/tezos-protocol-009-PsFLoren-parameters/tezos-protocol-009-PsFLoren-parameters.9.4/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-009-PsFLoren" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_parameters/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: parameters" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-009-PsFLoren-parameters/tezos-protocol-009-PsFLoren-parameters.9.7/opam b/packages/tezos-protocol-009-PsFLoren-parameters/tezos-protocol-009-PsFLoren-parameters.9.7/opam new file mode 100644 index 000000000..db9c5b308 --- /dev/null +++ b/packages/tezos-protocol-009-PsFLoren-parameters/tezos-protocol-009-PsFLoren-parameters.9.7/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-009-PsFLoren" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_parameters/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: parameters" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-009-PsFLoren/tezos-protocol-009-PsFLoren.10.2/opam b/packages/tezos-protocol-009-PsFLoren/tezos-protocol-009-PsFLoren.10.2/opam new file mode 100644 index 000000000..a90c65f02 --- /dev/null +++ b/packages/tezos-protocol-009-PsFLoren/tezos-protocol-009-PsFLoren.10.2/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_009_PsFLoren/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-009-PsFLoren/tezos-protocol-009-PsFLoren.11.0/opam b/packages/tezos-protocol-009-PsFLoren/tezos-protocol-009-PsFLoren.11.0/opam new file mode 100644 index 000000000..a7623b16d --- /dev/null +++ b/packages/tezos-protocol-009-PsFLoren/tezos-protocol-009-PsFLoren.11.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_009_PsFLoren/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-009-PsFLoren/tezos-protocol-009-PsFLoren.11.1/opam b/packages/tezos-protocol-009-PsFLoren/tezos-protocol-009-PsFLoren.11.1/opam new file mode 100644 index 000000000..028d16d1c --- /dev/null +++ b/packages/tezos-protocol-009-PsFLoren/tezos-protocol-009-PsFLoren.11.1/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_009_PsFLoren/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-009-PsFLoren/tezos-protocol-009-PsFLoren.12.0/opam b/packages/tezos-protocol-009-PsFLoren/tezos-protocol-009-PsFLoren.12.0/opam new file mode 100644 index 000000000..3ef4b9c23 --- /dev/null +++ b/packages/tezos-protocol-009-PsFLoren/tezos-protocol-009-PsFLoren.12.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_009_PsFLoren/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-009-PsFLoren/tezos-protocol-009-PsFLoren.12.3/opam b/packages/tezos-protocol-009-PsFLoren/tezos-protocol-009-PsFLoren.12.3/opam new file mode 100644 index 000000000..07fa98d7f --- /dev/null +++ b/packages/tezos-protocol-009-PsFLoren/tezos-protocol-009-PsFLoren.12.3/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_009_PsFLoren/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-009-PsFLoren/tezos-protocol-009-PsFLoren.13.0/opam b/packages/tezos-protocol-009-PsFLoren/tezos-protocol-009-PsFLoren.13.0/opam new file mode 100644 index 000000000..abe1173fa --- /dev/null +++ b/packages/tezos-protocol-009-PsFLoren/tezos-protocol-009-PsFLoren.13.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_009_PsFLoren/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-009-PsFLoren/tezos-protocol-009-PsFLoren.14.0/opam b/packages/tezos-protocol-009-PsFLoren/tezos-protocol-009-PsFLoren.14.0/opam new file mode 100644 index 000000000..671b45ce0 --- /dev/null +++ b/packages/tezos-protocol-009-PsFLoren/tezos-protocol-009-PsFLoren.14.0/opam @@ -0,0 +1,28 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-009-PsFLoren/tezos-protocol-009-PsFLoren.15.0/opam b/packages/tezos-protocol-009-PsFLoren/tezos-protocol-009-PsFLoren.15.0/opam new file mode 100644 index 000000000..192a7a769 --- /dev/null +++ b/packages/tezos-protocol-009-PsFLoren/tezos-protocol-009-PsFLoren.15.0/opam @@ -0,0 +1,28 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-009-PsFLoren/tezos-protocol-009-PsFLoren.15.1/opam b/packages/tezos-protocol-009-PsFLoren/tezos-protocol-009-PsFLoren.15.1/opam new file mode 100644 index 000000000..4585e3f2e --- /dev/null +++ b/packages/tezos-protocol-009-PsFLoren/tezos-protocol-009-PsFLoren.15.1/opam @@ -0,0 +1,28 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-009-PsFLoren/tezos-protocol-009-PsFLoren.17.1/opam b/packages/tezos-protocol-009-PsFLoren/tezos-protocol-009-PsFLoren.17.1/opam new file mode 100644 index 000000000..b79619f09 --- /dev/null +++ b/packages/tezos-protocol-009-PsFLoren/tezos-protocol-009-PsFLoren.17.1/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-009-PsFLoren/tezos-protocol-009-PsFLoren.17.2/opam b/packages/tezos-protocol-009-PsFLoren/tezos-protocol-009-PsFLoren.17.2/opam new file mode 100644 index 000000000..eaf7ea5ec --- /dev/null +++ b/packages/tezos-protocol-009-PsFLoren/tezos-protocol-009-PsFLoren.17.2/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-009-PsFLoren/tezos-protocol-009-PsFLoren.9.0/opam b/packages/tezos-protocol-009-PsFLoren/tezos-protocol-009-PsFLoren.9.0/opam new file mode 100644 index 000000000..71bb70c10 --- /dev/null +++ b/packages/tezos-protocol-009-PsFLoren/tezos-protocol-009-PsFLoren.9.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_009_PsFLoren/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-009-PsFLoren/tezos-protocol-009-PsFLoren.9.1/opam b/packages/tezos-protocol-009-PsFLoren/tezos-protocol-009-PsFLoren.9.1/opam new file mode 100644 index 000000000..5e6279989 --- /dev/null +++ b/packages/tezos-protocol-009-PsFLoren/tezos-protocol-009-PsFLoren.9.1/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_009_PsFLoren/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-009-PsFLoren/tezos-protocol-009-PsFLoren.9.2/opam b/packages/tezos-protocol-009-PsFLoren/tezos-protocol-009-PsFLoren.9.2/opam new file mode 100644 index 000000000..344260422 --- /dev/null +++ b/packages/tezos-protocol-009-PsFLoren/tezos-protocol-009-PsFLoren.9.2/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_009_PsFLoren/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-009-PsFLoren/tezos-protocol-009-PsFLoren.9.3/opam b/packages/tezos-protocol-009-PsFLoren/tezos-protocol-009-PsFLoren.9.3/opam new file mode 100644 index 000000000..89b55c39b --- /dev/null +++ b/packages/tezos-protocol-009-PsFLoren/tezos-protocol-009-PsFLoren.9.3/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_009_PsFLoren/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-009-PsFLoren/tezos-protocol-009-PsFLoren.9.4/opam b/packages/tezos-protocol-009-PsFLoren/tezos-protocol-009-PsFLoren.9.4/opam new file mode 100644 index 000000000..fae934663 --- /dev/null +++ b/packages/tezos-protocol-009-PsFLoren/tezos-protocol-009-PsFLoren.9.4/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_009_PsFLoren/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-009-PsFLoren/tezos-protocol-009-PsFLoren.9.7/opam b/packages/tezos-protocol-009-PsFLoren/tezos-protocol-009-PsFLoren.9.7/opam new file mode 100644 index 000000000..c7a73d5db --- /dev/null +++ b/packages/tezos-protocol-009-PsFLoren/tezos-protocol-009-PsFLoren.9.7/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_009_PsFLoren/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-010-PtGRANAD-parameters/tezos-protocol-010-PtGRANAD-parameters.10.2/opam b/packages/tezos-protocol-010-PtGRANAD-parameters/tezos-protocol-010-PtGRANAD-parameters.10.2/opam new file mode 100644 index 000000000..c177058f4 --- /dev/null +++ b/packages/tezos-protocol-010-PtGRANAD-parameters/tezos-protocol-010-PtGRANAD-parameters.10.2/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-010-PtGRANAD" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_parameters/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: parameters" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-010-PtGRANAD-parameters/tezos-protocol-010-PtGRANAD-parameters.11.0/opam b/packages/tezos-protocol-010-PtGRANAD-parameters/tezos-protocol-010-PtGRANAD-parameters.11.0/opam new file mode 100644 index 000000000..753ac9969 --- /dev/null +++ b/packages/tezos-protocol-010-PtGRANAD-parameters/tezos-protocol-010-PtGRANAD-parameters.11.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-protocol-010-PtGRANAD" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_parameters/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: parameters" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-010-PtGRANAD-parameters/tezos-protocol-010-PtGRANAD-parameters.11.1/opam b/packages/tezos-protocol-010-PtGRANAD-parameters/tezos-protocol-010-PtGRANAD-parameters.11.1/opam new file mode 100644 index 000000000..c1896628c --- /dev/null +++ b/packages/tezos-protocol-010-PtGRANAD-parameters/tezos-protocol-010-PtGRANAD-parameters.11.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-010-PtGRANAD" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_parameters/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: parameters" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-010-PtGRANAD-parameters/tezos-protocol-010-PtGRANAD-parameters.12.0/opam b/packages/tezos-protocol-010-PtGRANAD-parameters/tezos-protocol-010-PtGRANAD-parameters.12.0/opam new file mode 100644 index 000000000..27071c69e --- /dev/null +++ b/packages/tezos-protocol-010-PtGRANAD-parameters/tezos-protocol-010-PtGRANAD-parameters.12.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-010-PtGRANAD" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_parameters/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: parameters" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-010-PtGRANAD-parameters/tezos-protocol-010-PtGRANAD-parameters.12.3/opam b/packages/tezos-protocol-010-PtGRANAD-parameters/tezos-protocol-010-PtGRANAD-parameters.12.3/opam new file mode 100644 index 000000000..aef3be4d4 --- /dev/null +++ b/packages/tezos-protocol-010-PtGRANAD-parameters/tezos-protocol-010-PtGRANAD-parameters.12.3/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-010-PtGRANAD" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_parameters/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: parameters" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-010-PtGRANAD-parameters/tezos-protocol-010-PtGRANAD-parameters.13.0/opam b/packages/tezos-protocol-010-PtGRANAD-parameters/tezos-protocol-010-PtGRANAD-parameters.13.0/opam new file mode 100644 index 000000000..de9123377 --- /dev/null +++ b/packages/tezos-protocol-010-PtGRANAD-parameters/tezos-protocol-010-PtGRANAD-parameters.13.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-environment" { = version } + "tezos-protocol-010-PtGRANAD" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_parameters/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: parameters" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-010-PtGRANAD-parameters/tezos-protocol-010-PtGRANAD-parameters.9.2/opam b/packages/tezos-protocol-010-PtGRANAD-parameters/tezos-protocol-010-PtGRANAD-parameters.9.2/opam new file mode 100644 index 000000000..a91edf101 --- /dev/null +++ b/packages/tezos-protocol-010-PtGRANAD-parameters/tezos-protocol-010-PtGRANAD-parameters.9.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-010-PtGRANAD" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_parameters/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: parameters" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-010-PtGRANAD-parameters/tezos-protocol-010-PtGRANAD-parameters.9.3/opam b/packages/tezos-protocol-010-PtGRANAD-parameters/tezos-protocol-010-PtGRANAD-parameters.9.3/opam new file mode 100644 index 000000000..99a57faa2 --- /dev/null +++ b/packages/tezos-protocol-010-PtGRANAD-parameters/tezos-protocol-010-PtGRANAD-parameters.9.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-010-PtGRANAD" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_parameters/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: parameters" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-010-PtGRANAD-parameters/tezos-protocol-010-PtGRANAD-parameters.9.4/opam b/packages/tezos-protocol-010-PtGRANAD-parameters/tezos-protocol-010-PtGRANAD-parameters.9.4/opam new file mode 100644 index 000000000..5b0dcc1cf --- /dev/null +++ b/packages/tezos-protocol-010-PtGRANAD-parameters/tezos-protocol-010-PtGRANAD-parameters.9.4/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-010-PtGRANAD" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_parameters/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: parameters" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-010-PtGRANAD-parameters/tezos-protocol-010-PtGRANAD-parameters.9.7/opam b/packages/tezos-protocol-010-PtGRANAD-parameters/tezos-protocol-010-PtGRANAD-parameters.9.7/opam new file mode 100644 index 000000000..e9d8b8a86 --- /dev/null +++ b/packages/tezos-protocol-010-PtGRANAD-parameters/tezos-protocol-010-PtGRANAD-parameters.9.7/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-010-PtGRANAD" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_parameters/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: parameters" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-010-PtGRANAD/tezos-protocol-010-PtGRANAD.10.2/opam b/packages/tezos-protocol-010-PtGRANAD/tezos-protocol-010-PtGRANAD.10.2/opam new file mode 100644 index 000000000..09266290a --- /dev/null +++ b/packages/tezos-protocol-010-PtGRANAD/tezos-protocol-010-PtGRANAD.10.2/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_010_PtGRANAD/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-010-PtGRANAD/tezos-protocol-010-PtGRANAD.11.0/opam b/packages/tezos-protocol-010-PtGRANAD/tezos-protocol-010-PtGRANAD.11.0/opam new file mode 100644 index 000000000..c739f509b --- /dev/null +++ b/packages/tezos-protocol-010-PtGRANAD/tezos-protocol-010-PtGRANAD.11.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_010_PtGRANAD/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-010-PtGRANAD/tezos-protocol-010-PtGRANAD.11.1/opam b/packages/tezos-protocol-010-PtGRANAD/tezos-protocol-010-PtGRANAD.11.1/opam new file mode 100644 index 000000000..daf4a0562 --- /dev/null +++ b/packages/tezos-protocol-010-PtGRANAD/tezos-protocol-010-PtGRANAD.11.1/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_010_PtGRANAD/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-010-PtGRANAD/tezos-protocol-010-PtGRANAD.12.0/opam b/packages/tezos-protocol-010-PtGRANAD/tezos-protocol-010-PtGRANAD.12.0/opam new file mode 100644 index 000000000..44d84d99d --- /dev/null +++ b/packages/tezos-protocol-010-PtGRANAD/tezos-protocol-010-PtGRANAD.12.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_010_PtGRANAD/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-010-PtGRANAD/tezos-protocol-010-PtGRANAD.12.3/opam b/packages/tezos-protocol-010-PtGRANAD/tezos-protocol-010-PtGRANAD.12.3/opam new file mode 100644 index 000000000..f3e22a00f --- /dev/null +++ b/packages/tezos-protocol-010-PtGRANAD/tezos-protocol-010-PtGRANAD.12.3/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_010_PtGRANAD/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-010-PtGRANAD/tezos-protocol-010-PtGRANAD.13.0/opam b/packages/tezos-protocol-010-PtGRANAD/tezos-protocol-010-PtGRANAD.13.0/opam new file mode 100644 index 000000000..8f475da3c --- /dev/null +++ b/packages/tezos-protocol-010-PtGRANAD/tezos-protocol-010-PtGRANAD.13.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_010_PtGRANAD/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-010-PtGRANAD/tezos-protocol-010-PtGRANAD.14.0/opam b/packages/tezos-protocol-010-PtGRANAD/tezos-protocol-010-PtGRANAD.14.0/opam new file mode 100644 index 000000000..671b45ce0 --- /dev/null +++ b/packages/tezos-protocol-010-PtGRANAD/tezos-protocol-010-PtGRANAD.14.0/opam @@ -0,0 +1,28 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-010-PtGRANAD/tezos-protocol-010-PtGRANAD.15.0/opam b/packages/tezos-protocol-010-PtGRANAD/tezos-protocol-010-PtGRANAD.15.0/opam new file mode 100644 index 000000000..192a7a769 --- /dev/null +++ b/packages/tezos-protocol-010-PtGRANAD/tezos-protocol-010-PtGRANAD.15.0/opam @@ -0,0 +1,28 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-010-PtGRANAD/tezos-protocol-010-PtGRANAD.15.1/opam b/packages/tezos-protocol-010-PtGRANAD/tezos-protocol-010-PtGRANAD.15.1/opam new file mode 100644 index 000000000..4585e3f2e --- /dev/null +++ b/packages/tezos-protocol-010-PtGRANAD/tezos-protocol-010-PtGRANAD.15.1/opam @@ -0,0 +1,28 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-010-PtGRANAD/tezos-protocol-010-PtGRANAD.17.1/opam b/packages/tezos-protocol-010-PtGRANAD/tezos-protocol-010-PtGRANAD.17.1/opam new file mode 100644 index 000000000..b79619f09 --- /dev/null +++ b/packages/tezos-protocol-010-PtGRANAD/tezos-protocol-010-PtGRANAD.17.1/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-010-PtGRANAD/tezos-protocol-010-PtGRANAD.17.2/opam b/packages/tezos-protocol-010-PtGRANAD/tezos-protocol-010-PtGRANAD.17.2/opam new file mode 100644 index 000000000..eaf7ea5ec --- /dev/null +++ b/packages/tezos-protocol-010-PtGRANAD/tezos-protocol-010-PtGRANAD.17.2/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-010-PtGRANAD/tezos-protocol-010-PtGRANAD.9.2/opam b/packages/tezos-protocol-010-PtGRANAD/tezos-protocol-010-PtGRANAD.9.2/opam new file mode 100644 index 000000000..49b8c7b45 --- /dev/null +++ b/packages/tezos-protocol-010-PtGRANAD/tezos-protocol-010-PtGRANAD.9.2/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_010_PtGRANAD/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-010-PtGRANAD/tezos-protocol-010-PtGRANAD.9.3/opam b/packages/tezos-protocol-010-PtGRANAD/tezos-protocol-010-PtGRANAD.9.3/opam new file mode 100644 index 000000000..986004179 --- /dev/null +++ b/packages/tezos-protocol-010-PtGRANAD/tezos-protocol-010-PtGRANAD.9.3/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_010_PtGRANAD/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-010-PtGRANAD/tezos-protocol-010-PtGRANAD.9.4/opam b/packages/tezos-protocol-010-PtGRANAD/tezos-protocol-010-PtGRANAD.9.4/opam new file mode 100644 index 000000000..f671dee82 --- /dev/null +++ b/packages/tezos-protocol-010-PtGRANAD/tezos-protocol-010-PtGRANAD.9.4/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_010_PtGRANAD/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-010-PtGRANAD/tezos-protocol-010-PtGRANAD.9.7/opam b/packages/tezos-protocol-010-PtGRANAD/tezos-protocol-010-PtGRANAD.9.7/opam new file mode 100644 index 000000000..454bb906b --- /dev/null +++ b/packages/tezos-protocol-010-PtGRANAD/tezos-protocol-010-PtGRANAD.9.7/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_010_PtGRANAD/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-011-PtHangz2-parameters/tezos-protocol-011-PtHangz2-parameters.11.0/opam b/packages/tezos-protocol-011-PtHangz2-parameters/tezos-protocol-011-PtHangz2-parameters.11.0/opam new file mode 100644 index 000000000..91061ed27 --- /dev/null +++ b/packages/tezos-protocol-011-PtHangz2-parameters/tezos-protocol-011-PtHangz2-parameters.11.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-protocol-011-PtHangz2" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_011_PtHangz2/lib_parameters/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: parameters" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-011-PtHangz2-parameters/tezos-protocol-011-PtHangz2-parameters.11.1/opam b/packages/tezos-protocol-011-PtHangz2-parameters/tezos-protocol-011-PtHangz2-parameters.11.1/opam new file mode 100644 index 000000000..74f76a4df --- /dev/null +++ b/packages/tezos-protocol-011-PtHangz2-parameters/tezos-protocol-011-PtHangz2-parameters.11.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-011-PtHangz2" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_011_PtHangz2/lib_parameters/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: parameters" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-011-PtHangz2-parameters/tezos-protocol-011-PtHangz2-parameters.12.0/opam b/packages/tezos-protocol-011-PtHangz2-parameters/tezos-protocol-011-PtHangz2-parameters.12.0/opam new file mode 100644 index 000000000..63ee6e574 --- /dev/null +++ b/packages/tezos-protocol-011-PtHangz2-parameters/tezos-protocol-011-PtHangz2-parameters.12.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-011-PtHangz2" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_011_PtHangz2/lib_parameters/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: parameters" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-011-PtHangz2-parameters/tezos-protocol-011-PtHangz2-parameters.12.3/opam b/packages/tezos-protocol-011-PtHangz2-parameters/tezos-protocol-011-PtHangz2-parameters.12.3/opam new file mode 100644 index 000000000..6819ab8f2 --- /dev/null +++ b/packages/tezos-protocol-011-PtHangz2-parameters/tezos-protocol-011-PtHangz2-parameters.12.3/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-011-PtHangz2" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_011_PtHangz2/lib_parameters/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: parameters" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-011-PtHangz2-parameters/tezos-protocol-011-PtHangz2-parameters.13.0/opam b/packages/tezos-protocol-011-PtHangz2-parameters/tezos-protocol-011-PtHangz2-parameters.13.0/opam new file mode 100644 index 000000000..bd5bade0b --- /dev/null +++ b/packages/tezos-protocol-011-PtHangz2-parameters/tezos-protocol-011-PtHangz2-parameters.13.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-environment" { = version } + "tezos-protocol-011-PtHangz2" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_011_PtHangz2/lib_parameters/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: parameters" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-011-PtHangz2/tezos-protocol-011-PtHangz2.11.0/opam b/packages/tezos-protocol-011-PtHangz2/tezos-protocol-011-PtHangz2.11.0/opam new file mode 100644 index 000000000..013fb0dcc --- /dev/null +++ b/packages/tezos-protocol-011-PtHangz2/tezos-protocol-011-PtHangz2.11.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_011_PtHangz2/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_011_PtHangz2/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-011-PtHangz2/tezos-protocol-011-PtHangz2.11.1/opam b/packages/tezos-protocol-011-PtHangz2/tezos-protocol-011-PtHangz2.11.1/opam new file mode 100644 index 000000000..a4ea65471 --- /dev/null +++ b/packages/tezos-protocol-011-PtHangz2/tezos-protocol-011-PtHangz2.11.1/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_011_PtHangz2/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_011_PtHangz2/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-011-PtHangz2/tezos-protocol-011-PtHangz2.12.0/opam b/packages/tezos-protocol-011-PtHangz2/tezos-protocol-011-PtHangz2.12.0/opam new file mode 100644 index 000000000..f1999d530 --- /dev/null +++ b/packages/tezos-protocol-011-PtHangz2/tezos-protocol-011-PtHangz2.12.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_011_PtHangz2/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_011_PtHangz2/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-011-PtHangz2/tezos-protocol-011-PtHangz2.12.3/opam b/packages/tezos-protocol-011-PtHangz2/tezos-protocol-011-PtHangz2.12.3/opam new file mode 100644 index 000000000..f1c95d3fa --- /dev/null +++ b/packages/tezos-protocol-011-PtHangz2/tezos-protocol-011-PtHangz2.12.3/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_011_PtHangz2/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_011_PtHangz2/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-011-PtHangz2/tezos-protocol-011-PtHangz2.13.0/opam b/packages/tezos-protocol-011-PtHangz2/tezos-protocol-011-PtHangz2.13.0/opam new file mode 100644 index 000000000..7bbb08862 --- /dev/null +++ b/packages/tezos-protocol-011-PtHangz2/tezos-protocol-011-PtHangz2.13.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_011_PtHangz2/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_011_PtHangz2/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-011-PtHangz2/tezos-protocol-011-PtHangz2.14.0/opam b/packages/tezos-protocol-011-PtHangz2/tezos-protocol-011-PtHangz2.14.0/opam new file mode 100644 index 000000000..5e52cabe3 --- /dev/null +++ b/packages/tezos-protocol-011-PtHangz2/tezos-protocol-011-PtHangz2.14.0/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-environment" { = version } + "tezos-base" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-011-PtHangz2/tezos-protocol-011-PtHangz2.15.0/opam b/packages/tezos-protocol-011-PtHangz2/tezos-protocol-011-PtHangz2.15.0/opam new file mode 100644 index 000000000..2e3f93bf4 --- /dev/null +++ b/packages/tezos-protocol-011-PtHangz2/tezos-protocol-011-PtHangz2.15.0/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-011-PtHangz2/tezos-protocol-011-PtHangz2.15.1/opam b/packages/tezos-protocol-011-PtHangz2/tezos-protocol-011-PtHangz2.15.1/opam new file mode 100644 index 000000000..b33196179 --- /dev/null +++ b/packages/tezos-protocol-011-PtHangz2/tezos-protocol-011-PtHangz2.15.1/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-environment" { = version } + "tezos-base" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-011-PtHangz2/tezos-protocol-011-PtHangz2.17.1/opam b/packages/tezos-protocol-011-PtHangz2/tezos-protocol-011-PtHangz2.17.1/opam new file mode 100644 index 000000000..fdac309ba --- /dev/null +++ b/packages/tezos-protocol-011-PtHangz2/tezos-protocol-011-PtHangz2.17.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-protocol-environment" { = version } + "tezos-base" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-011-PtHangz2/tezos-protocol-011-PtHangz2.17.2/opam b/packages/tezos-protocol-011-PtHangz2/tezos-protocol-011-PtHangz2.17.2/opam new file mode 100644 index 000000000..6fb014a17 --- /dev/null +++ b/packages/tezos-protocol-011-PtHangz2/tezos-protocol-011-PtHangz2.17.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-protocol-environment" { = version } + "tezos-base" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-012-Psithaca-parameters/tezos-protocol-012-Psithaca-parameters.12.0/opam b/packages/tezos-protocol-012-Psithaca-parameters/tezos-protocol-012-Psithaca-parameters.12.0/opam new file mode 100644 index 000000000..c2966227a --- /dev/null +++ b/packages/tezos-protocol-012-Psithaca-parameters/tezos-protocol-012-Psithaca-parameters.12.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-012-Psithaca" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_012_Psithaca/lib_parameters/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: parameters" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-012-Psithaca-parameters/tezos-protocol-012-Psithaca-parameters.12.3/opam b/packages/tezos-protocol-012-Psithaca-parameters/tezos-protocol-012-Psithaca-parameters.12.3/opam new file mode 100644 index 000000000..99113acf7 --- /dev/null +++ b/packages/tezos-protocol-012-Psithaca-parameters/tezos-protocol-012-Psithaca-parameters.12.3/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-012-Psithaca" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_012_Psithaca/lib_parameters/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: parameters" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-012-Psithaca-parameters/tezos-protocol-012-Psithaca-parameters.13.0/opam b/packages/tezos-protocol-012-Psithaca-parameters/tezos-protocol-012-Psithaca-parameters.13.0/opam new file mode 100644 index 000000000..67779bf0b --- /dev/null +++ b/packages/tezos-protocol-012-Psithaca-parameters/tezos-protocol-012-Psithaca-parameters.13.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-environment" { = version } + "tezos-protocol-012-Psithaca" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_012_Psithaca/lib_parameters/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: parameters" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-012-Psithaca/tezos-protocol-012-Psithaca.12.0/opam b/packages/tezos-protocol-012-Psithaca/tezos-protocol-012-Psithaca.12.0/opam new file mode 100644 index 000000000..f7e0ae18a --- /dev/null +++ b/packages/tezos-protocol-012-Psithaca/tezos-protocol-012-Psithaca.12.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_012_Psithaca/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_012_Psithaca/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-012-Psithaca/tezos-protocol-012-Psithaca.12.3/opam b/packages/tezos-protocol-012-Psithaca/tezos-protocol-012-Psithaca.12.3/opam new file mode 100644 index 000000000..9269f6b60 --- /dev/null +++ b/packages/tezos-protocol-012-Psithaca/tezos-protocol-012-Psithaca.12.3/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_012_Psithaca/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_012_Psithaca/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-012-Psithaca/tezos-protocol-012-Psithaca.13.0/opam b/packages/tezos-protocol-012-Psithaca/tezos-protocol-012-Psithaca.13.0/opam new file mode 100644 index 000000000..453c8ef8a --- /dev/null +++ b/packages/tezos-protocol-012-Psithaca/tezos-protocol-012-Psithaca.13.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_012_Psithaca/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_012_Psithaca/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-012-Psithaca/tezos-protocol-012-Psithaca.14.0/opam b/packages/tezos-protocol-012-Psithaca/tezos-protocol-012-Psithaca.14.0/opam new file mode 100644 index 000000000..5e52cabe3 --- /dev/null +++ b/packages/tezos-protocol-012-Psithaca/tezos-protocol-012-Psithaca.14.0/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-environment" { = version } + "tezos-base" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-012-Psithaca/tezos-protocol-012-Psithaca.15.0/opam b/packages/tezos-protocol-012-Psithaca/tezos-protocol-012-Psithaca.15.0/opam new file mode 100644 index 000000000..2e3f93bf4 --- /dev/null +++ b/packages/tezos-protocol-012-Psithaca/tezos-protocol-012-Psithaca.15.0/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-012-Psithaca/tezos-protocol-012-Psithaca.15.1/opam b/packages/tezos-protocol-012-Psithaca/tezos-protocol-012-Psithaca.15.1/opam new file mode 100644 index 000000000..b33196179 --- /dev/null +++ b/packages/tezos-protocol-012-Psithaca/tezos-protocol-012-Psithaca.15.1/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-environment" { = version } + "tezos-base" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-012-Psithaca/tezos-protocol-012-Psithaca.17.1/opam b/packages/tezos-protocol-012-Psithaca/tezos-protocol-012-Psithaca.17.1/opam new file mode 100644 index 000000000..fdac309ba --- /dev/null +++ b/packages/tezos-protocol-012-Psithaca/tezos-protocol-012-Psithaca.17.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-protocol-environment" { = version } + "tezos-base" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-012-Psithaca/tezos-protocol-012-Psithaca.17.2/opam b/packages/tezos-protocol-012-Psithaca/tezos-protocol-012-Psithaca.17.2/opam new file mode 100644 index 000000000..6fb014a17 --- /dev/null +++ b/packages/tezos-protocol-012-Psithaca/tezos-protocol-012-Psithaca.17.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-protocol-environment" { = version } + "tezos-base" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-013-PtJakart-parameters/tezos-protocol-013-PtJakart-parameters.13.0/opam b/packages/tezos-protocol-013-PtJakart-parameters/tezos-protocol-013-PtJakart-parameters.13.0/opam new file mode 100644 index 000000000..adaff3cf1 --- /dev/null +++ b/packages/tezos-protocol-013-PtJakart-parameters/tezos-protocol-013-PtJakart-parameters.13.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-environment" { = version } + "tezos-protocol-013-PtJakart" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_013_PtJakart/lib_parameters/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: parameters" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-013-PtJakart/tezos-protocol-013-PtJakart.13.0/opam b/packages/tezos-protocol-013-PtJakart/tezos-protocol-013-PtJakart.13.0/opam new file mode 100644 index 000000000..0f0db4d2c --- /dev/null +++ b/packages/tezos-protocol-013-PtJakart/tezos-protocol-013-PtJakart.13.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_013_PtJakart/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_013_PtJakart/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-013-PtJakart/tezos-protocol-013-PtJakart.14.0/opam b/packages/tezos-protocol-013-PtJakart/tezos-protocol-013-PtJakart.14.0/opam new file mode 100644 index 000000000..5e52cabe3 --- /dev/null +++ b/packages/tezos-protocol-013-PtJakart/tezos-protocol-013-PtJakart.14.0/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-environment" { = version } + "tezos-base" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-013-PtJakart/tezos-protocol-013-PtJakart.15.0/opam b/packages/tezos-protocol-013-PtJakart/tezos-protocol-013-PtJakart.15.0/opam new file mode 100644 index 000000000..2e3f93bf4 --- /dev/null +++ b/packages/tezos-protocol-013-PtJakart/tezos-protocol-013-PtJakart.15.0/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-013-PtJakart/tezos-protocol-013-PtJakart.15.1/opam b/packages/tezos-protocol-013-PtJakart/tezos-protocol-013-PtJakart.15.1/opam new file mode 100644 index 000000000..b33196179 --- /dev/null +++ b/packages/tezos-protocol-013-PtJakart/tezos-protocol-013-PtJakart.15.1/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-environment" { = version } + "tezos-base" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-013-PtJakart/tezos-protocol-013-PtJakart.17.1/opam b/packages/tezos-protocol-013-PtJakart/tezos-protocol-013-PtJakart.17.1/opam new file mode 100644 index 000000000..fdac309ba --- /dev/null +++ b/packages/tezos-protocol-013-PtJakart/tezos-protocol-013-PtJakart.17.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-protocol-environment" { = version } + "tezos-base" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-013-PtJakart/tezos-protocol-013-PtJakart.17.2/opam b/packages/tezos-protocol-013-PtJakart/tezos-protocol-013-PtJakart.17.2/opam new file mode 100644 index 000000000..6fb014a17 --- /dev/null +++ b/packages/tezos-protocol-013-PtJakart/tezos-protocol-013-PtJakart.17.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-protocol-environment" { = version } + "tezos-base" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-014-PtKathma/tezos-protocol-014-PtKathma.14.0/opam b/packages/tezos-protocol-014-PtKathma/tezos-protocol-014-PtKathma.14.0/opam new file mode 100644 index 000000000..5e52cabe3 --- /dev/null +++ b/packages/tezos-protocol-014-PtKathma/tezos-protocol-014-PtKathma.14.0/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-environment" { = version } + "tezos-base" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-014-PtKathma/tezos-protocol-014-PtKathma.15.0/opam b/packages/tezos-protocol-014-PtKathma/tezos-protocol-014-PtKathma.15.0/opam new file mode 100644 index 000000000..2e3f93bf4 --- /dev/null +++ b/packages/tezos-protocol-014-PtKathma/tezos-protocol-014-PtKathma.15.0/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-014-PtKathma/tezos-protocol-014-PtKathma.15.1/opam b/packages/tezos-protocol-014-PtKathma/tezos-protocol-014-PtKathma.15.1/opam new file mode 100644 index 000000000..b33196179 --- /dev/null +++ b/packages/tezos-protocol-014-PtKathma/tezos-protocol-014-PtKathma.15.1/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-environment" { = version } + "tezos-base" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-014-PtKathma/tezos-protocol-014-PtKathma.17.1/opam b/packages/tezos-protocol-014-PtKathma/tezos-protocol-014-PtKathma.17.1/opam new file mode 100644 index 000000000..fdac309ba --- /dev/null +++ b/packages/tezos-protocol-014-PtKathma/tezos-protocol-014-PtKathma.17.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-protocol-environment" { = version } + "tezos-base" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-014-PtKathma/tezos-protocol-014-PtKathma.17.2/opam b/packages/tezos-protocol-014-PtKathma/tezos-protocol-014-PtKathma.17.2/opam new file mode 100644 index 000000000..6fb014a17 --- /dev/null +++ b/packages/tezos-protocol-014-PtKathma/tezos-protocol-014-PtKathma.17.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-protocol-environment" { = version } + "tezos-base" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-015-PtLimaPt/tezos-protocol-015-PtLimaPt.15.0/opam b/packages/tezos-protocol-015-PtLimaPt/tezos-protocol-015-PtLimaPt.15.0/opam new file mode 100644 index 000000000..2e3f93bf4 --- /dev/null +++ b/packages/tezos-protocol-015-PtLimaPt/tezos-protocol-015-PtLimaPt.15.0/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-015-PtLimaPt/tezos-protocol-015-PtLimaPt.15.1/opam b/packages/tezos-protocol-015-PtLimaPt/tezos-protocol-015-PtLimaPt.15.1/opam new file mode 100644 index 000000000..b33196179 --- /dev/null +++ b/packages/tezos-protocol-015-PtLimaPt/tezos-protocol-015-PtLimaPt.15.1/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-environment" { = version } + "tezos-base" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-015-PtLimaPt/tezos-protocol-015-PtLimaPt.17.1/opam b/packages/tezos-protocol-015-PtLimaPt/tezos-protocol-015-PtLimaPt.17.1/opam new file mode 100644 index 000000000..fdac309ba --- /dev/null +++ b/packages/tezos-protocol-015-PtLimaPt/tezos-protocol-015-PtLimaPt.17.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-protocol-environment" { = version } + "tezos-base" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-015-PtLimaPt/tezos-protocol-015-PtLimaPt.17.2/opam b/packages/tezos-protocol-015-PtLimaPt/tezos-protocol-015-PtLimaPt.17.2/opam new file mode 100644 index 000000000..6fb014a17 --- /dev/null +++ b/packages/tezos-protocol-015-PtLimaPt/tezos-protocol-015-PtLimaPt.17.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-protocol-environment" { = version } + "tezos-base" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-016-PtMumbai/tezos-protocol-016-PtMumbai.17.1/opam b/packages/tezos-protocol-016-PtMumbai/tezos-protocol-016-PtMumbai.17.1/opam new file mode 100644 index 000000000..fdac309ba --- /dev/null +++ b/packages/tezos-protocol-016-PtMumbai/tezos-protocol-016-PtMumbai.17.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-protocol-environment" { = version } + "tezos-base" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-016-PtMumbai/tezos-protocol-016-PtMumbai.17.2/opam b/packages/tezos-protocol-016-PtMumbai/tezos-protocol-016-PtMumbai.17.2/opam new file mode 100644 index 000000000..6fb014a17 --- /dev/null +++ b/packages/tezos-protocol-016-PtMumbai/tezos-protocol-016-PtMumbai.17.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-protocol-environment" { = version } + "tezos-base" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-017-PtNairob/tezos-protocol-017-PtNairob.17.1/opam b/packages/tezos-protocol-017-PtNairob/tezos-protocol-017-PtNairob.17.1/opam new file mode 100644 index 000000000..fdac309ba --- /dev/null +++ b/packages/tezos-protocol-017-PtNairob/tezos-protocol-017-PtNairob.17.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-protocol-environment" { = version } + "tezos-base" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-017-PtNairob/tezos-protocol-017-PtNairob.17.2/opam b/packages/tezos-protocol-017-PtNairob/tezos-protocol-017-PtNairob.17.2/opam new file mode 100644 index 000000000..6fb014a17 --- /dev/null +++ b/packages/tezos-protocol-017-PtNairob/tezos-protocol-017-PtNairob.17.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-protocol-environment" { = version } + "tezos-base" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-alpha-parameters/tezos-protocol-alpha-parameters.10.2/opam b/packages/tezos-protocol-alpha-parameters/tezos-protocol-alpha-parameters.10.2/opam new file mode 100644 index 000000000..af0ee8072 --- /dev/null +++ b/packages/tezos-protocol-alpha-parameters/tezos-protocol-alpha-parameters.10.2/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-alpha" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_parameters/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: parameters" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-alpha-parameters/tezos-protocol-alpha-parameters.11.0/opam b/packages/tezos-protocol-alpha-parameters/tezos-protocol-alpha-parameters.11.0/opam new file mode 100644 index 000000000..4d710a19f --- /dev/null +++ b/packages/tezos-protocol-alpha-parameters/tezos-protocol-alpha-parameters.11.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-protocol-alpha" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_parameters/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: parameters" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-alpha-parameters/tezos-protocol-alpha-parameters.11.1/opam b/packages/tezos-protocol-alpha-parameters/tezos-protocol-alpha-parameters.11.1/opam new file mode 100644 index 000000000..49aaa6731 --- /dev/null +++ b/packages/tezos-protocol-alpha-parameters/tezos-protocol-alpha-parameters.11.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-alpha" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_parameters/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: parameters" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-alpha-parameters/tezos-protocol-alpha-parameters.12.0/opam b/packages/tezos-protocol-alpha-parameters/tezos-protocol-alpha-parameters.12.0/opam new file mode 100644 index 000000000..d32e71e29 --- /dev/null +++ b/packages/tezos-protocol-alpha-parameters/tezos-protocol-alpha-parameters.12.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-alpha" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_parameters/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: parameters" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-alpha-parameters/tezos-protocol-alpha-parameters.12.3/opam b/packages/tezos-protocol-alpha-parameters/tezos-protocol-alpha-parameters.12.3/opam new file mode 100644 index 000000000..3165cdcdc --- /dev/null +++ b/packages/tezos-protocol-alpha-parameters/tezos-protocol-alpha-parameters.12.3/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-alpha" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_parameters/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: parameters" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-alpha-parameters/tezos-protocol-alpha-parameters.13.0/opam b/packages/tezos-protocol-alpha-parameters/tezos-protocol-alpha-parameters.13.0/opam new file mode 100644 index 000000000..5528a7b2c --- /dev/null +++ b/packages/tezos-protocol-alpha-parameters/tezos-protocol-alpha-parameters.13.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-environment" { = version } + "tezos-protocol-alpha" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_parameters/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: parameters" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-alpha-parameters/tezos-protocol-alpha-parameters.7.0/opam b/packages/tezos-protocol-alpha-parameters/tezos-protocol-alpha-parameters.7.0/opam new file mode 100644 index 000000000..080feac51 --- /dev/null +++ b/packages/tezos-protocol-alpha-parameters/tezos-protocol-alpha-parameters.7.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-alpha" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_parameters/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: parameters" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.0.tar.bz2" + checksum: [ + "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91" + "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-alpha-parameters/tezos-protocol-alpha-parameters.7.1/opam b/packages/tezos-protocol-alpha-parameters/tezos-protocol-alpha-parameters.7.1/opam new file mode 100644 index 000000000..5b50c8a5c --- /dev/null +++ b/packages/tezos-protocol-alpha-parameters/tezos-protocol-alpha-parameters.7.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-alpha" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_parameters/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: parameters" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.1.tar.bz2" + checksum: [ + "sha256=3675d856c4b818da7f5de0b85b86a48d3883f1210cfef28ef3233a047e74bed6" + "sha512=d6abdef9a6643b2ffe8141ecc625dcc2a939131e2e5cc158c74aba8c403bd4072b7fc403ccfa6d766696604ad112495dd9db1ece8a3ae5a4693071dfdffcbda5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-alpha-parameters/tezos-protocol-alpha-parameters.7.2/opam b/packages/tezos-protocol-alpha-parameters/tezos-protocol-alpha-parameters.7.2/opam new file mode 100644 index 000000000..fb45f07ac --- /dev/null +++ b/packages/tezos-protocol-alpha-parameters/tezos-protocol-alpha-parameters.7.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-alpha" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_parameters/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: parameters" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.2.tar.bz2" + checksum: [ + "sha256=abb52ad63345943d20f3edc4c3507474af94c001c8bf58138f47341942036cec" + "sha512=c823ca801cbc4005f5fc6ea5236d93569410c034da3ed32939ef64a0f2c19a34444fac12e13c72e5a1e15a401b655e58ffdbbb66ce0516e5968f621677b96117" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-alpha-parameters/tezos-protocol-alpha-parameters.7.3/opam b/packages/tezos-protocol-alpha-parameters/tezos-protocol-alpha-parameters.7.3/opam new file mode 100644 index 000000000..2d11e7932 --- /dev/null +++ b/packages/tezos-protocol-alpha-parameters/tezos-protocol-alpha-parameters.7.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-alpha" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_parameters/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: parameters" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.3.tar.bz2" + checksum: [ + "sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" + "sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-alpha-parameters/tezos-protocol-alpha-parameters.7.4/opam b/packages/tezos-protocol-alpha-parameters/tezos-protocol-alpha-parameters.7.4/opam new file mode 100644 index 000000000..7165d4d81 --- /dev/null +++ b/packages/tezos-protocol-alpha-parameters/tezos-protocol-alpha-parameters.7.4/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-alpha" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_parameters/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: parameters" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-alpha-parameters/tezos-protocol-alpha-parameters.8.0/opam b/packages/tezos-protocol-alpha-parameters/tezos-protocol-alpha-parameters.8.0/opam new file mode 100644 index 000000000..0ccafef79 --- /dev/null +++ b/packages/tezos-protocol-alpha-parameters/tezos-protocol-alpha-parameters.8.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-alpha" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_parameters/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: parameters" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-alpha-parameters/tezos-protocol-alpha-parameters.8.1/opam b/packages/tezos-protocol-alpha-parameters/tezos-protocol-alpha-parameters.8.1/opam new file mode 100644 index 000000000..8bbe22264 --- /dev/null +++ b/packages/tezos-protocol-alpha-parameters/tezos-protocol-alpha-parameters.8.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-alpha" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_parameters/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: parameters" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-alpha-parameters/tezos-protocol-alpha-parameters.8.2/opam b/packages/tezos-protocol-alpha-parameters/tezos-protocol-alpha-parameters.8.2/opam new file mode 100644 index 000000000..dbbe2dce3 --- /dev/null +++ b/packages/tezos-protocol-alpha-parameters/tezos-protocol-alpha-parameters.8.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-alpha" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_parameters/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: parameters" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-alpha-parameters/tezos-protocol-alpha-parameters.8.3/opam b/packages/tezos-protocol-alpha-parameters/tezos-protocol-alpha-parameters.8.3/opam new file mode 100644 index 000000000..bc22efd1d --- /dev/null +++ b/packages/tezos-protocol-alpha-parameters/tezos-protocol-alpha-parameters.8.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-alpha" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_parameters/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: parameters" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-alpha-parameters/tezos-protocol-alpha-parameters.9.0/opam b/packages/tezos-protocol-alpha-parameters/tezos-protocol-alpha-parameters.9.0/opam new file mode 100644 index 000000000..8ced2e4aa --- /dev/null +++ b/packages/tezos-protocol-alpha-parameters/tezos-protocol-alpha-parameters.9.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-alpha" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_parameters/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: parameters" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-alpha-parameters/tezos-protocol-alpha-parameters.9.1/opam b/packages/tezos-protocol-alpha-parameters/tezos-protocol-alpha-parameters.9.1/opam new file mode 100644 index 000000000..99cc88110 --- /dev/null +++ b/packages/tezos-protocol-alpha-parameters/tezos-protocol-alpha-parameters.9.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-alpha" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_parameters/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: parameters" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-alpha-parameters/tezos-protocol-alpha-parameters.9.2/opam b/packages/tezos-protocol-alpha-parameters/tezos-protocol-alpha-parameters.9.2/opam new file mode 100644 index 000000000..2ae34bd34 --- /dev/null +++ b/packages/tezos-protocol-alpha-parameters/tezos-protocol-alpha-parameters.9.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-alpha" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_parameters/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: parameters" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-alpha-parameters/tezos-protocol-alpha-parameters.9.3/opam b/packages/tezos-protocol-alpha-parameters/tezos-protocol-alpha-parameters.9.3/opam new file mode 100644 index 000000000..78dc8f7c6 --- /dev/null +++ b/packages/tezos-protocol-alpha-parameters/tezos-protocol-alpha-parameters.9.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-alpha" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_parameters/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: parameters" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-alpha-parameters/tezos-protocol-alpha-parameters.9.4/opam b/packages/tezos-protocol-alpha-parameters/tezos-protocol-alpha-parameters.9.4/opam new file mode 100644 index 000000000..8b101d919 --- /dev/null +++ b/packages/tezos-protocol-alpha-parameters/tezos-protocol-alpha-parameters.9.4/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-alpha" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_parameters/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: parameters" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-alpha-parameters/tezos-protocol-alpha-parameters.9.7/opam b/packages/tezos-protocol-alpha-parameters/tezos-protocol-alpha-parameters.9.7/opam new file mode 100644 index 000000000..223e6c5fd --- /dev/null +++ b/packages/tezos-protocol-alpha-parameters/tezos-protocol-alpha-parameters.9.7/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-alpha" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_parameters/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: parameters" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-alpha/tezos-protocol-alpha.10.2/opam b/packages/tezos-protocol-alpha/tezos-protocol-alpha.10.2/opam new file mode 100644 index 000000000..89de017c4 --- /dev/null +++ b/packages/tezos-protocol-alpha/tezos-protocol-alpha.10.2/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_alpha/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-alpha/tezos-protocol-alpha.11.0/opam b/packages/tezos-protocol-alpha/tezos-protocol-alpha.11.0/opam new file mode 100644 index 000000000..bcac21231 --- /dev/null +++ b/packages/tezos-protocol-alpha/tezos-protocol-alpha.11.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_alpha/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-alpha/tezos-protocol-alpha.11.1/opam b/packages/tezos-protocol-alpha/tezos-protocol-alpha.11.1/opam new file mode 100644 index 000000000..472806390 --- /dev/null +++ b/packages/tezos-protocol-alpha/tezos-protocol-alpha.11.1/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_alpha/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-alpha/tezos-protocol-alpha.12.0/opam b/packages/tezos-protocol-alpha/tezos-protocol-alpha.12.0/opam new file mode 100644 index 000000000..eb2be1ab7 --- /dev/null +++ b/packages/tezos-protocol-alpha/tezos-protocol-alpha.12.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_alpha/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-alpha/tezos-protocol-alpha.12.3/opam b/packages/tezos-protocol-alpha/tezos-protocol-alpha.12.3/opam new file mode 100644 index 000000000..30073ae32 --- /dev/null +++ b/packages/tezos-protocol-alpha/tezos-protocol-alpha.12.3/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_alpha/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-alpha/tezos-protocol-alpha.13.0/opam b/packages/tezos-protocol-alpha/tezos-protocol-alpha.13.0/opam new file mode 100644 index 000000000..7924d5d21 --- /dev/null +++ b/packages/tezos-protocol-alpha/tezos-protocol-alpha.13.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_alpha/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-alpha/tezos-protocol-alpha.14.0/opam b/packages/tezos-protocol-alpha/tezos-protocol-alpha.14.0/opam new file mode 100644 index 000000000..5e52cabe3 --- /dev/null +++ b/packages/tezos-protocol-alpha/tezos-protocol-alpha.14.0/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-environment" { = version } + "tezos-base" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-alpha/tezos-protocol-alpha.15.0/opam b/packages/tezos-protocol-alpha/tezos-protocol-alpha.15.0/opam new file mode 100644 index 000000000..2e3f93bf4 --- /dev/null +++ b/packages/tezos-protocol-alpha/tezos-protocol-alpha.15.0/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-alpha/tezos-protocol-alpha.15.1/opam b/packages/tezos-protocol-alpha/tezos-protocol-alpha.15.1/opam new file mode 100644 index 000000000..b33196179 --- /dev/null +++ b/packages/tezos-protocol-alpha/tezos-protocol-alpha.15.1/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-environment" { = version } + "tezos-base" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-alpha/tezos-protocol-alpha.17.1/opam b/packages/tezos-protocol-alpha/tezos-protocol-alpha.17.1/opam new file mode 100644 index 000000000..fdac309ba --- /dev/null +++ b/packages/tezos-protocol-alpha/tezos-protocol-alpha.17.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-protocol-environment" { = version } + "tezos-base" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-alpha/tezos-protocol-alpha.17.2/opam b/packages/tezos-protocol-alpha/tezos-protocol-alpha.17.2/opam new file mode 100644 index 000000000..6fb014a17 --- /dev/null +++ b/packages/tezos-protocol-alpha/tezos-protocol-alpha.17.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-protocol-environment" { = version } + "tezos-base" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-alpha/tezos-protocol-alpha.7.0/opam b/packages/tezos-protocol-alpha/tezos-protocol-alpha.7.0/opam new file mode 100644 index 000000000..bcef64e30 --- /dev/null +++ b/packages/tezos-protocol-alpha/tezos-protocol-alpha.7.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.0.tar.bz2" + checksum: [ + "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91" + "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-alpha/tezos-protocol-alpha.7.1/opam b/packages/tezos-protocol-alpha/tezos-protocol-alpha.7.1/opam new file mode 100644 index 000000000..22f6905d5 --- /dev/null +++ b/packages/tezos-protocol-alpha/tezos-protocol-alpha.7.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.1.tar.bz2" + checksum: [ + "sha256=3675d856c4b818da7f5de0b85b86a48d3883f1210cfef28ef3233a047e74bed6" + "sha512=d6abdef9a6643b2ffe8141ecc625dcc2a939131e2e5cc158c74aba8c403bd4072b7fc403ccfa6d766696604ad112495dd9db1ece8a3ae5a4693071dfdffcbda5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-alpha/tezos-protocol-alpha.7.2/opam b/packages/tezos-protocol-alpha/tezos-protocol-alpha.7.2/opam new file mode 100644 index 000000000..949f7bf90 --- /dev/null +++ b/packages/tezos-protocol-alpha/tezos-protocol-alpha.7.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.2.tar.bz2" + checksum: [ + "sha256=abb52ad63345943d20f3edc4c3507474af94c001c8bf58138f47341942036cec" + "sha512=c823ca801cbc4005f5fc6ea5236d93569410c034da3ed32939ef64a0f2c19a34444fac12e13c72e5a1e15a401b655e58ffdbbb66ce0516e5968f621677b96117" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-alpha/tezos-protocol-alpha.7.3/opam b/packages/tezos-protocol-alpha/tezos-protocol-alpha.7.3/opam new file mode 100644 index 000000000..fb9edfbde --- /dev/null +++ b/packages/tezos-protocol-alpha/tezos-protocol-alpha.7.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.3.tar.bz2" + checksum: [ + "sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" + "sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-alpha/tezos-protocol-alpha.7.4/opam b/packages/tezos-protocol-alpha/tezos-protocol-alpha.7.4/opam new file mode 100644 index 000000000..021619a9f --- /dev/null +++ b/packages/tezos-protocol-alpha/tezos-protocol-alpha.7.4/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-alpha/tezos-protocol-alpha.8.0/opam b/packages/tezos-protocol-alpha/tezos-protocol-alpha.8.0/opam new file mode 100644 index 000000000..67365eea4 --- /dev/null +++ b/packages/tezos-protocol-alpha/tezos-protocol-alpha.8.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_alpha/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-alpha/tezos-protocol-alpha.8.1/opam b/packages/tezos-protocol-alpha/tezos-protocol-alpha.8.1/opam new file mode 100644 index 000000000..0ef449d64 --- /dev/null +++ b/packages/tezos-protocol-alpha/tezos-protocol-alpha.8.1/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_alpha/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-alpha/tezos-protocol-alpha.8.2/opam b/packages/tezos-protocol-alpha/tezos-protocol-alpha.8.2/opam new file mode 100644 index 000000000..cbbc0d786 --- /dev/null +++ b/packages/tezos-protocol-alpha/tezos-protocol-alpha.8.2/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_alpha/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-alpha/tezos-protocol-alpha.8.3/opam b/packages/tezos-protocol-alpha/tezos-protocol-alpha.8.3/opam new file mode 100644 index 000000000..9686568cf --- /dev/null +++ b/packages/tezos-protocol-alpha/tezos-protocol-alpha.8.3/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_alpha/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-alpha/tezos-protocol-alpha.9.0/opam b/packages/tezos-protocol-alpha/tezos-protocol-alpha.9.0/opam new file mode 100644 index 000000000..44a7cf217 --- /dev/null +++ b/packages/tezos-protocol-alpha/tezos-protocol-alpha.9.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_alpha/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-alpha/tezos-protocol-alpha.9.1/opam b/packages/tezos-protocol-alpha/tezos-protocol-alpha.9.1/opam new file mode 100644 index 000000000..06b31b499 --- /dev/null +++ b/packages/tezos-protocol-alpha/tezos-protocol-alpha.9.1/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_alpha/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-alpha/tezos-protocol-alpha.9.2/opam b/packages/tezos-protocol-alpha/tezos-protocol-alpha.9.2/opam new file mode 100644 index 000000000..61785b3bf --- /dev/null +++ b/packages/tezos-protocol-alpha/tezos-protocol-alpha.9.2/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_alpha/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-alpha/tezos-protocol-alpha.9.3/opam b/packages/tezos-protocol-alpha/tezos-protocol-alpha.9.3/opam new file mode 100644 index 000000000..b43f4b12f --- /dev/null +++ b/packages/tezos-protocol-alpha/tezos-protocol-alpha.9.3/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_alpha/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-alpha/tezos-protocol-alpha.9.4/opam b/packages/tezos-protocol-alpha/tezos-protocol-alpha.9.4/opam new file mode 100644 index 000000000..3f909d942 --- /dev/null +++ b/packages/tezos-protocol-alpha/tezos-protocol-alpha.9.4/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_alpha/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-alpha/tezos-protocol-alpha.9.7/opam b/packages/tezos-protocol-alpha/tezos-protocol-alpha.9.7/opam new file mode 100644 index 000000000..c293c5ada --- /dev/null +++ b/packages/tezos-protocol-alpha/tezos-protocol-alpha.9.7/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_alpha/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: economic-protocol definition" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-compiler/tezos-protocol-compiler.10.2/opam b/packages/tezos-protocol-compiler/tezos-protocol-compiler.10.2/opam new file mode 100644 index 000000000..88d1caa05 --- /dev/null +++ b/packages/tezos-protocol-compiler/tezos-protocol-compiler.10.2/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + ## ocaml should be in sync with `script/version.sh` + "ocaml" { >= "4.10.2" & < "4.11" } + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-environment" { = version } + "ocp-ocamlres" {= "0.4"} + "re" {<= "1.12.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_compiler/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: economic-protocol compiler" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-compiler/tezos-protocol-compiler.11.0/opam b/packages/tezos-protocol-compiler/tezos-protocol-compiler.11.0/opam new file mode 100644 index 000000000..b041a5b72 --- /dev/null +++ b/packages/tezos-protocol-compiler/tezos-protocol-compiler.11.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + ## ocaml should be in sync with `script/version.sh` + "ocaml" { >= "4.12.0" & < "4.13" } + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-version" { = version } + "tezos-protocol-environment" { = version } + "ocp-ocamlres" {= "0.4"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_compiler/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: economic-protocol compiler" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-compiler/tezos-protocol-compiler.11.1/opam b/packages/tezos-protocol-compiler/tezos-protocol-compiler.11.1/opam new file mode 100644 index 000000000..62f37dfa4 --- /dev/null +++ b/packages/tezos-protocol-compiler/tezos-protocol-compiler.11.1/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + ## ocaml should be in sync with `script/version.sh` + "ocaml" { >= "4.12.0" & < "4.13" } + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-version" { = version } + "tezos-protocol-environment" { = version } + "ocp-ocamlres" {= "0.4"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_compiler/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: economic-protocol compiler" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-compiler/tezos-protocol-compiler.12.0/opam b/packages/tezos-protocol-compiler/tezos-protocol-compiler.12.0/opam new file mode 100644 index 000000000..216994cf0 --- /dev/null +++ b/packages/tezos-protocol-compiler/tezos-protocol-compiler.12.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + ## ocaml should be in sync with `script/version.sh` + "ocaml" { >= "4.12.0" & < "4.13" } + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-version" { = version } + "tezos-protocol-environment" { = version } + "ocp-ocamlres" {= "0.4"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_compiler/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: economic-protocol compiler" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-compiler/tezos-protocol-compiler.12.3/opam b/packages/tezos-protocol-compiler/tezos-protocol-compiler.12.3/opam new file mode 100644 index 000000000..6a5d73770 --- /dev/null +++ b/packages/tezos-protocol-compiler/tezos-protocol-compiler.12.3/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + ## ocaml should be in sync with `script/version.sh` + "ocaml" { >= "4.12.0" & < "4.13" } + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-version" { = version } + "tezos-protocol-environment" { = version } + "ocp-ocamlres" {= "0.4"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_compiler/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: economic-protocol compiler" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-compiler/tezos-protocol-compiler.13.0/opam b/packages/tezos-protocol-compiler/tezos-protocol-compiler.13.0/opam new file mode 100644 index 000000000..30c82deee --- /dev/null +++ b/packages/tezos-protocol-compiler/tezos-protocol-compiler.13.0/opam @@ -0,0 +1,37 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "ocaml" { >= "4.12.1" & < "4.13" } + "tezos-base" { = version } + "tezos-protocol-environment" { = version } + "tezos-version" { = version } + "tezos-stdlib-unix" { = version } + "lwt" {>= "5.4.0" & <= "5.9.0"} + "ocp-ocamlres" {= "0.4"} + "base-unix" {= "base"} + "re" {>= "1.7.2" & <= "1.12.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_compiler/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: economic-protocol compiler" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-compiler/tezos-protocol-compiler.14.0/opam b/packages/tezos-protocol-compiler/tezos-protocol-compiler.14.0/opam new file mode 100644 index 000000000..d7f1fcc9d --- /dev/null +++ b/packages/tezos-protocol-compiler/tezos-protocol-compiler.14.0/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14.0" & < "4.15" } + "tezos-base" { = version } + "tezos-protocol-environment" { = version } + "tezos-version" { = version } + "tezos-stdlib-unix" { = version } + "lwt" {>= "5.4.0" & <= "5.9.0"} + "ocp-ocamlres" {= "0.4"} + "base-unix" {= "base"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: economic-protocol compiler" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-compiler/tezos-protocol-compiler.7.0/opam b/packages/tezos-protocol-compiler/tezos-protocol-compiler.7.0/opam new file mode 100644 index 000000000..27e918f29 --- /dev/null +++ b/packages/tezos-protocol-compiler/tezos-protocol-compiler.7.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "ocaml" { = "4.09.1" } + "dune" {>= "1.11" & <= "3.17.1"} + "base-unix" {= "base"} + "tezos-base" { = version } + "tezos-protocol-environment" { = version } + "ocp-ocamlres" {= "0.4"} +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_compiler/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: economic-protocol compiler" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.0.tar.bz2" + checksum: [ + "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91" + "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-compiler/tezos-protocol-compiler.7.1/opam b/packages/tezos-protocol-compiler/tezos-protocol-compiler.7.1/opam new file mode 100644 index 000000000..793dd4454 --- /dev/null +++ b/packages/tezos-protocol-compiler/tezos-protocol-compiler.7.1/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "ocaml" { = "4.09.1" } + "dune" {>= "1.11" & <= "3.17.1"} + "base-unix" {= "base"} + "tezos-base" { = version } + "tezos-protocol-environment" { = version } + "ocp-ocamlres" {= "0.4"} +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_compiler/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: economic-protocol compiler" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.1.tar.bz2" + checksum: [ + "sha256=3675d856c4b818da7f5de0b85b86a48d3883f1210cfef28ef3233a047e74bed6" + "sha512=d6abdef9a6643b2ffe8141ecc625dcc2a939131e2e5cc158c74aba8c403bd4072b7fc403ccfa6d766696604ad112495dd9db1ece8a3ae5a4693071dfdffcbda5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-compiler/tezos-protocol-compiler.7.2/opam b/packages/tezos-protocol-compiler/tezos-protocol-compiler.7.2/opam new file mode 100644 index 000000000..be17d7b02 --- /dev/null +++ b/packages/tezos-protocol-compiler/tezos-protocol-compiler.7.2/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "ocaml" { = "4.09.1" } + "dune" {>= "1.11" & <= "3.17.1"} + "base-unix" {= "base"} + "tezos-base" { = version } + "tezos-protocol-environment" { = version } + "ocp-ocamlres" {= "0.4"} +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_compiler/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: economic-protocol compiler" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.2.tar.bz2" + checksum: [ + "sha256=abb52ad63345943d20f3edc4c3507474af94c001c8bf58138f47341942036cec" + "sha512=c823ca801cbc4005f5fc6ea5236d93569410c034da3ed32939ef64a0f2c19a34444fac12e13c72e5a1e15a401b655e58ffdbbb66ce0516e5968f621677b96117" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-compiler/tezos-protocol-compiler.7.3/opam b/packages/tezos-protocol-compiler/tezos-protocol-compiler.7.3/opam new file mode 100644 index 000000000..a378df222 --- /dev/null +++ b/packages/tezos-protocol-compiler/tezos-protocol-compiler.7.3/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "ocaml" { = "4.09.1" } + "dune" {>= "1.11" & <= "3.17.1"} + "base-unix" {= "base"} + "tezos-base" { = version } + "tezos-protocol-environment" { = version } + "ocp-ocamlres" {= "0.4"} +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_compiler/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: economic-protocol compiler" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.3.tar.bz2" + checksum: [ + "sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" + "sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-compiler/tezos-protocol-compiler.7.4/opam b/packages/tezos-protocol-compiler/tezos-protocol-compiler.7.4/opam new file mode 100644 index 000000000..ba3978558 --- /dev/null +++ b/packages/tezos-protocol-compiler/tezos-protocol-compiler.7.4/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "ocaml" { = "4.09.1" } + "dune" {>= "1.11" & <= "3.17.1"} + "base-unix" {= "base"} + "tezos-base" { = version } + "tezos-protocol-environment" { = version } + "ocp-ocamlres" {= "0.4"} +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_compiler/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: economic-protocol compiler" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-compiler/tezos-protocol-compiler.8.0/opam b/packages/tezos-protocol-compiler/tezos-protocol-compiler.8.0/opam new file mode 100644 index 000000000..d3441997c --- /dev/null +++ b/packages/tezos-protocol-compiler/tezos-protocol-compiler.8.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "ocaml" { >= "4.09" & < "4.11" } + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-environment" { = version } + "ocp-ocamlres" {= "0.4"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_compiler/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: economic-protocol compiler" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-compiler/tezos-protocol-compiler.8.1/opam b/packages/tezos-protocol-compiler/tezos-protocol-compiler.8.1/opam new file mode 100644 index 000000000..5d65a3ed1 --- /dev/null +++ b/packages/tezos-protocol-compiler/tezos-protocol-compiler.8.1/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "ocaml" { >= "4.09" & < "4.11" } + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-environment" { = version } + "ocp-ocamlres" {= "0.4"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_compiler/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: economic-protocol compiler" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-compiler/tezos-protocol-compiler.8.2/opam b/packages/tezos-protocol-compiler/tezos-protocol-compiler.8.2/opam new file mode 100644 index 000000000..14970e910 --- /dev/null +++ b/packages/tezos-protocol-compiler/tezos-protocol-compiler.8.2/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "ocaml" { >= "4.09" & < "4.11" } + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-environment" { = version } + "ocp-ocamlres" {= "0.4"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_compiler/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: economic-protocol compiler" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-compiler/tezos-protocol-compiler.8.3/opam b/packages/tezos-protocol-compiler/tezos-protocol-compiler.8.3/opam new file mode 100644 index 000000000..402f0e0fc --- /dev/null +++ b/packages/tezos-protocol-compiler/tezos-protocol-compiler.8.3/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "ocaml" { >= "4.09" & < "4.11" } + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-environment" { = version } + "ocp-ocamlres" {= "0.4"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_compiler/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: economic-protocol compiler" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-compiler/tezos-protocol-compiler.9.0/opam b/packages/tezos-protocol-compiler/tezos-protocol-compiler.9.0/opam new file mode 100644 index 000000000..39ee6bc2d --- /dev/null +++ b/packages/tezos-protocol-compiler/tezos-protocol-compiler.9.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "ocaml" { >= "4.10.2" & < "4.11" } + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-environment" { = version } + "ocp-ocamlres" {= "0.4"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_compiler/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: economic-protocol compiler" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-compiler/tezos-protocol-compiler.9.1/opam b/packages/tezos-protocol-compiler/tezos-protocol-compiler.9.1/opam new file mode 100644 index 000000000..291524f01 --- /dev/null +++ b/packages/tezos-protocol-compiler/tezos-protocol-compiler.9.1/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "ocaml" { >= "4.10.2" & < "4.11" } + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-environment" { = version } + "ocp-ocamlres" {= "0.4"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_compiler/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: economic-protocol compiler" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-compiler/tezos-protocol-compiler.9.2/opam b/packages/tezos-protocol-compiler/tezos-protocol-compiler.9.2/opam new file mode 100644 index 000000000..882019cda --- /dev/null +++ b/packages/tezos-protocol-compiler/tezos-protocol-compiler.9.2/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "ocaml" { >= "4.10.2" & < "4.11" } + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-environment" { = version } + "ocp-ocamlres" {= "0.4"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_compiler/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: economic-protocol compiler" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-compiler/tezos-protocol-compiler.9.3/opam b/packages/tezos-protocol-compiler/tezos-protocol-compiler.9.3/opam new file mode 100644 index 000000000..74de7cac6 --- /dev/null +++ b/packages/tezos-protocol-compiler/tezos-protocol-compiler.9.3/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "ocaml" { >= "4.10.2" & < "4.11" } + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-environment" { = version } + "ocp-ocamlres" {= "0.4"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_compiler/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: economic-protocol compiler" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-compiler/tezos-protocol-compiler.9.4/opam b/packages/tezos-protocol-compiler/tezos-protocol-compiler.9.4/opam new file mode 100644 index 000000000..a6ce7f71e --- /dev/null +++ b/packages/tezos-protocol-compiler/tezos-protocol-compiler.9.4/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "ocaml" { >= "4.10.2" & < "4.11" } + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-environment" { = version } + "ocp-ocamlres" {= "0.4"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_compiler/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: economic-protocol compiler" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-compiler/tezos-protocol-compiler.9.7/opam b/packages/tezos-protocol-compiler/tezos-protocol-compiler.9.7/opam new file mode 100644 index 000000000..2c5da0ac6 --- /dev/null +++ b/packages/tezos-protocol-compiler/tezos-protocol-compiler.9.7/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "ocaml" { >= "4.10.2" & < "4.11" } + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-environment" { = version } + "ocp-ocamlres" {= "0.4"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_compiler/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: economic-protocol compiler" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-demo-counter/tezos-protocol-demo-counter.10.2/opam b/packages/tezos-protocol-demo-counter/tezos-protocol-demo-counter.10.2/opam new file mode 100644 index 000000000..c2bb8aca8 --- /dev/null +++ b/packages/tezos-protocol-demo-counter/tezos-protocol-demo-counter.10.2/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_demo_counter/lib_protocol/dune.inc" + ] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_demo_counter/lib_protocol/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: demo_counter economic-protocol definition" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-demo-counter/tezos-protocol-demo-counter.11.0/opam b/packages/tezos-protocol-demo-counter/tezos-protocol-demo-counter.11.0/opam new file mode 100644 index 000000000..8a0f41e9a --- /dev/null +++ b/packages/tezos-protocol-demo-counter/tezos-protocol-demo-counter.11.0/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_demo_counter/lib_protocol/dune.inc" + ] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_demo_counter/lib_protocol/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: demo_counter economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-demo-counter/tezos-protocol-demo-counter.11.1/opam b/packages/tezos-protocol-demo-counter/tezos-protocol-demo-counter.11.1/opam new file mode 100644 index 000000000..1accf4229 --- /dev/null +++ b/packages/tezos-protocol-demo-counter/tezos-protocol-demo-counter.11.1/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_demo_counter/lib_protocol/dune.inc" + ] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_demo_counter/lib_protocol/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: demo_counter economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-demo-counter/tezos-protocol-demo-counter.12.0/opam b/packages/tezos-protocol-demo-counter/tezos-protocol-demo-counter.12.0/opam new file mode 100644 index 000000000..ef8fa17b6 --- /dev/null +++ b/packages/tezos-protocol-demo-counter/tezos-protocol-demo-counter.12.0/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_demo_counter/lib_protocol/dune.inc" + ] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_demo_counter/lib_protocol/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: demo_counter economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-demo-counter/tezos-protocol-demo-counter.12.3/opam b/packages/tezos-protocol-demo-counter/tezos-protocol-demo-counter.12.3/opam new file mode 100644 index 000000000..0f1d8e88e --- /dev/null +++ b/packages/tezos-protocol-demo-counter/tezos-protocol-demo-counter.12.3/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_demo_counter/lib_protocol/dune.inc" + ] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_demo_counter/lib_protocol/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: demo_counter economic-protocol definition" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-demo-counter/tezos-protocol-demo-counter.13.0/opam b/packages/tezos-protocol-demo-counter/tezos-protocol-demo-counter.13.0/opam new file mode 100644 index 000000000..c2c9d80e4 --- /dev/null +++ b/packages/tezos-protocol-demo-counter/tezos-protocol-demo-counter.13.0/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_demo_counter/lib_protocol/dune.inc" + ] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_demo_counter/lib_protocol/%{name}%.install" "./"] +] +synopsis: "Tezos/Protocol: demo_counter economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-demo-counter/tezos-protocol-demo-counter.14.0/opam b/packages/tezos-protocol-demo-counter/tezos-protocol-demo-counter.14.0/opam new file mode 100644 index 000000000..fb0ebbcfc --- /dev/null +++ b/packages/tezos-protocol-demo-counter/tezos-protocol-demo-counter.14.0/opam @@ -0,0 +1,28 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: demo_counter economic-protocol definition" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-demo-counter/tezos-protocol-demo-counter.15.0/opam b/packages/tezos-protocol-demo-counter/tezos-protocol-demo-counter.15.0/opam new file mode 100644 index 000000000..a1f0e44ec --- /dev/null +++ b/packages/tezos-protocol-demo-counter/tezos-protocol-demo-counter.15.0/opam @@ -0,0 +1,28 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: demo_counter economic-protocol definition" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-demo-counter/tezos-protocol-demo-counter.15.1/opam b/packages/tezos-protocol-demo-counter/tezos-protocol-demo-counter.15.1/opam new file mode 100644 index 000000000..ca1b3caad --- /dev/null +++ b/packages/tezos-protocol-demo-counter/tezos-protocol-demo-counter.15.1/opam @@ -0,0 +1,28 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: demo_counter economic-protocol definition" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-demo-counter/tezos-protocol-demo-counter.17.1/opam b/packages/tezos-protocol-demo-counter/tezos-protocol-demo-counter.17.1/opam new file mode 100644 index 000000000..428ff6d60 --- /dev/null +++ b/packages/tezos-protocol-demo-counter/tezos-protocol-demo-counter.17.1/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: demo_counter economic-protocol definition" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-demo-counter/tezos-protocol-demo-counter.17.2/opam b/packages/tezos-protocol-demo-counter/tezos-protocol-demo-counter.17.2/opam new file mode 100644 index 000000000..ea61f4f9e --- /dev/null +++ b/packages/tezos-protocol-demo-counter/tezos-protocol-demo-counter.17.2/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: demo_counter economic-protocol definition" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-demo-counter/tezos-protocol-demo-counter.7.0/opam b/packages/tezos-protocol-demo-counter/tezos-protocol-demo-counter.7.0/opam new file mode 100644 index 000000000..53c0e1806 --- /dev/null +++ b/packages/tezos-protocol-demo-counter/tezos-protocol-demo-counter.7.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_demo_counter/lib_protocol/%{name}%.install" "./"] + [ "dune" "runtest" "-p" name "-j" jobs ] {with-test} +] +synopsis: "Tezos/Protocol: demo_counter economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.0.tar.bz2" + checksum: [ + "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91" + "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-demo-counter/tezos-protocol-demo-counter.7.1/opam b/packages/tezos-protocol-demo-counter/tezos-protocol-demo-counter.7.1/opam new file mode 100644 index 000000000..9bd93b047 --- /dev/null +++ b/packages/tezos-protocol-demo-counter/tezos-protocol-demo-counter.7.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_demo_counter/lib_protocol/%{name}%.install" "./"] + [ "dune" "runtest" "-p" name "-j" jobs ] {with-test} +] +synopsis: "Tezos/Protocol: demo_counter economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.1.tar.bz2" + checksum: [ + "sha256=3675d856c4b818da7f5de0b85b86a48d3883f1210cfef28ef3233a047e74bed6" + "sha512=d6abdef9a6643b2ffe8141ecc625dcc2a939131e2e5cc158c74aba8c403bd4072b7fc403ccfa6d766696604ad112495dd9db1ece8a3ae5a4693071dfdffcbda5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-demo-counter/tezos-protocol-demo-counter.7.2/opam b/packages/tezos-protocol-demo-counter/tezos-protocol-demo-counter.7.2/opam new file mode 100644 index 000000000..20887143b --- /dev/null +++ b/packages/tezos-protocol-demo-counter/tezos-protocol-demo-counter.7.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_demo_counter/lib_protocol/%{name}%.install" "./"] + [ "dune" "runtest" "-p" name "-j" jobs ] {with-test} +] +synopsis: "Tezos/Protocol: demo_counter economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.2.tar.bz2" + checksum: [ + "sha256=abb52ad63345943d20f3edc4c3507474af94c001c8bf58138f47341942036cec" + "sha512=c823ca801cbc4005f5fc6ea5236d93569410c034da3ed32939ef64a0f2c19a34444fac12e13c72e5a1e15a401b655e58ffdbbb66ce0516e5968f621677b96117" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-demo-counter/tezos-protocol-demo-counter.7.3/opam b/packages/tezos-protocol-demo-counter/tezos-protocol-demo-counter.7.3/opam new file mode 100644 index 000000000..6117a249a --- /dev/null +++ b/packages/tezos-protocol-demo-counter/tezos-protocol-demo-counter.7.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_demo_counter/lib_protocol/%{name}%.install" "./"] + [ "dune" "runtest" "-p" name "-j" jobs ] {with-test} +] +synopsis: "Tezos/Protocol: demo_counter economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.3.tar.bz2" + checksum: [ + "sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" + "sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-demo-counter/tezos-protocol-demo-counter.7.4/opam b/packages/tezos-protocol-demo-counter/tezos-protocol-demo-counter.7.4/opam new file mode 100644 index 000000000..a7898e570 --- /dev/null +++ b/packages/tezos-protocol-demo-counter/tezos-protocol-demo-counter.7.4/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_demo_counter/lib_protocol/%{name}%.install" "./"] + [ "dune" "runtest" "-p" name "-j" jobs ] {with-test} +] +synopsis: "Tezos/Protocol: demo_counter economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-demo-counter/tezos-protocol-demo-counter.8.0/opam b/packages/tezos-protocol-demo-counter/tezos-protocol-demo-counter.8.0/opam new file mode 100644 index 000000000..8a5e5d4ae --- /dev/null +++ b/packages/tezos-protocol-demo-counter/tezos-protocol-demo-counter.8.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_demo_counter/lib_protocol/dune.inc" + ] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_demo_counter/lib_protocol/%{name}%.install" "./"] + [ "dune" "runtest" "-p" name "-j" jobs ] {with-test} +] +synopsis: "Tezos/Protocol: demo_counter economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-demo-counter/tezos-protocol-demo-counter.8.1/opam b/packages/tezos-protocol-demo-counter/tezos-protocol-demo-counter.8.1/opam new file mode 100644 index 000000000..a68193754 --- /dev/null +++ b/packages/tezos-protocol-demo-counter/tezos-protocol-demo-counter.8.1/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_demo_counter/lib_protocol/dune.inc" + ] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_demo_counter/lib_protocol/%{name}%.install" "./"] + [ "dune" "runtest" "-p" name "-j" jobs ] {with-test} +] +synopsis: "Tezos/Protocol: demo_counter economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-demo-counter/tezos-protocol-demo-counter.8.2/opam b/packages/tezos-protocol-demo-counter/tezos-protocol-demo-counter.8.2/opam new file mode 100644 index 000000000..736879571 --- /dev/null +++ b/packages/tezos-protocol-demo-counter/tezos-protocol-demo-counter.8.2/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_demo_counter/lib_protocol/dune.inc" + ] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_demo_counter/lib_protocol/%{name}%.install" "./"] + [ "dune" "runtest" "-p" name "-j" jobs ] {with-test} +] +synopsis: "Tezos/Protocol: demo_counter economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-demo-counter/tezos-protocol-demo-counter.8.3/opam b/packages/tezos-protocol-demo-counter/tezos-protocol-demo-counter.8.3/opam new file mode 100644 index 000000000..691184a3c --- /dev/null +++ b/packages/tezos-protocol-demo-counter/tezos-protocol-demo-counter.8.3/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_demo_counter/lib_protocol/dune.inc" + ] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_demo_counter/lib_protocol/%{name}%.install" "./"] + [ "dune" "runtest" "-p" name "-j" jobs ] {with-test} +] +synopsis: "Tezos/Protocol: demo_counter economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-demo-counter/tezos-protocol-demo-counter.9.0/opam b/packages/tezos-protocol-demo-counter/tezos-protocol-demo-counter.9.0/opam new file mode 100644 index 000000000..2de1b6084 --- /dev/null +++ b/packages/tezos-protocol-demo-counter/tezos-protocol-demo-counter.9.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_demo_counter/lib_protocol/dune.inc" + ] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_demo_counter/lib_protocol/%{name}%.install" "./"] + [ "dune" "runtest" "-p" name "-j" jobs ] {with-test} +] +synopsis: "Tezos/Protocol: demo_counter economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-demo-counter/tezos-protocol-demo-counter.9.1/opam b/packages/tezos-protocol-demo-counter/tezos-protocol-demo-counter.9.1/opam new file mode 100644 index 000000000..7a3110ea5 --- /dev/null +++ b/packages/tezos-protocol-demo-counter/tezos-protocol-demo-counter.9.1/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_demo_counter/lib_protocol/dune.inc" + ] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_demo_counter/lib_protocol/%{name}%.install" "./"] + [ "dune" "runtest" "-p" name "-j" jobs ] {with-test} +] +synopsis: "Tezos/Protocol: demo_counter economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-demo-counter/tezos-protocol-demo-counter.9.2/opam b/packages/tezos-protocol-demo-counter/tezos-protocol-demo-counter.9.2/opam new file mode 100644 index 000000000..f25eb61ed --- /dev/null +++ b/packages/tezos-protocol-demo-counter/tezos-protocol-demo-counter.9.2/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_demo_counter/lib_protocol/dune.inc" + ] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_demo_counter/lib_protocol/%{name}%.install" "./"] + [ "dune" "runtest" "-p" name "-j" jobs ] {with-test} +] +synopsis: "Tezos/Protocol: demo_counter economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-demo-counter/tezos-protocol-demo-counter.9.3/opam b/packages/tezos-protocol-demo-counter/tezos-protocol-demo-counter.9.3/opam new file mode 100644 index 000000000..d997e53f6 --- /dev/null +++ b/packages/tezos-protocol-demo-counter/tezos-protocol-demo-counter.9.3/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_demo_counter/lib_protocol/dune.inc" + ] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_demo_counter/lib_protocol/%{name}%.install" "./"] + [ "dune" "runtest" "-p" name "-j" jobs ] {with-test} +] +synopsis: "Tezos/Protocol: demo_counter economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-demo-counter/tezos-protocol-demo-counter.9.4/opam b/packages/tezos-protocol-demo-counter/tezos-protocol-demo-counter.9.4/opam new file mode 100644 index 000000000..a72c2304c --- /dev/null +++ b/packages/tezos-protocol-demo-counter/tezos-protocol-demo-counter.9.4/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_demo_counter/lib_protocol/dune.inc" + ] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_demo_counter/lib_protocol/%{name}%.install" "./"] + [ "dune" "runtest" "-p" name "-j" jobs ] {with-test} +] +synopsis: "Tezos/Protocol: demo_counter economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-demo-counter/tezos-protocol-demo-counter.9.7/opam b/packages/tezos-protocol-demo-counter/tezos-protocol-demo-counter.9.7/opam new file mode 100644 index 000000000..4d905266f --- /dev/null +++ b/packages/tezos-protocol-demo-counter/tezos-protocol-demo-counter.9.7/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_demo_counter/lib_protocol/dune.inc" + ] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/proto_demo_counter/lib_protocol/%{name}%.install" "./"] + [ "dune" "runtest" "-p" name "-j" jobs ] {with-test} +] +synopsis: "Tezos/Protocol: demo_counter economic-protocol definition" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-demo-noops/tezos-protocol-demo-noops.10.2/opam b/packages/tezos-protocol-demo-noops/tezos-protocol-demo-noops.10.2/opam new file mode 100644 index 000000000..cf1ab1ef9 --- /dev/null +++ b/packages/tezos-protocol-demo-noops/tezos-protocol-demo-noops.10.2/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_demo_noops/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_demo_noops/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: demo_noops economic-protocol definition" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-demo-noops/tezos-protocol-demo-noops.11.0/opam b/packages/tezos-protocol-demo-noops/tezos-protocol-demo-noops.11.0/opam new file mode 100644 index 000000000..5d7fd6ce1 --- /dev/null +++ b/packages/tezos-protocol-demo-noops/tezos-protocol-demo-noops.11.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_demo_noops/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_demo_noops/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: demo_noops economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-demo-noops/tezos-protocol-demo-noops.11.1/opam b/packages/tezos-protocol-demo-noops/tezos-protocol-demo-noops.11.1/opam new file mode 100644 index 000000000..d3a29d4fe --- /dev/null +++ b/packages/tezos-protocol-demo-noops/tezos-protocol-demo-noops.11.1/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_demo_noops/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_demo_noops/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: demo_noops economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-demo-noops/tezos-protocol-demo-noops.12.0/opam b/packages/tezos-protocol-demo-noops/tezos-protocol-demo-noops.12.0/opam new file mode 100644 index 000000000..bafe828c0 --- /dev/null +++ b/packages/tezos-protocol-demo-noops/tezos-protocol-demo-noops.12.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_demo_noops/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_demo_noops/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: demo_noops economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-demo-noops/tezos-protocol-demo-noops.12.3/opam b/packages/tezos-protocol-demo-noops/tezos-protocol-demo-noops.12.3/opam new file mode 100644 index 000000000..a74d1a12c --- /dev/null +++ b/packages/tezos-protocol-demo-noops/tezos-protocol-demo-noops.12.3/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_demo_noops/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_demo_noops/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: demo_noops economic-protocol definition" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-demo-noops/tezos-protocol-demo-noops.13.0/opam b/packages/tezos-protocol-demo-noops/tezos-protocol-demo-noops.13.0/opam new file mode 100644 index 000000000..cf6f8231a --- /dev/null +++ b/packages/tezos-protocol-demo-noops/tezos-protocol-demo-noops.13.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_demo_noops/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_demo_noops/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: demo_noops economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-demo-noops/tezos-protocol-demo-noops.14.0/opam b/packages/tezos-protocol-demo-noops/tezos-protocol-demo-noops.14.0/opam new file mode 100644 index 000000000..8956073cf --- /dev/null +++ b/packages/tezos-protocol-demo-noops/tezos-protocol-demo-noops.14.0/opam @@ -0,0 +1,28 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: demo_noops economic-protocol definition" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-demo-noops/tezos-protocol-demo-noops.15.0/opam b/packages/tezos-protocol-demo-noops/tezos-protocol-demo-noops.15.0/opam new file mode 100644 index 000000000..be1b798f0 --- /dev/null +++ b/packages/tezos-protocol-demo-noops/tezos-protocol-demo-noops.15.0/opam @@ -0,0 +1,28 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: demo_noops economic-protocol definition" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-demo-noops/tezos-protocol-demo-noops.15.1/opam b/packages/tezos-protocol-demo-noops/tezos-protocol-demo-noops.15.1/opam new file mode 100644 index 000000000..3b6699721 --- /dev/null +++ b/packages/tezos-protocol-demo-noops/tezos-protocol-demo-noops.15.1/opam @@ -0,0 +1,28 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: demo_noops economic-protocol definition" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-demo-noops/tezos-protocol-demo-noops.17.1/opam b/packages/tezos-protocol-demo-noops/tezos-protocol-demo-noops.17.1/opam new file mode 100644 index 000000000..0db91012c --- /dev/null +++ b/packages/tezos-protocol-demo-noops/tezos-protocol-demo-noops.17.1/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: demo_noops economic-protocol definition" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-demo-noops/tezos-protocol-demo-noops.17.2/opam b/packages/tezos-protocol-demo-noops/tezos-protocol-demo-noops.17.2/opam new file mode 100644 index 000000000..45f3b4e53 --- /dev/null +++ b/packages/tezos-protocol-demo-noops/tezos-protocol-demo-noops.17.2/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: demo_noops economic-protocol definition" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-demo-noops/tezos-protocol-demo-noops.7.0/opam b/packages/tezos-protocol-demo-noops/tezos-protocol-demo-noops.7.0/opam new file mode 100644 index 000000000..08d81c37b --- /dev/null +++ b/packages/tezos-protocol-demo-noops/tezos-protocol-demo-noops.7.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_demo_noops/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: demo_noops economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.0.tar.bz2" + checksum: [ + "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91" + "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-demo-noops/tezos-protocol-demo-noops.7.1/opam b/packages/tezos-protocol-demo-noops/tezos-protocol-demo-noops.7.1/opam new file mode 100644 index 000000000..7c31892c2 --- /dev/null +++ b/packages/tezos-protocol-demo-noops/tezos-protocol-demo-noops.7.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_demo_noops/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: demo_noops economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.1.tar.bz2" + checksum: [ + "sha256=3675d856c4b818da7f5de0b85b86a48d3883f1210cfef28ef3233a047e74bed6" + "sha512=d6abdef9a6643b2ffe8141ecc625dcc2a939131e2e5cc158c74aba8c403bd4072b7fc403ccfa6d766696604ad112495dd9db1ece8a3ae5a4693071dfdffcbda5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-demo-noops/tezos-protocol-demo-noops.7.2/opam b/packages/tezos-protocol-demo-noops/tezos-protocol-demo-noops.7.2/opam new file mode 100644 index 000000000..72ef17a77 --- /dev/null +++ b/packages/tezos-protocol-demo-noops/tezos-protocol-demo-noops.7.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_demo_noops/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: demo_noops economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.2.tar.bz2" + checksum: [ + "sha256=abb52ad63345943d20f3edc4c3507474af94c001c8bf58138f47341942036cec" + "sha512=c823ca801cbc4005f5fc6ea5236d93569410c034da3ed32939ef64a0f2c19a34444fac12e13c72e5a1e15a401b655e58ffdbbb66ce0516e5968f621677b96117" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-demo-noops/tezos-protocol-demo-noops.7.3/opam b/packages/tezos-protocol-demo-noops/tezos-protocol-demo-noops.7.3/opam new file mode 100644 index 000000000..338c67d9a --- /dev/null +++ b/packages/tezos-protocol-demo-noops/tezos-protocol-demo-noops.7.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_demo_noops/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: demo_noops economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.3.tar.bz2" + checksum: [ + "sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" + "sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-demo-noops/tezos-protocol-demo-noops.7.4/opam b/packages/tezos-protocol-demo-noops/tezos-protocol-demo-noops.7.4/opam new file mode 100644 index 000000000..aa65af82e --- /dev/null +++ b/packages/tezos-protocol-demo-noops/tezos-protocol-demo-noops.7.4/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_demo_noops/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: demo_noops economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-demo-noops/tezos-protocol-demo-noops.8.0/opam b/packages/tezos-protocol-demo-noops/tezos-protocol-demo-noops.8.0/opam new file mode 100644 index 000000000..476a97113 --- /dev/null +++ b/packages/tezos-protocol-demo-noops/tezos-protocol-demo-noops.8.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_demo_noops/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_demo_noops/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: demo_noops economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-demo-noops/tezos-protocol-demo-noops.8.1/opam b/packages/tezos-protocol-demo-noops/tezos-protocol-demo-noops.8.1/opam new file mode 100644 index 000000000..80e3beb09 --- /dev/null +++ b/packages/tezos-protocol-demo-noops/tezos-protocol-demo-noops.8.1/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_demo_noops/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_demo_noops/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: demo_noops economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-demo-noops/tezos-protocol-demo-noops.8.2/opam b/packages/tezos-protocol-demo-noops/tezos-protocol-demo-noops.8.2/opam new file mode 100644 index 000000000..d08383e06 --- /dev/null +++ b/packages/tezos-protocol-demo-noops/tezos-protocol-demo-noops.8.2/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_demo_noops/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_demo_noops/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: demo_noops economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-demo-noops/tezos-protocol-demo-noops.8.3/opam b/packages/tezos-protocol-demo-noops/tezos-protocol-demo-noops.8.3/opam new file mode 100644 index 000000000..bba730ecd --- /dev/null +++ b/packages/tezos-protocol-demo-noops/tezos-protocol-demo-noops.8.3/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_demo_noops/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_demo_noops/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: demo_noops economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-demo-noops/tezos-protocol-demo-noops.9.0/opam b/packages/tezos-protocol-demo-noops/tezos-protocol-demo-noops.9.0/opam new file mode 100644 index 000000000..6c987a1f6 --- /dev/null +++ b/packages/tezos-protocol-demo-noops/tezos-protocol-demo-noops.9.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_demo_noops/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_demo_noops/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: demo_noops economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-demo-noops/tezos-protocol-demo-noops.9.1/opam b/packages/tezos-protocol-demo-noops/tezos-protocol-demo-noops.9.1/opam new file mode 100644 index 000000000..c5fcb891d --- /dev/null +++ b/packages/tezos-protocol-demo-noops/tezos-protocol-demo-noops.9.1/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_demo_noops/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_demo_noops/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: demo_noops economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-demo-noops/tezos-protocol-demo-noops.9.2/opam b/packages/tezos-protocol-demo-noops/tezos-protocol-demo-noops.9.2/opam new file mode 100644 index 000000000..1fa3c4126 --- /dev/null +++ b/packages/tezos-protocol-demo-noops/tezos-protocol-demo-noops.9.2/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_demo_noops/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_demo_noops/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: demo_noops economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-demo-noops/tezos-protocol-demo-noops.9.3/opam b/packages/tezos-protocol-demo-noops/tezos-protocol-demo-noops.9.3/opam new file mode 100644 index 000000000..4bf50fcb0 --- /dev/null +++ b/packages/tezos-protocol-demo-noops/tezos-protocol-demo-noops.9.3/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_demo_noops/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_demo_noops/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: demo_noops economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-demo-noops/tezos-protocol-demo-noops.9.4/opam b/packages/tezos-protocol-demo-noops/tezos-protocol-demo-noops.9.4/opam new file mode 100644 index 000000000..a037ab90c --- /dev/null +++ b/packages/tezos-protocol-demo-noops/tezos-protocol-demo-noops.9.4/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_demo_noops/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_demo_noops/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: demo_noops economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-demo-noops/tezos-protocol-demo-noops.9.7/opam b/packages/tezos-protocol-demo-noops/tezos-protocol-demo-noops.9.7/opam new file mode 100644 index 000000000..80dd7130d --- /dev/null +++ b/packages/tezos-protocol-demo-noops/tezos-protocol-demo-noops.9.7/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_demo_noops/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_demo_noops/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: demo_noops economic-protocol definition" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-environment-packer/tezos-protocol-environment-packer.11.0/opam b/packages/tezos-protocol-environment-packer/tezos-protocol-environment-packer.11.0/opam new file mode 100644 index 000000000..931faf931 --- /dev/null +++ b/packages/tezos-protocol-environment-packer/tezos-protocol-environment-packer.11.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "ocaml" { >= "4.03" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_environment/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: sigs/structs packer for economic protocol environment" +available: false + + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-environment-packer/tezos-protocol-environment-packer.11.1/opam b/packages/tezos-protocol-environment-packer/tezos-protocol-environment-packer.11.1/opam new file mode 100644 index 000000000..8ed724cb8 --- /dev/null +++ b/packages/tezos-protocol-environment-packer/tezos-protocol-environment-packer.11.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "ocaml" { >= "4.03" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_environment/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: sigs/structs packer for economic protocol environment" +available: false + + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-environment-packer/tezos-protocol-environment-packer.12.0/opam b/packages/tezos-protocol-environment-packer/tezos-protocol-environment-packer.12.0/opam new file mode 100644 index 000000000..478bb61f6 --- /dev/null +++ b/packages/tezos-protocol-environment-packer/tezos-protocol-environment-packer.12.0/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "ocaml" { >= "4.03" } +] +patches: [ "tests_in-packages.patch" ] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_environment/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: sigs/structs packer for economic protocol environment" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +extra-source "tests_in-packages.patch" { + src: + "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/tezos-protocol-environment-packer/tests_in-packages.patch" + checksum: + "sha256=3edeb38abfd2db7d83beac274d4f0c0b6bab148ce7da6c418145414d453ff4e5" +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-environment-packer/tezos-protocol-environment-packer.8.0/opam b/packages/tezos-protocol-environment-packer/tezos-protocol-environment-packer.8.0/opam new file mode 100644 index 000000000..6cae91a4e --- /dev/null +++ b/packages/tezos-protocol-environment-packer/tezos-protocol-environment-packer.8.0/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "ocaml" { >= "4.03" } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_environment/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: sigs/structs packer for economic protocol environment" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-environment-packer/tezos-protocol-environment-packer.8.1/opam b/packages/tezos-protocol-environment-packer/tezos-protocol-environment-packer.8.1/opam new file mode 100644 index 000000000..53b46e889 --- /dev/null +++ b/packages/tezos-protocol-environment-packer/tezos-protocol-environment-packer.8.1/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "ocaml" { >= "4.03" } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_environment/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: sigs/structs packer for economic protocol environment" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-environment-packer/tezos-protocol-environment-packer.8.2/opam b/packages/tezos-protocol-environment-packer/tezos-protocol-environment-packer.8.2/opam new file mode 100644 index 000000000..c9ef36f97 --- /dev/null +++ b/packages/tezos-protocol-environment-packer/tezos-protocol-environment-packer.8.2/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "ocaml" { >= "4.03" } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_environment/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: sigs/structs packer for economic protocol environment" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-environment-packer/tezos-protocol-environment-packer.8.3/opam b/packages/tezos-protocol-environment-packer/tezos-protocol-environment-packer.8.3/opam new file mode 100644 index 000000000..3b721db84 --- /dev/null +++ b/packages/tezos-protocol-environment-packer/tezos-protocol-environment-packer.8.3/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "ocaml" { >= "4.03" } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_environment/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: sigs/structs packer for economic protocol environment" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-environment-packer/tezos-protocol-environment-packer.9.0/opam b/packages/tezos-protocol-environment-packer/tezos-protocol-environment-packer.9.0/opam new file mode 100644 index 000000000..a148376f9 --- /dev/null +++ b/packages/tezos-protocol-environment-packer/tezos-protocol-environment-packer.9.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "ocaml" { >= "4.03" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_environment/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: sigs/structs packer for economic protocol environment" +available: false + + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-environment-packer/tezos-protocol-environment-packer.9.1/opam b/packages/tezos-protocol-environment-packer/tezos-protocol-environment-packer.9.1/opam new file mode 100644 index 000000000..50a70cde5 --- /dev/null +++ b/packages/tezos-protocol-environment-packer/tezos-protocol-environment-packer.9.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "ocaml" { >= "4.03" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_environment/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: sigs/structs packer for economic protocol environment" +available: false + + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-environment-packer/tezos-protocol-environment-packer.9.2/opam b/packages/tezos-protocol-environment-packer/tezos-protocol-environment-packer.9.2/opam new file mode 100644 index 000000000..241422fe5 --- /dev/null +++ b/packages/tezos-protocol-environment-packer/tezos-protocol-environment-packer.9.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "ocaml" { >= "4.03" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_environment/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: sigs/structs packer for economic protocol environment" +available: false + + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-environment-packer/tezos-protocol-environment-packer.9.3/opam b/packages/tezos-protocol-environment-packer/tezos-protocol-environment-packer.9.3/opam new file mode 100644 index 000000000..51d3cec5b --- /dev/null +++ b/packages/tezos-protocol-environment-packer/tezos-protocol-environment-packer.9.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "ocaml" { >= "4.03" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_environment/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: sigs/structs packer for economic protocol environment" +available: false + + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-environment-packer/tezos-protocol-environment-packer.9.4/opam b/packages/tezos-protocol-environment-packer/tezos-protocol-environment-packer.9.4/opam new file mode 100644 index 000000000..553d25428 --- /dev/null +++ b/packages/tezos-protocol-environment-packer/tezos-protocol-environment-packer.9.4/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "ocaml" { >= "4.03" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_environment/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: sigs/structs packer for economic protocol environment" +available: false + + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-environment-sigs/tezos-protocol-environment-sigs.11.0/opam b/packages/tezos-protocol-environment-sigs/tezos-protocol-environment-sigs.11.0/opam new file mode 100644 index 000000000..1024559fc --- /dev/null +++ b/packages/tezos-protocol-environment-sigs/tezos-protocol-environment-sigs.11.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "ocaml" { >= "4.12.0" } + "tezos-stdlib" { with-test & = version } + "tezos-protocol-environment-packer" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_environment/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: restricted typing environment for the economic protocols" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-environment-sigs/tezos-protocol-environment-sigs.11.1/opam b/packages/tezos-protocol-environment-sigs/tezos-protocol-environment-sigs.11.1/opam new file mode 100644 index 000000000..46c174a38 --- /dev/null +++ b/packages/tezos-protocol-environment-sigs/tezos-protocol-environment-sigs.11.1/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "ocaml" { >= "4.12.0" } + "tezos-stdlib" { with-test & = version } + "tezos-protocol-environment-packer" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_environment/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: restricted typing environment for the economic protocols" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-environment-sigs/tezos-protocol-environment-sigs.12.0/opam b/packages/tezos-protocol-environment-sigs/tezos-protocol-environment-sigs.12.0/opam new file mode 100644 index 000000000..812dc4599 --- /dev/null +++ b/packages/tezos-protocol-environment-sigs/tezos-protocol-environment-sigs.12.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "ocaml" { >= "4.12.0" } + "tezos-stdlib" { with-test & = version } + "tezos-protocol-environment-packer" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_environment/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: restricted typing environment for the economic protocols" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-environment-sigs/tezos-protocol-environment-sigs.7.0/opam b/packages/tezos-protocol-environment-sigs/tezos-protocol-environment-sigs.7.0/opam new file mode 100644 index 000000000..285505e22 --- /dev/null +++ b/packages/tezos-protocol-environment-sigs/tezos-protocol-environment-sigs.7.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "ocaml" { >= "4.08.0" } + "tezos-stdlib" { with-test & = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_environment/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: restricted typing environment for the economic protocols" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.0.tar.bz2" + checksum: [ + "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91" + "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-environment-sigs/tezos-protocol-environment-sigs.7.1/opam b/packages/tezos-protocol-environment-sigs/tezos-protocol-environment-sigs.7.1/opam new file mode 100644 index 000000000..aa38a4499 --- /dev/null +++ b/packages/tezos-protocol-environment-sigs/tezos-protocol-environment-sigs.7.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "ocaml" { >= "4.08.0" } + "tezos-stdlib" { with-test & = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_environment/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: restricted typing environment for the economic protocols" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.1.tar.bz2" + checksum: [ + "sha256=3675d856c4b818da7f5de0b85b86a48d3883f1210cfef28ef3233a047e74bed6" + "sha512=d6abdef9a6643b2ffe8141ecc625dcc2a939131e2e5cc158c74aba8c403bd4072b7fc403ccfa6d766696604ad112495dd9db1ece8a3ae5a4693071dfdffcbda5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-environment-sigs/tezos-protocol-environment-sigs.7.2/opam b/packages/tezos-protocol-environment-sigs/tezos-protocol-environment-sigs.7.2/opam new file mode 100644 index 000000000..c5eed72da --- /dev/null +++ b/packages/tezos-protocol-environment-sigs/tezos-protocol-environment-sigs.7.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "ocaml" { >= "4.08.0" } + "tezos-stdlib" { with-test & = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_environment/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: restricted typing environment for the economic protocols" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.2.tar.bz2" + checksum: [ + "sha256=abb52ad63345943d20f3edc4c3507474af94c001c8bf58138f47341942036cec" + "sha512=c823ca801cbc4005f5fc6ea5236d93569410c034da3ed32939ef64a0f2c19a34444fac12e13c72e5a1e15a401b655e58ffdbbb66ce0516e5968f621677b96117" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-environment-sigs/tezos-protocol-environment-sigs.7.3/opam b/packages/tezos-protocol-environment-sigs/tezos-protocol-environment-sigs.7.3/opam new file mode 100644 index 000000000..bc648ed17 --- /dev/null +++ b/packages/tezos-protocol-environment-sigs/tezos-protocol-environment-sigs.7.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "ocaml" { >= "4.08.0" } + "tezos-stdlib" { with-test & = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_environment/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: restricted typing environment for the economic protocols" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.3.tar.bz2" + checksum: [ + "sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" + "sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-environment-sigs/tezos-protocol-environment-sigs.7.4/opam b/packages/tezos-protocol-environment-sigs/tezos-protocol-environment-sigs.7.4/opam new file mode 100644 index 000000000..b46240750 --- /dev/null +++ b/packages/tezos-protocol-environment-sigs/tezos-protocol-environment-sigs.7.4/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "ocaml" { >= "4.08.0" } + "tezos-stdlib" { with-test & = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_environment/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: restricted typing environment for the economic protocols" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-environment-sigs/tezos-protocol-environment-sigs.8.0/opam b/packages/tezos-protocol-environment-sigs/tezos-protocol-environment-sigs.8.0/opam new file mode 100644 index 000000000..e98419abb --- /dev/null +++ b/packages/tezos-protocol-environment-sigs/tezos-protocol-environment-sigs.8.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-stdlib" { with-test & = version } + "tezos-protocol-environment-packer" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_environment/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: restricted typing environment for the economic protocols" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-environment-sigs/tezos-protocol-environment-sigs.8.1/opam b/packages/tezos-protocol-environment-sigs/tezos-protocol-environment-sigs.8.1/opam new file mode 100644 index 000000000..41907631f --- /dev/null +++ b/packages/tezos-protocol-environment-sigs/tezos-protocol-environment-sigs.8.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-stdlib" { with-test & = version } + "tezos-protocol-environment-packer" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_environment/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: restricted typing environment for the economic protocols" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-environment-sigs/tezos-protocol-environment-sigs.8.2/opam b/packages/tezos-protocol-environment-sigs/tezos-protocol-environment-sigs.8.2/opam new file mode 100644 index 000000000..9ecb91744 --- /dev/null +++ b/packages/tezos-protocol-environment-sigs/tezos-protocol-environment-sigs.8.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-stdlib" { with-test & = version } + "tezos-protocol-environment-packer" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_environment/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: restricted typing environment for the economic protocols" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-environment-sigs/tezos-protocol-environment-sigs.8.3/opam b/packages/tezos-protocol-environment-sigs/tezos-protocol-environment-sigs.8.3/opam new file mode 100644 index 000000000..836a1ac7c --- /dev/null +++ b/packages/tezos-protocol-environment-sigs/tezos-protocol-environment-sigs.8.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-stdlib" { with-test & = version } + "tezos-protocol-environment-packer" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_environment/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: restricted typing environment for the economic protocols" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-environment-sigs/tezos-protocol-environment-sigs.9.0/opam b/packages/tezos-protocol-environment-sigs/tezos-protocol-environment-sigs.9.0/opam new file mode 100644 index 000000000..2d88b6517 --- /dev/null +++ b/packages/tezos-protocol-environment-sigs/tezos-protocol-environment-sigs.9.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "ocaml" { >= "4.8.0" } + "tezos-stdlib" { with-test & = version } + "tezos-protocol-environment-packer" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_environment/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: restricted typing environment for the economic protocols" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-environment-sigs/tezos-protocol-environment-sigs.9.1/opam b/packages/tezos-protocol-environment-sigs/tezos-protocol-environment-sigs.9.1/opam new file mode 100644 index 000000000..e2ff3b7bc --- /dev/null +++ b/packages/tezos-protocol-environment-sigs/tezos-protocol-environment-sigs.9.1/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "ocaml" { >= "4.8.0" } + "tezos-stdlib" { with-test & = version } + "tezos-protocol-environment-packer" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_environment/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: restricted typing environment for the economic protocols" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-environment-sigs/tezos-protocol-environment-sigs.9.2/opam b/packages/tezos-protocol-environment-sigs/tezos-protocol-environment-sigs.9.2/opam new file mode 100644 index 000000000..3d67d7868 --- /dev/null +++ b/packages/tezos-protocol-environment-sigs/tezos-protocol-environment-sigs.9.2/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "ocaml" { >= "4.8.0" } + "tezos-stdlib" { with-test & = version } + "tezos-protocol-environment-packer" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_environment/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: restricted typing environment for the economic protocols" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-environment-sigs/tezos-protocol-environment-sigs.9.3/opam b/packages/tezos-protocol-environment-sigs/tezos-protocol-environment-sigs.9.3/opam new file mode 100644 index 000000000..3a0cf9385 --- /dev/null +++ b/packages/tezos-protocol-environment-sigs/tezos-protocol-environment-sigs.9.3/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "ocaml" { >= "4.8.0" } + "tezos-stdlib" { with-test & = version } + "tezos-protocol-environment-packer" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_environment/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: restricted typing environment for the economic protocols" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-environment-sigs/tezos-protocol-environment-sigs.9.4/opam b/packages/tezos-protocol-environment-sigs/tezos-protocol-environment-sigs.9.4/opam new file mode 100644 index 000000000..d6528a4ca --- /dev/null +++ b/packages/tezos-protocol-environment-sigs/tezos-protocol-environment-sigs.9.4/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "ocaml" { >= "4.8.0" } + "tezos-stdlib" { with-test & = version } + "tezos-protocol-environment-packer" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_environment/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: restricted typing environment for the economic protocols" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-environment-structs/tezos-protocol-environment-structs.11.0/opam b/packages/tezos-protocol-environment-structs/tezos-protocol-environment-structs.11.0/opam new file mode 100644 index 000000000..25825e280 --- /dev/null +++ b/packages/tezos-protocol-environment-structs/tezos-protocol-environment-structs.11.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "bls12-381-legacy" {<= "0.4.4"} + "tezos-crypto" { = version } + "tezos-protocol-environment-packer" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_environment/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: restricted typing environment for the economic protocols" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-environment-structs/tezos-protocol-environment-structs.11.1/opam b/packages/tezos-protocol-environment-structs/tezos-protocol-environment-structs.11.1/opam new file mode 100644 index 000000000..2cf3d7b6b --- /dev/null +++ b/packages/tezos-protocol-environment-structs/tezos-protocol-environment-structs.11.1/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "bls12-381-legacy" {<= "0.4.4"} + "tezos-crypto" { = version } + "tezos-protocol-environment-packer" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_environment/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: restricted typing environment for the economic protocols" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-environment-structs/tezos-protocol-environment-structs.12.0/opam b/packages/tezos-protocol-environment-structs/tezos-protocol-environment-structs.12.0/opam new file mode 100644 index 000000000..fa5b691d9 --- /dev/null +++ b/packages/tezos-protocol-environment-structs/tezos-protocol-environment-structs.12.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "bls12-381-legacy" {<= "0.4.4"} + "tezos-crypto" { = version } + "tezos-protocol-environment-packer" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_environment/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: restricted typing environment for the economic protocols" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-environment-structs/tezos-protocol-environment-structs.8.0/opam b/packages/tezos-protocol-environment-structs/tezos-protocol-environment-structs.8.0/opam new file mode 100644 index 000000000..6a27a86c3 --- /dev/null +++ b/packages/tezos-protocol-environment-structs/tezos-protocol-environment-structs.8.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-crypto" { = version } + "tezos-protocol-environment-packer" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_environment/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: restricted typing environment for the economic protocols" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-environment-structs/tezos-protocol-environment-structs.8.1/opam b/packages/tezos-protocol-environment-structs/tezos-protocol-environment-structs.8.1/opam new file mode 100644 index 000000000..518e6a036 --- /dev/null +++ b/packages/tezos-protocol-environment-structs/tezos-protocol-environment-structs.8.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-crypto" { = version } + "tezos-protocol-environment-packer" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_environment/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: restricted typing environment for the economic protocols" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-environment-structs/tezos-protocol-environment-structs.8.2/opam b/packages/tezos-protocol-environment-structs/tezos-protocol-environment-structs.8.2/opam new file mode 100644 index 000000000..b2946e82b --- /dev/null +++ b/packages/tezos-protocol-environment-structs/tezos-protocol-environment-structs.8.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-crypto" { = version } + "tezos-protocol-environment-packer" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_environment/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: restricted typing environment for the economic protocols" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-environment-structs/tezos-protocol-environment-structs.8.3/opam b/packages/tezos-protocol-environment-structs/tezos-protocol-environment-structs.8.3/opam new file mode 100644 index 000000000..34c599b8c --- /dev/null +++ b/packages/tezos-protocol-environment-structs/tezos-protocol-environment-structs.8.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-crypto" { = version } + "tezos-protocol-environment-packer" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_environment/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: restricted typing environment for the economic protocols" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-environment-structs/tezos-protocol-environment-structs.9.0/opam b/packages/tezos-protocol-environment-structs/tezos-protocol-environment-structs.9.0/opam new file mode 100644 index 000000000..238e29b79 --- /dev/null +++ b/packages/tezos-protocol-environment-structs/tezos-protocol-environment-structs.9.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-crypto" { = version } + "tezos-protocol-environment-packer" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_environment/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: restricted typing environment for the economic protocols" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-environment-structs/tezos-protocol-environment-structs.9.1/opam b/packages/tezos-protocol-environment-structs/tezos-protocol-environment-structs.9.1/opam new file mode 100644 index 000000000..461d2c9d7 --- /dev/null +++ b/packages/tezos-protocol-environment-structs/tezos-protocol-environment-structs.9.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-crypto" { = version } + "tezos-protocol-environment-packer" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_environment/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: restricted typing environment for the economic protocols" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-environment-structs/tezos-protocol-environment-structs.9.2/opam b/packages/tezos-protocol-environment-structs/tezos-protocol-environment-structs.9.2/opam new file mode 100644 index 000000000..76db2adc4 --- /dev/null +++ b/packages/tezos-protocol-environment-structs/tezos-protocol-environment-structs.9.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-crypto" { = version } + "tezos-protocol-environment-packer" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_environment/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: restricted typing environment for the economic protocols" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-environment-structs/tezos-protocol-environment-structs.9.3/opam b/packages/tezos-protocol-environment-structs/tezos-protocol-environment-structs.9.3/opam new file mode 100644 index 000000000..103fe6a78 --- /dev/null +++ b/packages/tezos-protocol-environment-structs/tezos-protocol-environment-structs.9.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-crypto" { = version } + "tezos-protocol-environment-packer" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_environment/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: restricted typing environment for the economic protocols" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-environment-structs/tezos-protocol-environment-structs.9.4/opam b/packages/tezos-protocol-environment-structs/tezos-protocol-environment-structs.9.4/opam new file mode 100644 index 000000000..560ec875f --- /dev/null +++ b/packages/tezos-protocol-environment-structs/tezos-protocol-environment-structs.9.4/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-crypto" { = version } + "tezos-protocol-environment-packer" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_environment/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: restricted typing environment for the economic protocols" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-environment-structs/tezos-protocol-environment-structs.9.7/opam b/packages/tezos-protocol-environment-structs/tezos-protocol-environment-structs.9.7/opam new file mode 100644 index 000000000..051702b65 --- /dev/null +++ b/packages/tezos-protocol-environment-structs/tezos-protocol-environment-structs.9.7/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-crypto" { = version } + "tezos-protocol-environment-packer" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_environment/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: restricted typing environment for the economic protocols" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-environment/tezos-protocol-environment.10.2/opam b/packages/tezos-protocol-environment/tezos-protocol-environment.10.2/opam new file mode 100644 index 000000000..e9268e5e1 --- /dev/null +++ b/packages/tezos-protocol-environment/tezos-protocol-environment.10.2/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "zarith" { < "1.12"} # the signature of the [Z] module has changed in 1.12 + "tezos-sapling" { = version } + "tezos-base" { = version } + "tezos-context" { = version } + "tezos-protocol-environment-sigs" { = version } + "tezos-protocol-environment-structs" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "tezos-test-helpers" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_environment/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: custom economic-protocols environment implementation for `tezos-client` and testing" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-environment/tezos-protocol-environment.11.0/opam b/packages/tezos-protocol-environment/tezos-protocol-environment.11.0/opam new file mode 100644 index 000000000..3b8d1ad2d --- /dev/null +++ b/packages/tezos-protocol-environment/tezos-protocol-environment.11.0/opam @@ -0,0 +1,40 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "zarith" { >= "1.12" & < "1.13" } # the signature of the [Z] module has changed in 1.12 + "bls12-381-legacy" {<= "0.4.4"} # for env{1,2,3} + "bls12-381" { >= "1.0.0" & < "1.1.0" } # for env4 + "tezos-sapling" { = version } + "tezos-base" { = version } + "tezos-context" { = version } + "tezos-protocol-environment-sigs" { = version } + "tezos-protocol-environment-structs" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "tezos-test-helpers" { with-test & = version } + "qcheck-alcotest" {with-test & <= "0.23"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_environment/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: custom economic-protocols environment implementation for `tezos-client` and testing" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-environment/tezos-protocol-environment.11.1/opam b/packages/tezos-protocol-environment/tezos-protocol-environment.11.1/opam new file mode 100644 index 000000000..39b2eb9f6 --- /dev/null +++ b/packages/tezos-protocol-environment/tezos-protocol-environment.11.1/opam @@ -0,0 +1,40 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "zarith" { >= "1.12" & < "1.13" } # the signature of the [Z] module has changed in 1.12 + "bls12-381-legacy" {<= "0.4.4"} # for env{1,2,3} + "bls12-381" { >= "1.0.0" & < "1.1.0" } # for env4 + "tezos-sapling" { = version } + "tezos-base" { = version } + "tezos-context" { = version } + "tezos-protocol-environment-sigs" { = version } + "tezos-protocol-environment-structs" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "tezos-test-helpers" { with-test & = version } + "qcheck-alcotest" {with-test & <= "0.23"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_environment/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: custom economic-protocols environment implementation for `tezos-client` and testing" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-environment/tezos-protocol-environment.12.0/opam b/packages/tezos-protocol-environment/tezos-protocol-environment.12.0/opam new file mode 100644 index 000000000..de35a1838 --- /dev/null +++ b/packages/tezos-protocol-environment/tezos-protocol-environment.12.0/opam @@ -0,0 +1,40 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "zarith" { >= "1.12" & < "1.13" } # the signature of the [Z] module has changed in 1.12 + "bls12-381-legacy" {<= "0.4.4"} # for env{1,2,3} + "bls12-381" { >= "1.1.0" & < "1.2.0" } # for env4 + "tezos-sapling" { = version } + "tezos-base" { = version } + "tezos-context" { = version } + "tezos-protocol-environment-sigs" { = version } + "tezos-protocol-environment-structs" { = version } + "bls12-381-unix" {with-test & <= "2.0.1"} + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} + "tezos-test-helpers" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_environment/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: custom economic-protocols environment implementation for `tezos-client` and testing" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-environment/tezos-protocol-environment.12.3/opam b/packages/tezos-protocol-environment/tezos-protocol-environment.12.3/opam new file mode 100644 index 000000000..d361de9f5 --- /dev/null +++ b/packages/tezos-protocol-environment/tezos-protocol-environment.12.3/opam @@ -0,0 +1,39 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "zarith" { >= "1.12" & < "1.13" } # the signature of the [Z] module has changed in 1.12 + "bls12-381-legacy" {<= "0.4.4"} # for env{1,2,3} + "bls12-381" { >= "1.1.0" & < "1.2.0" } # for env4 + "tezos-sapling" { = version } + "tezos-base" { = version } + "tezos-context" { = version } + "tezos-protocol-environment-sigs" { = version } + "tezos-protocol-environment-structs" { = version } + "bls12-381-unix" {with-test & <= "2.0.1"} + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} + "tezos-test-helpers" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_environment/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: custom economic-protocols environment implementation for `tezos-client` and testing" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-environment/tezos-protocol-environment.13.0/opam b/packages/tezos-protocol-environment/tezos-protocol-environment.13.0/opam new file mode 100644 index 000000000..28c77057e --- /dev/null +++ b/packages/tezos-protocol-environment/tezos-protocol-environment.13.0/opam @@ -0,0 +1,58 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "ocaml" { >= "4.12" } + "tezos-stdlib" { = version } + "tezos-crypto" { = version } + "tezos-lwt-result-stdlib" { = version } + "data-encoding" { >= "0.5.3" & < "0.6" } + "bls12-381" { >= "3.0.0" & < "3.1.0" } + "zarith" { >= "1.12" & < "1.13" } + "zarith_stubs_js" {<= "v0.17.0"} + "ringo" { = "0.8" } + "ringo-lwt" { = "0.8" } + "tezos-base" { = version } + "tezos-sapling" { = version } + "tezos-micheline" { = version } + "tezos-context" { = version } + "tezos-event-logging" { = version } + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} + "tezos-test-helpers" { with-test & = version } + "qcheck-alcotest" {with-test & >= "0.18" & <= "0.23"} + "lwt" {with-test & >= "5.4.0" & <= "5.9.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_environment/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Interface layer between the protocols and the shell" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +description: "The protocol-environment is a two-sided component sitting between the shell and +the protocols. + +On one side, it provides a restricted typing environment to compile the +protocols against. This is a series of modules which replace the standard +library of OCaml. These modules purposefully omit many functionalities, thus +preventing the protocols from, say, directly writing to disk. + +On the other side, it provides the shell with specific call-sites in the +protocols. These are the only entry-points into the otherwise black-box +protocols." +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-environment/tezos-protocol-environment.14.0/opam b/packages/tezos-protocol-environment/tezos-protocol-environment.14.0/opam new file mode 100644 index 000000000..023bd811f --- /dev/null +++ b/packages/tezos-protocol-environment/tezos-protocol-environment.14.0/opam @@ -0,0 +1,60 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.12" } + "tezos-stdlib" { = version } + "tezos-crypto" { = version } + "tezos-lwt-result-stdlib" { = version } + "tezos-scoru-wasm" { = version } + "data-encoding" { >= "0.6" & < "0.7" } + "bls12-381" { >= "4.0.0" & < "4.1.0" } + "tezos-plonk" { >= "0.1.0" & < "1.0.0" } + "zarith" { >= "1.12" & < "1.13" } + "zarith_stubs_js" {<= "v0.17.0"} + "class_group_vdf" {>= "0.0.4" & <= "0.0.5"} + "ringo" { >= "0.9" & < "1.0.0" } + "ringo-lwt" {= "0.9"} + "tezos-base" { = version } + "tezos-sapling" { = version } + "tezos-micheline" { = version } + "tezos-context" { = version } + "tezos-event-logging" { = version } + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} + "tezos-test-helpers" { with-test & = version } + "qcheck-alcotest" {with-test & >= "0.18" & <= "0.23"} + "lwt" {with-test & >= "5.4.0" & <= "5.9.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Interface layer between the protocols and the shell" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +description: "The protocol-environment is a two-sided component sitting between the shell and +the protocols. + +On one side, it provides a restricted typing environment to compile the +protocols against. This is a series of modules which replace the standard +library of OCaml. These modules purposefully omit many functionalities, thus +preventing the protocols from, say, directly writing to disk. + +On the other side, it provides the shell with specific call-sites in the +protocols. These are the only entry-points into the otherwise black-box +protocols." +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-environment/tezos-protocol-environment.15.0/opam b/packages/tezos-protocol-environment/tezos-protocol-environment.15.0/opam new file mode 100644 index 000000000..5d8f845aa --- /dev/null +++ b/packages/tezos-protocol-environment/tezos-protocol-environment.15.0/opam @@ -0,0 +1,61 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14.0" & < "4.15" } + "tezos-base" { = version } + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} + "tezos-test-helpers" { with-test & = version } + "qcheck-alcotest" {with-test & >= "0.18" & <= "0.23"} + "lwt" {with-test & >= "5.6.0" & <= "5.9.0"} + "zarith" { >= "1.12" & < "1.13" } + "zarith_stubs_js" {<= "v0.17.0"} + "bls12-381" { >= "5.0.0" & < "5.1.0" } + "tezos-plonk" { >= "0.1.2" & < "1.0.0" } + "tezos-crypto-dal" { = version } + "class_group_vdf" {>= "0.0.4" & <= "0.0.5"} + "ringo" { >= "0.9" & < "1.0.0" } + "ringo-lwt" {= "0.9"} + "tezos-sapling" { = version } + "tezos-micheline" { = version } + "tezos-context" { = version } + "tezos-scoru-wasm" { = version } + "tezos-event-logging" { = version } + "tezos-stdlib" { = version } + "tezos-crypto" { = version } + "tezos-lwt-result-stdlib" { = version } + "data-encoding" { >= "0.6" & < "0.7" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Interface layer between the protocols and the shell" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +description: "The protocol-environment is a two-sided component sitting between the shell and +the protocols. + +On one side, it provides a restricted typing environment to compile the +protocols against. This is a series of modules which replace the standard +library of OCaml. These modules purposefully omit many functionalities, thus +preventing the protocols from, say, directly writing to disk. + +On the other side, it provides the shell with specific call-sites in the +protocols. These are the only entry-points into the otherwise black-box +protocols." +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-environment/tezos-protocol-environment.15.1/opam b/packages/tezos-protocol-environment/tezos-protocol-environment.15.1/opam new file mode 100644 index 000000000..c5b0498bb --- /dev/null +++ b/packages/tezos-protocol-environment/tezos-protocol-environment.15.1/opam @@ -0,0 +1,61 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14.0" & < "4.15" } + "tezos-stdlib" { = version } + "tezos-crypto" { = version } + "tezos-lwt-result-stdlib" { = version } + "tezos-scoru-wasm" { = version } + "data-encoding" { >= "0.6" & < "0.7" } + "bls12-381" { >= "5.0.0" & < "5.1.0" } + "tezos-plonk" {>= "0.1.2" & <= "1.0.1"} + "zarith" { >= "1.12" & < "1.13" } + "zarith_stubs_js" {<= "v0.17.0"} + "tezos-crypto-dal" { = version } + "class_group_vdf" {>= "0.0.4" & <= "0.0.5"} + "ringo" { >= "0.9" & < "1.0.0" } + "ringo-lwt" {= "0.9"} + "tezos-base" { = version } + "tezos-sapling" { = version } + "tezos-micheline" { = version } + "tezos-context" { = version } + "tezos-event-logging" { = version } + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} + "tezos-test-helpers" { with-test & = version } + "qcheck-alcotest" {with-test & >= "0.18" & <= "0.23"} + "lwt" {with-test & >= "5.6.0" & <= "5.9.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Interface layer between the protocols and the shell" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +description: "The protocol-environment is a two-sided component sitting between the shell and +the protocols. + +On one side, it provides a restricted typing environment to compile the +protocols against. This is a series of modules which replace the standard +library of OCaml. These modules purposefully omit many functionalities, thus +preventing the protocols from, say, directly writing to disk. + +On the other side, it provides the shell with specific call-sites in the +protocols. These are the only entry-points into the otherwise black-box +protocols." +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-environment/tezos-protocol-environment.17.1/opam b/packages/tezos-protocol-environment/tezos-protocol-environment.17.1/opam new file mode 100644 index 000000000..65d4a4adf --- /dev/null +++ b/packages/tezos-protocol-environment/tezos-protocol-environment.17.1/opam @@ -0,0 +1,62 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14.0" & < "4.15" } + "tezos-stdlib" { = version } + "tezos-crypto" { = version } + "tezos-lwt-result-stdlib" { = version } + "tezos-scoru-wasm" { = version } + "data-encoding" { >= "0.7.1" & < "1.0.0" } + "bls12-381" { >= "6.1.0" & < "6.2.0" } + "octez-plonk" { = version } + "zarith" { >= "1.12" & < "1.13" } + "zarith_stubs_js" {<= "v0.17.0"} + "tezos-crypto-dal" { = version } + "class_group_vdf" {>= "0.0.4" & <= "0.0.5"} + "aches" {>= "1.0.0" & <= "1.1.0"} + "aches-lwt" {>= "1.0.0" & <= "1.1.0"} + "tezos-base" { = version } + "tezos-sapling" { = version } + "tezos-micheline" { = version } + "tezos-context" { = version } + "tezos-event-logging" { = version } + "tezt" {with-test & >= "3.1.0" & <= "4.1.0"} + "octez-alcotezt" { with-test & = version } + "tezos-test-helpers" { with-test & = version } + "qcheck-alcotest" {with-test & >= "0.20" & <= "0.23"} + "lwt" {with-test & >= "5.6.0" & <= "5.9.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] { with-test & ocaml:native } +] +synopsis: "Interface layer between the protocols and the shell" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +description: "The protocol-environment is a two-sided component sitting between the shell and +the protocols. + +On one side, it provides a restricted typing environment to compile the +protocols against. This is a series of modules which replace the standard +library of OCaml. These modules purposefully omit many functionalities, thus +preventing the protocols from, say, directly writing to disk. + +On the other side, it provides the shell with specific call-sites in the +protocols. These are the only entry-points into the otherwise black-box +protocols." +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-environment/tezos-protocol-environment.17.2/opam b/packages/tezos-protocol-environment/tezos-protocol-environment.17.2/opam new file mode 100644 index 000000000..c65231edc --- /dev/null +++ b/packages/tezos-protocol-environment/tezos-protocol-environment.17.2/opam @@ -0,0 +1,62 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14.0" & < "4.15" } + "tezos-stdlib" { = version } + "tezos-crypto" { = version } + "tezos-lwt-result-stdlib" { = version } + "tezos-scoru-wasm" { = version } + "data-encoding" { >= "0.7.1" & < "1.0.0" } + "bls12-381" { >= "6.1.0" & < "6.2.0" } + "octez-plonk" { = version } + "zarith" { >= "1.12" & < "1.13" } + "zarith_stubs_js" {<= "v0.17.0"} + "tezos-crypto-dal" { = version } + "class_group_vdf" {>= "0.0.4" & <= "0.0.5"} + "aches" {>= "1.0.0" & <= "1.1.0"} + "aches-lwt" {>= "1.0.0" & <= "1.1.0"} + "tezos-base" { = version } + "tezos-sapling" { = version } + "tezos-micheline" { = version } + "tezos-context" { = version } + "tezos-event-logging" { = version } + "tezt" {with-test & >= "3.1.0" & <= "4.1.0"} + "octez-alcotezt" { with-test & = version } + "tezos-test-helpers" { with-test & = version } + "qcheck-alcotest" {with-test & >= "0.20" & <= "0.23"} + "lwt" {with-test & >= "5.6.0" & <= "5.9.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] { with-test & ocaml:native } +] +synopsis: "Interface layer between the protocols and the shell" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +description: "The protocol-environment is a two-sided component sitting between the shell and +the protocols. + +On one side, it provides a restricted typing environment to compile the +protocols against. This is a series of modules which replace the standard +library of OCaml. These modules purposefully omit many functionalities, thus +preventing the protocols from, say, directly writing to disk. + +On the other side, it provides the shell with specific call-sites in the +protocols. These are the only entry-points into the otherwise black-box +protocols." +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-environment/tezos-protocol-environment.7.0/opam b/packages/tezos-protocol-environment/tezos-protocol-environment.7.0/opam new file mode 100644 index 000000000..7f24f54f7 --- /dev/null +++ b/packages/tezos-protocol-environment/tezos-protocol-environment.7.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-environment-sigs" { = version } + "alcotest-lwt" { with-test & = "0.8.5" } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_environment/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: custom economic-protocols environment implementation for `tezos-client` and testing" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.0.tar.bz2" + checksum: [ + "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91" + "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-environment/tezos-protocol-environment.7.1/opam b/packages/tezos-protocol-environment/tezos-protocol-environment.7.1/opam new file mode 100644 index 000000000..e652d07a8 --- /dev/null +++ b/packages/tezos-protocol-environment/tezos-protocol-environment.7.1/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-environment-sigs" { = version } + "alcotest-lwt" { with-test & = "0.8.5" } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_environment/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: custom economic-protocols environment implementation for `tezos-client` and testing" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.1.tar.bz2" + checksum: [ + "sha256=3675d856c4b818da7f5de0b85b86a48d3883f1210cfef28ef3233a047e74bed6" + "sha512=d6abdef9a6643b2ffe8141ecc625dcc2a939131e2e5cc158c74aba8c403bd4072b7fc403ccfa6d766696604ad112495dd9db1ece8a3ae5a4693071dfdffcbda5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-environment/tezos-protocol-environment.7.2/opam b/packages/tezos-protocol-environment/tezos-protocol-environment.7.2/opam new file mode 100644 index 000000000..357cf3582 --- /dev/null +++ b/packages/tezos-protocol-environment/tezos-protocol-environment.7.2/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-environment-sigs" { = version } + "alcotest-lwt" { with-test & = "0.8.5" } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_environment/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: custom economic-protocols environment implementation for `tezos-client` and testing" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.2.tar.bz2" + checksum: [ + "sha256=abb52ad63345943d20f3edc4c3507474af94c001c8bf58138f47341942036cec" + "sha512=c823ca801cbc4005f5fc6ea5236d93569410c034da3ed32939ef64a0f2c19a34444fac12e13c72e5a1e15a401b655e58ffdbbb66ce0516e5968f621677b96117" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-environment/tezos-protocol-environment.7.3/opam b/packages/tezos-protocol-environment/tezos-protocol-environment.7.3/opam new file mode 100644 index 000000000..229dbaac6 --- /dev/null +++ b/packages/tezos-protocol-environment/tezos-protocol-environment.7.3/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-environment-sigs" { = version } + "alcotest-lwt" { with-test & = "0.8.5" } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_environment/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: custom economic-protocols environment implementation for `tezos-client` and testing" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.3.tar.bz2" + checksum: [ + "sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" + "sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-environment/tezos-protocol-environment.7.4/opam b/packages/tezos-protocol-environment/tezos-protocol-environment.7.4/opam new file mode 100644 index 000000000..541e4b467 --- /dev/null +++ b/packages/tezos-protocol-environment/tezos-protocol-environment.7.4/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-environment-sigs" { = version } + "alcotest-lwt" { with-test & = "0.8.5" } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_environment/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: custom economic-protocols environment implementation for `tezos-client` and testing" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-environment/tezos-protocol-environment.8.0/opam b/packages/tezos-protocol-environment/tezos-protocol-environment.8.0/opam new file mode 100644 index 000000000..98bcf7ae9 --- /dev/null +++ b/packages/tezos-protocol-environment/tezos-protocol-environment.8.0/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "zarith" {< "1.12"} + "tezos-sapling" { = version } + "tezos-base" { = version } + "tezos-protocol-environment-sigs" { = version } + "tezos-protocol-environment-structs" { = version } + "crowbar" {with-test & <= "0.2.1"} + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_environment/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: custom economic-protocols environment implementation for `tezos-client` and testing" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-environment/tezos-protocol-environment.8.1/opam b/packages/tezos-protocol-environment/tezos-protocol-environment.8.1/opam new file mode 100644 index 000000000..0d8a595e7 --- /dev/null +++ b/packages/tezos-protocol-environment/tezos-protocol-environment.8.1/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "zarith" {< "1.12"} + "tezos-sapling" { = version } + "tezos-base" { = version } + "tezos-protocol-environment-sigs" { = version } + "tezos-protocol-environment-structs" { = version } + "crowbar" {with-test & <= "0.2.1"} + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_environment/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: custom economic-protocols environment implementation for `tezos-client` and testing" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-environment/tezos-protocol-environment.8.2/opam b/packages/tezos-protocol-environment/tezos-protocol-environment.8.2/opam new file mode 100644 index 000000000..a781fd16a --- /dev/null +++ b/packages/tezos-protocol-environment/tezos-protocol-environment.8.2/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "zarith" {< "1.12"} + "tezos-sapling" { = version } + "tezos-base" { = version } + "tezos-protocol-environment-sigs" { = version } + "tezos-protocol-environment-structs" { = version } + "crowbar" {with-test & <= "0.2.1"} + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_environment/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: custom economic-protocols environment implementation for `tezos-client` and testing" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-environment/tezos-protocol-environment.8.3/opam b/packages/tezos-protocol-environment/tezos-protocol-environment.8.3/opam new file mode 100644 index 000000000..1bd551c3d --- /dev/null +++ b/packages/tezos-protocol-environment/tezos-protocol-environment.8.3/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "zarith" {< "1.12"} + "tezos-sapling" { = version } + "tezos-base" { = version } + "tezos-protocol-environment-sigs" { = version } + "tezos-protocol-environment-structs" { = version } + "crowbar" {with-test & <= "0.2.1"} + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_environment/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: custom economic-protocols environment implementation for `tezos-client` and testing" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-environment/tezos-protocol-environment.9.0/opam b/packages/tezos-protocol-environment/tezos-protocol-environment.9.0/opam new file mode 100644 index 000000000..07ea38983 --- /dev/null +++ b/packages/tezos-protocol-environment/tezos-protocol-environment.9.0/opam @@ -0,0 +1,37 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "zarith" { < "1.12"} # the signature of the [Z] module has changed in 1.12 + "tezos-sapling" { = version } + "tezos-base" { = version } + "tezos-storage" { = version } + "tezos-protocol-environment-sigs" { = version } + "tezos-protocol-environment-structs" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "crowbar" {with-test & <= "0.2.1"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_environment/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: custom economic-protocols environment implementation for `tezos-client` and testing" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-environment/tezos-protocol-environment.9.1/opam b/packages/tezos-protocol-environment/tezos-protocol-environment.9.1/opam new file mode 100644 index 000000000..06cef42a3 --- /dev/null +++ b/packages/tezos-protocol-environment/tezos-protocol-environment.9.1/opam @@ -0,0 +1,37 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "zarith" { < "1.12"} # the signature of the [Z] module has changed in 1.12 + "tezos-sapling" { = version } + "tezos-base" { = version } + "tezos-storage" { = version } + "tezos-protocol-environment-sigs" { = version } + "tezos-protocol-environment-structs" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "crowbar" {with-test & <= "0.2.1"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_environment/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: custom economic-protocols environment implementation for `tezos-client` and testing" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-environment/tezos-protocol-environment.9.2/opam b/packages/tezos-protocol-environment/tezos-protocol-environment.9.2/opam new file mode 100644 index 000000000..dd91afccf --- /dev/null +++ b/packages/tezos-protocol-environment/tezos-protocol-environment.9.2/opam @@ -0,0 +1,37 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "zarith" { < "1.12"} # the signature of the [Z] module has changed in 1.12 + "tezos-sapling" { = version } + "tezos-base" { = version } + "tezos-storage" { = version } + "tezos-protocol-environment-sigs" { = version } + "tezos-protocol-environment-structs" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "crowbar" {with-test & <= "0.2.1"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_environment/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: custom economic-protocols environment implementation for `tezos-client` and testing" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-environment/tezos-protocol-environment.9.3/opam b/packages/tezos-protocol-environment/tezos-protocol-environment.9.3/opam new file mode 100644 index 000000000..948e8d554 --- /dev/null +++ b/packages/tezos-protocol-environment/tezos-protocol-environment.9.3/opam @@ -0,0 +1,37 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "zarith" { < "1.12"} # the signature of the [Z] module has changed in 1.12 + "tezos-sapling" { = version } + "tezos-base" { = version } + "tezos-storage" { = version } + "tezos-protocol-environment-sigs" { = version } + "tezos-protocol-environment-structs" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "crowbar" {with-test & <= "0.2.1"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_environment/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: custom economic-protocols environment implementation for `tezos-client` and testing" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-environment/tezos-protocol-environment.9.4/opam b/packages/tezos-protocol-environment/tezos-protocol-environment.9.4/opam new file mode 100644 index 000000000..c171fa65a --- /dev/null +++ b/packages/tezos-protocol-environment/tezos-protocol-environment.9.4/opam @@ -0,0 +1,37 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "zarith" { < "1.12"} # the signature of the [Z] module has changed in 1.12 + "tezos-sapling" { = version } + "tezos-base" { = version } + "tezos-storage" { = version } + "tezos-protocol-environment-sigs" { = version } + "tezos-protocol-environment-structs" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "crowbar" {with-test & <= "0.2.1"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_environment/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: custom economic-protocols environment implementation for `tezos-client` and testing" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-environment/tezos-protocol-environment.9.7/opam b/packages/tezos-protocol-environment/tezos-protocol-environment.9.7/opam new file mode 100644 index 000000000..07fa76dbd --- /dev/null +++ b/packages/tezos-protocol-environment/tezos-protocol-environment.9.7/opam @@ -0,0 +1,37 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "zarith" { < "1.12"} # the signature of the [Z] module has changed in 1.12 + "tezos-sapling" { = version } + "tezos-base" { = version } + "tezos-storage" { = version } + "tezos-protocol-environment-sigs" { = version } + "tezos-protocol-environment-structs" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "crowbar" {with-test & <= "0.2.1"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_environment/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: custom economic-protocols environment implementation for `tezos-client` and testing" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-genesis-carthagenet/tezos-protocol-genesis-carthagenet.10.2/opam b/packages/tezos-protocol-genesis-carthagenet/tezos-protocol-genesis-carthagenet.10.2/opam new file mode 100644 index 000000000..390ba52f3 --- /dev/null +++ b/packages/tezos-protocol-genesis-carthagenet/tezos-protocol-genesis-carthagenet.10.2/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_genesis_carthagenet/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis_carthagenet/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis_carthagenet economic-protocol definition" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-genesis-carthagenet/tezos-protocol-genesis-carthagenet.11.0/opam b/packages/tezos-protocol-genesis-carthagenet/tezos-protocol-genesis-carthagenet.11.0/opam new file mode 100644 index 000000000..765fb503a --- /dev/null +++ b/packages/tezos-protocol-genesis-carthagenet/tezos-protocol-genesis-carthagenet.11.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_genesis_carthagenet/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis_carthagenet/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis_carthagenet economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-genesis-carthagenet/tezos-protocol-genesis-carthagenet.11.1/opam b/packages/tezos-protocol-genesis-carthagenet/tezos-protocol-genesis-carthagenet.11.1/opam new file mode 100644 index 000000000..54b7aee85 --- /dev/null +++ b/packages/tezos-protocol-genesis-carthagenet/tezos-protocol-genesis-carthagenet.11.1/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_genesis_carthagenet/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis_carthagenet/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis_carthagenet economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-genesis-carthagenet/tezos-protocol-genesis-carthagenet.12.0/opam b/packages/tezos-protocol-genesis-carthagenet/tezos-protocol-genesis-carthagenet.12.0/opam new file mode 100644 index 000000000..7c5764ef0 --- /dev/null +++ b/packages/tezos-protocol-genesis-carthagenet/tezos-protocol-genesis-carthagenet.12.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_genesis_carthagenet/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis_carthagenet/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis_carthagenet economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-genesis-carthagenet/tezos-protocol-genesis-carthagenet.12.3/opam b/packages/tezos-protocol-genesis-carthagenet/tezos-protocol-genesis-carthagenet.12.3/opam new file mode 100644 index 000000000..c24272fed --- /dev/null +++ b/packages/tezos-protocol-genesis-carthagenet/tezos-protocol-genesis-carthagenet.12.3/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_genesis_carthagenet/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis_carthagenet/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis_carthagenet economic-protocol definition" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-genesis-carthagenet/tezos-protocol-genesis-carthagenet.7.0/opam b/packages/tezos-protocol-genesis-carthagenet/tezos-protocol-genesis-carthagenet.7.0/opam new file mode 100644 index 000000000..24d9ccce4 --- /dev/null +++ b/packages/tezos-protocol-genesis-carthagenet/tezos-protocol-genesis-carthagenet.7.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis_carthagenet/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis_carthagenet economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.0.tar.bz2" + checksum: [ + "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91" + "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-genesis-carthagenet/tezos-protocol-genesis-carthagenet.7.1/opam b/packages/tezos-protocol-genesis-carthagenet/tezos-protocol-genesis-carthagenet.7.1/opam new file mode 100644 index 000000000..da03211af --- /dev/null +++ b/packages/tezos-protocol-genesis-carthagenet/tezos-protocol-genesis-carthagenet.7.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis_carthagenet/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis_carthagenet economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.1.tar.bz2" + checksum: [ + "sha256=3675d856c4b818da7f5de0b85b86a48d3883f1210cfef28ef3233a047e74bed6" + "sha512=d6abdef9a6643b2ffe8141ecc625dcc2a939131e2e5cc158c74aba8c403bd4072b7fc403ccfa6d766696604ad112495dd9db1ece8a3ae5a4693071dfdffcbda5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-genesis-carthagenet/tezos-protocol-genesis-carthagenet.7.2/opam b/packages/tezos-protocol-genesis-carthagenet/tezos-protocol-genesis-carthagenet.7.2/opam new file mode 100644 index 000000000..26df1e55b --- /dev/null +++ b/packages/tezos-protocol-genesis-carthagenet/tezos-protocol-genesis-carthagenet.7.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis_carthagenet/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis_carthagenet economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.2.tar.bz2" + checksum: [ + "sha256=abb52ad63345943d20f3edc4c3507474af94c001c8bf58138f47341942036cec" + "sha512=c823ca801cbc4005f5fc6ea5236d93569410c034da3ed32939ef64a0f2c19a34444fac12e13c72e5a1e15a401b655e58ffdbbb66ce0516e5968f621677b96117" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-genesis-carthagenet/tezos-protocol-genesis-carthagenet.7.3/opam b/packages/tezos-protocol-genesis-carthagenet/tezos-protocol-genesis-carthagenet.7.3/opam new file mode 100644 index 000000000..9bcc2f6d8 --- /dev/null +++ b/packages/tezos-protocol-genesis-carthagenet/tezos-protocol-genesis-carthagenet.7.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis_carthagenet/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis_carthagenet economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.3.tar.bz2" + checksum: [ + "sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" + "sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-genesis-carthagenet/tezos-protocol-genesis-carthagenet.7.4/opam b/packages/tezos-protocol-genesis-carthagenet/tezos-protocol-genesis-carthagenet.7.4/opam new file mode 100644 index 000000000..1aad130be --- /dev/null +++ b/packages/tezos-protocol-genesis-carthagenet/tezos-protocol-genesis-carthagenet.7.4/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis_carthagenet/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis_carthagenet economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-genesis-carthagenet/tezos-protocol-genesis-carthagenet.8.0/opam b/packages/tezos-protocol-genesis-carthagenet/tezos-protocol-genesis-carthagenet.8.0/opam new file mode 100644 index 000000000..40e81ddad --- /dev/null +++ b/packages/tezos-protocol-genesis-carthagenet/tezos-protocol-genesis-carthagenet.8.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_genesis_carthagenet/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis_carthagenet/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis_carthagenet economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-genesis-carthagenet/tezos-protocol-genesis-carthagenet.8.1/opam b/packages/tezos-protocol-genesis-carthagenet/tezos-protocol-genesis-carthagenet.8.1/opam new file mode 100644 index 000000000..b7d36c990 --- /dev/null +++ b/packages/tezos-protocol-genesis-carthagenet/tezos-protocol-genesis-carthagenet.8.1/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_genesis_carthagenet/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis_carthagenet/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis_carthagenet economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-genesis-carthagenet/tezos-protocol-genesis-carthagenet.8.2/opam b/packages/tezos-protocol-genesis-carthagenet/tezos-protocol-genesis-carthagenet.8.2/opam new file mode 100644 index 000000000..50a32f028 --- /dev/null +++ b/packages/tezos-protocol-genesis-carthagenet/tezos-protocol-genesis-carthagenet.8.2/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_genesis_carthagenet/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis_carthagenet/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis_carthagenet economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-genesis-carthagenet/tezos-protocol-genesis-carthagenet.8.3/opam b/packages/tezos-protocol-genesis-carthagenet/tezos-protocol-genesis-carthagenet.8.3/opam new file mode 100644 index 000000000..9a1c86749 --- /dev/null +++ b/packages/tezos-protocol-genesis-carthagenet/tezos-protocol-genesis-carthagenet.8.3/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_genesis_carthagenet/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis_carthagenet/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis_carthagenet economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-genesis-carthagenet/tezos-protocol-genesis-carthagenet.9.0/opam b/packages/tezos-protocol-genesis-carthagenet/tezos-protocol-genesis-carthagenet.9.0/opam new file mode 100644 index 000000000..f1e4a7871 --- /dev/null +++ b/packages/tezos-protocol-genesis-carthagenet/tezos-protocol-genesis-carthagenet.9.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_genesis_carthagenet/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis_carthagenet/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis_carthagenet economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-genesis-carthagenet/tezos-protocol-genesis-carthagenet.9.1/opam b/packages/tezos-protocol-genesis-carthagenet/tezos-protocol-genesis-carthagenet.9.1/opam new file mode 100644 index 000000000..ed2e9c6df --- /dev/null +++ b/packages/tezos-protocol-genesis-carthagenet/tezos-protocol-genesis-carthagenet.9.1/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_genesis_carthagenet/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis_carthagenet/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis_carthagenet economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-genesis-carthagenet/tezos-protocol-genesis-carthagenet.9.2/opam b/packages/tezos-protocol-genesis-carthagenet/tezos-protocol-genesis-carthagenet.9.2/opam new file mode 100644 index 000000000..a629f575f --- /dev/null +++ b/packages/tezos-protocol-genesis-carthagenet/tezos-protocol-genesis-carthagenet.9.2/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_genesis_carthagenet/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis_carthagenet/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis_carthagenet economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-genesis-carthagenet/tezos-protocol-genesis-carthagenet.9.3/opam b/packages/tezos-protocol-genesis-carthagenet/tezos-protocol-genesis-carthagenet.9.3/opam new file mode 100644 index 000000000..a09dfba3f --- /dev/null +++ b/packages/tezos-protocol-genesis-carthagenet/tezos-protocol-genesis-carthagenet.9.3/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_genesis_carthagenet/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis_carthagenet/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis_carthagenet economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-genesis-carthagenet/tezos-protocol-genesis-carthagenet.9.4/opam b/packages/tezos-protocol-genesis-carthagenet/tezos-protocol-genesis-carthagenet.9.4/opam new file mode 100644 index 000000000..b54051772 --- /dev/null +++ b/packages/tezos-protocol-genesis-carthagenet/tezos-protocol-genesis-carthagenet.9.4/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_genesis_carthagenet/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis_carthagenet/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis_carthagenet economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-genesis-carthagenet/tezos-protocol-genesis-carthagenet.9.7/opam b/packages/tezos-protocol-genesis-carthagenet/tezos-protocol-genesis-carthagenet.9.7/opam new file mode 100644 index 000000000..a2d01bbc2 --- /dev/null +++ b/packages/tezos-protocol-genesis-carthagenet/tezos-protocol-genesis-carthagenet.9.7/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_genesis_carthagenet/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis_carthagenet/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis_carthagenet economic-protocol definition" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-genesis/tezos-protocol-genesis.10.2/opam b/packages/tezos-protocol-genesis/tezos-protocol-genesis.10.2/opam new file mode 100644 index 000000000..4194b07fe --- /dev/null +++ b/packages/tezos-protocol-genesis/tezos-protocol-genesis.10.2/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_genesis/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis economic-protocol definition" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-genesis/tezos-protocol-genesis.11.0/opam b/packages/tezos-protocol-genesis/tezos-protocol-genesis.11.0/opam new file mode 100644 index 000000000..4d36ee017 --- /dev/null +++ b/packages/tezos-protocol-genesis/tezos-protocol-genesis.11.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_genesis/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-genesis/tezos-protocol-genesis.11.1/opam b/packages/tezos-protocol-genesis/tezos-protocol-genesis.11.1/opam new file mode 100644 index 000000000..b7454f029 --- /dev/null +++ b/packages/tezos-protocol-genesis/tezos-protocol-genesis.11.1/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_genesis/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-genesis/tezos-protocol-genesis.12.0/opam b/packages/tezos-protocol-genesis/tezos-protocol-genesis.12.0/opam new file mode 100644 index 000000000..8431a0382 --- /dev/null +++ b/packages/tezos-protocol-genesis/tezos-protocol-genesis.12.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_genesis/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-genesis/tezos-protocol-genesis.12.3/opam b/packages/tezos-protocol-genesis/tezos-protocol-genesis.12.3/opam new file mode 100644 index 000000000..5046d3529 --- /dev/null +++ b/packages/tezos-protocol-genesis/tezos-protocol-genesis.12.3/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_genesis/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis economic-protocol definition" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-genesis/tezos-protocol-genesis.13.0/opam b/packages/tezos-protocol-genesis/tezos-protocol-genesis.13.0/opam new file mode 100644 index 000000000..e952ae5d8 --- /dev/null +++ b/packages/tezos-protocol-genesis/tezos-protocol-genesis.13.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_genesis/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-genesis/tezos-protocol-genesis.14.0/opam b/packages/tezos-protocol-genesis/tezos-protocol-genesis.14.0/opam new file mode 100644 index 000000000..3c93b137b --- /dev/null +++ b/packages/tezos-protocol-genesis/tezos-protocol-genesis.14.0/opam @@ -0,0 +1,28 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis economic-protocol definition" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-genesis/tezos-protocol-genesis.15.0/opam b/packages/tezos-protocol-genesis/tezos-protocol-genesis.15.0/opam new file mode 100644 index 000000000..feb2de09e --- /dev/null +++ b/packages/tezos-protocol-genesis/tezos-protocol-genesis.15.0/opam @@ -0,0 +1,28 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis economic-protocol definition" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-genesis/tezos-protocol-genesis.15.1/opam b/packages/tezos-protocol-genesis/tezos-protocol-genesis.15.1/opam new file mode 100644 index 000000000..dab92a035 --- /dev/null +++ b/packages/tezos-protocol-genesis/tezos-protocol-genesis.15.1/opam @@ -0,0 +1,28 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis economic-protocol definition" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-genesis/tezos-protocol-genesis.17.1/opam b/packages/tezos-protocol-genesis/tezos-protocol-genesis.17.1/opam new file mode 100644 index 000000000..09f7cf02c --- /dev/null +++ b/packages/tezos-protocol-genesis/tezos-protocol-genesis.17.1/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis economic-protocol definition" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-genesis/tezos-protocol-genesis.17.2/opam b/packages/tezos-protocol-genesis/tezos-protocol-genesis.17.2/opam new file mode 100644 index 000000000..ca42a7737 --- /dev/null +++ b/packages/tezos-protocol-genesis/tezos-protocol-genesis.17.2/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis economic-protocol definition" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-genesis/tezos-protocol-genesis.7.0/opam b/packages/tezos-protocol-genesis/tezos-protocol-genesis.7.0/opam new file mode 100644 index 000000000..9cc6e1bd0 --- /dev/null +++ b/packages/tezos-protocol-genesis/tezos-protocol-genesis.7.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.0.tar.bz2" + checksum: [ + "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91" + "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-genesis/tezos-protocol-genesis.7.1/opam b/packages/tezos-protocol-genesis/tezos-protocol-genesis.7.1/opam new file mode 100644 index 000000000..d35641d88 --- /dev/null +++ b/packages/tezos-protocol-genesis/tezos-protocol-genesis.7.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.1.tar.bz2" + checksum: [ + "sha256=3675d856c4b818da7f5de0b85b86a48d3883f1210cfef28ef3233a047e74bed6" + "sha512=d6abdef9a6643b2ffe8141ecc625dcc2a939131e2e5cc158c74aba8c403bd4072b7fc403ccfa6d766696604ad112495dd9db1ece8a3ae5a4693071dfdffcbda5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-genesis/tezos-protocol-genesis.7.2/opam b/packages/tezos-protocol-genesis/tezos-protocol-genesis.7.2/opam new file mode 100644 index 000000000..6795d8fa7 --- /dev/null +++ b/packages/tezos-protocol-genesis/tezos-protocol-genesis.7.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.2.tar.bz2" + checksum: [ + "sha256=abb52ad63345943d20f3edc4c3507474af94c001c8bf58138f47341942036cec" + "sha512=c823ca801cbc4005f5fc6ea5236d93569410c034da3ed32939ef64a0f2c19a34444fac12e13c72e5a1e15a401b655e58ffdbbb66ce0516e5968f621677b96117" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-genesis/tezos-protocol-genesis.7.3/opam b/packages/tezos-protocol-genesis/tezos-protocol-genesis.7.3/opam new file mode 100644 index 000000000..306884043 --- /dev/null +++ b/packages/tezos-protocol-genesis/tezos-protocol-genesis.7.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.3.tar.bz2" + checksum: [ + "sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" + "sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-genesis/tezos-protocol-genesis.7.4/opam b/packages/tezos-protocol-genesis/tezos-protocol-genesis.7.4/opam new file mode 100644 index 000000000..31016ceff --- /dev/null +++ b/packages/tezos-protocol-genesis/tezos-protocol-genesis.7.4/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-genesis/tezos-protocol-genesis.8.0/opam b/packages/tezos-protocol-genesis/tezos-protocol-genesis.8.0/opam new file mode 100644 index 000000000..82160c247 --- /dev/null +++ b/packages/tezos-protocol-genesis/tezos-protocol-genesis.8.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_genesis/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-genesis/tezos-protocol-genesis.8.1/opam b/packages/tezos-protocol-genesis/tezos-protocol-genesis.8.1/opam new file mode 100644 index 000000000..923c99516 --- /dev/null +++ b/packages/tezos-protocol-genesis/tezos-protocol-genesis.8.1/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_genesis/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-genesis/tezos-protocol-genesis.8.2/opam b/packages/tezos-protocol-genesis/tezos-protocol-genesis.8.2/opam new file mode 100644 index 000000000..f3da3a5c5 --- /dev/null +++ b/packages/tezos-protocol-genesis/tezos-protocol-genesis.8.2/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_genesis/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-genesis/tezos-protocol-genesis.8.3/opam b/packages/tezos-protocol-genesis/tezos-protocol-genesis.8.3/opam new file mode 100644 index 000000000..100ab5c8c --- /dev/null +++ b/packages/tezos-protocol-genesis/tezos-protocol-genesis.8.3/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_genesis/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-genesis/tezos-protocol-genesis.9.0/opam b/packages/tezos-protocol-genesis/tezos-protocol-genesis.9.0/opam new file mode 100644 index 000000000..803d37016 --- /dev/null +++ b/packages/tezos-protocol-genesis/tezos-protocol-genesis.9.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_genesis/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-genesis/tezos-protocol-genesis.9.1/opam b/packages/tezos-protocol-genesis/tezos-protocol-genesis.9.1/opam new file mode 100644 index 000000000..54710a90b --- /dev/null +++ b/packages/tezos-protocol-genesis/tezos-protocol-genesis.9.1/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_genesis/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-genesis/tezos-protocol-genesis.9.2/opam b/packages/tezos-protocol-genesis/tezos-protocol-genesis.9.2/opam new file mode 100644 index 000000000..907de2678 --- /dev/null +++ b/packages/tezos-protocol-genesis/tezos-protocol-genesis.9.2/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_genesis/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-genesis/tezos-protocol-genesis.9.3/opam b/packages/tezos-protocol-genesis/tezos-protocol-genesis.9.3/opam new file mode 100644 index 000000000..fe22bff2f --- /dev/null +++ b/packages/tezos-protocol-genesis/tezos-protocol-genesis.9.3/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_genesis/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis economic-protocol definition" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-genesis/tezos-protocol-genesis.9.4/opam b/packages/tezos-protocol-genesis/tezos-protocol-genesis.9.4/opam new file mode 100644 index 000000000..620e25924 --- /dev/null +++ b/packages/tezos-protocol-genesis/tezos-protocol-genesis.9.4/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_genesis/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis economic-protocol definition" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-genesis/tezos-protocol-genesis.9.7/opam b/packages/tezos-protocol-genesis/tezos-protocol-genesis.9.7/opam new file mode 100644 index 000000000..2487e865d --- /dev/null +++ b/packages/tezos-protocol-genesis/tezos-protocol-genesis.9.7/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ + "sed" "-i.back" "-e" "s/-nostdlib//g" + "%{build}%/src/proto_genesis/lib_protocol/dune.inc" + ] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_genesis/lib_protocol/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: genesis economic-protocol definition" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-007-PsDELPH1-registerer/tezos-protocol-plugin-007-PsDELPH1-registerer.10.2/opam b/packages/tezos-protocol-plugin-007-PsDELPH1-registerer/tezos-protocol-plugin-007-PsDELPH1-registerer.10.2/opam new file mode 100644 index 000000000..11aa075b1 --- /dev/null +++ b/packages/tezos-protocol-plugin-007-PsDELPH1-registerer/tezos-protocol-plugin-007-PsDELPH1-registerer.10.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-embedded-protocol-007-PsDELPH1" { = version } + "tezos-protocol-plugin-007-PsDELPH1" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-007-PsDELPH1-registerer/tezos-protocol-plugin-007-PsDELPH1-registerer.11.0/opam b/packages/tezos-protocol-plugin-007-PsDELPH1-registerer/tezos-protocol-plugin-007-PsDELPH1-registerer.11.0/opam new file mode 100644 index 000000000..14dc4fda7 --- /dev/null +++ b/packages/tezos-protocol-plugin-007-PsDELPH1-registerer/tezos-protocol-plugin-007-PsDELPH1-registerer.11.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-embedded-protocol-007-PsDELPH1" { = version } + "tezos-protocol-plugin-007-PsDELPH1" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-007-PsDELPH1-registerer/tezos-protocol-plugin-007-PsDELPH1-registerer.11.1/opam b/packages/tezos-protocol-plugin-007-PsDELPH1-registerer/tezos-protocol-plugin-007-PsDELPH1-registerer.11.1/opam new file mode 100644 index 000000000..16d6a6500 --- /dev/null +++ b/packages/tezos-protocol-plugin-007-PsDELPH1-registerer/tezos-protocol-plugin-007-PsDELPH1-registerer.11.1/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-embedded-protocol-007-PsDELPH1" { = version } + "tezos-protocol-plugin-007-PsDELPH1" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-007-PsDELPH1-registerer/tezos-protocol-plugin-007-PsDELPH1-registerer.12.0/opam b/packages/tezos-protocol-plugin-007-PsDELPH1-registerer/tezos-protocol-plugin-007-PsDELPH1-registerer.12.0/opam new file mode 100644 index 000000000..b6b909ae0 --- /dev/null +++ b/packages/tezos-protocol-plugin-007-PsDELPH1-registerer/tezos-protocol-plugin-007-PsDELPH1-registerer.12.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-embedded-protocol-007-PsDELPH1" { = version } + "tezos-protocol-plugin-007-PsDELPH1" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-007-PsDELPH1-registerer/tezos-protocol-plugin-007-PsDELPH1-registerer.12.3/opam b/packages/tezos-protocol-plugin-007-PsDELPH1-registerer/tezos-protocol-plugin-007-PsDELPH1-registerer.12.3/opam new file mode 100644 index 000000000..ce8a72425 --- /dev/null +++ b/packages/tezos-protocol-plugin-007-PsDELPH1-registerer/tezos-protocol-plugin-007-PsDELPH1-registerer.12.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-embedded-protocol-007-PsDELPH1" { = version } + "tezos-protocol-plugin-007-PsDELPH1" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-007-PsDELPH1-registerer/tezos-protocol-plugin-007-PsDELPH1-registerer.13.0/opam b/packages/tezos-protocol-plugin-007-PsDELPH1-registerer/tezos-protocol-plugin-007-PsDELPH1-registerer.13.0/opam new file mode 100644 index 000000000..f4fea09ff --- /dev/null +++ b/packages/tezos-protocol-plugin-007-PsDELPH1-registerer/tezos-protocol-plugin-007-PsDELPH1-registerer.13.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-embedded-protocol-007-PsDELPH1" { = version } + "tezos-protocol-plugin-007-PsDELPH1" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-007-PsDELPH1-registerer/tezos-protocol-plugin-007-PsDELPH1-registerer.14.0/opam b/packages/tezos-protocol-plugin-007-PsDELPH1-registerer/tezos-protocol-plugin-007-PsDELPH1-registerer.14.0/opam new file mode 100644 index 000000000..93a6cb5d9 --- /dev/null +++ b/packages/tezos-protocol-plugin-007-PsDELPH1-registerer/tezos-protocol-plugin-007-PsDELPH1-registerer.14.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-embedded-protocol-007-PsDELPH1" { = version } + "tezos-protocol-plugin-007-PsDELPH1" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-007-PsDELPH1-registerer/tezos-protocol-plugin-007-PsDELPH1-registerer.15.0/opam b/packages/tezos-protocol-plugin-007-PsDELPH1-registerer/tezos-protocol-plugin-007-PsDELPH1-registerer.15.0/opam new file mode 100644 index 000000000..8fe2b9506 --- /dev/null +++ b/packages/tezos-protocol-plugin-007-PsDELPH1-registerer/tezos-protocol-plugin-007-PsDELPH1-registerer.15.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-embedded-protocol-007-PsDELPH1" { = version } + "tezos-protocol-plugin-007-PsDELPH1" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-007-PsDELPH1-registerer/tezos-protocol-plugin-007-PsDELPH1-registerer.15.1/opam b/packages/tezos-protocol-plugin-007-PsDELPH1-registerer/tezos-protocol-plugin-007-PsDELPH1-registerer.15.1/opam new file mode 100644 index 000000000..f0ebf49d4 --- /dev/null +++ b/packages/tezos-protocol-plugin-007-PsDELPH1-registerer/tezos-protocol-plugin-007-PsDELPH1-registerer.15.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-embedded-protocol-007-PsDELPH1" { = version } + "tezos-protocol-plugin-007-PsDELPH1" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-007-PsDELPH1-registerer/tezos-protocol-plugin-007-PsDELPH1-registerer.17.1/opam b/packages/tezos-protocol-plugin-007-PsDELPH1-registerer/tezos-protocol-plugin-007-PsDELPH1-registerer.17.1/opam new file mode 100644 index 000000000..426ee07b6 --- /dev/null +++ b/packages/tezos-protocol-plugin-007-PsDELPH1-registerer/tezos-protocol-plugin-007-PsDELPH1-registerer.17.1/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-base" { = version } + "tezos-embedded-protocol-007-PsDELPH1" { = version } + "tezos-protocol-plugin-007-PsDELPH1" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-007-PsDELPH1-registerer/tezos-protocol-plugin-007-PsDELPH1-registerer.17.2/opam b/packages/tezos-protocol-plugin-007-PsDELPH1-registerer/tezos-protocol-plugin-007-PsDELPH1-registerer.17.2/opam new file mode 100644 index 000000000..b0269c391 --- /dev/null +++ b/packages/tezos-protocol-plugin-007-PsDELPH1-registerer/tezos-protocol-plugin-007-PsDELPH1-registerer.17.2/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-base" { = version } + "tezos-embedded-protocol-007-PsDELPH1" { = version } + "tezos-protocol-plugin-007-PsDELPH1" { = version } + "tezos-validation" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-007-PsDELPH1-registerer/tezos-protocol-plugin-007-PsDELPH1-registerer.8.2/opam b/packages/tezos-protocol-plugin-007-PsDELPH1-registerer/tezos-protocol-plugin-007-PsDELPH1-registerer.8.2/opam new file mode 100644 index 000000000..59b0ff0ba --- /dev/null +++ b/packages/tezos-protocol-plugin-007-PsDELPH1-registerer/tezos-protocol-plugin-007-PsDELPH1-registerer.8.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-plugin-007-PsDELPH1" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-007-PsDELPH1-registerer/tezos-protocol-plugin-007-PsDELPH1-registerer.8.3/opam b/packages/tezos-protocol-plugin-007-PsDELPH1-registerer/tezos-protocol-plugin-007-PsDELPH1-registerer.8.3/opam new file mode 100644 index 000000000..b0d77b4ef --- /dev/null +++ b/packages/tezos-protocol-plugin-007-PsDELPH1-registerer/tezos-protocol-plugin-007-PsDELPH1-registerer.8.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-plugin-007-PsDELPH1" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-007-PsDELPH1-registerer/tezos-protocol-plugin-007-PsDELPH1-registerer.9.0/opam b/packages/tezos-protocol-plugin-007-PsDELPH1-registerer/tezos-protocol-plugin-007-PsDELPH1-registerer.9.0/opam new file mode 100644 index 000000000..7b0cbbf5a --- /dev/null +++ b/packages/tezos-protocol-plugin-007-PsDELPH1-registerer/tezos-protocol-plugin-007-PsDELPH1-registerer.9.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-embedded-protocol-007-PsDELPH1" { = version } + "tezos-protocol-plugin-007-PsDELPH1" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-007-PsDELPH1-registerer/tezos-protocol-plugin-007-PsDELPH1-registerer.9.1/opam b/packages/tezos-protocol-plugin-007-PsDELPH1-registerer/tezos-protocol-plugin-007-PsDELPH1-registerer.9.1/opam new file mode 100644 index 000000000..3c215d01d --- /dev/null +++ b/packages/tezos-protocol-plugin-007-PsDELPH1-registerer/tezos-protocol-plugin-007-PsDELPH1-registerer.9.1/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-embedded-protocol-007-PsDELPH1" { = version } + "tezos-protocol-plugin-007-PsDELPH1" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-007-PsDELPH1-registerer/tezos-protocol-plugin-007-PsDELPH1-registerer.9.2/opam b/packages/tezos-protocol-plugin-007-PsDELPH1-registerer/tezos-protocol-plugin-007-PsDELPH1-registerer.9.2/opam new file mode 100644 index 000000000..861f87fd8 --- /dev/null +++ b/packages/tezos-protocol-plugin-007-PsDELPH1-registerer/tezos-protocol-plugin-007-PsDELPH1-registerer.9.2/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-embedded-protocol-007-PsDELPH1" { = version } + "tezos-protocol-plugin-007-PsDELPH1" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-007-PsDELPH1-registerer/tezos-protocol-plugin-007-PsDELPH1-registerer.9.3/opam b/packages/tezos-protocol-plugin-007-PsDELPH1-registerer/tezos-protocol-plugin-007-PsDELPH1-registerer.9.3/opam new file mode 100644 index 000000000..9c38190c9 --- /dev/null +++ b/packages/tezos-protocol-plugin-007-PsDELPH1-registerer/tezos-protocol-plugin-007-PsDELPH1-registerer.9.3/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-embedded-protocol-007-PsDELPH1" { = version } + "tezos-protocol-plugin-007-PsDELPH1" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-007-PsDELPH1-registerer/tezos-protocol-plugin-007-PsDELPH1-registerer.9.4/opam b/packages/tezos-protocol-plugin-007-PsDELPH1-registerer/tezos-protocol-plugin-007-PsDELPH1-registerer.9.4/opam new file mode 100644 index 000000000..f4046869a --- /dev/null +++ b/packages/tezos-protocol-plugin-007-PsDELPH1-registerer/tezos-protocol-plugin-007-PsDELPH1-registerer.9.4/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-embedded-protocol-007-PsDELPH1" { = version } + "tezos-protocol-plugin-007-PsDELPH1" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-007-PsDELPH1-registerer/tezos-protocol-plugin-007-PsDELPH1-registerer.9.7/opam b/packages/tezos-protocol-plugin-007-PsDELPH1-registerer/tezos-protocol-plugin-007-PsDELPH1-registerer.9.7/opam new file mode 100644 index 000000000..4202acb40 --- /dev/null +++ b/packages/tezos-protocol-plugin-007-PsDELPH1-registerer/tezos-protocol-plugin-007-PsDELPH1-registerer.9.7/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-embedded-protocol-007-PsDELPH1" { = version } + "tezos-protocol-plugin-007-PsDELPH1" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-007-PsDELPH1/tezos-protocol-plugin-007-PsDELPH1.10.2/opam b/packages/tezos-protocol-plugin-007-PsDELPH1/tezos-protocol-plugin-007-PsDELPH1.10.2/opam new file mode 100644 index 000000000..69fa58cc4 --- /dev/null +++ b/packages/tezos-protocol-plugin-007-PsDELPH1/tezos-protocol-plugin-007-PsDELPH1.10.2/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-007-PsDELPH1" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-007-PsDELPH1/tezos-protocol-plugin-007-PsDELPH1.11.0/opam b/packages/tezos-protocol-plugin-007-PsDELPH1/tezos-protocol-plugin-007-PsDELPH1.11.0/opam new file mode 100644 index 000000000..3c238c730 --- /dev/null +++ b/packages/tezos-protocol-plugin-007-PsDELPH1/tezos-protocol-plugin-007-PsDELPH1.11.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-protocol-007-PsDELPH1" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-007-PsDELPH1/tezos-protocol-plugin-007-PsDELPH1.11.1/opam b/packages/tezos-protocol-plugin-007-PsDELPH1/tezos-protocol-plugin-007-PsDELPH1.11.1/opam new file mode 100644 index 000000000..7f3776ca7 --- /dev/null +++ b/packages/tezos-protocol-plugin-007-PsDELPH1/tezos-protocol-plugin-007-PsDELPH1.11.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-007-PsDELPH1" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-007-PsDELPH1/tezos-protocol-plugin-007-PsDELPH1.12.0/opam b/packages/tezos-protocol-plugin-007-PsDELPH1/tezos-protocol-plugin-007-PsDELPH1.12.0/opam new file mode 100644 index 000000000..b02c65cdd --- /dev/null +++ b/packages/tezos-protocol-plugin-007-PsDELPH1/tezos-protocol-plugin-007-PsDELPH1.12.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-007-PsDELPH1" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-007-PsDELPH1/tezos-protocol-plugin-007-PsDELPH1.12.3/opam b/packages/tezos-protocol-plugin-007-PsDELPH1/tezos-protocol-plugin-007-PsDELPH1.12.3/opam new file mode 100644 index 000000000..e77247c83 --- /dev/null +++ b/packages/tezos-protocol-plugin-007-PsDELPH1/tezos-protocol-plugin-007-PsDELPH1.12.3/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-007-PsDELPH1" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-007-PsDELPH1/tezos-protocol-plugin-007-PsDELPH1.13.0/opam b/packages/tezos-protocol-plugin-007-PsDELPH1/tezos-protocol-plugin-007-PsDELPH1.13.0/opam new file mode 100644 index 000000000..6afa4ddad --- /dev/null +++ b/packages/tezos-protocol-plugin-007-PsDELPH1/tezos-protocol-plugin-007-PsDELPH1.13.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-007-PsDELPH1" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-007-PsDELPH1/tezos-protocol-plugin-007-PsDELPH1.14.0/opam b/packages/tezos-protocol-plugin-007-PsDELPH1/tezos-protocol-plugin-007-PsDELPH1.14.0/opam new file mode 100644 index 000000000..a6e5f8633 --- /dev/null +++ b/packages/tezos-protocol-plugin-007-PsDELPH1/tezos-protocol-plugin-007-PsDELPH1.14.0/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-007-PsDELPH1" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-007-PsDELPH1/tezos-protocol-plugin-007-PsDELPH1.15.0/opam b/packages/tezos-protocol-plugin-007-PsDELPH1/tezos-protocol-plugin-007-PsDELPH1.15.0/opam new file mode 100644 index 000000000..47885805d --- /dev/null +++ b/packages/tezos-protocol-plugin-007-PsDELPH1/tezos-protocol-plugin-007-PsDELPH1.15.0/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-007-PsDELPH1" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-007-PsDELPH1/tezos-protocol-plugin-007-PsDELPH1.15.1/opam b/packages/tezos-protocol-plugin-007-PsDELPH1/tezos-protocol-plugin-007-PsDELPH1.15.1/opam new file mode 100644 index 000000000..71e1c30fe --- /dev/null +++ b/packages/tezos-protocol-plugin-007-PsDELPH1/tezos-protocol-plugin-007-PsDELPH1.15.1/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-007-PsDELPH1" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-007-PsDELPH1/tezos-protocol-plugin-007-PsDELPH1.17.1/opam b/packages/tezos-protocol-plugin-007-PsDELPH1/tezos-protocol-plugin-007-PsDELPH1.17.1/opam new file mode 100644 index 000000000..58c46ee29 --- /dev/null +++ b/packages/tezos-protocol-plugin-007-PsDELPH1/tezos-protocol-plugin-007-PsDELPH1.17.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-base" { = version } + "tezos-protocol-007-PsDELPH1" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-007-PsDELPH1/tezos-protocol-plugin-007-PsDELPH1.17.2/opam b/packages/tezos-protocol-plugin-007-PsDELPH1/tezos-protocol-plugin-007-PsDELPH1.17.2/opam new file mode 100644 index 000000000..04c9c4a1d --- /dev/null +++ b/packages/tezos-protocol-plugin-007-PsDELPH1/tezos-protocol-plugin-007-PsDELPH1.17.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-base" { = version } + "tezos-protocol-007-PsDELPH1" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-007-PsDELPH1/tezos-protocol-plugin-007-PsDELPH1.8.2/opam b/packages/tezos-protocol-plugin-007-PsDELPH1/tezos-protocol-plugin-007-PsDELPH1.8.2/opam new file mode 100644 index 000000000..1e160f2c2 --- /dev/null +++ b/packages/tezos-protocol-plugin-007-PsDELPH1/tezos-protocol-plugin-007-PsDELPH1.8.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-embedded-protocol-007-PsDELPH1" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-007-PsDELPH1/tezos-protocol-plugin-007-PsDELPH1.8.3/opam b/packages/tezos-protocol-plugin-007-PsDELPH1/tezos-protocol-plugin-007-PsDELPH1.8.3/opam new file mode 100644 index 000000000..da273f6fd --- /dev/null +++ b/packages/tezos-protocol-plugin-007-PsDELPH1/tezos-protocol-plugin-007-PsDELPH1.8.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-embedded-protocol-007-PsDELPH1" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-007-PsDELPH1/tezos-protocol-plugin-007-PsDELPH1.9.0/opam b/packages/tezos-protocol-plugin-007-PsDELPH1/tezos-protocol-plugin-007-PsDELPH1.9.0/opam new file mode 100644 index 000000000..787af6690 --- /dev/null +++ b/packages/tezos-protocol-plugin-007-PsDELPH1/tezos-protocol-plugin-007-PsDELPH1.9.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-007-PsDELPH1" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-007-PsDELPH1/tezos-protocol-plugin-007-PsDELPH1.9.1/opam b/packages/tezos-protocol-plugin-007-PsDELPH1/tezos-protocol-plugin-007-PsDELPH1.9.1/opam new file mode 100644 index 000000000..41ead5f61 --- /dev/null +++ b/packages/tezos-protocol-plugin-007-PsDELPH1/tezos-protocol-plugin-007-PsDELPH1.9.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-007-PsDELPH1" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-007-PsDELPH1/tezos-protocol-plugin-007-PsDELPH1.9.2/opam b/packages/tezos-protocol-plugin-007-PsDELPH1/tezos-protocol-plugin-007-PsDELPH1.9.2/opam new file mode 100644 index 000000000..1cf510c46 --- /dev/null +++ b/packages/tezos-protocol-plugin-007-PsDELPH1/tezos-protocol-plugin-007-PsDELPH1.9.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-007-PsDELPH1" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-007-PsDELPH1/tezos-protocol-plugin-007-PsDELPH1.9.3/opam b/packages/tezos-protocol-plugin-007-PsDELPH1/tezos-protocol-plugin-007-PsDELPH1.9.3/opam new file mode 100644 index 000000000..41bf38191 --- /dev/null +++ b/packages/tezos-protocol-plugin-007-PsDELPH1/tezos-protocol-plugin-007-PsDELPH1.9.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-007-PsDELPH1" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-007-PsDELPH1/tezos-protocol-plugin-007-PsDELPH1.9.4/opam b/packages/tezos-protocol-plugin-007-PsDELPH1/tezos-protocol-plugin-007-PsDELPH1.9.4/opam new file mode 100644 index 000000000..14dfef134 --- /dev/null +++ b/packages/tezos-protocol-plugin-007-PsDELPH1/tezos-protocol-plugin-007-PsDELPH1.9.4/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-007-PsDELPH1" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-007-PsDELPH1/tezos-protocol-plugin-007-PsDELPH1.9.7/opam b/packages/tezos-protocol-plugin-007-PsDELPH1/tezos-protocol-plugin-007-PsDELPH1.9.7/opam new file mode 100644 index 000000000..dc69822fb --- /dev/null +++ b/packages/tezos-protocol-plugin-007-PsDELPH1/tezos-protocol-plugin-007-PsDELPH1.9.7/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-007-PsDELPH1" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_007_PsDELPH1/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-008-PtEdo2Zk-registerer/tezos-protocol-plugin-008-PtEdo2Zk-registerer.10.2/opam b/packages/tezos-protocol-plugin-008-PtEdo2Zk-registerer/tezos-protocol-plugin-008-PtEdo2Zk-registerer.10.2/opam new file mode 100644 index 000000000..eb467bedf --- /dev/null +++ b/packages/tezos-protocol-plugin-008-PtEdo2Zk-registerer/tezos-protocol-plugin-008-PtEdo2Zk-registerer.10.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-embedded-protocol-008-PtEdo2Zk" { = version } + "tezos-protocol-plugin-008-PtEdo2Zk" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-008-PtEdo2Zk-registerer/tezos-protocol-plugin-008-PtEdo2Zk-registerer.11.0/opam b/packages/tezos-protocol-plugin-008-PtEdo2Zk-registerer/tezos-protocol-plugin-008-PtEdo2Zk-registerer.11.0/opam new file mode 100644 index 000000000..813dfe858 --- /dev/null +++ b/packages/tezos-protocol-plugin-008-PtEdo2Zk-registerer/tezos-protocol-plugin-008-PtEdo2Zk-registerer.11.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-embedded-protocol-008-PtEdo2Zk" { = version } + "tezos-protocol-plugin-008-PtEdo2Zk" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-008-PtEdo2Zk-registerer/tezos-protocol-plugin-008-PtEdo2Zk-registerer.11.1/opam b/packages/tezos-protocol-plugin-008-PtEdo2Zk-registerer/tezos-protocol-plugin-008-PtEdo2Zk-registerer.11.1/opam new file mode 100644 index 000000000..732eea40f --- /dev/null +++ b/packages/tezos-protocol-plugin-008-PtEdo2Zk-registerer/tezos-protocol-plugin-008-PtEdo2Zk-registerer.11.1/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-embedded-protocol-008-PtEdo2Zk" { = version } + "tezos-protocol-plugin-008-PtEdo2Zk" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-008-PtEdo2Zk-registerer/tezos-protocol-plugin-008-PtEdo2Zk-registerer.12.0/opam b/packages/tezos-protocol-plugin-008-PtEdo2Zk-registerer/tezos-protocol-plugin-008-PtEdo2Zk-registerer.12.0/opam new file mode 100644 index 000000000..faf6e1a25 --- /dev/null +++ b/packages/tezos-protocol-plugin-008-PtEdo2Zk-registerer/tezos-protocol-plugin-008-PtEdo2Zk-registerer.12.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-embedded-protocol-008-PtEdo2Zk" { = version } + "tezos-protocol-plugin-008-PtEdo2Zk" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-008-PtEdo2Zk-registerer/tezos-protocol-plugin-008-PtEdo2Zk-registerer.12.3/opam b/packages/tezos-protocol-plugin-008-PtEdo2Zk-registerer/tezos-protocol-plugin-008-PtEdo2Zk-registerer.12.3/opam new file mode 100644 index 000000000..fda92ba39 --- /dev/null +++ b/packages/tezos-protocol-plugin-008-PtEdo2Zk-registerer/tezos-protocol-plugin-008-PtEdo2Zk-registerer.12.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-embedded-protocol-008-PtEdo2Zk" { = version } + "tezos-protocol-plugin-008-PtEdo2Zk" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-008-PtEdo2Zk-registerer/tezos-protocol-plugin-008-PtEdo2Zk-registerer.13.0/opam b/packages/tezos-protocol-plugin-008-PtEdo2Zk-registerer/tezos-protocol-plugin-008-PtEdo2Zk-registerer.13.0/opam new file mode 100644 index 000000000..5a67ecebb --- /dev/null +++ b/packages/tezos-protocol-plugin-008-PtEdo2Zk-registerer/tezos-protocol-plugin-008-PtEdo2Zk-registerer.13.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-embedded-protocol-008-PtEdo2Zk" { = version } + "tezos-protocol-plugin-008-PtEdo2Zk" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-008-PtEdo2Zk-registerer/tezos-protocol-plugin-008-PtEdo2Zk-registerer.14.0/opam b/packages/tezos-protocol-plugin-008-PtEdo2Zk-registerer/tezos-protocol-plugin-008-PtEdo2Zk-registerer.14.0/opam new file mode 100644 index 000000000..56eaf19b1 --- /dev/null +++ b/packages/tezos-protocol-plugin-008-PtEdo2Zk-registerer/tezos-protocol-plugin-008-PtEdo2Zk-registerer.14.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-embedded-protocol-008-PtEdo2Zk" { = version } + "tezos-protocol-plugin-008-PtEdo2Zk" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-008-PtEdo2Zk-registerer/tezos-protocol-plugin-008-PtEdo2Zk-registerer.15.0/opam b/packages/tezos-protocol-plugin-008-PtEdo2Zk-registerer/tezos-protocol-plugin-008-PtEdo2Zk-registerer.15.0/opam new file mode 100644 index 000000000..7759a9b53 --- /dev/null +++ b/packages/tezos-protocol-plugin-008-PtEdo2Zk-registerer/tezos-protocol-plugin-008-PtEdo2Zk-registerer.15.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-embedded-protocol-008-PtEdo2Zk" { = version } + "tezos-protocol-plugin-008-PtEdo2Zk" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-008-PtEdo2Zk-registerer/tezos-protocol-plugin-008-PtEdo2Zk-registerer.15.1/opam b/packages/tezos-protocol-plugin-008-PtEdo2Zk-registerer/tezos-protocol-plugin-008-PtEdo2Zk-registerer.15.1/opam new file mode 100644 index 000000000..bbfad1db6 --- /dev/null +++ b/packages/tezos-protocol-plugin-008-PtEdo2Zk-registerer/tezos-protocol-plugin-008-PtEdo2Zk-registerer.15.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-embedded-protocol-008-PtEdo2Zk" { = version } + "tezos-protocol-plugin-008-PtEdo2Zk" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-008-PtEdo2Zk-registerer/tezos-protocol-plugin-008-PtEdo2Zk-registerer.17.1/opam b/packages/tezos-protocol-plugin-008-PtEdo2Zk-registerer/tezos-protocol-plugin-008-PtEdo2Zk-registerer.17.1/opam new file mode 100644 index 000000000..bef87035e --- /dev/null +++ b/packages/tezos-protocol-plugin-008-PtEdo2Zk-registerer/tezos-protocol-plugin-008-PtEdo2Zk-registerer.17.1/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-base" { = version } + "tezos-embedded-protocol-008-PtEdo2Zk" { = version } + "tezos-protocol-plugin-008-PtEdo2Zk" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-008-PtEdo2Zk-registerer/tezos-protocol-plugin-008-PtEdo2Zk-registerer.17.2/opam b/packages/tezos-protocol-plugin-008-PtEdo2Zk-registerer/tezos-protocol-plugin-008-PtEdo2Zk-registerer.17.2/opam new file mode 100644 index 000000000..741630cf7 --- /dev/null +++ b/packages/tezos-protocol-plugin-008-PtEdo2Zk-registerer/tezos-protocol-plugin-008-PtEdo2Zk-registerer.17.2/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-base" { = version } + "tezos-embedded-protocol-008-PtEdo2Zk" { = version } + "tezos-protocol-plugin-008-PtEdo2Zk" { = version } + "tezos-validation" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-008-PtEdo2Zk-registerer/tezos-protocol-plugin-008-PtEdo2Zk-registerer.8.2/opam b/packages/tezos-protocol-plugin-008-PtEdo2Zk-registerer/tezos-protocol-plugin-008-PtEdo2Zk-registerer.8.2/opam new file mode 100644 index 000000000..236a07a43 --- /dev/null +++ b/packages/tezos-protocol-plugin-008-PtEdo2Zk-registerer/tezos-protocol-plugin-008-PtEdo2Zk-registerer.8.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-plugin-008-PtEdo2Zk" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-008-PtEdo2Zk-registerer/tezos-protocol-plugin-008-PtEdo2Zk-registerer.8.3/opam b/packages/tezos-protocol-plugin-008-PtEdo2Zk-registerer/tezos-protocol-plugin-008-PtEdo2Zk-registerer.8.3/opam new file mode 100644 index 000000000..f9be32171 --- /dev/null +++ b/packages/tezos-protocol-plugin-008-PtEdo2Zk-registerer/tezos-protocol-plugin-008-PtEdo2Zk-registerer.8.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-plugin-008-PtEdo2Zk" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-008-PtEdo2Zk-registerer/tezos-protocol-plugin-008-PtEdo2Zk-registerer.9.0/opam b/packages/tezos-protocol-plugin-008-PtEdo2Zk-registerer/tezos-protocol-plugin-008-PtEdo2Zk-registerer.9.0/opam new file mode 100644 index 000000000..c192796a3 --- /dev/null +++ b/packages/tezos-protocol-plugin-008-PtEdo2Zk-registerer/tezos-protocol-plugin-008-PtEdo2Zk-registerer.9.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-embedded-protocol-008-PtEdo2Zk" { = version } + "tezos-protocol-plugin-008-PtEdo2Zk" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-008-PtEdo2Zk-registerer/tezos-protocol-plugin-008-PtEdo2Zk-registerer.9.1/opam b/packages/tezos-protocol-plugin-008-PtEdo2Zk-registerer/tezos-protocol-plugin-008-PtEdo2Zk-registerer.9.1/opam new file mode 100644 index 000000000..da11727d3 --- /dev/null +++ b/packages/tezos-protocol-plugin-008-PtEdo2Zk-registerer/tezos-protocol-plugin-008-PtEdo2Zk-registerer.9.1/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-embedded-protocol-008-PtEdo2Zk" { = version } + "tezos-protocol-plugin-008-PtEdo2Zk" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-008-PtEdo2Zk-registerer/tezos-protocol-plugin-008-PtEdo2Zk-registerer.9.2/opam b/packages/tezos-protocol-plugin-008-PtEdo2Zk-registerer/tezos-protocol-plugin-008-PtEdo2Zk-registerer.9.2/opam new file mode 100644 index 000000000..1b6d4e7e9 --- /dev/null +++ b/packages/tezos-protocol-plugin-008-PtEdo2Zk-registerer/tezos-protocol-plugin-008-PtEdo2Zk-registerer.9.2/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-embedded-protocol-008-PtEdo2Zk" { = version } + "tezos-protocol-plugin-008-PtEdo2Zk" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-008-PtEdo2Zk-registerer/tezos-protocol-plugin-008-PtEdo2Zk-registerer.9.3/opam b/packages/tezos-protocol-plugin-008-PtEdo2Zk-registerer/tezos-protocol-plugin-008-PtEdo2Zk-registerer.9.3/opam new file mode 100644 index 000000000..5f74b942c --- /dev/null +++ b/packages/tezos-protocol-plugin-008-PtEdo2Zk-registerer/tezos-protocol-plugin-008-PtEdo2Zk-registerer.9.3/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-embedded-protocol-008-PtEdo2Zk" { = version } + "tezos-protocol-plugin-008-PtEdo2Zk" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-008-PtEdo2Zk-registerer/tezos-protocol-plugin-008-PtEdo2Zk-registerer.9.4/opam b/packages/tezos-protocol-plugin-008-PtEdo2Zk-registerer/tezos-protocol-plugin-008-PtEdo2Zk-registerer.9.4/opam new file mode 100644 index 000000000..6b2c19ae9 --- /dev/null +++ b/packages/tezos-protocol-plugin-008-PtEdo2Zk-registerer/tezos-protocol-plugin-008-PtEdo2Zk-registerer.9.4/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-embedded-protocol-008-PtEdo2Zk" { = version } + "tezos-protocol-plugin-008-PtEdo2Zk" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-008-PtEdo2Zk-registerer/tezos-protocol-plugin-008-PtEdo2Zk-registerer.9.7/opam b/packages/tezos-protocol-plugin-008-PtEdo2Zk-registerer/tezos-protocol-plugin-008-PtEdo2Zk-registerer.9.7/opam new file mode 100644 index 000000000..e403080c1 --- /dev/null +++ b/packages/tezos-protocol-plugin-008-PtEdo2Zk-registerer/tezos-protocol-plugin-008-PtEdo2Zk-registerer.9.7/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-embedded-protocol-008-PtEdo2Zk" { = version } + "tezos-protocol-plugin-008-PtEdo2Zk" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-008-PtEdo2Zk/tezos-protocol-plugin-008-PtEdo2Zk.10.2/opam b/packages/tezos-protocol-plugin-008-PtEdo2Zk/tezos-protocol-plugin-008-PtEdo2Zk.10.2/opam new file mode 100644 index 000000000..b8b20128e --- /dev/null +++ b/packages/tezos-protocol-plugin-008-PtEdo2Zk/tezos-protocol-plugin-008-PtEdo2Zk.10.2/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-008-PtEdo2Zk" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-008-PtEdo2Zk/tezos-protocol-plugin-008-PtEdo2Zk.11.0/opam b/packages/tezos-protocol-plugin-008-PtEdo2Zk/tezos-protocol-plugin-008-PtEdo2Zk.11.0/opam new file mode 100644 index 000000000..96f70965e --- /dev/null +++ b/packages/tezos-protocol-plugin-008-PtEdo2Zk/tezos-protocol-plugin-008-PtEdo2Zk.11.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-protocol-008-PtEdo2Zk" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-008-PtEdo2Zk/tezos-protocol-plugin-008-PtEdo2Zk.11.1/opam b/packages/tezos-protocol-plugin-008-PtEdo2Zk/tezos-protocol-plugin-008-PtEdo2Zk.11.1/opam new file mode 100644 index 000000000..9826ada6d --- /dev/null +++ b/packages/tezos-protocol-plugin-008-PtEdo2Zk/tezos-protocol-plugin-008-PtEdo2Zk.11.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-008-PtEdo2Zk" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-008-PtEdo2Zk/tezos-protocol-plugin-008-PtEdo2Zk.12.0/opam b/packages/tezos-protocol-plugin-008-PtEdo2Zk/tezos-protocol-plugin-008-PtEdo2Zk.12.0/opam new file mode 100644 index 000000000..85b3e3131 --- /dev/null +++ b/packages/tezos-protocol-plugin-008-PtEdo2Zk/tezos-protocol-plugin-008-PtEdo2Zk.12.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-008-PtEdo2Zk" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-008-PtEdo2Zk/tezos-protocol-plugin-008-PtEdo2Zk.12.3/opam b/packages/tezos-protocol-plugin-008-PtEdo2Zk/tezos-protocol-plugin-008-PtEdo2Zk.12.3/opam new file mode 100644 index 000000000..7f3cdc736 --- /dev/null +++ b/packages/tezos-protocol-plugin-008-PtEdo2Zk/tezos-protocol-plugin-008-PtEdo2Zk.12.3/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-008-PtEdo2Zk" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-008-PtEdo2Zk/tezos-protocol-plugin-008-PtEdo2Zk.13.0/opam b/packages/tezos-protocol-plugin-008-PtEdo2Zk/tezos-protocol-plugin-008-PtEdo2Zk.13.0/opam new file mode 100644 index 000000000..64f49adb7 --- /dev/null +++ b/packages/tezos-protocol-plugin-008-PtEdo2Zk/tezos-protocol-plugin-008-PtEdo2Zk.13.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-008-PtEdo2Zk" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-008-PtEdo2Zk/tezos-protocol-plugin-008-PtEdo2Zk.14.0/opam b/packages/tezos-protocol-plugin-008-PtEdo2Zk/tezos-protocol-plugin-008-PtEdo2Zk.14.0/opam new file mode 100644 index 000000000..2847f8639 --- /dev/null +++ b/packages/tezos-protocol-plugin-008-PtEdo2Zk/tezos-protocol-plugin-008-PtEdo2Zk.14.0/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-008-PtEdo2Zk" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-008-PtEdo2Zk/tezos-protocol-plugin-008-PtEdo2Zk.15.0/opam b/packages/tezos-protocol-plugin-008-PtEdo2Zk/tezos-protocol-plugin-008-PtEdo2Zk.15.0/opam new file mode 100644 index 000000000..5e30cece1 --- /dev/null +++ b/packages/tezos-protocol-plugin-008-PtEdo2Zk/tezos-protocol-plugin-008-PtEdo2Zk.15.0/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-008-PtEdo2Zk" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-008-PtEdo2Zk/tezos-protocol-plugin-008-PtEdo2Zk.15.1/opam b/packages/tezos-protocol-plugin-008-PtEdo2Zk/tezos-protocol-plugin-008-PtEdo2Zk.15.1/opam new file mode 100644 index 000000000..e939f16ed --- /dev/null +++ b/packages/tezos-protocol-plugin-008-PtEdo2Zk/tezos-protocol-plugin-008-PtEdo2Zk.15.1/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-008-PtEdo2Zk" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-008-PtEdo2Zk/tezos-protocol-plugin-008-PtEdo2Zk.17.1/opam b/packages/tezos-protocol-plugin-008-PtEdo2Zk/tezos-protocol-plugin-008-PtEdo2Zk.17.1/opam new file mode 100644 index 000000000..2b2994063 --- /dev/null +++ b/packages/tezos-protocol-plugin-008-PtEdo2Zk/tezos-protocol-plugin-008-PtEdo2Zk.17.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-base" { = version } + "tezos-protocol-008-PtEdo2Zk" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-008-PtEdo2Zk/tezos-protocol-plugin-008-PtEdo2Zk.17.2/opam b/packages/tezos-protocol-plugin-008-PtEdo2Zk/tezos-protocol-plugin-008-PtEdo2Zk.17.2/opam new file mode 100644 index 000000000..6a9bd56b5 --- /dev/null +++ b/packages/tezos-protocol-plugin-008-PtEdo2Zk/tezos-protocol-plugin-008-PtEdo2Zk.17.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-base" { = version } + "tezos-protocol-008-PtEdo2Zk" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-008-PtEdo2Zk/tezos-protocol-plugin-008-PtEdo2Zk.8.2/opam b/packages/tezos-protocol-plugin-008-PtEdo2Zk/tezos-protocol-plugin-008-PtEdo2Zk.8.2/opam new file mode 100644 index 000000000..95fd71a14 --- /dev/null +++ b/packages/tezos-protocol-plugin-008-PtEdo2Zk/tezos-protocol-plugin-008-PtEdo2Zk.8.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-embedded-protocol-008-PtEdo2Zk" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-008-PtEdo2Zk/tezos-protocol-plugin-008-PtEdo2Zk.8.3/opam b/packages/tezos-protocol-plugin-008-PtEdo2Zk/tezos-protocol-plugin-008-PtEdo2Zk.8.3/opam new file mode 100644 index 000000000..222347cc9 --- /dev/null +++ b/packages/tezos-protocol-plugin-008-PtEdo2Zk/tezos-protocol-plugin-008-PtEdo2Zk.8.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-embedded-protocol-008-PtEdo2Zk" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-008-PtEdo2Zk/tezos-protocol-plugin-008-PtEdo2Zk.9.0/opam b/packages/tezos-protocol-plugin-008-PtEdo2Zk/tezos-protocol-plugin-008-PtEdo2Zk.9.0/opam new file mode 100644 index 000000000..11bef5be9 --- /dev/null +++ b/packages/tezos-protocol-plugin-008-PtEdo2Zk/tezos-protocol-plugin-008-PtEdo2Zk.9.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-008-PtEdo2Zk" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-008-PtEdo2Zk/tezos-protocol-plugin-008-PtEdo2Zk.9.1/opam b/packages/tezos-protocol-plugin-008-PtEdo2Zk/tezos-protocol-plugin-008-PtEdo2Zk.9.1/opam new file mode 100644 index 000000000..5edba80a9 --- /dev/null +++ b/packages/tezos-protocol-plugin-008-PtEdo2Zk/tezos-protocol-plugin-008-PtEdo2Zk.9.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-008-PtEdo2Zk" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-008-PtEdo2Zk/tezos-protocol-plugin-008-PtEdo2Zk.9.2/opam b/packages/tezos-protocol-plugin-008-PtEdo2Zk/tezos-protocol-plugin-008-PtEdo2Zk.9.2/opam new file mode 100644 index 000000000..f1486a625 --- /dev/null +++ b/packages/tezos-protocol-plugin-008-PtEdo2Zk/tezos-protocol-plugin-008-PtEdo2Zk.9.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-008-PtEdo2Zk" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-008-PtEdo2Zk/tezos-protocol-plugin-008-PtEdo2Zk.9.3/opam b/packages/tezos-protocol-plugin-008-PtEdo2Zk/tezos-protocol-plugin-008-PtEdo2Zk.9.3/opam new file mode 100644 index 000000000..e1462ac01 --- /dev/null +++ b/packages/tezos-protocol-plugin-008-PtEdo2Zk/tezos-protocol-plugin-008-PtEdo2Zk.9.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-008-PtEdo2Zk" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-008-PtEdo2Zk/tezos-protocol-plugin-008-PtEdo2Zk.9.4/opam b/packages/tezos-protocol-plugin-008-PtEdo2Zk/tezos-protocol-plugin-008-PtEdo2Zk.9.4/opam new file mode 100644 index 000000000..222772075 --- /dev/null +++ b/packages/tezos-protocol-plugin-008-PtEdo2Zk/tezos-protocol-plugin-008-PtEdo2Zk.9.4/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-008-PtEdo2Zk" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-008-PtEdo2Zk/tezos-protocol-plugin-008-PtEdo2Zk.9.7/opam b/packages/tezos-protocol-plugin-008-PtEdo2Zk/tezos-protocol-plugin-008-PtEdo2Zk.9.7/opam new file mode 100644 index 000000000..25879bdb9 --- /dev/null +++ b/packages/tezos-protocol-plugin-008-PtEdo2Zk/tezos-protocol-plugin-008-PtEdo2Zk.9.7/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-008-PtEdo2Zk" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_008_PtEdo2Zk/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-009-PsFLoren-registerer/tezos-protocol-plugin-009-PsFLoren-registerer.10.2/opam b/packages/tezos-protocol-plugin-009-PsFLoren-registerer/tezos-protocol-plugin-009-PsFLoren-registerer.10.2/opam new file mode 100644 index 000000000..2e54ed0c1 --- /dev/null +++ b/packages/tezos-protocol-plugin-009-PsFLoren-registerer/tezos-protocol-plugin-009-PsFLoren-registerer.10.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-embedded-protocol-009-PsFLoren" { = version } + "tezos-protocol-plugin-009-PsFLoren" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-009-PsFLoren-registerer/tezos-protocol-plugin-009-PsFLoren-registerer.11.0/opam b/packages/tezos-protocol-plugin-009-PsFLoren-registerer/tezos-protocol-plugin-009-PsFLoren-registerer.11.0/opam new file mode 100644 index 000000000..b8b90b575 --- /dev/null +++ b/packages/tezos-protocol-plugin-009-PsFLoren-registerer/tezos-protocol-plugin-009-PsFLoren-registerer.11.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-embedded-protocol-009-PsFLoren" { = version } + "tezos-protocol-plugin-009-PsFLoren" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-009-PsFLoren-registerer/tezos-protocol-plugin-009-PsFLoren-registerer.11.1/opam b/packages/tezos-protocol-plugin-009-PsFLoren-registerer/tezos-protocol-plugin-009-PsFLoren-registerer.11.1/opam new file mode 100644 index 000000000..27797aee5 --- /dev/null +++ b/packages/tezos-protocol-plugin-009-PsFLoren-registerer/tezos-protocol-plugin-009-PsFLoren-registerer.11.1/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-embedded-protocol-009-PsFLoren" { = version } + "tezos-protocol-plugin-009-PsFLoren" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-009-PsFLoren-registerer/tezos-protocol-plugin-009-PsFLoren-registerer.12.0/opam b/packages/tezos-protocol-plugin-009-PsFLoren-registerer/tezos-protocol-plugin-009-PsFLoren-registerer.12.0/opam new file mode 100644 index 000000000..ebedaa167 --- /dev/null +++ b/packages/tezos-protocol-plugin-009-PsFLoren-registerer/tezos-protocol-plugin-009-PsFLoren-registerer.12.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-embedded-protocol-009-PsFLoren" { = version } + "tezos-protocol-plugin-009-PsFLoren" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-009-PsFLoren-registerer/tezos-protocol-plugin-009-PsFLoren-registerer.12.3/opam b/packages/tezos-protocol-plugin-009-PsFLoren-registerer/tezos-protocol-plugin-009-PsFLoren-registerer.12.3/opam new file mode 100644 index 000000000..0288154e7 --- /dev/null +++ b/packages/tezos-protocol-plugin-009-PsFLoren-registerer/tezos-protocol-plugin-009-PsFLoren-registerer.12.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-embedded-protocol-009-PsFLoren" { = version } + "tezos-protocol-plugin-009-PsFLoren" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-009-PsFLoren-registerer/tezos-protocol-plugin-009-PsFLoren-registerer.13.0/opam b/packages/tezos-protocol-plugin-009-PsFLoren-registerer/tezos-protocol-plugin-009-PsFLoren-registerer.13.0/opam new file mode 100644 index 000000000..0b075a9a7 --- /dev/null +++ b/packages/tezos-protocol-plugin-009-PsFLoren-registerer/tezos-protocol-plugin-009-PsFLoren-registerer.13.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-embedded-protocol-009-PsFLoren" { = version } + "tezos-protocol-plugin-009-PsFLoren" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-009-PsFLoren-registerer/tezos-protocol-plugin-009-PsFLoren-registerer.14.0/opam b/packages/tezos-protocol-plugin-009-PsFLoren-registerer/tezos-protocol-plugin-009-PsFLoren-registerer.14.0/opam new file mode 100644 index 000000000..599551ffd --- /dev/null +++ b/packages/tezos-protocol-plugin-009-PsFLoren-registerer/tezos-protocol-plugin-009-PsFLoren-registerer.14.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-embedded-protocol-009-PsFLoren" { = version } + "tezos-protocol-plugin-009-PsFLoren" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-009-PsFLoren-registerer/tezos-protocol-plugin-009-PsFLoren-registerer.15.0/opam b/packages/tezos-protocol-plugin-009-PsFLoren-registerer/tezos-protocol-plugin-009-PsFLoren-registerer.15.0/opam new file mode 100644 index 000000000..f0c047546 --- /dev/null +++ b/packages/tezos-protocol-plugin-009-PsFLoren-registerer/tezos-protocol-plugin-009-PsFLoren-registerer.15.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-embedded-protocol-009-PsFLoren" { = version } + "tezos-protocol-plugin-009-PsFLoren" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-009-PsFLoren-registerer/tezos-protocol-plugin-009-PsFLoren-registerer.15.1/opam b/packages/tezos-protocol-plugin-009-PsFLoren-registerer/tezos-protocol-plugin-009-PsFLoren-registerer.15.1/opam new file mode 100644 index 000000000..adcf0cf38 --- /dev/null +++ b/packages/tezos-protocol-plugin-009-PsFLoren-registerer/tezos-protocol-plugin-009-PsFLoren-registerer.15.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-embedded-protocol-009-PsFLoren" { = version } + "tezos-protocol-plugin-009-PsFLoren" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-009-PsFLoren-registerer/tezos-protocol-plugin-009-PsFLoren-registerer.17.1/opam b/packages/tezos-protocol-plugin-009-PsFLoren-registerer/tezos-protocol-plugin-009-PsFLoren-registerer.17.1/opam new file mode 100644 index 000000000..9cdbfaa70 --- /dev/null +++ b/packages/tezos-protocol-plugin-009-PsFLoren-registerer/tezos-protocol-plugin-009-PsFLoren-registerer.17.1/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-base" { = version } + "tezos-embedded-protocol-009-PsFLoren" { = version } + "tezos-protocol-plugin-009-PsFLoren" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-009-PsFLoren-registerer/tezos-protocol-plugin-009-PsFLoren-registerer.17.2/opam b/packages/tezos-protocol-plugin-009-PsFLoren-registerer/tezos-protocol-plugin-009-PsFLoren-registerer.17.2/opam new file mode 100644 index 000000000..4195e2e9b --- /dev/null +++ b/packages/tezos-protocol-plugin-009-PsFLoren-registerer/tezos-protocol-plugin-009-PsFLoren-registerer.17.2/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-base" { = version } + "tezos-embedded-protocol-009-PsFLoren" { = version } + "tezos-protocol-plugin-009-PsFLoren" { = version } + "tezos-validation" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-009-PsFLoren-registerer/tezos-protocol-plugin-009-PsFLoren-registerer.9.0/opam b/packages/tezos-protocol-plugin-009-PsFLoren-registerer/tezos-protocol-plugin-009-PsFLoren-registerer.9.0/opam new file mode 100644 index 000000000..ac6ed7d30 --- /dev/null +++ b/packages/tezos-protocol-plugin-009-PsFLoren-registerer/tezos-protocol-plugin-009-PsFLoren-registerer.9.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-embedded-protocol-009-PsFLoren" { = version } + "tezos-protocol-plugin-009-PsFLoren" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-009-PsFLoren-registerer/tezos-protocol-plugin-009-PsFLoren-registerer.9.1/opam b/packages/tezos-protocol-plugin-009-PsFLoren-registerer/tezos-protocol-plugin-009-PsFLoren-registerer.9.1/opam new file mode 100644 index 000000000..c2fdaaa40 --- /dev/null +++ b/packages/tezos-protocol-plugin-009-PsFLoren-registerer/tezos-protocol-plugin-009-PsFLoren-registerer.9.1/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-embedded-protocol-009-PsFLoren" { = version } + "tezos-protocol-plugin-009-PsFLoren" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-009-PsFLoren-registerer/tezos-protocol-plugin-009-PsFLoren-registerer.9.2/opam b/packages/tezos-protocol-plugin-009-PsFLoren-registerer/tezos-protocol-plugin-009-PsFLoren-registerer.9.2/opam new file mode 100644 index 000000000..9b62064cc --- /dev/null +++ b/packages/tezos-protocol-plugin-009-PsFLoren-registerer/tezos-protocol-plugin-009-PsFLoren-registerer.9.2/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-embedded-protocol-009-PsFLoren" { = version } + "tezos-protocol-plugin-009-PsFLoren" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-009-PsFLoren-registerer/tezos-protocol-plugin-009-PsFLoren-registerer.9.3/opam b/packages/tezos-protocol-plugin-009-PsFLoren-registerer/tezos-protocol-plugin-009-PsFLoren-registerer.9.3/opam new file mode 100644 index 000000000..92cbfb8cf --- /dev/null +++ b/packages/tezos-protocol-plugin-009-PsFLoren-registerer/tezos-protocol-plugin-009-PsFLoren-registerer.9.3/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-embedded-protocol-009-PsFLoren" { = version } + "tezos-protocol-plugin-009-PsFLoren" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-009-PsFLoren-registerer/tezos-protocol-plugin-009-PsFLoren-registerer.9.4/opam b/packages/tezos-protocol-plugin-009-PsFLoren-registerer/tezos-protocol-plugin-009-PsFLoren-registerer.9.4/opam new file mode 100644 index 000000000..eb75689a4 --- /dev/null +++ b/packages/tezos-protocol-plugin-009-PsFLoren-registerer/tezos-protocol-plugin-009-PsFLoren-registerer.9.4/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-embedded-protocol-009-PsFLoren" { = version } + "tezos-protocol-plugin-009-PsFLoren" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-009-PsFLoren-registerer/tezos-protocol-plugin-009-PsFLoren-registerer.9.7/opam b/packages/tezos-protocol-plugin-009-PsFLoren-registerer/tezos-protocol-plugin-009-PsFLoren-registerer.9.7/opam new file mode 100644 index 000000000..2e502f40a --- /dev/null +++ b/packages/tezos-protocol-plugin-009-PsFLoren-registerer/tezos-protocol-plugin-009-PsFLoren-registerer.9.7/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-embedded-protocol-009-PsFLoren" { = version } + "tezos-protocol-plugin-009-PsFLoren" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-009-PsFLoren/tezos-protocol-plugin-009-PsFLoren.10.2/opam b/packages/tezos-protocol-plugin-009-PsFLoren/tezos-protocol-plugin-009-PsFLoren.10.2/opam new file mode 100644 index 000000000..1dcc9dede --- /dev/null +++ b/packages/tezos-protocol-plugin-009-PsFLoren/tezos-protocol-plugin-009-PsFLoren.10.2/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-009-PsFLoren" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-009-PsFLoren/tezos-protocol-plugin-009-PsFLoren.11.0/opam b/packages/tezos-protocol-plugin-009-PsFLoren/tezos-protocol-plugin-009-PsFLoren.11.0/opam new file mode 100644 index 000000000..80bd58341 --- /dev/null +++ b/packages/tezos-protocol-plugin-009-PsFLoren/tezos-protocol-plugin-009-PsFLoren.11.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-protocol-009-PsFLoren" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-009-PsFLoren/tezos-protocol-plugin-009-PsFLoren.11.1/opam b/packages/tezos-protocol-plugin-009-PsFLoren/tezos-protocol-plugin-009-PsFLoren.11.1/opam new file mode 100644 index 000000000..147f7c30a --- /dev/null +++ b/packages/tezos-protocol-plugin-009-PsFLoren/tezos-protocol-plugin-009-PsFLoren.11.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-009-PsFLoren" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-009-PsFLoren/tezos-protocol-plugin-009-PsFLoren.12.0/opam b/packages/tezos-protocol-plugin-009-PsFLoren/tezos-protocol-plugin-009-PsFLoren.12.0/opam new file mode 100644 index 000000000..889bddabe --- /dev/null +++ b/packages/tezos-protocol-plugin-009-PsFLoren/tezos-protocol-plugin-009-PsFLoren.12.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-009-PsFLoren" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-009-PsFLoren/tezos-protocol-plugin-009-PsFLoren.12.3/opam b/packages/tezos-protocol-plugin-009-PsFLoren/tezos-protocol-plugin-009-PsFLoren.12.3/opam new file mode 100644 index 000000000..2522c5645 --- /dev/null +++ b/packages/tezos-protocol-plugin-009-PsFLoren/tezos-protocol-plugin-009-PsFLoren.12.3/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-009-PsFLoren" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-009-PsFLoren/tezos-protocol-plugin-009-PsFLoren.13.0/opam b/packages/tezos-protocol-plugin-009-PsFLoren/tezos-protocol-plugin-009-PsFLoren.13.0/opam new file mode 100644 index 000000000..a2d13c1c9 --- /dev/null +++ b/packages/tezos-protocol-plugin-009-PsFLoren/tezos-protocol-plugin-009-PsFLoren.13.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-009-PsFLoren" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-009-PsFLoren/tezos-protocol-plugin-009-PsFLoren.14.0/opam b/packages/tezos-protocol-plugin-009-PsFLoren/tezos-protocol-plugin-009-PsFLoren.14.0/opam new file mode 100644 index 000000000..f397cdd20 --- /dev/null +++ b/packages/tezos-protocol-plugin-009-PsFLoren/tezos-protocol-plugin-009-PsFLoren.14.0/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-009-PsFLoren" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-009-PsFLoren/tezos-protocol-plugin-009-PsFLoren.15.0/opam b/packages/tezos-protocol-plugin-009-PsFLoren/tezos-protocol-plugin-009-PsFLoren.15.0/opam new file mode 100644 index 000000000..c141ddaa5 --- /dev/null +++ b/packages/tezos-protocol-plugin-009-PsFLoren/tezos-protocol-plugin-009-PsFLoren.15.0/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-009-PsFLoren" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-009-PsFLoren/tezos-protocol-plugin-009-PsFLoren.15.1/opam b/packages/tezos-protocol-plugin-009-PsFLoren/tezos-protocol-plugin-009-PsFLoren.15.1/opam new file mode 100644 index 000000000..ed0bf1e24 --- /dev/null +++ b/packages/tezos-protocol-plugin-009-PsFLoren/tezos-protocol-plugin-009-PsFLoren.15.1/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-009-PsFLoren" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-009-PsFLoren/tezos-protocol-plugin-009-PsFLoren.17.1/opam b/packages/tezos-protocol-plugin-009-PsFLoren/tezos-protocol-plugin-009-PsFLoren.17.1/opam new file mode 100644 index 000000000..4102d9b83 --- /dev/null +++ b/packages/tezos-protocol-plugin-009-PsFLoren/tezos-protocol-plugin-009-PsFLoren.17.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-base" { = version } + "tezos-protocol-009-PsFLoren" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-009-PsFLoren/tezos-protocol-plugin-009-PsFLoren.17.2/opam b/packages/tezos-protocol-plugin-009-PsFLoren/tezos-protocol-plugin-009-PsFLoren.17.2/opam new file mode 100644 index 000000000..69d812c57 --- /dev/null +++ b/packages/tezos-protocol-plugin-009-PsFLoren/tezos-protocol-plugin-009-PsFLoren.17.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-base" { = version } + "tezos-protocol-009-PsFLoren" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-009-PsFLoren/tezos-protocol-plugin-009-PsFLoren.9.0/opam b/packages/tezos-protocol-plugin-009-PsFLoren/tezos-protocol-plugin-009-PsFLoren.9.0/opam new file mode 100644 index 000000000..e190067fb --- /dev/null +++ b/packages/tezos-protocol-plugin-009-PsFLoren/tezos-protocol-plugin-009-PsFLoren.9.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-009-PsFLoren" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-009-PsFLoren/tezos-protocol-plugin-009-PsFLoren.9.1/opam b/packages/tezos-protocol-plugin-009-PsFLoren/tezos-protocol-plugin-009-PsFLoren.9.1/opam new file mode 100644 index 000000000..4b43c436c --- /dev/null +++ b/packages/tezos-protocol-plugin-009-PsFLoren/tezos-protocol-plugin-009-PsFLoren.9.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-009-PsFLoren" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-009-PsFLoren/tezos-protocol-plugin-009-PsFLoren.9.2/opam b/packages/tezos-protocol-plugin-009-PsFLoren/tezos-protocol-plugin-009-PsFLoren.9.2/opam new file mode 100644 index 000000000..cc9df1de9 --- /dev/null +++ b/packages/tezos-protocol-plugin-009-PsFLoren/tezos-protocol-plugin-009-PsFLoren.9.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-009-PsFLoren" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-009-PsFLoren/tezos-protocol-plugin-009-PsFLoren.9.3/opam b/packages/tezos-protocol-plugin-009-PsFLoren/tezos-protocol-plugin-009-PsFLoren.9.3/opam new file mode 100644 index 000000000..654524036 --- /dev/null +++ b/packages/tezos-protocol-plugin-009-PsFLoren/tezos-protocol-plugin-009-PsFLoren.9.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-009-PsFLoren" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-009-PsFLoren/tezos-protocol-plugin-009-PsFLoren.9.4/opam b/packages/tezos-protocol-plugin-009-PsFLoren/tezos-protocol-plugin-009-PsFLoren.9.4/opam new file mode 100644 index 000000000..3f95d6052 --- /dev/null +++ b/packages/tezos-protocol-plugin-009-PsFLoren/tezos-protocol-plugin-009-PsFLoren.9.4/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-009-PsFLoren" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-009-PsFLoren/tezos-protocol-plugin-009-PsFLoren.9.7/opam b/packages/tezos-protocol-plugin-009-PsFLoren/tezos-protocol-plugin-009-PsFLoren.9.7/opam new file mode 100644 index 000000000..f82d4d917 --- /dev/null +++ b/packages/tezos-protocol-plugin-009-PsFLoren/tezos-protocol-plugin-009-PsFLoren.9.7/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-009-PsFLoren" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_009_PsFLoren/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-010-PtGRANAD-registerer/tezos-protocol-plugin-010-PtGRANAD-registerer.10.2/opam b/packages/tezos-protocol-plugin-010-PtGRANAD-registerer/tezos-protocol-plugin-010-PtGRANAD-registerer.10.2/opam new file mode 100644 index 000000000..9c9279ce4 --- /dev/null +++ b/packages/tezos-protocol-plugin-010-PtGRANAD-registerer/tezos-protocol-plugin-010-PtGRANAD-registerer.10.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-embedded-protocol-010-PtGRANAD" { = version } + "tezos-protocol-plugin-010-PtGRANAD" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-010-PtGRANAD-registerer/tezos-protocol-plugin-010-PtGRANAD-registerer.11.0/opam b/packages/tezos-protocol-plugin-010-PtGRANAD-registerer/tezos-protocol-plugin-010-PtGRANAD-registerer.11.0/opam new file mode 100644 index 000000000..2c29598fc --- /dev/null +++ b/packages/tezos-protocol-plugin-010-PtGRANAD-registerer/tezos-protocol-plugin-010-PtGRANAD-registerer.11.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-embedded-protocol-010-PtGRANAD" { = version } + "tezos-protocol-plugin-010-PtGRANAD" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-010-PtGRANAD-registerer/tezos-protocol-plugin-010-PtGRANAD-registerer.11.1/opam b/packages/tezos-protocol-plugin-010-PtGRANAD-registerer/tezos-protocol-plugin-010-PtGRANAD-registerer.11.1/opam new file mode 100644 index 000000000..a9ee5f1f4 --- /dev/null +++ b/packages/tezos-protocol-plugin-010-PtGRANAD-registerer/tezos-protocol-plugin-010-PtGRANAD-registerer.11.1/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-embedded-protocol-010-PtGRANAD" { = version } + "tezos-protocol-plugin-010-PtGRANAD" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-010-PtGRANAD-registerer/tezos-protocol-plugin-010-PtGRANAD-registerer.12.0/opam b/packages/tezos-protocol-plugin-010-PtGRANAD-registerer/tezos-protocol-plugin-010-PtGRANAD-registerer.12.0/opam new file mode 100644 index 000000000..cf96e9d84 --- /dev/null +++ b/packages/tezos-protocol-plugin-010-PtGRANAD-registerer/tezos-protocol-plugin-010-PtGRANAD-registerer.12.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-embedded-protocol-010-PtGRANAD" { = version } + "tezos-protocol-plugin-010-PtGRANAD" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-010-PtGRANAD-registerer/tezos-protocol-plugin-010-PtGRANAD-registerer.12.3/opam b/packages/tezos-protocol-plugin-010-PtGRANAD-registerer/tezos-protocol-plugin-010-PtGRANAD-registerer.12.3/opam new file mode 100644 index 000000000..6e54f2ea2 --- /dev/null +++ b/packages/tezos-protocol-plugin-010-PtGRANAD-registerer/tezos-protocol-plugin-010-PtGRANAD-registerer.12.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-embedded-protocol-010-PtGRANAD" { = version } + "tezos-protocol-plugin-010-PtGRANAD" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-010-PtGRANAD-registerer/tezos-protocol-plugin-010-PtGRANAD-registerer.13.0/opam b/packages/tezos-protocol-plugin-010-PtGRANAD-registerer/tezos-protocol-plugin-010-PtGRANAD-registerer.13.0/opam new file mode 100644 index 000000000..cfd3ca6a1 --- /dev/null +++ b/packages/tezos-protocol-plugin-010-PtGRANAD-registerer/tezos-protocol-plugin-010-PtGRANAD-registerer.13.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-embedded-protocol-010-PtGRANAD" { = version } + "tezos-protocol-plugin-010-PtGRANAD" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-010-PtGRANAD-registerer/tezos-protocol-plugin-010-PtGRANAD-registerer.14.0/opam b/packages/tezos-protocol-plugin-010-PtGRANAD-registerer/tezos-protocol-plugin-010-PtGRANAD-registerer.14.0/opam new file mode 100644 index 000000000..7b8284550 --- /dev/null +++ b/packages/tezos-protocol-plugin-010-PtGRANAD-registerer/tezos-protocol-plugin-010-PtGRANAD-registerer.14.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-embedded-protocol-010-PtGRANAD" { = version } + "tezos-protocol-plugin-010-PtGRANAD" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-010-PtGRANAD-registerer/tezos-protocol-plugin-010-PtGRANAD-registerer.15.0/opam b/packages/tezos-protocol-plugin-010-PtGRANAD-registerer/tezos-protocol-plugin-010-PtGRANAD-registerer.15.0/opam new file mode 100644 index 000000000..9bd3714a9 --- /dev/null +++ b/packages/tezos-protocol-plugin-010-PtGRANAD-registerer/tezos-protocol-plugin-010-PtGRANAD-registerer.15.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-embedded-protocol-010-PtGRANAD" { = version } + "tezos-protocol-plugin-010-PtGRANAD" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-010-PtGRANAD-registerer/tezos-protocol-plugin-010-PtGRANAD-registerer.15.1/opam b/packages/tezos-protocol-plugin-010-PtGRANAD-registerer/tezos-protocol-plugin-010-PtGRANAD-registerer.15.1/opam new file mode 100644 index 000000000..69d8f885d --- /dev/null +++ b/packages/tezos-protocol-plugin-010-PtGRANAD-registerer/tezos-protocol-plugin-010-PtGRANAD-registerer.15.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-embedded-protocol-010-PtGRANAD" { = version } + "tezos-protocol-plugin-010-PtGRANAD" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-010-PtGRANAD-registerer/tezos-protocol-plugin-010-PtGRANAD-registerer.17.1/opam b/packages/tezos-protocol-plugin-010-PtGRANAD-registerer/tezos-protocol-plugin-010-PtGRANAD-registerer.17.1/opam new file mode 100644 index 000000000..4c6c8ee58 --- /dev/null +++ b/packages/tezos-protocol-plugin-010-PtGRANAD-registerer/tezos-protocol-plugin-010-PtGRANAD-registerer.17.1/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-base" { = version } + "tezos-embedded-protocol-010-PtGRANAD" { = version } + "tezos-protocol-plugin-010-PtGRANAD" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-010-PtGRANAD-registerer/tezos-protocol-plugin-010-PtGRANAD-registerer.17.2/opam b/packages/tezos-protocol-plugin-010-PtGRANAD-registerer/tezos-protocol-plugin-010-PtGRANAD-registerer.17.2/opam new file mode 100644 index 000000000..9e34c1514 --- /dev/null +++ b/packages/tezos-protocol-plugin-010-PtGRANAD-registerer/tezos-protocol-plugin-010-PtGRANAD-registerer.17.2/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-base" { = version } + "tezos-embedded-protocol-010-PtGRANAD" { = version } + "tezos-protocol-plugin-010-PtGRANAD" { = version } + "tezos-validation" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-010-PtGRANAD-registerer/tezos-protocol-plugin-010-PtGRANAD-registerer.9.2/opam b/packages/tezos-protocol-plugin-010-PtGRANAD-registerer/tezos-protocol-plugin-010-PtGRANAD-registerer.9.2/opam new file mode 100644 index 000000000..cccb07f13 --- /dev/null +++ b/packages/tezos-protocol-plugin-010-PtGRANAD-registerer/tezos-protocol-plugin-010-PtGRANAD-registerer.9.2/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-embedded-protocol-010-PtGRANAD" { = version } + "tezos-protocol-plugin-010-PtGRANAD" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-010-PtGRANAD-registerer/tezos-protocol-plugin-010-PtGRANAD-registerer.9.3/opam b/packages/tezos-protocol-plugin-010-PtGRANAD-registerer/tezos-protocol-plugin-010-PtGRANAD-registerer.9.3/opam new file mode 100644 index 000000000..f0f74851e --- /dev/null +++ b/packages/tezos-protocol-plugin-010-PtGRANAD-registerer/tezos-protocol-plugin-010-PtGRANAD-registerer.9.3/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-embedded-protocol-010-PtGRANAD" { = version } + "tezos-protocol-plugin-010-PtGRANAD" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-010-PtGRANAD-registerer/tezos-protocol-plugin-010-PtGRANAD-registerer.9.4/opam b/packages/tezos-protocol-plugin-010-PtGRANAD-registerer/tezos-protocol-plugin-010-PtGRANAD-registerer.9.4/opam new file mode 100644 index 000000000..93f23b1b2 --- /dev/null +++ b/packages/tezos-protocol-plugin-010-PtGRANAD-registerer/tezos-protocol-plugin-010-PtGRANAD-registerer.9.4/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-embedded-protocol-010-PtGRANAD" { = version } + "tezos-protocol-plugin-010-PtGRANAD" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-010-PtGRANAD-registerer/tezos-protocol-plugin-010-PtGRANAD-registerer.9.7/opam b/packages/tezos-protocol-plugin-010-PtGRANAD-registerer/tezos-protocol-plugin-010-PtGRANAD-registerer.9.7/opam new file mode 100644 index 000000000..e0f02bf91 --- /dev/null +++ b/packages/tezos-protocol-plugin-010-PtGRANAD-registerer/tezos-protocol-plugin-010-PtGRANAD-registerer.9.7/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-embedded-protocol-010-PtGRANAD" { = version } + "tezos-protocol-plugin-010-PtGRANAD" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-010-PtGRANAD/tezos-protocol-plugin-010-PtGRANAD.10.2/opam b/packages/tezos-protocol-plugin-010-PtGRANAD/tezos-protocol-plugin-010-PtGRANAD.10.2/opam new file mode 100644 index 000000000..6390f86ca --- /dev/null +++ b/packages/tezos-protocol-plugin-010-PtGRANAD/tezos-protocol-plugin-010-PtGRANAD.10.2/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-010-PtGRANAD" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-010-PtGRANAD/tezos-protocol-plugin-010-PtGRANAD.11.0/opam b/packages/tezos-protocol-plugin-010-PtGRANAD/tezos-protocol-plugin-010-PtGRANAD.11.0/opam new file mode 100644 index 000000000..8b9402cb5 --- /dev/null +++ b/packages/tezos-protocol-plugin-010-PtGRANAD/tezos-protocol-plugin-010-PtGRANAD.11.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-protocol-010-PtGRANAD" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-010-PtGRANAD/tezos-protocol-plugin-010-PtGRANAD.11.1/opam b/packages/tezos-protocol-plugin-010-PtGRANAD/tezos-protocol-plugin-010-PtGRANAD.11.1/opam new file mode 100644 index 000000000..74a9d9756 --- /dev/null +++ b/packages/tezos-protocol-plugin-010-PtGRANAD/tezos-protocol-plugin-010-PtGRANAD.11.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-010-PtGRANAD" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-010-PtGRANAD/tezos-protocol-plugin-010-PtGRANAD.12.0/opam b/packages/tezos-protocol-plugin-010-PtGRANAD/tezos-protocol-plugin-010-PtGRANAD.12.0/opam new file mode 100644 index 000000000..1039d0a26 --- /dev/null +++ b/packages/tezos-protocol-plugin-010-PtGRANAD/tezos-protocol-plugin-010-PtGRANAD.12.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-010-PtGRANAD" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-010-PtGRANAD/tezos-protocol-plugin-010-PtGRANAD.12.3/opam b/packages/tezos-protocol-plugin-010-PtGRANAD/tezos-protocol-plugin-010-PtGRANAD.12.3/opam new file mode 100644 index 000000000..be7d26590 --- /dev/null +++ b/packages/tezos-protocol-plugin-010-PtGRANAD/tezos-protocol-plugin-010-PtGRANAD.12.3/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-010-PtGRANAD" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-010-PtGRANAD/tezos-protocol-plugin-010-PtGRANAD.13.0/opam b/packages/tezos-protocol-plugin-010-PtGRANAD/tezos-protocol-plugin-010-PtGRANAD.13.0/opam new file mode 100644 index 000000000..a72b6d279 --- /dev/null +++ b/packages/tezos-protocol-plugin-010-PtGRANAD/tezos-protocol-plugin-010-PtGRANAD.13.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-010-PtGRANAD" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-010-PtGRANAD/tezos-protocol-plugin-010-PtGRANAD.14.0/opam b/packages/tezos-protocol-plugin-010-PtGRANAD/tezos-protocol-plugin-010-PtGRANAD.14.0/opam new file mode 100644 index 000000000..777f785df --- /dev/null +++ b/packages/tezos-protocol-plugin-010-PtGRANAD/tezos-protocol-plugin-010-PtGRANAD.14.0/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-010-PtGRANAD" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-010-PtGRANAD/tezos-protocol-plugin-010-PtGRANAD.15.0/opam b/packages/tezos-protocol-plugin-010-PtGRANAD/tezos-protocol-plugin-010-PtGRANAD.15.0/opam new file mode 100644 index 000000000..d734f8db5 --- /dev/null +++ b/packages/tezos-protocol-plugin-010-PtGRANAD/tezos-protocol-plugin-010-PtGRANAD.15.0/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-010-PtGRANAD" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-010-PtGRANAD/tezos-protocol-plugin-010-PtGRANAD.15.1/opam b/packages/tezos-protocol-plugin-010-PtGRANAD/tezos-protocol-plugin-010-PtGRANAD.15.1/opam new file mode 100644 index 000000000..92a383e6d --- /dev/null +++ b/packages/tezos-protocol-plugin-010-PtGRANAD/tezos-protocol-plugin-010-PtGRANAD.15.1/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-010-PtGRANAD" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-010-PtGRANAD/tezos-protocol-plugin-010-PtGRANAD.17.1/opam b/packages/tezos-protocol-plugin-010-PtGRANAD/tezos-protocol-plugin-010-PtGRANAD.17.1/opam new file mode 100644 index 000000000..38d65807d --- /dev/null +++ b/packages/tezos-protocol-plugin-010-PtGRANAD/tezos-protocol-plugin-010-PtGRANAD.17.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-base" { = version } + "tezos-protocol-010-PtGRANAD" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-010-PtGRANAD/tezos-protocol-plugin-010-PtGRANAD.17.2/opam b/packages/tezos-protocol-plugin-010-PtGRANAD/tezos-protocol-plugin-010-PtGRANAD.17.2/opam new file mode 100644 index 000000000..e1d663010 --- /dev/null +++ b/packages/tezos-protocol-plugin-010-PtGRANAD/tezos-protocol-plugin-010-PtGRANAD.17.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-base" { = version } + "tezos-protocol-010-PtGRANAD" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-010-PtGRANAD/tezos-protocol-plugin-010-PtGRANAD.9.2/opam b/packages/tezos-protocol-plugin-010-PtGRANAD/tezos-protocol-plugin-010-PtGRANAD.9.2/opam new file mode 100644 index 000000000..fc1b6ccc4 --- /dev/null +++ b/packages/tezos-protocol-plugin-010-PtGRANAD/tezos-protocol-plugin-010-PtGRANAD.9.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-010-PtGRANAD" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-010-PtGRANAD/tezos-protocol-plugin-010-PtGRANAD.9.3/opam b/packages/tezos-protocol-plugin-010-PtGRANAD/tezos-protocol-plugin-010-PtGRANAD.9.3/opam new file mode 100644 index 000000000..1274ef656 --- /dev/null +++ b/packages/tezos-protocol-plugin-010-PtGRANAD/tezos-protocol-plugin-010-PtGRANAD.9.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-010-PtGRANAD" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-010-PtGRANAD/tezos-protocol-plugin-010-PtGRANAD.9.4/opam b/packages/tezos-protocol-plugin-010-PtGRANAD/tezos-protocol-plugin-010-PtGRANAD.9.4/opam new file mode 100644 index 000000000..094e5f2b8 --- /dev/null +++ b/packages/tezos-protocol-plugin-010-PtGRANAD/tezos-protocol-plugin-010-PtGRANAD.9.4/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-010-PtGRANAD" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-010-PtGRANAD/tezos-protocol-plugin-010-PtGRANAD.9.7/opam b/packages/tezos-protocol-plugin-010-PtGRANAD/tezos-protocol-plugin-010-PtGRANAD.9.7/opam new file mode 100644 index 000000000..9516940d9 --- /dev/null +++ b/packages/tezos-protocol-plugin-010-PtGRANAD/tezos-protocol-plugin-010-PtGRANAD.9.7/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-010-PtGRANAD" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_010_PtGRANAD/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-011-PtHangz2-registerer/tezos-protocol-plugin-011-PtHangz2-registerer.11.0/opam b/packages/tezos-protocol-plugin-011-PtHangz2-registerer/tezos-protocol-plugin-011-PtHangz2-registerer.11.0/opam new file mode 100644 index 000000000..924cc0a64 --- /dev/null +++ b/packages/tezos-protocol-plugin-011-PtHangz2-registerer/tezos-protocol-plugin-011-PtHangz2-registerer.11.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-embedded-protocol-011-PtHangz2" { = version } + "tezos-protocol-plugin-011-PtHangz2" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_011_PtHangz2/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-011-PtHangz2-registerer/tezos-protocol-plugin-011-PtHangz2-registerer.11.1/opam b/packages/tezos-protocol-plugin-011-PtHangz2-registerer/tezos-protocol-plugin-011-PtHangz2-registerer.11.1/opam new file mode 100644 index 000000000..9003b0380 --- /dev/null +++ b/packages/tezos-protocol-plugin-011-PtHangz2-registerer/tezos-protocol-plugin-011-PtHangz2-registerer.11.1/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-embedded-protocol-011-PtHangz2" { = version } + "tezos-protocol-plugin-011-PtHangz2" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_011_PtHangz2/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-011-PtHangz2-registerer/tezos-protocol-plugin-011-PtHangz2-registerer.12.0/opam b/packages/tezos-protocol-plugin-011-PtHangz2-registerer/tezos-protocol-plugin-011-PtHangz2-registerer.12.0/opam new file mode 100644 index 000000000..472df09c3 --- /dev/null +++ b/packages/tezos-protocol-plugin-011-PtHangz2-registerer/tezos-protocol-plugin-011-PtHangz2-registerer.12.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-embedded-protocol-011-PtHangz2" { = version } + "tezos-protocol-plugin-011-PtHangz2" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_011_PtHangz2/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-011-PtHangz2-registerer/tezos-protocol-plugin-011-PtHangz2-registerer.12.3/opam b/packages/tezos-protocol-plugin-011-PtHangz2-registerer/tezos-protocol-plugin-011-PtHangz2-registerer.12.3/opam new file mode 100644 index 000000000..f3b786c95 --- /dev/null +++ b/packages/tezos-protocol-plugin-011-PtHangz2-registerer/tezos-protocol-plugin-011-PtHangz2-registerer.12.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-embedded-protocol-011-PtHangz2" { = version } + "tezos-protocol-plugin-011-PtHangz2" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_011_PtHangz2/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-011-PtHangz2-registerer/tezos-protocol-plugin-011-PtHangz2-registerer.13.0/opam b/packages/tezos-protocol-plugin-011-PtHangz2-registerer/tezos-protocol-plugin-011-PtHangz2-registerer.13.0/opam new file mode 100644 index 000000000..202cbb4c0 --- /dev/null +++ b/packages/tezos-protocol-plugin-011-PtHangz2-registerer/tezos-protocol-plugin-011-PtHangz2-registerer.13.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-embedded-protocol-011-PtHangz2" { = version } + "tezos-protocol-plugin-011-PtHangz2" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_011_PtHangz2/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-011-PtHangz2-registerer/tezos-protocol-plugin-011-PtHangz2-registerer.14.0/opam b/packages/tezos-protocol-plugin-011-PtHangz2-registerer/tezos-protocol-plugin-011-PtHangz2-registerer.14.0/opam new file mode 100644 index 000000000..f8eca9ed2 --- /dev/null +++ b/packages/tezos-protocol-plugin-011-PtHangz2-registerer/tezos-protocol-plugin-011-PtHangz2-registerer.14.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-embedded-protocol-011-PtHangz2" { = version } + "tezos-protocol-plugin-011-PtHangz2" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-011-PtHangz2-registerer/tezos-protocol-plugin-011-PtHangz2-registerer.15.0/opam b/packages/tezos-protocol-plugin-011-PtHangz2-registerer/tezos-protocol-plugin-011-PtHangz2-registerer.15.0/opam new file mode 100644 index 000000000..def2dfa7d --- /dev/null +++ b/packages/tezos-protocol-plugin-011-PtHangz2-registerer/tezos-protocol-plugin-011-PtHangz2-registerer.15.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-embedded-protocol-011-PtHangz2" { = version } + "tezos-protocol-plugin-011-PtHangz2" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-011-PtHangz2-registerer/tezos-protocol-plugin-011-PtHangz2-registerer.15.1/opam b/packages/tezos-protocol-plugin-011-PtHangz2-registerer/tezos-protocol-plugin-011-PtHangz2-registerer.15.1/opam new file mode 100644 index 000000000..5aef567ba --- /dev/null +++ b/packages/tezos-protocol-plugin-011-PtHangz2-registerer/tezos-protocol-plugin-011-PtHangz2-registerer.15.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-embedded-protocol-011-PtHangz2" { = version } + "tezos-protocol-plugin-011-PtHangz2" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-011-PtHangz2-registerer/tezos-protocol-plugin-011-PtHangz2-registerer.17.1/opam b/packages/tezos-protocol-plugin-011-PtHangz2-registerer/tezos-protocol-plugin-011-PtHangz2-registerer.17.1/opam new file mode 100644 index 000000000..2138daddf --- /dev/null +++ b/packages/tezos-protocol-plugin-011-PtHangz2-registerer/tezos-protocol-plugin-011-PtHangz2-registerer.17.1/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-base" { = version } + "tezos-embedded-protocol-011-PtHangz2" { = version } + "tezos-protocol-plugin-011-PtHangz2" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-011-PtHangz2-registerer/tezos-protocol-plugin-011-PtHangz2-registerer.17.2/opam b/packages/tezos-protocol-plugin-011-PtHangz2-registerer/tezos-protocol-plugin-011-PtHangz2-registerer.17.2/opam new file mode 100644 index 000000000..a67348868 --- /dev/null +++ b/packages/tezos-protocol-plugin-011-PtHangz2-registerer/tezos-protocol-plugin-011-PtHangz2-registerer.17.2/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-base" { = version } + "tezos-embedded-protocol-011-PtHangz2" { = version } + "tezos-protocol-plugin-011-PtHangz2" { = version } + "tezos-validation" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-011-PtHangz2/tezos-protocol-plugin-011-PtHangz2.11.0/opam b/packages/tezos-protocol-plugin-011-PtHangz2/tezos-protocol-plugin-011-PtHangz2.11.0/opam new file mode 100644 index 000000000..b02eb3c0b --- /dev/null +++ b/packages/tezos-protocol-plugin-011-PtHangz2/tezos-protocol-plugin-011-PtHangz2.11.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-protocol-011-PtHangz2" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_011_PtHangz2/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-011-PtHangz2/tezos-protocol-plugin-011-PtHangz2.11.1/opam b/packages/tezos-protocol-plugin-011-PtHangz2/tezos-protocol-plugin-011-PtHangz2.11.1/opam new file mode 100644 index 000000000..5010f0d0d --- /dev/null +++ b/packages/tezos-protocol-plugin-011-PtHangz2/tezos-protocol-plugin-011-PtHangz2.11.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-011-PtHangz2" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_011_PtHangz2/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-011-PtHangz2/tezos-protocol-plugin-011-PtHangz2.12.0/opam b/packages/tezos-protocol-plugin-011-PtHangz2/tezos-protocol-plugin-011-PtHangz2.12.0/opam new file mode 100644 index 000000000..7444e45ba --- /dev/null +++ b/packages/tezos-protocol-plugin-011-PtHangz2/tezos-protocol-plugin-011-PtHangz2.12.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-011-PtHangz2" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_011_PtHangz2/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-011-PtHangz2/tezos-protocol-plugin-011-PtHangz2.12.3/opam b/packages/tezos-protocol-plugin-011-PtHangz2/tezos-protocol-plugin-011-PtHangz2.12.3/opam new file mode 100644 index 000000000..47f13ac0d --- /dev/null +++ b/packages/tezos-protocol-plugin-011-PtHangz2/tezos-protocol-plugin-011-PtHangz2.12.3/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-011-PtHangz2" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_011_PtHangz2/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-011-PtHangz2/tezos-protocol-plugin-011-PtHangz2.13.0/opam b/packages/tezos-protocol-plugin-011-PtHangz2/tezos-protocol-plugin-011-PtHangz2.13.0/opam new file mode 100644 index 000000000..56d982f09 --- /dev/null +++ b/packages/tezos-protocol-plugin-011-PtHangz2/tezos-protocol-plugin-011-PtHangz2.13.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-011-PtHangz2" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_011_PtHangz2/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-011-PtHangz2/tezos-protocol-plugin-011-PtHangz2.14.0/opam b/packages/tezos-protocol-plugin-011-PtHangz2/tezos-protocol-plugin-011-PtHangz2.14.0/opam new file mode 100644 index 000000000..b10c9879c --- /dev/null +++ b/packages/tezos-protocol-plugin-011-PtHangz2/tezos-protocol-plugin-011-PtHangz2.14.0/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-011-PtHangz2" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-011-PtHangz2/tezos-protocol-plugin-011-PtHangz2.15.0/opam b/packages/tezos-protocol-plugin-011-PtHangz2/tezos-protocol-plugin-011-PtHangz2.15.0/opam new file mode 100644 index 000000000..18b53a6f2 --- /dev/null +++ b/packages/tezos-protocol-plugin-011-PtHangz2/tezos-protocol-plugin-011-PtHangz2.15.0/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-011-PtHangz2" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-011-PtHangz2/tezos-protocol-plugin-011-PtHangz2.15.1/opam b/packages/tezos-protocol-plugin-011-PtHangz2/tezos-protocol-plugin-011-PtHangz2.15.1/opam new file mode 100644 index 000000000..b30e00c22 --- /dev/null +++ b/packages/tezos-protocol-plugin-011-PtHangz2/tezos-protocol-plugin-011-PtHangz2.15.1/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-011-PtHangz2" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-011-PtHangz2/tezos-protocol-plugin-011-PtHangz2.17.1/opam b/packages/tezos-protocol-plugin-011-PtHangz2/tezos-protocol-plugin-011-PtHangz2.17.1/opam new file mode 100644 index 000000000..d5387d60c --- /dev/null +++ b/packages/tezos-protocol-plugin-011-PtHangz2/tezos-protocol-plugin-011-PtHangz2.17.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-base" { = version } + "tezos-protocol-011-PtHangz2" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-011-PtHangz2/tezos-protocol-plugin-011-PtHangz2.17.2/opam b/packages/tezos-protocol-plugin-011-PtHangz2/tezos-protocol-plugin-011-PtHangz2.17.2/opam new file mode 100644 index 000000000..cb4bb4d36 --- /dev/null +++ b/packages/tezos-protocol-plugin-011-PtHangz2/tezos-protocol-plugin-011-PtHangz2.17.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-base" { = version } + "tezos-protocol-011-PtHangz2" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-012-Psithaca-registerer/tezos-protocol-plugin-012-Psithaca-registerer.12.0/opam b/packages/tezos-protocol-plugin-012-Psithaca-registerer/tezos-protocol-plugin-012-Psithaca-registerer.12.0/opam new file mode 100644 index 000000000..65f474972 --- /dev/null +++ b/packages/tezos-protocol-plugin-012-Psithaca-registerer/tezos-protocol-plugin-012-Psithaca-registerer.12.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-embedded-protocol-012-Psithaca" { = version } + "tezos-protocol-plugin-012-Psithaca" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_012_Psithaca/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-012-Psithaca-registerer/tezos-protocol-plugin-012-Psithaca-registerer.12.3/opam b/packages/tezos-protocol-plugin-012-Psithaca-registerer/tezos-protocol-plugin-012-Psithaca-registerer.12.3/opam new file mode 100644 index 000000000..db9bd4028 --- /dev/null +++ b/packages/tezos-protocol-plugin-012-Psithaca-registerer/tezos-protocol-plugin-012-Psithaca-registerer.12.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-embedded-protocol-012-Psithaca" { = version } + "tezos-protocol-plugin-012-Psithaca" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_012_Psithaca/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-012-Psithaca-registerer/tezos-protocol-plugin-012-Psithaca-registerer.13.0/opam b/packages/tezos-protocol-plugin-012-Psithaca-registerer/tezos-protocol-plugin-012-Psithaca-registerer.13.0/opam new file mode 100644 index 000000000..630ed5349 --- /dev/null +++ b/packages/tezos-protocol-plugin-012-Psithaca-registerer/tezos-protocol-plugin-012-Psithaca-registerer.13.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-embedded-protocol-012-Psithaca" { = version } + "tezos-protocol-plugin-012-Psithaca" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_012_Psithaca/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-012-Psithaca-registerer/tezos-protocol-plugin-012-Psithaca-registerer.14.0/opam b/packages/tezos-protocol-plugin-012-Psithaca-registerer/tezos-protocol-plugin-012-Psithaca-registerer.14.0/opam new file mode 100644 index 000000000..8fc2a5967 --- /dev/null +++ b/packages/tezos-protocol-plugin-012-Psithaca-registerer/tezos-protocol-plugin-012-Psithaca-registerer.14.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-embedded-protocol-012-Psithaca" { = version } + "tezos-protocol-plugin-012-Psithaca" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-012-Psithaca-registerer/tezos-protocol-plugin-012-Psithaca-registerer.15.0/opam b/packages/tezos-protocol-plugin-012-Psithaca-registerer/tezos-protocol-plugin-012-Psithaca-registerer.15.0/opam new file mode 100644 index 000000000..01ca13b01 --- /dev/null +++ b/packages/tezos-protocol-plugin-012-Psithaca-registerer/tezos-protocol-plugin-012-Psithaca-registerer.15.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-embedded-protocol-012-Psithaca" { = version } + "tezos-protocol-plugin-012-Psithaca" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-012-Psithaca-registerer/tezos-protocol-plugin-012-Psithaca-registerer.15.1/opam b/packages/tezos-protocol-plugin-012-Psithaca-registerer/tezos-protocol-plugin-012-Psithaca-registerer.15.1/opam new file mode 100644 index 000000000..00532dcbb --- /dev/null +++ b/packages/tezos-protocol-plugin-012-Psithaca-registerer/tezos-protocol-plugin-012-Psithaca-registerer.15.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-embedded-protocol-012-Psithaca" { = version } + "tezos-protocol-plugin-012-Psithaca" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-012-Psithaca-registerer/tezos-protocol-plugin-012-Psithaca-registerer.17.1/opam b/packages/tezos-protocol-plugin-012-Psithaca-registerer/tezos-protocol-plugin-012-Psithaca-registerer.17.1/opam new file mode 100644 index 000000000..f4e6ad54a --- /dev/null +++ b/packages/tezos-protocol-plugin-012-Psithaca-registerer/tezos-protocol-plugin-012-Psithaca-registerer.17.1/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-base" { = version } + "tezos-embedded-protocol-012-Psithaca" { = version } + "tezos-protocol-plugin-012-Psithaca" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-012-Psithaca-registerer/tezos-protocol-plugin-012-Psithaca-registerer.17.2/opam b/packages/tezos-protocol-plugin-012-Psithaca-registerer/tezos-protocol-plugin-012-Psithaca-registerer.17.2/opam new file mode 100644 index 000000000..a6744df9c --- /dev/null +++ b/packages/tezos-protocol-plugin-012-Psithaca-registerer/tezos-protocol-plugin-012-Psithaca-registerer.17.2/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-base" { = version } + "tezos-embedded-protocol-012-Psithaca" { = version } + "tezos-protocol-plugin-012-Psithaca" { = version } + "tezos-validation" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-012-Psithaca-tests/tezos-protocol-plugin-012-Psithaca-tests.13.0/opam b/packages/tezos-protocol-plugin-012-Psithaca-tests/tezos-protocol-plugin-012-Psithaca-tests.13.0/opam new file mode 100644 index 000000000..d79f2907d --- /dev/null +++ b/packages/tezos-protocol-plugin-012-Psithaca-tests/tezos-protocol-plugin-012-Psithaca-tests.13.0/opam @@ -0,0 +1,39 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { with-test & = version } + "tezos-base-test-helpers" { with-test & = version } + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} + "tezos-test-helpers" { with-test & = version } + "qcheck-alcotest" {with-test & >= "0.18" & <= "0.23"} + "tezos-stdlib-unix" { with-test & = version } + "tezos-micheline" { with-test & = version } + "tezos-protocol-plugin-012-Psithaca" { with-test & = version } + "tezos-protocol-012-Psithaca" { with-test & = version } + "tezos-protocol-012-Psithaca-parameters" { with-test & = version } + "tezos-012-Psithaca-test-helpers" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_012_Psithaca/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin tests" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-012-Psithaca/tezos-protocol-plugin-012-Psithaca.12.0/opam b/packages/tezos-protocol-plugin-012-Psithaca/tezos-protocol-plugin-012-Psithaca.12.0/opam new file mode 100644 index 000000000..3aad1cbe4 --- /dev/null +++ b/packages/tezos-protocol-plugin-012-Psithaca/tezos-protocol-plugin-012-Psithaca.12.0/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-stdlib-unix" { = version } + "tezos-protocol-012-Psithaca" { = version } + "tezos-protocol-012-Psithaca-parameters" { with-test & = version } + "tezos-test-helpers" { with-test & = version } + "alcotest-lwt" {with-test & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_012_Psithaca/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-012-Psithaca/tezos-protocol-plugin-012-Psithaca.12.3/opam b/packages/tezos-protocol-plugin-012-Psithaca/tezos-protocol-plugin-012-Psithaca.12.3/opam new file mode 100644 index 000000000..709b9636c --- /dev/null +++ b/packages/tezos-protocol-plugin-012-Psithaca/tezos-protocol-plugin-012-Psithaca.12.3/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-stdlib-unix" { = version } + "tezos-protocol-012-Psithaca" { = version } + "tezos-protocol-012-Psithaca-parameters" { with-test & = version } + "tezos-test-helpers" { with-test & = version } + "alcotest-lwt" {with-test & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_012_Psithaca/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-012-Psithaca/tezos-protocol-plugin-012-Psithaca.13.0/opam b/packages/tezos-protocol-plugin-012-Psithaca/tezos-protocol-plugin-012-Psithaca.13.0/opam new file mode 100644 index 000000000..8bc30be38 --- /dev/null +++ b/packages/tezos-protocol-plugin-012-Psithaca/tezos-protocol-plugin-012-Psithaca.13.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-012-Psithaca" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_012_Psithaca/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-012-Psithaca/tezos-protocol-plugin-012-Psithaca.14.0/opam b/packages/tezos-protocol-plugin-012-Psithaca/tezos-protocol-plugin-012-Psithaca.14.0/opam new file mode 100644 index 000000000..e445778a8 --- /dev/null +++ b/packages/tezos-protocol-plugin-012-Psithaca/tezos-protocol-plugin-012-Psithaca.14.0/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-012-Psithaca" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-012-Psithaca/tezos-protocol-plugin-012-Psithaca.15.0/opam b/packages/tezos-protocol-plugin-012-Psithaca/tezos-protocol-plugin-012-Psithaca.15.0/opam new file mode 100644 index 000000000..ebd4b025b --- /dev/null +++ b/packages/tezos-protocol-plugin-012-Psithaca/tezos-protocol-plugin-012-Psithaca.15.0/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-012-Psithaca" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-012-Psithaca/tezos-protocol-plugin-012-Psithaca.15.1/opam b/packages/tezos-protocol-plugin-012-Psithaca/tezos-protocol-plugin-012-Psithaca.15.1/opam new file mode 100644 index 000000000..c42f1a548 --- /dev/null +++ b/packages/tezos-protocol-plugin-012-Psithaca/tezos-protocol-plugin-012-Psithaca.15.1/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-012-Psithaca" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-012-Psithaca/tezos-protocol-plugin-012-Psithaca.17.1/opam b/packages/tezos-protocol-plugin-012-Psithaca/tezos-protocol-plugin-012-Psithaca.17.1/opam new file mode 100644 index 000000000..ae4e5b047 --- /dev/null +++ b/packages/tezos-protocol-plugin-012-Psithaca/tezos-protocol-plugin-012-Psithaca.17.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-base" { = version } + "tezos-protocol-012-Psithaca" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-012-Psithaca/tezos-protocol-plugin-012-Psithaca.17.2/opam b/packages/tezos-protocol-plugin-012-Psithaca/tezos-protocol-plugin-012-Psithaca.17.2/opam new file mode 100644 index 000000000..0647e048f --- /dev/null +++ b/packages/tezos-protocol-plugin-012-Psithaca/tezos-protocol-plugin-012-Psithaca.17.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-base" { = version } + "tezos-protocol-012-Psithaca" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-013-PtJakart-registerer/tezos-protocol-plugin-013-PtJakart-registerer.13.0/opam b/packages/tezos-protocol-plugin-013-PtJakart-registerer/tezos-protocol-plugin-013-PtJakart-registerer.13.0/opam new file mode 100644 index 000000000..63619596c --- /dev/null +++ b/packages/tezos-protocol-plugin-013-PtJakart-registerer/tezos-protocol-plugin-013-PtJakart-registerer.13.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-embedded-protocol-013-PtJakart" { = version } + "tezos-protocol-plugin-013-PtJakart" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_013_PtJakart/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-013-PtJakart-registerer/tezos-protocol-plugin-013-PtJakart-registerer.14.0/opam b/packages/tezos-protocol-plugin-013-PtJakart-registerer/tezos-protocol-plugin-013-PtJakart-registerer.14.0/opam new file mode 100644 index 000000000..0d56fdd62 --- /dev/null +++ b/packages/tezos-protocol-plugin-013-PtJakart-registerer/tezos-protocol-plugin-013-PtJakart-registerer.14.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-embedded-protocol-013-PtJakart" { = version } + "tezos-protocol-plugin-013-PtJakart" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-013-PtJakart-registerer/tezos-protocol-plugin-013-PtJakart-registerer.15.0/opam b/packages/tezos-protocol-plugin-013-PtJakart-registerer/tezos-protocol-plugin-013-PtJakart-registerer.15.0/opam new file mode 100644 index 000000000..c0168262c --- /dev/null +++ b/packages/tezos-protocol-plugin-013-PtJakart-registerer/tezos-protocol-plugin-013-PtJakart-registerer.15.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-embedded-protocol-013-PtJakart" { = version } + "tezos-protocol-plugin-013-PtJakart" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-013-PtJakart-registerer/tezos-protocol-plugin-013-PtJakart-registerer.15.1/opam b/packages/tezos-protocol-plugin-013-PtJakart-registerer/tezos-protocol-plugin-013-PtJakart-registerer.15.1/opam new file mode 100644 index 000000000..885a11538 --- /dev/null +++ b/packages/tezos-protocol-plugin-013-PtJakart-registerer/tezos-protocol-plugin-013-PtJakart-registerer.15.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-embedded-protocol-013-PtJakart" { = version } + "tezos-protocol-plugin-013-PtJakart" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-013-PtJakart-registerer/tezos-protocol-plugin-013-PtJakart-registerer.17.1/opam b/packages/tezos-protocol-plugin-013-PtJakart-registerer/tezos-protocol-plugin-013-PtJakart-registerer.17.1/opam new file mode 100644 index 000000000..72eaa2261 --- /dev/null +++ b/packages/tezos-protocol-plugin-013-PtJakart-registerer/tezos-protocol-plugin-013-PtJakart-registerer.17.1/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-base" { = version } + "tezos-embedded-protocol-013-PtJakart" { = version } + "tezos-protocol-plugin-013-PtJakart" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-013-PtJakart-registerer/tezos-protocol-plugin-013-PtJakart-registerer.17.2/opam b/packages/tezos-protocol-plugin-013-PtJakart-registerer/tezos-protocol-plugin-013-PtJakart-registerer.17.2/opam new file mode 100644 index 000000000..47fa5572e --- /dev/null +++ b/packages/tezos-protocol-plugin-013-PtJakart-registerer/tezos-protocol-plugin-013-PtJakart-registerer.17.2/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-base" { = version } + "tezos-embedded-protocol-013-PtJakart" { = version } + "tezos-protocol-plugin-013-PtJakart" { = version } + "tezos-validation" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-013-PtJakart-tests/tezos-protocol-plugin-013-PtJakart-tests.13.0/opam b/packages/tezos-protocol-plugin-013-PtJakart-tests/tezos-protocol-plugin-013-PtJakart-tests.13.0/opam new file mode 100644 index 000000000..060acc633 --- /dev/null +++ b/packages/tezos-protocol-plugin-013-PtJakart-tests/tezos-protocol-plugin-013-PtJakart-tests.13.0/opam @@ -0,0 +1,39 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { with-test & = version } + "tezos-base-test-helpers" { with-test & = version } + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} + "tezos-test-helpers" { with-test & = version } + "qcheck-alcotest" {with-test & >= "0.18" & <= "0.23"} + "tezos-stdlib-unix" { with-test & = version } + "tezos-micheline" { with-test & = version } + "tezos-protocol-plugin-013-PtJakart" { with-test & = version } + "tezos-protocol-013-PtJakart" { with-test & = version } + "tezos-protocol-013-PtJakart-parameters" { with-test & = version } + "tezos-013-PtJakart-test-helpers" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_013_PtJakart/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin tests" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-013-PtJakart/tezos-protocol-plugin-013-PtJakart.13.0/opam b/packages/tezos-protocol-plugin-013-PtJakart/tezos-protocol-plugin-013-PtJakart.13.0/opam new file mode 100644 index 000000000..589bd86e0 --- /dev/null +++ b/packages/tezos-protocol-plugin-013-PtJakart/tezos-protocol-plugin-013-PtJakart.13.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-013-PtJakart" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_013_PtJakart/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-013-PtJakart/tezos-protocol-plugin-013-PtJakart.14.0/opam b/packages/tezos-protocol-plugin-013-PtJakart/tezos-protocol-plugin-013-PtJakart.14.0/opam new file mode 100644 index 000000000..5a84133b5 --- /dev/null +++ b/packages/tezos-protocol-plugin-013-PtJakart/tezos-protocol-plugin-013-PtJakart.14.0/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-013-PtJakart" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-013-PtJakart/tezos-protocol-plugin-013-PtJakart.15.0/opam b/packages/tezos-protocol-plugin-013-PtJakart/tezos-protocol-plugin-013-PtJakart.15.0/opam new file mode 100644 index 000000000..1a2bc353a --- /dev/null +++ b/packages/tezos-protocol-plugin-013-PtJakart/tezos-protocol-plugin-013-PtJakart.15.0/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-013-PtJakart" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-013-PtJakart/tezos-protocol-plugin-013-PtJakart.15.1/opam b/packages/tezos-protocol-plugin-013-PtJakart/tezos-protocol-plugin-013-PtJakart.15.1/opam new file mode 100644 index 000000000..bf9970174 --- /dev/null +++ b/packages/tezos-protocol-plugin-013-PtJakart/tezos-protocol-plugin-013-PtJakart.15.1/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-013-PtJakart" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-013-PtJakart/tezos-protocol-plugin-013-PtJakart.17.1/opam b/packages/tezos-protocol-plugin-013-PtJakart/tezos-protocol-plugin-013-PtJakart.17.1/opam new file mode 100644 index 000000000..a085db470 --- /dev/null +++ b/packages/tezos-protocol-plugin-013-PtJakart/tezos-protocol-plugin-013-PtJakart.17.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-base" { = version } + "tezos-protocol-013-PtJakart" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-013-PtJakart/tezos-protocol-plugin-013-PtJakart.17.2/opam b/packages/tezos-protocol-plugin-013-PtJakart/tezos-protocol-plugin-013-PtJakart.17.2/opam new file mode 100644 index 000000000..27de60e41 --- /dev/null +++ b/packages/tezos-protocol-plugin-013-PtJakart/tezos-protocol-plugin-013-PtJakart.17.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-base" { = version } + "tezos-protocol-013-PtJakart" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-014-PtKathma-registerer/tezos-protocol-plugin-014-PtKathma-registerer.14.0/opam b/packages/tezos-protocol-plugin-014-PtKathma-registerer/tezos-protocol-plugin-014-PtKathma-registerer.14.0/opam new file mode 100644 index 000000000..883b43015 --- /dev/null +++ b/packages/tezos-protocol-plugin-014-PtKathma-registerer/tezos-protocol-plugin-014-PtKathma-registerer.14.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-embedded-protocol-014-PtKathma" { = version } + "tezos-protocol-plugin-014-PtKathma" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-014-PtKathma-registerer/tezos-protocol-plugin-014-PtKathma-registerer.15.0/opam b/packages/tezos-protocol-plugin-014-PtKathma-registerer/tezos-protocol-plugin-014-PtKathma-registerer.15.0/opam new file mode 100644 index 000000000..7feb6b313 --- /dev/null +++ b/packages/tezos-protocol-plugin-014-PtKathma-registerer/tezos-protocol-plugin-014-PtKathma-registerer.15.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-embedded-protocol-014-PtKathma" { = version } + "tezos-protocol-plugin-014-PtKathma" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-014-PtKathma-registerer/tezos-protocol-plugin-014-PtKathma-registerer.15.1/opam b/packages/tezos-protocol-plugin-014-PtKathma-registerer/tezos-protocol-plugin-014-PtKathma-registerer.15.1/opam new file mode 100644 index 000000000..af6ff3931 --- /dev/null +++ b/packages/tezos-protocol-plugin-014-PtKathma-registerer/tezos-protocol-plugin-014-PtKathma-registerer.15.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-embedded-protocol-014-PtKathma" { = version } + "tezos-protocol-plugin-014-PtKathma" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-014-PtKathma-registerer/tezos-protocol-plugin-014-PtKathma-registerer.17.1/opam b/packages/tezos-protocol-plugin-014-PtKathma-registerer/tezos-protocol-plugin-014-PtKathma-registerer.17.1/opam new file mode 100644 index 000000000..079556222 --- /dev/null +++ b/packages/tezos-protocol-plugin-014-PtKathma-registerer/tezos-protocol-plugin-014-PtKathma-registerer.17.1/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-base" { = version } + "tezos-embedded-protocol-014-PtKathma" { = version } + "tezos-protocol-plugin-014-PtKathma" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-014-PtKathma-registerer/tezos-protocol-plugin-014-PtKathma-registerer.17.2/opam b/packages/tezos-protocol-plugin-014-PtKathma-registerer/tezos-protocol-plugin-014-PtKathma-registerer.17.2/opam new file mode 100644 index 000000000..30ecd1616 --- /dev/null +++ b/packages/tezos-protocol-plugin-014-PtKathma-registerer/tezos-protocol-plugin-014-PtKathma-registerer.17.2/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-base" { = version } + "tezos-embedded-protocol-014-PtKathma" { = version } + "tezos-protocol-plugin-014-PtKathma" { = version } + "tezos-validation" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-014-PtKathma/tezos-protocol-plugin-014-PtKathma.14.0/opam b/packages/tezos-protocol-plugin-014-PtKathma/tezos-protocol-plugin-014-PtKathma.14.0/opam new file mode 100644 index 000000000..fcfca2d5f --- /dev/null +++ b/packages/tezos-protocol-plugin-014-PtKathma/tezos-protocol-plugin-014-PtKathma.14.0/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-014-PtKathma" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-014-PtKathma/tezos-protocol-plugin-014-PtKathma.15.0/opam b/packages/tezos-protocol-plugin-014-PtKathma/tezos-protocol-plugin-014-PtKathma.15.0/opam new file mode 100644 index 000000000..9cac67cb1 --- /dev/null +++ b/packages/tezos-protocol-plugin-014-PtKathma/tezos-protocol-plugin-014-PtKathma.15.0/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-014-PtKathma" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-014-PtKathma/tezos-protocol-plugin-014-PtKathma.15.1/opam b/packages/tezos-protocol-plugin-014-PtKathma/tezos-protocol-plugin-014-PtKathma.15.1/opam new file mode 100644 index 000000000..fcffd63cf --- /dev/null +++ b/packages/tezos-protocol-plugin-014-PtKathma/tezos-protocol-plugin-014-PtKathma.15.1/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-014-PtKathma" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-014-PtKathma/tezos-protocol-plugin-014-PtKathma.17.1/opam b/packages/tezos-protocol-plugin-014-PtKathma/tezos-protocol-plugin-014-PtKathma.17.1/opam new file mode 100644 index 000000000..ec929ed91 --- /dev/null +++ b/packages/tezos-protocol-plugin-014-PtKathma/tezos-protocol-plugin-014-PtKathma.17.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-base" { = version } + "tezos-protocol-014-PtKathma" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-014-PtKathma/tezos-protocol-plugin-014-PtKathma.17.2/opam b/packages/tezos-protocol-plugin-014-PtKathma/tezos-protocol-plugin-014-PtKathma.17.2/opam new file mode 100644 index 000000000..1bf170227 --- /dev/null +++ b/packages/tezos-protocol-plugin-014-PtKathma/tezos-protocol-plugin-014-PtKathma.17.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-base" { = version } + "tezos-protocol-014-PtKathma" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-015-PtLimaPt-registerer/tezos-protocol-plugin-015-PtLimaPt-registerer.15.0/opam b/packages/tezos-protocol-plugin-015-PtLimaPt-registerer/tezos-protocol-plugin-015-PtLimaPt-registerer.15.0/opam new file mode 100644 index 000000000..dafbd96fa --- /dev/null +++ b/packages/tezos-protocol-plugin-015-PtLimaPt-registerer/tezos-protocol-plugin-015-PtLimaPt-registerer.15.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-embedded-protocol-015-PtLimaPt" { = version } + "tezos-protocol-plugin-015-PtLimaPt" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-015-PtLimaPt-registerer/tezos-protocol-plugin-015-PtLimaPt-registerer.15.1/opam b/packages/tezos-protocol-plugin-015-PtLimaPt-registerer/tezos-protocol-plugin-015-PtLimaPt-registerer.15.1/opam new file mode 100644 index 000000000..bfa96999d --- /dev/null +++ b/packages/tezos-protocol-plugin-015-PtLimaPt-registerer/tezos-protocol-plugin-015-PtLimaPt-registerer.15.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-embedded-protocol-015-PtLimaPt" { = version } + "tezos-protocol-plugin-015-PtLimaPt" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-015-PtLimaPt-registerer/tezos-protocol-plugin-015-PtLimaPt-registerer.17.1/opam b/packages/tezos-protocol-plugin-015-PtLimaPt-registerer/tezos-protocol-plugin-015-PtLimaPt-registerer.17.1/opam new file mode 100644 index 000000000..4c6248732 --- /dev/null +++ b/packages/tezos-protocol-plugin-015-PtLimaPt-registerer/tezos-protocol-plugin-015-PtLimaPt-registerer.17.1/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-base" { = version } + "tezos-embedded-protocol-015-PtLimaPt" { = version } + "tezos-protocol-plugin-015-PtLimaPt" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-015-PtLimaPt-registerer/tezos-protocol-plugin-015-PtLimaPt-registerer.17.2/opam b/packages/tezos-protocol-plugin-015-PtLimaPt-registerer/tezos-protocol-plugin-015-PtLimaPt-registerer.17.2/opam new file mode 100644 index 000000000..fcf33e8f5 --- /dev/null +++ b/packages/tezos-protocol-plugin-015-PtLimaPt-registerer/tezos-protocol-plugin-015-PtLimaPt-registerer.17.2/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-base" { = version } + "tezos-embedded-protocol-015-PtLimaPt" { = version } + "tezos-protocol-plugin-015-PtLimaPt" { = version } + "tezos-validation" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-015-PtLimaPt/tezos-protocol-plugin-015-PtLimaPt.15.0/opam b/packages/tezos-protocol-plugin-015-PtLimaPt/tezos-protocol-plugin-015-PtLimaPt.15.0/opam new file mode 100644 index 000000000..ad16ceffd --- /dev/null +++ b/packages/tezos-protocol-plugin-015-PtLimaPt/tezos-protocol-plugin-015-PtLimaPt.15.0/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-015-PtLimaPt" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-015-PtLimaPt/tezos-protocol-plugin-015-PtLimaPt.15.1/opam b/packages/tezos-protocol-plugin-015-PtLimaPt/tezos-protocol-plugin-015-PtLimaPt.15.1/opam new file mode 100644 index 000000000..9d30346f6 --- /dev/null +++ b/packages/tezos-protocol-plugin-015-PtLimaPt/tezos-protocol-plugin-015-PtLimaPt.15.1/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-015-PtLimaPt" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-015-PtLimaPt/tezos-protocol-plugin-015-PtLimaPt.17.1/opam b/packages/tezos-protocol-plugin-015-PtLimaPt/tezos-protocol-plugin-015-PtLimaPt.17.1/opam new file mode 100644 index 000000000..e6fa53709 --- /dev/null +++ b/packages/tezos-protocol-plugin-015-PtLimaPt/tezos-protocol-plugin-015-PtLimaPt.17.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-base" { = version } + "tezos-protocol-015-PtLimaPt" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-015-PtLimaPt/tezos-protocol-plugin-015-PtLimaPt.17.2/opam b/packages/tezos-protocol-plugin-015-PtLimaPt/tezos-protocol-plugin-015-PtLimaPt.17.2/opam new file mode 100644 index 000000000..8fa0d4173 --- /dev/null +++ b/packages/tezos-protocol-plugin-015-PtLimaPt/tezos-protocol-plugin-015-PtLimaPt.17.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-base" { = version } + "tezos-protocol-015-PtLimaPt" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-016-PtMumbai-registerer/tezos-protocol-plugin-016-PtMumbai-registerer.17.1/opam b/packages/tezos-protocol-plugin-016-PtMumbai-registerer/tezos-protocol-plugin-016-PtMumbai-registerer.17.1/opam new file mode 100644 index 000000000..d52e9d599 --- /dev/null +++ b/packages/tezos-protocol-plugin-016-PtMumbai-registerer/tezos-protocol-plugin-016-PtMumbai-registerer.17.1/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-base" { = version } + "tezos-embedded-protocol-016-PtMumbai" { = version } + "tezos-protocol-plugin-016-PtMumbai" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-016-PtMumbai-registerer/tezos-protocol-plugin-016-PtMumbai-registerer.17.2/opam b/packages/tezos-protocol-plugin-016-PtMumbai-registerer/tezos-protocol-plugin-016-PtMumbai-registerer.17.2/opam new file mode 100644 index 000000000..1c2d0fde7 --- /dev/null +++ b/packages/tezos-protocol-plugin-016-PtMumbai-registerer/tezos-protocol-plugin-016-PtMumbai-registerer.17.2/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-base" { = version } + "tezos-embedded-protocol-016-PtMumbai" { = version } + "tezos-protocol-plugin-016-PtMumbai" { = version } + "tezos-validation" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-016-PtMumbai/tezos-protocol-plugin-016-PtMumbai.17.1/opam b/packages/tezos-protocol-plugin-016-PtMumbai/tezos-protocol-plugin-016-PtMumbai.17.1/opam new file mode 100644 index 000000000..88ae55639 --- /dev/null +++ b/packages/tezos-protocol-plugin-016-PtMumbai/tezos-protocol-plugin-016-PtMumbai.17.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-base" { = version } + "tezos-protocol-016-PtMumbai" { = version } + "tezos-smart-rollup-016-PtMumbai" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-016-PtMumbai/tezos-protocol-plugin-016-PtMumbai.17.2/opam b/packages/tezos-protocol-plugin-016-PtMumbai/tezos-protocol-plugin-016-PtMumbai.17.2/opam new file mode 100644 index 000000000..2d4a9a01e --- /dev/null +++ b/packages/tezos-protocol-plugin-016-PtMumbai/tezos-protocol-plugin-016-PtMumbai.17.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-base" { = version } + "tezos-protocol-016-PtMumbai" { = version } + "tezos-smart-rollup-016-PtMumbai" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-017-PtNairob-registerer/tezos-protocol-plugin-017-PtNairob-registerer.17.1/opam b/packages/tezos-protocol-plugin-017-PtNairob-registerer/tezos-protocol-plugin-017-PtNairob-registerer.17.1/opam new file mode 100644 index 000000000..fce27caa6 --- /dev/null +++ b/packages/tezos-protocol-plugin-017-PtNairob-registerer/tezos-protocol-plugin-017-PtNairob-registerer.17.1/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-base" { = version } + "tezos-embedded-protocol-017-PtNairob" { = version } + "tezos-protocol-plugin-017-PtNairob" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-017-PtNairob-registerer/tezos-protocol-plugin-017-PtNairob-registerer.17.2/opam b/packages/tezos-protocol-plugin-017-PtNairob-registerer/tezos-protocol-plugin-017-PtNairob-registerer.17.2/opam new file mode 100644 index 000000000..81a47911b --- /dev/null +++ b/packages/tezos-protocol-plugin-017-PtNairob-registerer/tezos-protocol-plugin-017-PtNairob-registerer.17.2/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-base" { = version } + "tezos-embedded-protocol-017-PtNairob" { = version } + "tezos-protocol-plugin-017-PtNairob" { = version } + "tezos-validation" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-017-PtNairob/tezos-protocol-plugin-017-PtNairob.17.1/opam b/packages/tezos-protocol-plugin-017-PtNairob/tezos-protocol-plugin-017-PtNairob.17.1/opam new file mode 100644 index 000000000..771323282 --- /dev/null +++ b/packages/tezos-protocol-plugin-017-PtNairob/tezos-protocol-plugin-017-PtNairob.17.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-base" { = version } + "tezos-protocol-017-PtNairob" { = version } + "tezos-smart-rollup-017-PtNairob" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-017-PtNairob/tezos-protocol-plugin-017-PtNairob.17.2/opam b/packages/tezos-protocol-plugin-017-PtNairob/tezos-protocol-plugin-017-PtNairob.17.2/opam new file mode 100644 index 000000000..12b0f290a --- /dev/null +++ b/packages/tezos-protocol-plugin-017-PtNairob/tezos-protocol-plugin-017-PtNairob.17.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-base" { = version } + "tezos-protocol-017-PtNairob" { = version } + "tezos-smart-rollup-017-PtNairob" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-alpha-registerer/tezos-protocol-plugin-alpha-registerer.10.2/opam b/packages/tezos-protocol-plugin-alpha-registerer/tezos-protocol-plugin-alpha-registerer.10.2/opam new file mode 100644 index 000000000..0ea158562 --- /dev/null +++ b/packages/tezos-protocol-plugin-alpha-registerer/tezos-protocol-plugin-alpha-registerer.10.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-shell" { = version } + "tezos-embedded-protocol-alpha" { = version } + "tezos-protocol-plugin-alpha" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-alpha-registerer/tezos-protocol-plugin-alpha-registerer.11.0/opam b/packages/tezos-protocol-plugin-alpha-registerer/tezos-protocol-plugin-alpha-registerer.11.0/opam new file mode 100644 index 000000000..eafd8e0ee --- /dev/null +++ b/packages/tezos-protocol-plugin-alpha-registerer/tezos-protocol-plugin-alpha-registerer.11.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-shell" { = version } + "tezos-embedded-protocol-alpha" { = version } + "tezos-protocol-plugin-alpha" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-alpha-registerer/tezos-protocol-plugin-alpha-registerer.11.1/opam b/packages/tezos-protocol-plugin-alpha-registerer/tezos-protocol-plugin-alpha-registerer.11.1/opam new file mode 100644 index 000000000..58d85cbc1 --- /dev/null +++ b/packages/tezos-protocol-plugin-alpha-registerer/tezos-protocol-plugin-alpha-registerer.11.1/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-shell" { = version } + "tezos-embedded-protocol-alpha" { = version } + "tezos-protocol-plugin-alpha" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-alpha-registerer/tezos-protocol-plugin-alpha-registerer.12.0/opam b/packages/tezos-protocol-plugin-alpha-registerer/tezos-protocol-plugin-alpha-registerer.12.0/opam new file mode 100644 index 000000000..407e2c99f --- /dev/null +++ b/packages/tezos-protocol-plugin-alpha-registerer/tezos-protocol-plugin-alpha-registerer.12.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-shell" { = version } + "tezos-embedded-protocol-alpha" { = version } + "tezos-protocol-plugin-alpha" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-alpha-registerer/tezos-protocol-plugin-alpha-registerer.12.3/opam b/packages/tezos-protocol-plugin-alpha-registerer/tezos-protocol-plugin-alpha-registerer.12.3/opam new file mode 100644 index 000000000..cd49e4078 --- /dev/null +++ b/packages/tezos-protocol-plugin-alpha-registerer/tezos-protocol-plugin-alpha-registerer.12.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-shell" { = version } + "tezos-embedded-protocol-alpha" { = version } + "tezos-protocol-plugin-alpha" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-alpha-registerer/tezos-protocol-plugin-alpha-registerer.13.0/opam b/packages/tezos-protocol-plugin-alpha-registerer/tezos-protocol-plugin-alpha-registerer.13.0/opam new file mode 100644 index 000000000..afea8fcb1 --- /dev/null +++ b/packages/tezos-protocol-plugin-alpha-registerer/tezos-protocol-plugin-alpha-registerer.13.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-embedded-protocol-alpha" { = version } + "tezos-protocol-plugin-alpha" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-alpha-registerer/tezos-protocol-plugin-alpha-registerer.14.0/opam b/packages/tezos-protocol-plugin-alpha-registerer/tezos-protocol-plugin-alpha-registerer.14.0/opam new file mode 100644 index 000000000..eda07096e --- /dev/null +++ b/packages/tezos-protocol-plugin-alpha-registerer/tezos-protocol-plugin-alpha-registerer.14.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-embedded-protocol-alpha" { = version } + "tezos-protocol-plugin-alpha" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-alpha-registerer/tezos-protocol-plugin-alpha-registerer.15.0/opam b/packages/tezos-protocol-plugin-alpha-registerer/tezos-protocol-plugin-alpha-registerer.15.0/opam new file mode 100644 index 000000000..5f7a65494 --- /dev/null +++ b/packages/tezos-protocol-plugin-alpha-registerer/tezos-protocol-plugin-alpha-registerer.15.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-embedded-protocol-alpha" { = version } + "tezos-protocol-plugin-alpha" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-alpha-registerer/tezos-protocol-plugin-alpha-registerer.15.1/opam b/packages/tezos-protocol-plugin-alpha-registerer/tezos-protocol-plugin-alpha-registerer.15.1/opam new file mode 100644 index 000000000..67f7915e5 --- /dev/null +++ b/packages/tezos-protocol-plugin-alpha-registerer/tezos-protocol-plugin-alpha-registerer.15.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-embedded-protocol-alpha" { = version } + "tezos-protocol-plugin-alpha" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-alpha-registerer/tezos-protocol-plugin-alpha-registerer.17.1/opam b/packages/tezos-protocol-plugin-alpha-registerer/tezos-protocol-plugin-alpha-registerer.17.1/opam new file mode 100644 index 000000000..b72c3e41d --- /dev/null +++ b/packages/tezos-protocol-plugin-alpha-registerer/tezos-protocol-plugin-alpha-registerer.17.1/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-base" { = version } + "tezos-embedded-protocol-alpha" { = version } + "tezos-protocol-plugin-alpha" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-alpha-registerer/tezos-protocol-plugin-alpha-registerer.17.2/opam b/packages/tezos-protocol-plugin-alpha-registerer/tezos-protocol-plugin-alpha-registerer.17.2/opam new file mode 100644 index 000000000..747748c23 --- /dev/null +++ b/packages/tezos-protocol-plugin-alpha-registerer/tezos-protocol-plugin-alpha-registerer.17.2/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-base" { = version } + "tezos-embedded-protocol-alpha" { = version } + "tezos-protocol-plugin-alpha" { = version } + "tezos-validation" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-alpha-registerer/tezos-protocol-plugin-alpha-registerer.9.0/opam b/packages/tezos-protocol-plugin-alpha-registerer/tezos-protocol-plugin-alpha-registerer.9.0/opam new file mode 100644 index 000000000..d49fc096d --- /dev/null +++ b/packages/tezos-protocol-plugin-alpha-registerer/tezos-protocol-plugin-alpha-registerer.9.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-embedded-protocol-alpha" { = version } + "tezos-protocol-plugin-alpha" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-alpha-registerer/tezos-protocol-plugin-alpha-registerer.9.1/opam b/packages/tezos-protocol-plugin-alpha-registerer/tezos-protocol-plugin-alpha-registerer.9.1/opam new file mode 100644 index 000000000..5e1e1d8e2 --- /dev/null +++ b/packages/tezos-protocol-plugin-alpha-registerer/tezos-protocol-plugin-alpha-registerer.9.1/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-embedded-protocol-alpha" { = version } + "tezos-protocol-plugin-alpha" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-alpha-registerer/tezos-protocol-plugin-alpha-registerer.9.2/opam b/packages/tezos-protocol-plugin-alpha-registerer/tezos-protocol-plugin-alpha-registerer.9.2/opam new file mode 100644 index 000000000..d047f5428 --- /dev/null +++ b/packages/tezos-protocol-plugin-alpha-registerer/tezos-protocol-plugin-alpha-registerer.9.2/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-embedded-protocol-alpha" { = version } + "tezos-protocol-plugin-alpha" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-alpha-registerer/tezos-protocol-plugin-alpha-registerer.9.3/opam b/packages/tezos-protocol-plugin-alpha-registerer/tezos-protocol-plugin-alpha-registerer.9.3/opam new file mode 100644 index 000000000..e7f33fd14 --- /dev/null +++ b/packages/tezos-protocol-plugin-alpha-registerer/tezos-protocol-plugin-alpha-registerer.9.3/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-embedded-protocol-alpha" { = version } + "tezos-protocol-plugin-alpha" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-alpha-registerer/tezos-protocol-plugin-alpha-registerer.9.4/opam b/packages/tezos-protocol-plugin-alpha-registerer/tezos-protocol-plugin-alpha-registerer.9.4/opam new file mode 100644 index 000000000..20909a66c --- /dev/null +++ b/packages/tezos-protocol-plugin-alpha-registerer/tezos-protocol-plugin-alpha-registerer.9.4/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-embedded-protocol-alpha" { = version } + "tezos-protocol-plugin-alpha" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-alpha-registerer/tezos-protocol-plugin-alpha-registerer.9.7/opam b/packages/tezos-protocol-plugin-alpha-registerer/tezos-protocol-plugin-alpha-registerer.9.7/opam new file mode 100644 index 000000000..14f7db6ec --- /dev/null +++ b/packages/tezos-protocol-plugin-alpha-registerer/tezos-protocol-plugin-alpha-registerer.9.7/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-embedded-protocol-alpha" { = version } + "tezos-protocol-plugin-alpha" { = version } + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin registerer" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-alpha-tests/tezos-protocol-plugin-alpha-tests.13.0/opam b/packages/tezos-protocol-plugin-alpha-tests/tezos-protocol-plugin-alpha-tests.13.0/opam new file mode 100644 index 000000000..02a8d83c9 --- /dev/null +++ b/packages/tezos-protocol-plugin-alpha-tests/tezos-protocol-plugin-alpha-tests.13.0/opam @@ -0,0 +1,39 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { with-test & = version } + "tezos-base-test-helpers" { with-test & = version } + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} + "tezos-test-helpers" { with-test & = version } + "qcheck-alcotest" {with-test & >= "0.18" & <= "0.23"} + "tezos-stdlib-unix" { with-test & = version } + "tezos-micheline" { with-test & = version } + "tezos-protocol-plugin-alpha" { with-test & = version } + "tezos-protocol-alpha" { with-test & = version } + "tezos-protocol-alpha-parameters" { with-test & = version } + "tezos-alpha-test-helpers" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin tests" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-alpha/tezos-protocol-plugin-alpha.10.2/opam b/packages/tezos-protocol-plugin-alpha/tezos-protocol-plugin-alpha.10.2/opam new file mode 100644 index 000000000..a993cfd58 --- /dev/null +++ b/packages/tezos-protocol-plugin-alpha/tezos-protocol-plugin-alpha.10.2/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-alpha" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-alpha/tezos-protocol-plugin-alpha.11.0/opam b/packages/tezos-protocol-plugin-alpha/tezos-protocol-plugin-alpha.11.0/opam new file mode 100644 index 000000000..bb1428019 --- /dev/null +++ b/packages/tezos-protocol-plugin-alpha/tezos-protocol-plugin-alpha.11.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-protocol-alpha" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-alpha/tezos-protocol-plugin-alpha.11.1/opam b/packages/tezos-protocol-plugin-alpha/tezos-protocol-plugin-alpha.11.1/opam new file mode 100644 index 000000000..87e2413dd --- /dev/null +++ b/packages/tezos-protocol-plugin-alpha/tezos-protocol-plugin-alpha.11.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-alpha" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-alpha/tezos-protocol-plugin-alpha.12.0/opam b/packages/tezos-protocol-plugin-alpha/tezos-protocol-plugin-alpha.12.0/opam new file mode 100644 index 000000000..11e01f129 --- /dev/null +++ b/packages/tezos-protocol-plugin-alpha/tezos-protocol-plugin-alpha.12.0/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-alpha" { = version } + "tezos-protocol-alpha-parameters" { with-test & = version } + "tezos-test-helpers" { with-test & = version } + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-alpha/tezos-protocol-plugin-alpha.12.3/opam b/packages/tezos-protocol-plugin-alpha/tezos-protocol-plugin-alpha.12.3/opam new file mode 100644 index 000000000..f742f1fd0 --- /dev/null +++ b/packages/tezos-protocol-plugin-alpha/tezos-protocol-plugin-alpha.12.3/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-alpha" { = version } + "tezos-protocol-alpha-parameters" { with-test & = version } + "tezos-test-helpers" { with-test & = version } + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-alpha/tezos-protocol-plugin-alpha.13.0/opam b/packages/tezos-protocol-plugin-alpha/tezos-protocol-plugin-alpha.13.0/opam new file mode 100644 index 000000000..9aeb10aec --- /dev/null +++ b/packages/tezos-protocol-plugin-alpha/tezos-protocol-plugin-alpha.13.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-alpha" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-alpha/tezos-protocol-plugin-alpha.14.0/opam b/packages/tezos-protocol-plugin-alpha/tezos-protocol-plugin-alpha.14.0/opam new file mode 100644 index 000000000..28fac833d --- /dev/null +++ b/packages/tezos-protocol-plugin-alpha/tezos-protocol-plugin-alpha.14.0/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-alpha" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-alpha/tezos-protocol-plugin-alpha.15.0/opam b/packages/tezos-protocol-plugin-alpha/tezos-protocol-plugin-alpha.15.0/opam new file mode 100644 index 000000000..b4722ead2 --- /dev/null +++ b/packages/tezos-protocol-plugin-alpha/tezos-protocol-plugin-alpha.15.0/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-alpha" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-alpha/tezos-protocol-plugin-alpha.15.1/opam b/packages/tezos-protocol-plugin-alpha/tezos-protocol-plugin-alpha.15.1/opam new file mode 100644 index 000000000..cbd7d66fe --- /dev/null +++ b/packages/tezos-protocol-plugin-alpha/tezos-protocol-plugin-alpha.15.1/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-alpha" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-alpha/tezos-protocol-plugin-alpha.17.1/opam b/packages/tezos-protocol-plugin-alpha/tezos-protocol-plugin-alpha.17.1/opam new file mode 100644 index 000000000..dcda6ec1e --- /dev/null +++ b/packages/tezos-protocol-plugin-alpha/tezos-protocol-plugin-alpha.17.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-base" { = version } + "tezos-protocol-alpha" { = version } + "tezos-smart-rollup-alpha" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-alpha/tezos-protocol-plugin-alpha.17.2/opam b/packages/tezos-protocol-plugin-alpha/tezos-protocol-plugin-alpha.17.2/opam new file mode 100644 index 000000000..6928bd662 --- /dev/null +++ b/packages/tezos-protocol-plugin-alpha/tezos-protocol-plugin-alpha.17.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-base" { = version } + "tezos-protocol-alpha" { = version } + "tezos-smart-rollup-alpha" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-alpha/tezos-protocol-plugin-alpha.9.0/opam b/packages/tezos-protocol-plugin-alpha/tezos-protocol-plugin-alpha.9.0/opam new file mode 100644 index 000000000..b24898062 --- /dev/null +++ b/packages/tezos-protocol-plugin-alpha/tezos-protocol-plugin-alpha.9.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-alpha" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-alpha/tezos-protocol-plugin-alpha.9.1/opam b/packages/tezos-protocol-plugin-alpha/tezos-protocol-plugin-alpha.9.1/opam new file mode 100644 index 000000000..b4f99f903 --- /dev/null +++ b/packages/tezos-protocol-plugin-alpha/tezos-protocol-plugin-alpha.9.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-alpha" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-alpha/tezos-protocol-plugin-alpha.9.2/opam b/packages/tezos-protocol-plugin-alpha/tezos-protocol-plugin-alpha.9.2/opam new file mode 100644 index 000000000..20ebf85b1 --- /dev/null +++ b/packages/tezos-protocol-plugin-alpha/tezos-protocol-plugin-alpha.9.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-alpha" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-alpha/tezos-protocol-plugin-alpha.9.3/opam b/packages/tezos-protocol-plugin-alpha/tezos-protocol-plugin-alpha.9.3/opam new file mode 100644 index 000000000..5e400eaec --- /dev/null +++ b/packages/tezos-protocol-plugin-alpha/tezos-protocol-plugin-alpha.9.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-alpha" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-alpha/tezos-protocol-plugin-alpha.9.4/opam b/packages/tezos-protocol-plugin-alpha/tezos-protocol-plugin-alpha.9.4/opam new file mode 100644 index 000000000..d1ba5d66a --- /dev/null +++ b/packages/tezos-protocol-plugin-alpha/tezos-protocol-plugin-alpha.9.4/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-alpha" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-plugin-alpha/tezos-protocol-plugin-alpha.9.7/opam b/packages/tezos-protocol-plugin-alpha/tezos-protocol-plugin-alpha.9.7/opam new file mode 100644 index 000000000..5e89ba40f --- /dev/null +++ b/packages/tezos-protocol-plugin-alpha/tezos-protocol-plugin-alpha.9.7/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-alpha" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/proto_alpha/lib_plugin/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol plugin" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-updater/tezos-protocol-updater.10.2/opam b/packages/tezos-protocol-updater/tezos-protocol-updater.10.2/opam new file mode 100644 index 000000000..3ff3c95e6 --- /dev/null +++ b/packages/tezos-protocol-updater/tezos-protocol-updater.10.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } + "tezos-shell-context" { = version } + "lwt-exit" {= "1.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_updater/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: economic-protocol dynamic loading for `tezos-node`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-updater/tezos-protocol-updater.11.0/opam b/packages/tezos-protocol-updater/tezos-protocol-updater.11.0/opam new file mode 100644 index 000000000..1cde15c45 --- /dev/null +++ b/packages/tezos-protocol-updater/tezos-protocol-updater.11.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } + "tezos-shell-context" { = version } + "lwt-exit" {= "1.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_updater/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: economic-protocol dynamic loading for `tezos-node`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-updater/tezos-protocol-updater.11.1/opam b/packages/tezos-protocol-updater/tezos-protocol-updater.11.1/opam new file mode 100644 index 000000000..46eb02030 --- /dev/null +++ b/packages/tezos-protocol-updater/tezos-protocol-updater.11.1/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } + "tezos-shell-context" { = version } + "lwt-exit" {= "1.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_updater/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: economic-protocol dynamic loading for `tezos-node`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-updater/tezos-protocol-updater.12.0/opam b/packages/tezos-protocol-updater/tezos-protocol-updater.12.0/opam new file mode 100644 index 000000000..c4c64b641 --- /dev/null +++ b/packages/tezos-protocol-updater/tezos-protocol-updater.12.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } + "tezos-shell-context" { = version } + "lwt-exit" {= "1.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_updater/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: economic-protocol dynamic loading for `tezos-node`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-updater/tezos-protocol-updater.12.3/opam b/packages/tezos-protocol-updater/tezos-protocol-updater.12.3/opam new file mode 100644 index 000000000..28838286a --- /dev/null +++ b/packages/tezos-protocol-updater/tezos-protocol-updater.12.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } + "tezos-shell-context" { = version } + "lwt-exit" {= "1.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_updater/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: economic-protocol dynamic loading for `tezos-node`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-updater/tezos-protocol-updater.13.0/opam b/packages/tezos-protocol-updater/tezos-protocol-updater.13.0/opam new file mode 100644 index 000000000..3b5aba578 --- /dev/null +++ b/packages/tezos-protocol-updater/tezos-protocol-updater.13.0/opam @@ -0,0 +1,37 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-stdlib-unix" { = version } + "tezos-micheline" { = version } + "tezos-shell-services" { = version } + "tezos-protocol-environment" { = version } + "tezos-shell-context" { = version } + "tezos-protocol-compiler" { = version } + "tezos-context" { = version } + "lwt-exit" {= "1.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_updater/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: economic-protocol dynamic loading for `tezos-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-updater/tezos-protocol-updater.14.0/opam b/packages/tezos-protocol-updater/tezos-protocol-updater.14.0/opam new file mode 100644 index 000000000..93717f959 --- /dev/null +++ b/packages/tezos-protocol-updater/tezos-protocol-updater.14.0/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-stdlib-unix" { = version } + "tezos-micheline" { = version } + "tezos-shell-services" { = version } + "tezos-protocol-environment" { = version } + "tezos-shell-context" { = version } + "tezos-protocol-compiler" { = version } + "tezos-context" { = version } + "lwt-exit" {= "1.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: economic-protocol dynamic loading for `tezos-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-updater/tezos-protocol-updater.15.0/opam b/packages/tezos-protocol-updater/tezos-protocol-updater.15.0/opam new file mode 100644 index 000000000..9b46e540e --- /dev/null +++ b/packages/tezos-protocol-updater/tezos-protocol-updater.15.0/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-stdlib-unix" { = version } + "tezos-micheline" { = version } + "tezos-shell-services" { = version } + "tezos-protocol-environment" { = version } + "tezos-shell-context" { = version } + "octez-protocol-compiler" { = version } + "tezos-context" { = version } + "lwt-exit" {= "1.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: economic-protocol dynamic loading for `octez-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-updater/tezos-protocol-updater.15.1/opam b/packages/tezos-protocol-updater/tezos-protocol-updater.15.1/opam new file mode 100644 index 000000000..9abeba7ad --- /dev/null +++ b/packages/tezos-protocol-updater/tezos-protocol-updater.15.1/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-stdlib-unix" { = version } + "tezos-micheline" { = version } + "tezos-shell-services" { = version } + "tezos-protocol-environment" { = version } + "tezos-shell-context" { = version } + "octez-protocol-compiler" { = version } + "tezos-context" { = version } + "lwt-exit" {= "1.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: economic-protocol dynamic loading for `octez-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-updater/tezos-protocol-updater.17.1/opam b/packages/tezos-protocol-updater/tezos-protocol-updater.17.1/opam new file mode 100644 index 000000000..3ce2a20eb --- /dev/null +++ b/packages/tezos-protocol-updater/tezos-protocol-updater.17.1/opam @@ -0,0 +1,37 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-base" { = version } + "tezos-stdlib-unix" { = version } + "tezos-micheline" { = version } + "tezos-shell-services" { = version } + "tezos-protocol-environment" { = version } + "tezos-shell-context" { = version } + "octez-protocol-compiler" { = version } + "tezos-context" { = version } + "lwt-exit" {= "1.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: economic-protocol dynamic loading for `octez-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-updater/tezos-protocol-updater.17.2/opam b/packages/tezos-protocol-updater/tezos-protocol-updater.17.2/opam new file mode 100644 index 000000000..1af37f8fb --- /dev/null +++ b/packages/tezos-protocol-updater/tezos-protocol-updater.17.2/opam @@ -0,0 +1,37 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-base" { = version } + "tezos-stdlib-unix" { = version } + "tezos-micheline" { = version } + "tezos-shell-services" { = version } + "tezos-protocol-environment" { = version } + "tezos-shell-context" { = version } + "octez-protocol-compiler" { = version } + "tezos-context" { = version } + "lwt-exit" {= "1.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: economic-protocol dynamic loading for `octez-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-updater/tezos-protocol-updater.7.0/opam b/packages/tezos-protocol-updater/tezos-protocol-updater.7.0/opam new file mode 100644 index 000000000..bcfc7e4c3 --- /dev/null +++ b/packages/tezos-protocol-updater/tezos-protocol-updater.7.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } + "tezos-shell-context" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_updater/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: economic-protocol dynamic loading for `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.0.tar.bz2" + checksum: [ + "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91" + "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-updater/tezos-protocol-updater.7.1/opam b/packages/tezos-protocol-updater/tezos-protocol-updater.7.1/opam new file mode 100644 index 000000000..77c9d2bee --- /dev/null +++ b/packages/tezos-protocol-updater/tezos-protocol-updater.7.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } + "tezos-shell-context" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_updater/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: economic-protocol dynamic loading for `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.1.tar.bz2" + checksum: [ + "sha256=3675d856c4b818da7f5de0b85b86a48d3883f1210cfef28ef3233a047e74bed6" + "sha512=d6abdef9a6643b2ffe8141ecc625dcc2a939131e2e5cc158c74aba8c403bd4072b7fc403ccfa6d766696604ad112495dd9db1ece8a3ae5a4693071dfdffcbda5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-updater/tezos-protocol-updater.7.2/opam b/packages/tezos-protocol-updater/tezos-protocol-updater.7.2/opam new file mode 100644 index 000000000..5eb361f5f --- /dev/null +++ b/packages/tezos-protocol-updater/tezos-protocol-updater.7.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } + "tezos-shell-context" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_updater/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: economic-protocol dynamic loading for `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.2.tar.bz2" + checksum: [ + "sha256=abb52ad63345943d20f3edc4c3507474af94c001c8bf58138f47341942036cec" + "sha512=c823ca801cbc4005f5fc6ea5236d93569410c034da3ed32939ef64a0f2c19a34444fac12e13c72e5a1e15a401b655e58ffdbbb66ce0516e5968f621677b96117" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-updater/tezos-protocol-updater.7.3/opam b/packages/tezos-protocol-updater/tezos-protocol-updater.7.3/opam new file mode 100644 index 000000000..ec37a98fa --- /dev/null +++ b/packages/tezos-protocol-updater/tezos-protocol-updater.7.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } + "tezos-shell-context" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_updater/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: economic-protocol dynamic loading for `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.3.tar.bz2" + checksum: [ + "sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" + "sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-updater/tezos-protocol-updater.7.4/opam b/packages/tezos-protocol-updater/tezos-protocol-updater.7.4/opam new file mode 100644 index 000000000..a1d889008 --- /dev/null +++ b/packages/tezos-protocol-updater/tezos-protocol-updater.7.4/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } + "tezos-shell-context" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_updater/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: economic-protocol dynamic loading for `tezos-node`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-updater/tezos-protocol-updater.8.0/opam b/packages/tezos-protocol-updater/tezos-protocol-updater.8.0/opam new file mode 100644 index 000000000..c82ac33ec --- /dev/null +++ b/packages/tezos-protocol-updater/tezos-protocol-updater.8.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } + "tezos-shell-context" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_updater/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: economic-protocol dynamic loading for `tezos-node`" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-updater/tezos-protocol-updater.8.1/opam b/packages/tezos-protocol-updater/tezos-protocol-updater.8.1/opam new file mode 100644 index 000000000..610071d89 --- /dev/null +++ b/packages/tezos-protocol-updater/tezos-protocol-updater.8.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } + "tezos-shell-context" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_updater/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: economic-protocol dynamic loading for `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-updater/tezos-protocol-updater.8.2/opam b/packages/tezos-protocol-updater/tezos-protocol-updater.8.2/opam new file mode 100644 index 000000000..8034fc370 --- /dev/null +++ b/packages/tezos-protocol-updater/tezos-protocol-updater.8.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } + "tezos-shell-context" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_updater/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: economic-protocol dynamic loading for `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-updater/tezos-protocol-updater.8.3/opam b/packages/tezos-protocol-updater/tezos-protocol-updater.8.3/opam new file mode 100644 index 000000000..dc337d82c --- /dev/null +++ b/packages/tezos-protocol-updater/tezos-protocol-updater.8.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } + "tezos-shell-context" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_updater/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: economic-protocol dynamic loading for `tezos-node`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-updater/tezos-protocol-updater.9.0/opam b/packages/tezos-protocol-updater/tezos-protocol-updater.9.0/opam new file mode 100644 index 000000000..3f6bf0a04 --- /dev/null +++ b/packages/tezos-protocol-updater/tezos-protocol-updater.9.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } + "tezos-shell-context" { = version } + "lwt-exit" {= "1.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_updater/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: economic-protocol dynamic loading for `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-updater/tezos-protocol-updater.9.1/opam b/packages/tezos-protocol-updater/tezos-protocol-updater.9.1/opam new file mode 100644 index 000000000..498c8ae8f --- /dev/null +++ b/packages/tezos-protocol-updater/tezos-protocol-updater.9.1/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } + "tezos-shell-context" { = version } + "lwt-exit" {= "1.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_updater/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: economic-protocol dynamic loading for `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-updater/tezos-protocol-updater.9.2/opam b/packages/tezos-protocol-updater/tezos-protocol-updater.9.2/opam new file mode 100644 index 000000000..3c9eeeb72 --- /dev/null +++ b/packages/tezos-protocol-updater/tezos-protocol-updater.9.2/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } + "tezos-shell-context" { = version } + "lwt-exit" {= "1.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_updater/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: economic-protocol dynamic loading for `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-updater/tezos-protocol-updater.9.3/opam b/packages/tezos-protocol-updater/tezos-protocol-updater.9.3/opam new file mode 100644 index 000000000..591377f31 --- /dev/null +++ b/packages/tezos-protocol-updater/tezos-protocol-updater.9.3/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } + "tezos-shell-context" { = version } + "lwt-exit" {= "1.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_updater/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: economic-protocol dynamic loading for `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-updater/tezos-protocol-updater.9.4/opam b/packages/tezos-protocol-updater/tezos-protocol-updater.9.4/opam new file mode 100644 index 000000000..4ccbf9957 --- /dev/null +++ b/packages/tezos-protocol-updater/tezos-protocol-updater.9.4/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } + "tezos-shell-context" { = version } + "lwt-exit" {= "1.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_updater/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: economic-protocol dynamic loading for `tezos-node`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-protocol-updater/tezos-protocol-updater.9.7/opam b/packages/tezos-protocol-updater/tezos-protocol-updater.9.7/opam new file mode 100644 index 000000000..e0df75702 --- /dev/null +++ b/packages/tezos-protocol-updater/tezos-protocol-updater.9.7/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-compiler" { = version } + "tezos-shell-context" { = version } + "lwt-exit" {= "1.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_updater/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: economic-protocol dynamic loading for `tezos-node`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-proxy-server-config/tezos-proxy-server-config.13.0/opam b/packages/tezos-proxy-server-config/tezos-proxy-server-config.13.0/opam new file mode 100644 index 000000000..a987e8ee2 --- /dev/null +++ b/packages/tezos-proxy-server-config/tezos-proxy-server-config.13.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-stdlib-unix" { = version } + "uri" {>= "2.2.0" & <= "4.4.0"} + "tezos-test-helpers" { with-test & = version } + "qcheck-alcotest" {with-test & >= "0.18" & <= "0.23"} + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_proxy_server_config/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: proxy server configuration" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-proxy-server-config/tezos-proxy-server-config.14.0/opam b/packages/tezos-proxy-server-config/tezos-proxy-server-config.14.0/opam new file mode 100644 index 000000000..14cb64487 --- /dev/null +++ b/packages/tezos-proxy-server-config/tezos-proxy-server-config.14.0/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-stdlib-unix" { = version } + "uri" {>= "2.2.0" & <= "4.4.0"} + "tezos-test-helpers" { with-test & = version } + "qcheck-alcotest" {with-test & >= "0.18" & <= "0.23"} + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: proxy server configuration" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-proxy-server-config/tezos-proxy-server-config.15.0/opam b/packages/tezos-proxy-server-config/tezos-proxy-server-config.15.0/opam new file mode 100644 index 000000000..ff034547e --- /dev/null +++ b/packages/tezos-proxy-server-config/tezos-proxy-server-config.15.0/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-test-helpers" { with-test & = version } + "qcheck-alcotest" {with-test & >= "0.18" & <= "0.23"} + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} + "uri" {>= "2.2.0" & <= "4.4.0"} + "tezos-stdlib-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: proxy server configuration" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-proxy-server-config/tezos-proxy-server-config.15.1/opam b/packages/tezos-proxy-server-config/tezos-proxy-server-config.15.1/opam new file mode 100644 index 000000000..5c7cf69a5 --- /dev/null +++ b/packages/tezos-proxy-server-config/tezos-proxy-server-config.15.1/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-stdlib-unix" { = version } + "uri" {>= "2.2.0" & <= "4.4.0"} + "tezos-test-helpers" { with-test & = version } + "qcheck-alcotest" {with-test & >= "0.18" & <= "0.23"} + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: proxy server configuration" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-proxy-server-config/tezos-proxy-server-config.17.1/opam b/packages/tezos-proxy-server-config/tezos-proxy-server-config.17.1/opam new file mode 100644 index 000000000..feb9004e1 --- /dev/null +++ b/packages/tezos-proxy-server-config/tezos-proxy-server-config.17.1/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-base" { = version } + "tezos-stdlib-unix" { = version } + "uri" {>= "3.1.0" & <= "4.4.0"} + "tezt" {with-test & >= "3.1.0" & <= "4.1.0"} + "tezos-test-helpers" { with-test & = version } + "qcheck-alcotest" {with-test & >= "0.20" & <= "0.23"} + "octez-alcotezt" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] { with-test & ocaml:native } +] +synopsis: "Tezos: proxy server configuration" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-proxy-server-config/tezos-proxy-server-config.17.2/opam b/packages/tezos-proxy-server-config/tezos-proxy-server-config.17.2/opam new file mode 100644 index 000000000..cc450afd4 --- /dev/null +++ b/packages/tezos-proxy-server-config/tezos-proxy-server-config.17.2/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-base" { = version } + "tezos-stdlib-unix" { = version } + "uri" {>= "3.1.0" & <= "4.4.0"} + "tezt" {with-test & >= "3.1.0" & <= "4.1.0"} + "tezos-test-helpers" { with-test & = version } + "qcheck-alcotest" {with-test & >= "0.20" & <= "0.23"} + "octez-alcotezt" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] { with-test & ocaml:native } +] +synopsis: "Tezos: proxy server configuration" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-proxy-server/tezos-proxy-server.13.0/opam b/packages/tezos-proxy-server/tezos-proxy-server.13.0/opam new file mode 100644 index 000000000..a8608f517 --- /dev/null +++ b/packages/tezos-proxy-server/tezos-proxy-server.13.0/opam @@ -0,0 +1,94 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-stdlib-unix" { = version } + "cmdliner" {>= "1.1.0" & <= "1.3.0"} + "lwt-exit" {= "1.0"} + "lwt" {>= "5.4.0" & <= "5.9.0"} + "tezos-proxy" { = version } + "tezos-proxy-server-config" { = version } + "tezos-rpc-http-client-unix" { = version } + "tezos-rpc-http-server" { = version } + "tezos-shell-services" { = version } + "tezos-shell-context" { = version } + "tezos-version" { = version } +] +depopts: [ + "tezos-client-genesis" + "tezos-client-demo-counter" + "tezos-client-000-Ps9mPmXa" + "tezos-client-001-PtCJ7pwo" + "tezos-client-002-PsYLVpVv" + "tezos-client-003-PsddFKi3" + "tezos-client-004-Pt24m4xi" + "tezos-client-005-PsBabyM1" + "tezos-client-006-PsCARTHA" + "tezos-client-007-PsDELPH1" + "tezos-protocol-plugin-007-PsDELPH1" + "tezos-client-008-PtEdo2Zk" + "tezos-protocol-plugin-008-PtEdo2Zk" + "tezos-client-009-PsFLoren" + "tezos-protocol-plugin-009-PsFLoren" + "tezos-client-010-PtGRANAD" + "tezos-protocol-plugin-010-PtGRANAD" + "tezos-client-011-PtHangz2" + "tezos-protocol-plugin-011-PtHangz2" + "tezos-client-012-Psithaca" + "tezos-protocol-plugin-012-Psithaca" + "tezos-client-013-PtJakart" + "tezos-protocol-plugin-013-PtJakart" + "tezos-client-alpha" + "tezos-protocol-plugin-alpha" +] +conflicts: [ + "tezos-client-genesis" { != version } + "tezos-client-demo-counter" { != version } + "tezos-client-000-Ps9mPmXa" { != version } + "tezos-client-001-PtCJ7pwo" { != version } + "tezos-client-002-PsYLVpVv" { != version } + "tezos-client-003-PsddFKi3" { != version } + "tezos-client-004-Pt24m4xi" { != version } + "tezos-client-005-PsBabyM1" { != version } + "tezos-client-006-PsCARTHA" { != version } + "tezos-client-007-PsDELPH1" { != version } + "tezos-protocol-plugin-007-PsDELPH1" { != version } + "tezos-client-008-PtEdo2Zk" { != version } + "tezos-protocol-plugin-008-PtEdo2Zk" { != version } + "tezos-client-009-PsFLoren" { != version } + "tezos-protocol-plugin-009-PsFLoren" { != version } + "tezos-client-010-PtGRANAD" { != version } + "tezos-protocol-plugin-010-PtGRANAD" { != version } + "tezos-client-011-PtHangz2" { != version } + "tezos-protocol-plugin-011-PtHangz2" { != version } + "tezos-client-012-Psithaca" { != version } + "tezos-protocol-plugin-012-Psithaca" { != version } + "tezos-client-013-PtJakart" { != version } + "tezos-protocol-plugin-013-PtJakart" { != version } + "tezos-client-alpha" { != version } + "tezos-protocol-plugin-alpha" { != version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/bin_proxy_server/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `tezos-proxy-server` binary" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-proxy-server/tezos-proxy-server.14.0/opam b/packages/tezos-proxy-server/tezos-proxy-server.14.0/opam new file mode 100644 index 000000000..bc6f5212d --- /dev/null +++ b/packages/tezos-proxy-server/tezos-proxy-server.14.0/opam @@ -0,0 +1,98 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-stdlib-unix" { = version } + "cmdliner" {>= "1.1.0" & <= "1.3.0"} + "lwt-exit" {= "1.0"} + "lwt" {>= "5.4.0" & <= "5.9.0"} + "tezos-proxy" { = version } + "tezos-proxy-server-config" { = version } + "tezos-rpc-http-client-unix" { = version } + "tezos-rpc-http-server" { = version } + "tezos-shell-services" { = version } + "tezos-shell-context" { = version } + "tezos-version" { = version } + "uri" {>= "2.2.0" & <= "4.4.0"} +] +depopts: [ + "tezos-client-genesis" + "tezos-client-demo-counter" + "tezos-client-000-Ps9mPmXa" + "tezos-client-001-PtCJ7pwo" + "tezos-client-002-PsYLVpVv" + "tezos-client-003-PsddFKi3" + "tezos-client-004-Pt24m4xi" + "tezos-client-005-PsBabyM1" + "tezos-client-006-PsCARTHA" + "tezos-client-007-PsDELPH1" + "tezos-protocol-plugin-007-PsDELPH1" + "tezos-client-008-PtEdo2Zk" + "tezos-protocol-plugin-008-PtEdo2Zk" + "tezos-client-009-PsFLoren" + "tezos-protocol-plugin-009-PsFLoren" + "tezos-client-010-PtGRANAD" + "tezos-protocol-plugin-010-PtGRANAD" + "tezos-client-011-PtHangz2" + "tezos-protocol-plugin-011-PtHangz2" + "tezos-client-012-Psithaca" + "tezos-protocol-plugin-012-Psithaca" + "tezos-client-013-PtJakart" + "tezos-protocol-plugin-013-PtJakart" + "tezos-client-014-PtKathma" + "tezos-protocol-plugin-014-PtKathma" + "tezos-client-alpha" + "tezos-protocol-plugin-alpha" +] +conflicts: [ + "tezos-client-genesis" { != version } + "tezos-client-demo-counter" { != version } + "tezos-client-000-Ps9mPmXa" { != version } + "tezos-client-001-PtCJ7pwo" { != version } + "tezos-client-002-PsYLVpVv" { != version } + "tezos-client-003-PsddFKi3" { != version } + "tezos-client-004-Pt24m4xi" { != version } + "tezos-client-005-PsBabyM1" { != version } + "tezos-client-006-PsCARTHA" { != version } + "tezos-client-007-PsDELPH1" { != version } + "tezos-protocol-plugin-007-PsDELPH1" { != version } + "tezos-client-008-PtEdo2Zk" { != version } + "tezos-protocol-plugin-008-PtEdo2Zk" { != version } + "tezos-client-009-PsFLoren" { != version } + "tezos-protocol-plugin-009-PsFLoren" { != version } + "tezos-client-010-PtGRANAD" { != version } + "tezos-protocol-plugin-010-PtGRANAD" { != version } + "tezos-client-011-PtHangz2" { != version } + "tezos-protocol-plugin-011-PtHangz2" { != version } + "tezos-client-012-Psithaca" { != version } + "tezos-protocol-plugin-012-Psithaca" { != version } + "tezos-client-013-PtJakart" { != version } + "tezos-protocol-plugin-013-PtJakart" { != version } + "tezos-client-014-PtKathma" { != version } + "tezos-protocol-plugin-014-PtKathma" { != version } + "tezos-client-alpha" { != version } + "tezos-protocol-plugin-alpha" { != version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `tezos-proxy-server` binary" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-proxy/tezos-proxy.10.2/opam b/packages/tezos-proxy/tezos-proxy.10.2/opam new file mode 100644 index 000000000..a09f63351 --- /dev/null +++ b/packages/tezos-proxy/tezos-proxy.10.2/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "ringo-lwt" {<= "0.9"} + "tezos-mockup-proxy" { = version } + "tezos-context" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "crowbar" {with-test & <= "0.2.1"} + "tezos-test-services" { with-test & = version } + "tezos-test-helpers" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_proxy/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: proxy" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-proxy/tezos-proxy.11.0/opam b/packages/tezos-proxy/tezos-proxy.11.0/opam new file mode 100644 index 000000000..39daff77d --- /dev/null +++ b/packages/tezos-proxy/tezos-proxy.11.0/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "ringo-lwt" {<= "0.9"} + "tezos-mockup-proxy" { = version } + "tezos-context" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "tezos-base-test-helpers" { with-test & = version } + "tezos-shell-services-test-helpers" { with-test & = version } + "qcheck-alcotest" {with-test & <= "0.23"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_proxy/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: proxy" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-proxy/tezos-proxy.11.1/opam b/packages/tezos-proxy/tezos-proxy.11.1/opam new file mode 100644 index 000000000..4e8184bfb --- /dev/null +++ b/packages/tezos-proxy/tezos-proxy.11.1/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "ringo-lwt" {<= "0.9"} + "tezos-mockup-proxy" { = version } + "tezos-context" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "tezos-base-test-helpers" { with-test & = version } + "tezos-shell-services-test-helpers" { with-test & = version } + "qcheck-alcotest" {with-test & <= "0.23"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_proxy/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: proxy" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-proxy/tezos-proxy.12.0/opam b/packages/tezos-proxy/tezos-proxy.12.0/opam new file mode 100644 index 000000000..d56ebdb16 --- /dev/null +++ b/packages/tezos-proxy/tezos-proxy.12.0/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "ringo-lwt" {<= "0.9"} + "tezos-mockup-proxy" { = version } + "tezos-context" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "tezos-base-test-helpers" { with-test & = version } + "tezos-shell-services-test-helpers" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_proxy/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: proxy" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-proxy/tezos-proxy.12.3/opam b/packages/tezos-proxy/tezos-proxy.12.3/opam new file mode 100644 index 000000000..12b7cb53a --- /dev/null +++ b/packages/tezos-proxy/tezos-proxy.12.3/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "ringo-lwt" {<= "0.9"} + "tezos-mockup-proxy" { = version } + "tezos-context" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "tezos-base-test-helpers" { with-test & = version } + "tezos-shell-services-test-helpers" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_proxy/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: proxy" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-proxy/tezos-proxy.13.0/opam b/packages/tezos-proxy/tezos-proxy.13.0/opam new file mode 100644 index 000000000..890cfe32d --- /dev/null +++ b/packages/tezos-proxy/tezos-proxy.13.0/opam @@ -0,0 +1,43 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "ringo-lwt" { = "0.8" } + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-client-base" { = version } + "tezos-protocol-environment" { = version } + "tezos-rpc" { = version } + "tezos-shell-services" { = version } + "tezos-context" { = version } + "tezos-mockup-proxy" { = version } + "tezos-stdlib-unix" { with-test & = version } + "tezos-base-test-helpers" { with-test & = version } + "tezos-test-helpers" { with-test & = version } + "tezos-shell-services-test-helpers" { with-test & = version } + "qcheck-alcotest" {with-test & >= "0.18" & <= "0.23"} + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_proxy/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: proxy" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-proxy/tezos-proxy.14.0/opam b/packages/tezos-proxy/tezos-proxy.14.0/opam new file mode 100644 index 000000000..30e9b3586 --- /dev/null +++ b/packages/tezos-proxy/tezos-proxy.14.0/opam @@ -0,0 +1,43 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ringo-lwt" {= "0.9"} + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-client-base" { = version } + "tezos-protocol-environment" { = version } + "tezos-rpc" { = version } + "tezos-shell-services" { = version } + "tezos-context" { = version } + "uri" {>= "2.2.0" & <= "4.4.0"} + "tezos-mockup-proxy" { = version } + "tezos-stdlib-unix" { with-test & = version } + "tezos-base-test-helpers" { with-test & = version } + "tezos-test-helpers" { with-test & = version } + "tezos-shell-services-test-helpers" { with-test & = version } + "qcheck-alcotest" {with-test & >= "0.18" & <= "0.23"} + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: proxy" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-proxy/tezos-proxy.15.0/opam b/packages/tezos-proxy/tezos-proxy.15.0/opam new file mode 100644 index 000000000..13ccbb52a --- /dev/null +++ b/packages/tezos-proxy/tezos-proxy.15.0/opam @@ -0,0 +1,43 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-stdlib-unix" { with-test & = version } + "tezos-base-test-helpers" { with-test & = version } + "tezos-test-helpers" { with-test & = version } + "tezos-shell-services-test-helpers" { with-test & = version } + "qcheck-alcotest" {with-test & >= "0.18" & <= "0.23"} + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} + "uri" {>= "2.2.0" & <= "4.4.0"} + "tezos-client-base" { = version } + "tezos-mockup-proxy" { = version } + "tezos-rpc" { = version } + "ringo-lwt" {= "0.9"} + "tezos-clic" { = version } + "tezos-protocol-environment" { = version } + "tezos-shell-services" { = version } + "tezos-context" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: proxy" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-proxy/tezos-proxy.15.1/opam b/packages/tezos-proxy/tezos-proxy.15.1/opam new file mode 100644 index 000000000..8c22207c1 --- /dev/null +++ b/packages/tezos-proxy/tezos-proxy.15.1/opam @@ -0,0 +1,43 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ringo-lwt" {= "0.9"} + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-client-base" { = version } + "tezos-protocol-environment" { = version } + "tezos-rpc" { = version } + "tezos-shell-services" { = version } + "tezos-context" { = version } + "uri" {>= "2.2.0" & <= "4.4.0"} + "tezos-mockup-proxy" { = version } + "tezos-stdlib-unix" { with-test & = version } + "tezos-base-test-helpers" { with-test & = version } + "tezos-test-helpers" { with-test & = version } + "tezos-shell-services-test-helpers" { with-test & = version } + "qcheck-alcotest" {with-test & >= "0.18" & <= "0.23"} + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: proxy" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-proxy/tezos-proxy.17.1/opam b/packages/tezos-proxy/tezos-proxy.17.1/opam new file mode 100644 index 000000000..5356d04d0 --- /dev/null +++ b/packages/tezos-proxy/tezos-proxy.17.1/opam @@ -0,0 +1,47 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "aches" {>= "1.0.0" & <= "1.1.0"} + "aches-lwt" {>= "1.0.0" & <= "1.1.0"} + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-client-base" { = version } + "tezos-protocol-environment" { = version } + "tezos-rpc" { = version } + "tezos-shell-services" { = version } + "tezos-context" { = version } + "uri" {>= "3.1.0" & <= "4.4.0"} + "tezos-mockup-proxy" { = version } + "tezt" {with-test & >= "3.1.0" & <= "4.1.0"} + "tezos-stdlib-unix" { with-test & = version } + "tezos-base-test-helpers" { with-test & = version } + "tezos-test-helpers" { with-test & = version } + "qcheck-core" {with-test & <= "0.23"} + "lwt" {with-test & >= "5.6.0" & <= "5.9.0"} + "octez-alcotezt" { with-test & = version } + "qcheck-alcotest" {with-test & >= "0.20" & <= "0.23"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] { with-test & ocaml:native } +] +synopsis: "Tezos: proxy" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-proxy/tezos-proxy.17.2/opam b/packages/tezos-proxy/tezos-proxy.17.2/opam new file mode 100644 index 000000000..639d32321 --- /dev/null +++ b/packages/tezos-proxy/tezos-proxy.17.2/opam @@ -0,0 +1,47 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "aches" {>= "1.0.0" & <= "1.1.0"} + "aches-lwt" {>= "1.0.0" & <= "1.1.0"} + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-client-base" { = version } + "tezos-protocol-environment" { = version } + "tezos-rpc" { = version } + "tezos-shell-services" { = version } + "tezos-context" { = version } + "uri" {>= "3.1.0" & <= "4.4.0"} + "tezos-mockup-proxy" { = version } + "tezt" {with-test & >= "3.1.0" & <= "4.1.0"} + "tezos-stdlib-unix" { with-test & = version } + "tezos-base-test-helpers" { with-test & = version } + "tezos-test-helpers" { with-test & = version } + "qcheck-core" {with-test & <= "0.23"} + "lwt" {with-test & >= "5.6.0" & <= "5.9.0"} + "octez-alcotezt" { with-test & = version } + "qcheck-alcotest" {with-test & >= "0.20" & <= "0.23"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] { with-test & ocaml:native } +] +synopsis: "Tezos: proxy" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-proxy/tezos-proxy.9.0/opam b/packages/tezos-proxy/tezos-proxy.9.0/opam new file mode 100644 index 000000000..8d8ac19e8 --- /dev/null +++ b/packages/tezos-proxy/tezos-proxy.9.0/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-mockup-proxy" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "crowbar" {with-test & <= "0.2.1"} + "tezos-test-services" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_proxy/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: proxy" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-proxy/tezos-proxy.9.1/opam b/packages/tezos-proxy/tezos-proxy.9.1/opam new file mode 100644 index 000000000..3cf253527 --- /dev/null +++ b/packages/tezos-proxy/tezos-proxy.9.1/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-mockup-proxy" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "crowbar" {with-test & <= "0.2.1"} + "tezos-test-services" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_proxy/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: proxy" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-proxy/tezos-proxy.9.2/opam b/packages/tezos-proxy/tezos-proxy.9.2/opam new file mode 100644 index 000000000..83817c4a4 --- /dev/null +++ b/packages/tezos-proxy/tezos-proxy.9.2/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-mockup-proxy" {= version} + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "crowbar" {with-test & <= "0.2.1"} + "tezos-test-services" {with-test & <= "10.2"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_proxy/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: proxy" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-proxy/tezos-proxy.9.3/opam b/packages/tezos-proxy/tezos-proxy.9.3/opam new file mode 100644 index 000000000..f52614d92 --- /dev/null +++ b/packages/tezos-proxy/tezos-proxy.9.3/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-mockup-proxy" {= version} + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "crowbar" {with-test & <= "0.2.1"} + "tezos-test-services" {with-test & <= "10.2"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_proxy/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: proxy" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-proxy/tezos-proxy.9.4/opam b/packages/tezos-proxy/tezos-proxy.9.4/opam new file mode 100644 index 000000000..1c0c2441e --- /dev/null +++ b/packages/tezos-proxy/tezos-proxy.9.4/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-mockup-proxy" {= version} + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "crowbar" {with-test & <= "0.2.1"} + "tezos-test-services" {with-test & <= "10.2"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_proxy/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: proxy" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-proxy/tezos-proxy.9.7/opam b/packages/tezos-proxy/tezos-proxy.9.7/opam new file mode 100644 index 000000000..91643cbea --- /dev/null +++ b/packages/tezos-proxy/tezos-proxy.9.7/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-mockup-proxy" {= version} + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "crowbar" {with-test & <= "0.2.1"} + "tezos-test-services" {with-test & <= "10.2"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_proxy/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: proxy" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-requester/tezos-requester.11.0/opam b/packages/tezos-requester/tezos-requester.11.0/opam new file mode 100644 index 000000000..324e07672 --- /dev/null +++ b/packages/tezos-requester/tezos-requester.11.0/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-base" { = version } + "lwt-watcher" {<= "0.2"} + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "tezos-test-helpers" { with-test & = version } + "tezos-base-test-helpers" { with-test & = version } + "qcheck-alcotest" {with-test & <= "0.23"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_requester/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: generic resource fetching service" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-requester/tezos-requester.11.1/opam b/packages/tezos-requester/tezos-requester.11.1/opam new file mode 100644 index 000000000..5317902c2 --- /dev/null +++ b/packages/tezos-requester/tezos-requester.11.1/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "lwt-watcher" {<= "0.2"} + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "tezos-test-helpers" { with-test & = version } + "tezos-base-test-helpers" { with-test & = version } + "qcheck-alcotest" {with-test & <= "0.23"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_requester/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: generic resource fetching service" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-requester/tezos-requester.12.0/opam b/packages/tezos-requester/tezos-requester.12.0/opam new file mode 100644 index 000000000..944931b68 --- /dev/null +++ b/packages/tezos-requester/tezos-requester.12.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "lwt-watcher" {<= "0.2"} + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "tezos-test-helpers" { with-test & = version } + "tezos-base-test-helpers" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_requester/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: generic resource fetching service" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-requester/tezos-requester.13.0/opam b/packages/tezos-requester/tezos-requester.13.0/opam new file mode 100644 index 000000000..7c2f4e01b --- /dev/null +++ b/packages/tezos-requester/tezos-requester.13.0/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-stdlib-unix" { = version } + "lwt-watcher" { = "0.2" } + "tezos-test-helpers" { with-test & = version } + "tezos-base-test-helpers" { with-test & = version } + "tezos-stdlib" { with-test & = version } + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} + "qcheck-alcotest" {with-test & >= "0.18" & <= "0.23"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_requester/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: generic resource fetching service" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-requester/tezos-requester.14.0/opam b/packages/tezos-requester/tezos-requester.14.0/opam new file mode 100644 index 000000000..8adc0dd7d --- /dev/null +++ b/packages/tezos-requester/tezos-requester.14.0/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-stdlib-unix" { = version } + "lwt-watcher" { = "0.2" } + "tezos-test-helpers" { with-test & = version } + "tezos-base-test-helpers" { with-test & = version } + "tezos-stdlib" { with-test & = version } + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} + "qcheck-alcotest" {with-test & >= "0.18" & <= "0.23"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: generic resource fetching service" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-requester/tezos-requester.15.0/opam b/packages/tezos-requester/tezos-requester.15.0/opam new file mode 100644 index 000000000..8f71fa491 --- /dev/null +++ b/packages/tezos-requester/tezos-requester.15.0/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-test-helpers" { with-test & = version } + "tezos-base-test-helpers" { with-test & = version } + "tezos-stdlib" { with-test & = version } + "tezos-stdlib-unix" { = version } + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} + "qcheck-alcotest" {with-test & >= "0.18" & <= "0.23"} + "lwt-watcher" { = "0.2" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: generic resource fetching service" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-requester/tezos-requester.15.1/opam b/packages/tezos-requester/tezos-requester.15.1/opam new file mode 100644 index 000000000..8bc444a1a --- /dev/null +++ b/packages/tezos-requester/tezos-requester.15.1/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-stdlib-unix" { = version } + "lwt-watcher" { = "0.2" } + "tezos-test-helpers" { with-test & = version } + "tezos-base-test-helpers" { with-test & = version } + "tezos-stdlib" { with-test & = version } + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} + "qcheck-alcotest" {with-test & >= "0.18" & <= "0.23"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: generic resource fetching service" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-requester/tezos-requester.17.1/opam b/packages/tezos-requester/tezos-requester.17.1/opam new file mode 100644 index 000000000..335fa0762 --- /dev/null +++ b/packages/tezos-requester/tezos-requester.17.1/opam @@ -0,0 +1,37 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-base" { = version } + "tezos-stdlib-unix" { = version } + "lwt-watcher" { = "0.2" } + "tezt" {with-test & >= "3.1.0" & <= "4.1.0"} + "tezos-test-helpers" { with-test & = version } + "tezos-base-test-helpers" { with-test & = version } + "tezos-stdlib" { with-test & = version } + "octez-alcotezt" { with-test & = version } + "qcheck-alcotest" {with-test & >= "0.20" & <= "0.23"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] { with-test & ocaml:native } +] +synopsis: "Tezos: generic resource fetching service" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-requester/tezos-requester.17.2/opam b/packages/tezos-requester/tezos-requester.17.2/opam new file mode 100644 index 000000000..6757558b6 --- /dev/null +++ b/packages/tezos-requester/tezos-requester.17.2/opam @@ -0,0 +1,37 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-base" { = version } + "tezos-stdlib-unix" { = version } + "lwt-watcher" { = "0.2" } + "tezt" {with-test & >= "3.1.0" & <= "4.1.0"} + "tezos-test-helpers" { with-test & = version } + "tezos-base-test-helpers" { with-test & = version } + "tezos-stdlib" { with-test & = version } + "octez-alcotezt" { with-test & = version } + "qcheck-alcotest" {with-test & >= "0.20" & <= "0.23"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] { with-test & ocaml:native } +] +synopsis: "Tezos: generic resource fetching service" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-requester/tezos-requester.7.0/opam b/packages/tezos-requester/tezos-requester.7.0/opam new file mode 100644 index 000000000..2b41e6bdc --- /dev/null +++ b/packages/tezos-requester/tezos-requester.7.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-base" { = version } + "lwt-watcher" {<= "0.2"} + "alcotest-lwt" { with-test & = "0.8.5" } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_requester/%{name}%.install" "./"] +] +synopsis: "Tezos: generic resource fetching service" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.0.tar.bz2" + checksum: [ + "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91" + "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-requester/tezos-requester.7.1/opam b/packages/tezos-requester/tezos-requester.7.1/opam new file mode 100644 index 000000000..dbeca7698 --- /dev/null +++ b/packages/tezos-requester/tezos-requester.7.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-base" { = version } + "lwt-watcher" {<= "0.2"} + "alcotest-lwt" { with-test & = "0.8.5" } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_requester/%{name}%.install" "./"] +] +synopsis: "Tezos: generic resource fetching service" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.1.tar.bz2" + checksum: [ + "sha256=3675d856c4b818da7f5de0b85b86a48d3883f1210cfef28ef3233a047e74bed6" + "sha512=d6abdef9a6643b2ffe8141ecc625dcc2a939131e2e5cc158c74aba8c403bd4072b7fc403ccfa6d766696604ad112495dd9db1ece8a3ae5a4693071dfdffcbda5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-requester/tezos-requester.7.2/opam b/packages/tezos-requester/tezos-requester.7.2/opam new file mode 100644 index 000000000..599ae8c6f --- /dev/null +++ b/packages/tezos-requester/tezos-requester.7.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-base" { = version } + "lwt-watcher" {<= "0.2"} + "alcotest-lwt" { with-test & = "0.8.5" } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_requester/%{name}%.install" "./"] +] +synopsis: "Tezos: generic resource fetching service" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.2.tar.bz2" + checksum: [ + "sha256=abb52ad63345943d20f3edc4c3507474af94c001c8bf58138f47341942036cec" + "sha512=c823ca801cbc4005f5fc6ea5236d93569410c034da3ed32939ef64a0f2c19a34444fac12e13c72e5a1e15a401b655e58ffdbbb66ce0516e5968f621677b96117" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-requester/tezos-requester.7.3/opam b/packages/tezos-requester/tezos-requester.7.3/opam new file mode 100644 index 000000000..ec5b0f247 --- /dev/null +++ b/packages/tezos-requester/tezos-requester.7.3/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-base" { = version } + "lwt-watcher" {<= "0.2"} + "tezos-test-services" { with-test & = version } + "alcotest-lwt" { with-test & = "0.8.5" } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_requester/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: generic resource fetching service" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.3.tar.bz2" + checksum: [ + "sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" + "sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-requester/tezos-requester.7.4/opam b/packages/tezos-requester/tezos-requester.7.4/opam new file mode 100644 index 000000000..55ff5740e --- /dev/null +++ b/packages/tezos-requester/tezos-requester.7.4/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-base" { = version } + "lwt-watcher" {<= "0.2"} + "tezos-test-services" { with-test & = version } + "alcotest-lwt" { with-test & = "0.8.5" } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_requester/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: generic resource fetching service" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-requester/tezos-requester.8.0/opam b/packages/tezos-requester/tezos-requester.8.0/opam new file mode 100644 index 000000000..146c83da2 --- /dev/null +++ b/packages/tezos-requester/tezos-requester.8.0/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-base" { = version } + "lwt-watcher" {<= "0.2"} + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "tezos-test-services" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_requester/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: generic resource fetching service" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-requester/tezos-requester.8.1/opam b/packages/tezos-requester/tezos-requester.8.1/opam new file mode 100644 index 000000000..1eb2a1d85 --- /dev/null +++ b/packages/tezos-requester/tezos-requester.8.1/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-base" { = version } + "lwt-watcher" {<= "0.2"} + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "tezos-test-services" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_requester/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: generic resource fetching service" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-requester/tezos-requester.8.2/opam b/packages/tezos-requester/tezos-requester.8.2/opam new file mode 100644 index 000000000..2c6df32cf --- /dev/null +++ b/packages/tezos-requester/tezos-requester.8.2/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-base" { = version } + "lwt-watcher" {<= "0.2"} + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "tezos-test-services" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_requester/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: generic resource fetching service" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-requester/tezos-requester.8.3/opam b/packages/tezos-requester/tezos-requester.8.3/opam new file mode 100644 index 000000000..845cb45ce --- /dev/null +++ b/packages/tezos-requester/tezos-requester.8.3/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-base" { = version } + "lwt-watcher" {<= "0.2"} + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "tezos-test-services" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_requester/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: generic resource fetching service" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-requester/tezos-requester.9.0/opam b/packages/tezos-requester/tezos-requester.9.0/opam new file mode 100644 index 000000000..d1c4d32cc --- /dev/null +++ b/packages/tezos-requester/tezos-requester.9.0/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-base" { = version } + "lwt-watcher" {<= "0.2"} + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "tezos-test-services" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_requester/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: generic resource fetching service" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-requester/tezos-requester.9.1/opam b/packages/tezos-requester/tezos-requester.9.1/opam new file mode 100644 index 000000000..24918645f --- /dev/null +++ b/packages/tezos-requester/tezos-requester.9.1/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-base" { = version } + "lwt-watcher" {<= "0.2"} + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "tezos-test-services" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_requester/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: generic resource fetching service" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-requester/tezos-requester.9.2/opam b/packages/tezos-requester/tezos-requester.9.2/opam new file mode 100644 index 000000000..d3772a174 --- /dev/null +++ b/packages/tezos-requester/tezos-requester.9.2/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-base" { = version } + "lwt-watcher" {<= "0.2"} + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "tezos-test-services" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_requester/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: generic resource fetching service" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-requester/tezos-requester.9.3/opam b/packages/tezos-requester/tezos-requester.9.3/opam new file mode 100644 index 000000000..2bf589793 --- /dev/null +++ b/packages/tezos-requester/tezos-requester.9.3/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-base" { = version } + "lwt-watcher" {<= "0.2"} + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "tezos-test-services" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_requester/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: generic resource fetching service" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-requester/tezos-requester.9.4/opam b/packages/tezos-requester/tezos-requester.9.4/opam new file mode 100644 index 000000000..afef0252e --- /dev/null +++ b/packages/tezos-requester/tezos-requester.9.4/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-base" { = version } + "lwt-watcher" {<= "0.2"} + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "tezos-test-services" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_requester/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: generic resource fetching service" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-requester/tezos-requester.9.7/opam b/packages/tezos-requester/tezos-requester.9.7/opam new file mode 100644 index 000000000..4afae887e --- /dev/null +++ b/packages/tezos-requester/tezos-requester.9.7/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-base" { = version } + "lwt-watcher" {<= "0.2"} + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "tezos-test-services" { with-test & = version } +] +# available: [ arch != "x86_32" & arch != "arm32" & arch != "ppc32" ] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_requester/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: generic resource fetching service" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc-http-client-unix/tezos-rpc-http-client-unix.11.0/opam b/packages/tezos-rpc-http-client-unix/tezos-rpc-http-client-unix.11.0/opam new file mode 100644 index 000000000..8e780695d --- /dev/null +++ b/packages/tezos-rpc-http-client-unix/tezos-rpc-http-client-unix.11.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "cohttp-lwt-unix" {>= "2.2.0" & <= "2.5.2-1"} + "tezos-rpc-http-client" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_rpc_http/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: unix implementation of the RPC client" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc-http-client-unix/tezos-rpc-http-client-unix.11.1/opam b/packages/tezos-rpc-http-client-unix/tezos-rpc-http-client-unix.11.1/opam new file mode 100644 index 000000000..baf4eba8c --- /dev/null +++ b/packages/tezos-rpc-http-client-unix/tezos-rpc-http-client-unix.11.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "cohttp-lwt-unix" {>= "2.2.0" & <= "2.5.2-1"} + "tezos-rpc-http-client" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_rpc_http/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: unix implementation of the RPC client" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc-http-client-unix/tezos-rpc-http-client-unix.12.0/opam b/packages/tezos-rpc-http-client-unix/tezos-rpc-http-client-unix.12.0/opam new file mode 100644 index 000000000..ea9a756c8 --- /dev/null +++ b/packages/tezos-rpc-http-client-unix/tezos-rpc-http-client-unix.12.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "cohttp-lwt-unix" {>= "2.2.0" & <= "2.5.2-1"} + "tezos-rpc-http-client" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_rpc_http/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: unix implementation of the RPC client" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc-http-client-unix/tezos-rpc-http-client-unix.13.0/opam b/packages/tezos-rpc-http-client-unix/tezos-rpc-http-client-unix.13.0/opam new file mode 100644 index 000000000..4ddd14a62 --- /dev/null +++ b/packages/tezos-rpc-http-client-unix/tezos-rpc-http-client-unix.13.0/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-stdlib-unix" { = version } + "tezos-base" { = version } + "cohttp-lwt-unix" {>= "2.2.0" & <= "2.5.2-1"} + "resto-cohttp-client" { >= "0.6" & < "0.7" } + "tezos-rpc-http-client" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_rpc_http/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: unix implementation of the RPC client" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc-http-client-unix/tezos-rpc-http-client-unix.14.0/opam b/packages/tezos-rpc-http-client-unix/tezos-rpc-http-client-unix.14.0/opam new file mode 100644 index 000000000..17843d5be --- /dev/null +++ b/packages/tezos-rpc-http-client-unix/tezos-rpc-http-client-unix.14.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-stdlib-unix" { = version } + "tezos-base" { = version } + "cohttp-lwt-unix" {>= "2.2.0" & <= "2.5.2-1"} + "resto-cohttp-client" { >= "0.8" & < "0.9" } + "tezos-rpc-http-client" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: unix implementation of the RPC client" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc-http-client-unix/tezos-rpc-http-client-unix.15.0/opam b/packages/tezos-rpc-http-client-unix/tezos-rpc-http-client-unix.15.0/opam new file mode 100644 index 000000000..57c566dda --- /dev/null +++ b/packages/tezos-rpc-http-client-unix/tezos-rpc-http-client-unix.15.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-stdlib-unix" { = version } + "tezos-base" { = version } + "cohttp-lwt-unix" {>= "2.2.0" & <= "2.5.2-1"} + "resto-cohttp-client" {>= "1.0" & <= "1.2"} + "tezos-rpc-http-client" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: unix implementation of the RPC client" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc-http-client-unix/tezos-rpc-http-client-unix.15.1/opam b/packages/tezos-rpc-http-client-unix/tezos-rpc-http-client-unix.15.1/opam new file mode 100644 index 000000000..20ee9cacd --- /dev/null +++ b/packages/tezos-rpc-http-client-unix/tezos-rpc-http-client-unix.15.1/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-stdlib-unix" { = version } + "tezos-base" { = version } + "cohttp-lwt-unix" {>= "2.2.0" & <= "2.5.2-1"} + "resto-cohttp-client" {>= "1.0" & <= "1.2"} + "tezos-rpc-http-client" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: unix implementation of the RPC client" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc-http-client-unix/tezos-rpc-http-client-unix.17.1/opam b/packages/tezos-rpc-http-client-unix/tezos-rpc-http-client-unix.17.1/opam new file mode 100644 index 000000000..da301c6b2 --- /dev/null +++ b/packages/tezos-rpc-http-client-unix/tezos-rpc-http-client-unix.17.1/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-stdlib-unix" { = version } + "tezos-base" { = version } + "cohttp-lwt-unix" {>= "4.0.0" & != "5.1.0" & <= "2.5.2-1"} + "resto-cohttp-client" {>= "1.0" & <= "1.2"} + "tezos-rpc" { = version } + "tezos-rpc-http-client" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: unix implementation of the RPC client" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc-http-client-unix/tezos-rpc-http-client-unix.17.2/opam b/packages/tezos-rpc-http-client-unix/tezos-rpc-http-client-unix.17.2/opam new file mode 100644 index 000000000..aaebad0cb --- /dev/null +++ b/packages/tezos-rpc-http-client-unix/tezos-rpc-http-client-unix.17.2/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-stdlib-unix" { = version } + "tezos-base" { = version } + "cohttp-lwt-unix" {>= "4.0.0" & != "5.1.0" & <= "2.5.2-1"} + "resto-cohttp-client" {>= "1.0" & <= "1.2"} + "tezos-rpc" { = version } + "tezos-rpc-http-client" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: unix implementation of the RPC client" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc-http-client-unix/tezos-rpc-http-client-unix.7.0/opam b/packages/tezos-rpc-http-client-unix/tezos-rpc-http-client-unix.7.0/opam new file mode 100644 index 000000000..d01ab7a49 --- /dev/null +++ b/packages/tezos-rpc-http-client-unix/tezos-rpc-http-client-unix.7.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-stdlib-unix" { = version } + "cohttp-lwt-unix" {>= "1.0.0" & < "3.0.0" & <= "2.5.2-1"} + "tezos-rpc-http-client" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_rpc_http/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: unix implementation of the RPC client" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.0.tar.bz2" + checksum: [ + "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91" + "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc-http-client-unix/tezos-rpc-http-client-unix.7.1/opam b/packages/tezos-rpc-http-client-unix/tezos-rpc-http-client-unix.7.1/opam new file mode 100644 index 000000000..c2f13e36e --- /dev/null +++ b/packages/tezos-rpc-http-client-unix/tezos-rpc-http-client-unix.7.1/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-stdlib-unix" { = version } + "cohttp-lwt-unix" {>= "1.0.0" & < "3.0.0" & <= "2.5.2-1"} + "tezos-rpc-http-client" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_rpc_http/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: unix implementation of the RPC client" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.1.tar.bz2" + checksum: [ + "sha256=3675d856c4b818da7f5de0b85b86a48d3883f1210cfef28ef3233a047e74bed6" + "sha512=d6abdef9a6643b2ffe8141ecc625dcc2a939131e2e5cc158c74aba8c403bd4072b7fc403ccfa6d766696604ad112495dd9db1ece8a3ae5a4693071dfdffcbda5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc-http-client-unix/tezos-rpc-http-client-unix.7.2/opam b/packages/tezos-rpc-http-client-unix/tezos-rpc-http-client-unix.7.2/opam new file mode 100644 index 000000000..ac7de5e89 --- /dev/null +++ b/packages/tezos-rpc-http-client-unix/tezos-rpc-http-client-unix.7.2/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-stdlib-unix" { = version } + "cohttp-lwt-unix" {>= "1.0.0" & < "3.0.0" & <= "2.5.2-1"} + "tezos-rpc-http-client" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_rpc_http/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: unix implementation of the RPC client" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.2.tar.bz2" + checksum: [ + "sha256=abb52ad63345943d20f3edc4c3507474af94c001c8bf58138f47341942036cec" + "sha512=c823ca801cbc4005f5fc6ea5236d93569410c034da3ed32939ef64a0f2c19a34444fac12e13c72e5a1e15a401b655e58ffdbbb66ce0516e5968f621677b96117" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc-http-client-unix/tezos-rpc-http-client-unix.7.3/opam b/packages/tezos-rpc-http-client-unix/tezos-rpc-http-client-unix.7.3/opam new file mode 100644 index 000000000..c6072e54b --- /dev/null +++ b/packages/tezos-rpc-http-client-unix/tezos-rpc-http-client-unix.7.3/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-stdlib-unix" { = version } + "cohttp-lwt-unix" {>= "1.0.0" & < "3.0.0" & <= "2.5.2-1"} + "tezos-rpc-http-client" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_rpc_http/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: unix implementation of the RPC client" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.3.tar.bz2" + checksum: [ + "sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" + "sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc-http-client-unix/tezos-rpc-http-client-unix.7.4/opam b/packages/tezos-rpc-http-client-unix/tezos-rpc-http-client-unix.7.4/opam new file mode 100644 index 000000000..f954c755a --- /dev/null +++ b/packages/tezos-rpc-http-client-unix/tezos-rpc-http-client-unix.7.4/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-stdlib-unix" { = version } + "cohttp-lwt-unix" {>= "1.0.0" & < "3.0.0" & <= "2.5.2-1"} + "tezos-rpc-http-client" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_rpc_http/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: unix implementation of the RPC client" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc-http-client-unix/tezos-rpc-http-client-unix.8.0/opam b/packages/tezos-rpc-http-client-unix/tezos-rpc-http-client-unix.8.0/opam new file mode 100644 index 000000000..12fe5c288 --- /dev/null +++ b/packages/tezos-rpc-http-client-unix/tezos-rpc-http-client-unix.8.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "cohttp-lwt-unix" {>= "1.0.0" & < "3.0.0" & <= "2.5.2-1"} + "tezos-rpc-http-client" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_rpc_http/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: unix implementation of the RPC client" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc-http-client-unix/tezos-rpc-http-client-unix.8.1/opam b/packages/tezos-rpc-http-client-unix/tezos-rpc-http-client-unix.8.1/opam new file mode 100644 index 000000000..8e235b189 --- /dev/null +++ b/packages/tezos-rpc-http-client-unix/tezos-rpc-http-client-unix.8.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "cohttp-lwt-unix" {>= "1.0.0" & < "3.0.0" & <= "2.5.2-1"} + "tezos-rpc-http-client" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_rpc_http/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: unix implementation of the RPC client" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc-http-client-unix/tezos-rpc-http-client-unix.8.2/opam b/packages/tezos-rpc-http-client-unix/tezos-rpc-http-client-unix.8.2/opam new file mode 100644 index 000000000..13cd0334c --- /dev/null +++ b/packages/tezos-rpc-http-client-unix/tezos-rpc-http-client-unix.8.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "cohttp-lwt-unix" {>= "1.0.0" & < "3.0.0" & <= "2.5.2-1"} + "tezos-rpc-http-client" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_rpc_http/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: unix implementation of the RPC client" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc-http-client-unix/tezos-rpc-http-client-unix.8.3/opam b/packages/tezos-rpc-http-client-unix/tezos-rpc-http-client-unix.8.3/opam new file mode 100644 index 000000000..053daab07 --- /dev/null +++ b/packages/tezos-rpc-http-client-unix/tezos-rpc-http-client-unix.8.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "cohttp-lwt-unix" {>= "1.0.0" & < "3.0.0" & <= "2.5.2-1"} + "tezos-rpc-http-client" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_rpc_http/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: unix implementation of the RPC client" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc-http-client-unix/tezos-rpc-http-client-unix.9.0/opam b/packages/tezos-rpc-http-client-unix/tezos-rpc-http-client-unix.9.0/opam new file mode 100644 index 000000000..be7885f40 --- /dev/null +++ b/packages/tezos-rpc-http-client-unix/tezos-rpc-http-client-unix.9.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "cohttp-lwt-unix" {>= "2.2.0" & <= "2.5.2-1"} + "tezos-rpc-http-client" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_rpc_http/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: unix implementation of the RPC client" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc-http-client-unix/tezos-rpc-http-client-unix.9.1/opam b/packages/tezos-rpc-http-client-unix/tezos-rpc-http-client-unix.9.1/opam new file mode 100644 index 000000000..2f3a8df88 --- /dev/null +++ b/packages/tezos-rpc-http-client-unix/tezos-rpc-http-client-unix.9.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "cohttp-lwt-unix" {>= "2.2.0" & <= "2.5.2-1"} + "tezos-rpc-http-client" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_rpc_http/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: unix implementation of the RPC client" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc-http-client-unix/tezos-rpc-http-client-unix.9.2/opam b/packages/tezos-rpc-http-client-unix/tezos-rpc-http-client-unix.9.2/opam new file mode 100644 index 000000000..892a8ace2 --- /dev/null +++ b/packages/tezos-rpc-http-client-unix/tezos-rpc-http-client-unix.9.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "cohttp-lwt-unix" {>= "2.2.0" & <= "2.5.2-1"} + "tezos-rpc-http-client" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_rpc_http/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: unix implementation of the RPC client" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc-http-client-unix/tezos-rpc-http-client-unix.9.3/opam b/packages/tezos-rpc-http-client-unix/tezos-rpc-http-client-unix.9.3/opam new file mode 100644 index 000000000..1e19ca72d --- /dev/null +++ b/packages/tezos-rpc-http-client-unix/tezos-rpc-http-client-unix.9.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "cohttp-lwt-unix" {>= "2.2.0" & <= "2.5.2-1"} + "tezos-rpc-http-client" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_rpc_http/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: unix implementation of the RPC client" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc-http-client-unix/tezos-rpc-http-client-unix.9.4/opam b/packages/tezos-rpc-http-client-unix/tezos-rpc-http-client-unix.9.4/opam new file mode 100644 index 000000000..3dea4ae61 --- /dev/null +++ b/packages/tezos-rpc-http-client-unix/tezos-rpc-http-client-unix.9.4/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "cohttp-lwt-unix" {>= "2.2.0" & <= "2.5.2-1"} + "tezos-rpc-http-client" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_rpc_http/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: unix implementation of the RPC client" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc-http-client-unix/tezos-rpc-http-client-unix.9.7/opam b/packages/tezos-rpc-http-client-unix/tezos-rpc-http-client-unix.9.7/opam new file mode 100644 index 000000000..3ff31d370 --- /dev/null +++ b/packages/tezos-rpc-http-client-unix/tezos-rpc-http-client-unix.9.7/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "cohttp-lwt-unix" {>= "2.2.0" & <= "2.5.2-1"} + "tezos-rpc-http-client" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_rpc_http/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: unix implementation of the RPC client" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc-http-client/tezos-rpc-http-client.11.0/opam b/packages/tezos-rpc-http-client/tezos-rpc-http-client.11.0/opam new file mode 100644 index 000000000..19c372e0a --- /dev/null +++ b/packages/tezos-rpc-http-client/tezos-rpc-http-client.11.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-rpc-http" { = version } + "resto-cohttp-client" { >= "0.6" & < "0.7" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_rpc_http/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (http client)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc-http-client/tezos-rpc-http-client.11.1/opam b/packages/tezos-rpc-http-client/tezos-rpc-http-client.11.1/opam new file mode 100644 index 000000000..79a6880bd --- /dev/null +++ b/packages/tezos-rpc-http-client/tezos-rpc-http-client.11.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-rpc-http" { = version } + "resto-cohttp-client" { >= "0.6" & < "0.7" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_rpc_http/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (http client)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc-http-client/tezos-rpc-http-client.12.0/opam b/packages/tezos-rpc-http-client/tezos-rpc-http-client.12.0/opam new file mode 100644 index 000000000..693bea356 --- /dev/null +++ b/packages/tezos-rpc-http-client/tezos-rpc-http-client.12.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-rpc-http" { = version } + "resto-cohttp-client" { >= "0.6" & < "0.7" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_rpc_http/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (http client)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc-http-client/tezos-rpc-http-client.13.0/opam b/packages/tezos-rpc-http-client/tezos-rpc-http-client.13.0/opam new file mode 100644 index 000000000..0131d8fd0 --- /dev/null +++ b/packages/tezos-rpc-http-client/tezos-rpc-http-client.13.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "resto-cohttp-client" { >= "0.6" & < "0.7" } + "tezos-rpc-http" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_rpc_http/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (http client)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc-http-client/tezos-rpc-http-client.14.0/opam b/packages/tezos-rpc-http-client/tezos-rpc-http-client.14.0/opam new file mode 100644 index 000000000..546114583 --- /dev/null +++ b/packages/tezos-rpc-http-client/tezos-rpc-http-client.14.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "resto-cohttp-client" { >= "0.8" & < "0.9" } + "tezos-rpc-http" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (http client)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc-http-client/tezos-rpc-http-client.15.0/opam b/packages/tezos-rpc-http-client/tezos-rpc-http-client.15.0/opam new file mode 100644 index 000000000..db889d672 --- /dev/null +++ b/packages/tezos-rpc-http-client/tezos-rpc-http-client.15.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "resto-cohttp-client" {>= "1.0" & <= "1.2"} + "tezos-rpc-http" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (http client)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc-http-client/tezos-rpc-http-client.15.1/opam b/packages/tezos-rpc-http-client/tezos-rpc-http-client.15.1/opam new file mode 100644 index 000000000..5010f55b5 --- /dev/null +++ b/packages/tezos-rpc-http-client/tezos-rpc-http-client.15.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "resto-cohttp-client" {>= "1.0" & <= "1.2"} + "tezos-rpc-http" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (http client)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc-http-client/tezos-rpc-http-client.17.1/opam b/packages/tezos-rpc-http-client/tezos-rpc-http-client.17.1/opam new file mode 100644 index 000000000..1ab6d1545 --- /dev/null +++ b/packages/tezos-rpc-http-client/tezos-rpc-http-client.17.1/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-base" { = version } + "resto-cohttp-client" {>= "1.0" & <= "1.2"} + "tezos-rpc" { = version } + "tezos-rpc-http" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (http client)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc-http-client/tezos-rpc-http-client.17.2/opam b/packages/tezos-rpc-http-client/tezos-rpc-http-client.17.2/opam new file mode 100644 index 000000000..3a4556ef8 --- /dev/null +++ b/packages/tezos-rpc-http-client/tezos-rpc-http-client.17.2/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-base" { = version } + "resto-cohttp-client" {>= "1.0" & <= "1.2"} + "tezos-rpc" { = version } + "tezos-rpc-http" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (http client)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc-http-client/tezos-rpc-http-client.7.0/opam b/packages/tezos-rpc-http-client/tezos-rpc-http-client.7.0/opam new file mode 100644 index 000000000..433d477c3 --- /dev/null +++ b/packages/tezos-rpc-http-client/tezos-rpc-http-client.7.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-rpc-http" { = version } + "resto-cohttp-client" { = "0.4" } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_rpc_http/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (http client)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.0.tar.bz2" + checksum: [ + "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91" + "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc-http-client/tezos-rpc-http-client.7.1/opam b/packages/tezos-rpc-http-client/tezos-rpc-http-client.7.1/opam new file mode 100644 index 000000000..b432cd692 --- /dev/null +++ b/packages/tezos-rpc-http-client/tezos-rpc-http-client.7.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-rpc-http" { = version } + "resto-cohttp-client" { = "0.4" } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_rpc_http/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (http client)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.1.tar.bz2" + checksum: [ + "sha256=3675d856c4b818da7f5de0b85b86a48d3883f1210cfef28ef3233a047e74bed6" + "sha512=d6abdef9a6643b2ffe8141ecc625dcc2a939131e2e5cc158c74aba8c403bd4072b7fc403ccfa6d766696604ad112495dd9db1ece8a3ae5a4693071dfdffcbda5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc-http-client/tezos-rpc-http-client.7.2/opam b/packages/tezos-rpc-http-client/tezos-rpc-http-client.7.2/opam new file mode 100644 index 000000000..a3b8b18e2 --- /dev/null +++ b/packages/tezos-rpc-http-client/tezos-rpc-http-client.7.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-rpc-http" { = version } + "resto-cohttp-client" { = "0.4" } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_rpc_http/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (http client)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.2.tar.bz2" + checksum: [ + "sha256=abb52ad63345943d20f3edc4c3507474af94c001c8bf58138f47341942036cec" + "sha512=c823ca801cbc4005f5fc6ea5236d93569410c034da3ed32939ef64a0f2c19a34444fac12e13c72e5a1e15a401b655e58ffdbbb66ce0516e5968f621677b96117" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc-http-client/tezos-rpc-http-client.7.3/opam b/packages/tezos-rpc-http-client/tezos-rpc-http-client.7.3/opam new file mode 100644 index 000000000..a94d43fa4 --- /dev/null +++ b/packages/tezos-rpc-http-client/tezos-rpc-http-client.7.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-rpc-http" { = version } + "resto-cohttp-client" { = "0.4" } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_rpc_http/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (http client)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.3.tar.bz2" + checksum: [ + "sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" + "sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc-http-client/tezos-rpc-http-client.7.4/opam b/packages/tezos-rpc-http-client/tezos-rpc-http-client.7.4/opam new file mode 100644 index 000000000..eb5c45983 --- /dev/null +++ b/packages/tezos-rpc-http-client/tezos-rpc-http-client.7.4/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-rpc-http" { = version } + "resto-cohttp-client" { = "0.4" } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_rpc_http/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (http client)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc-http-client/tezos-rpc-http-client.8.0/opam b/packages/tezos-rpc-http-client/tezos-rpc-http-client.8.0/opam new file mode 100644 index 000000000..3eb9c5128 --- /dev/null +++ b/packages/tezos-rpc-http-client/tezos-rpc-http-client.8.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-rpc-http" { = version } + "resto-cohttp-client" { = "0.5" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_rpc_http/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (http client)" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc-http-client/tezos-rpc-http-client.8.1/opam b/packages/tezos-rpc-http-client/tezos-rpc-http-client.8.1/opam new file mode 100644 index 000000000..53462145d --- /dev/null +++ b/packages/tezos-rpc-http-client/tezos-rpc-http-client.8.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-rpc-http" { = version } + "resto-cohttp-client" { = "0.5" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_rpc_http/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (http client)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc-http-client/tezos-rpc-http-client.8.2/opam b/packages/tezos-rpc-http-client/tezos-rpc-http-client.8.2/opam new file mode 100644 index 000000000..c66e9556d --- /dev/null +++ b/packages/tezos-rpc-http-client/tezos-rpc-http-client.8.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-rpc-http" { = version } + "resto-cohttp-client" { = "0.5" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_rpc_http/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (http client)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc-http-client/tezos-rpc-http-client.8.3/opam b/packages/tezos-rpc-http-client/tezos-rpc-http-client.8.3/opam new file mode 100644 index 000000000..9566bcdab --- /dev/null +++ b/packages/tezos-rpc-http-client/tezos-rpc-http-client.8.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-rpc-http" { = version } + "resto-cohttp-client" { = "0.5" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_rpc_http/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (http client)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc-http-client/tezos-rpc-http-client.9.0/opam b/packages/tezos-rpc-http-client/tezos-rpc-http-client.9.0/opam new file mode 100644 index 000000000..16967e327 --- /dev/null +++ b/packages/tezos-rpc-http-client/tezos-rpc-http-client.9.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-rpc-http" { = version } + "resto-cohttp-client" { >= "0.6" & < "0.7" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_rpc_http/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (http client)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc-http-client/tezos-rpc-http-client.9.1/opam b/packages/tezos-rpc-http-client/tezos-rpc-http-client.9.1/opam new file mode 100644 index 000000000..c16de2eb1 --- /dev/null +++ b/packages/tezos-rpc-http-client/tezos-rpc-http-client.9.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-rpc-http" { = version } + "resto-cohttp-client" { >= "0.6" & < "0.7" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_rpc_http/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (http client)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc-http-client/tezos-rpc-http-client.9.2/opam b/packages/tezos-rpc-http-client/tezos-rpc-http-client.9.2/opam new file mode 100644 index 000000000..c961972c9 --- /dev/null +++ b/packages/tezos-rpc-http-client/tezos-rpc-http-client.9.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-rpc-http" { = version } + "resto-cohttp-client" { >= "0.6" & < "0.7" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_rpc_http/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (http client)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc-http-client/tezos-rpc-http-client.9.3/opam b/packages/tezos-rpc-http-client/tezos-rpc-http-client.9.3/opam new file mode 100644 index 000000000..f0c6ad81d --- /dev/null +++ b/packages/tezos-rpc-http-client/tezos-rpc-http-client.9.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-rpc-http" { = version } + "resto-cohttp-client" { >= "0.6" & < "0.7" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_rpc_http/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (http client)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc-http-client/tezos-rpc-http-client.9.4/opam b/packages/tezos-rpc-http-client/tezos-rpc-http-client.9.4/opam new file mode 100644 index 000000000..26ef95113 --- /dev/null +++ b/packages/tezos-rpc-http-client/tezos-rpc-http-client.9.4/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-rpc-http" { = version } + "resto-cohttp-client" { >= "0.6" & < "0.7" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_rpc_http/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (http client)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc-http-client/tezos-rpc-http-client.9.7/opam b/packages/tezos-rpc-http-client/tezos-rpc-http-client.9.7/opam new file mode 100644 index 000000000..8495b0a4f --- /dev/null +++ b/packages/tezos-rpc-http-client/tezos-rpc-http-client.9.7/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-rpc-http" { = version } + "resto-cohttp-client" { >= "0.6" & < "0.7" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_rpc_http/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (http client)" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc-http-server/tezos-rpc-http-server.11.0/opam b/packages/tezos-rpc-http-server/tezos-rpc-http-server.11.0/opam new file mode 100644 index 000000000..e1ce0f50a --- /dev/null +++ b/packages/tezos-rpc-http-server/tezos-rpc-http-server.11.0/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-rpc-http" { = version } + "resto-cohttp-server" { >= "0.6" & < "0.7" } + "resto-acl" { >= "0.6" & < "0.7" } + "alcotest-lwt" {with-test & <= "1.8.0"} + "tezos-test-helpers" { with-test & = version } + "tezos-base-test-helpers" { with-test & = version } + "qcheck-alcotest" {with-test & <= "0.23"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_rpc_http/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (http server)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc-http-server/tezos-rpc-http-server.11.1/opam b/packages/tezos-rpc-http-server/tezos-rpc-http-server.11.1/opam new file mode 100644 index 000000000..66e035797 --- /dev/null +++ b/packages/tezos-rpc-http-server/tezos-rpc-http-server.11.1/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-rpc-http" { = version } + "resto-cohttp-server" { >= "0.6" & < "0.7" } + "resto-acl" { >= "0.6" & < "0.7" } + "alcotest-lwt" {with-test & <= "1.8.0"} + "tezos-test-helpers" { with-test & = version } + "tezos-base-test-helpers" { with-test & = version } + "qcheck-alcotest" {with-test & <= "0.23"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_rpc_http/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (http server)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc-http-server/tezos-rpc-http-server.12.0/opam b/packages/tezos-rpc-http-server/tezos-rpc-http-server.12.0/opam new file mode 100644 index 000000000..46d116932 --- /dev/null +++ b/packages/tezos-rpc-http-server/tezos-rpc-http-server.12.0/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-rpc-http" { = version } + "resto-cohttp-server" { >= "0.6" & < "0.7" } + "resto-acl" { >= "0.6" & < "0.7" } + "alcotest-lwt" {with-test & <= "1.8.0"} + "tezos-test-helpers" { with-test & = version } + "tezos-base-test-helpers" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_rpc_http/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (http server)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc-http-server/tezos-rpc-http-server.13.0/opam b/packages/tezos-rpc-http-server/tezos-rpc-http-server.13.0/opam new file mode 100644 index 000000000..8ba44fad3 --- /dev/null +++ b/packages/tezos-rpc-http-server/tezos-rpc-http-server.13.0/opam @@ -0,0 +1,39 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-stdlib-unix" { = version } + "resto-cohttp-server" { >= "0.6" & < "0.7" } + "resto-acl" { >= "0.6" & < "0.7" } + "tezos-rpc" { = version } + "tezos-rpc-http" { = version } + "tezos-stdlib" { with-test & = version } + "tezos-test-helpers" { with-test & = version } + "tezos-base-test-helpers" { with-test & = version } + "qcheck-alcotest" {with-test & >= "0.18" & <= "0.23"} + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_rpc_http/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (http server)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc-http-server/tezos-rpc-http-server.14.0/opam b/packages/tezos-rpc-http-server/tezos-rpc-http-server.14.0/opam new file mode 100644 index 000000000..bc6a8b44f --- /dev/null +++ b/packages/tezos-rpc-http-server/tezos-rpc-http-server.14.0/opam @@ -0,0 +1,38 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-stdlib-unix" { = version } + "resto-cohttp-server" { >= "0.8" & < "0.9" } + "resto-acl" { >= "0.8" & < "0.9" } + "tezos-rpc" { = version } + "tezos-rpc-http" { = version } + "tezos-stdlib" { with-test & = version } + "tezos-test-helpers" { with-test & = version } + "tezos-base-test-helpers" { with-test & = version } + "qcheck-alcotest" {with-test & >= "0.18" & <= "0.23"} + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (http server)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc-http-server/tezos-rpc-http-server.15.0/opam b/packages/tezos-rpc-http-server/tezos-rpc-http-server.15.0/opam new file mode 100644 index 000000000..a259f8b1a --- /dev/null +++ b/packages/tezos-rpc-http-server/tezos-rpc-http-server.15.0/opam @@ -0,0 +1,38 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-stdlib" { with-test & = version } + "tezos-stdlib-unix" { = version } + "tezos-test-helpers" { with-test & = version } + "tezos-base-test-helpers" { with-test & = version } + "qcheck-alcotest" {with-test & >= "0.18" & <= "0.23"} + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} + "resto-cohttp-server" { >= "1.0" & < "1.2" } + "resto-acl" {>= "1.0" & <= "1.2"} + "tezos-rpc" { = version } + "tezos-rpc-http" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (http server)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc-http-server/tezos-rpc-http-server.15.1/opam b/packages/tezos-rpc-http-server/tezos-rpc-http-server.15.1/opam new file mode 100644 index 000000000..d93738997 --- /dev/null +++ b/packages/tezos-rpc-http-server/tezos-rpc-http-server.15.1/opam @@ -0,0 +1,38 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-stdlib-unix" { = version } + "resto-cohttp-server" { >= "1.0" & < "1.2" } + "resto-acl" {>= "1.0" & <= "1.2"} + "tezos-rpc" { = version } + "tezos-rpc-http" { = version } + "tezos-stdlib" { with-test & = version } + "tezos-test-helpers" { with-test & = version } + "tezos-base-test-helpers" { with-test & = version } + "qcheck-alcotest" {with-test & >= "0.18" & <= "0.23"} + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (http server)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc-http-server/tezos-rpc-http-server.17.1/opam b/packages/tezos-rpc-http-server/tezos-rpc-http-server.17.1/opam new file mode 100644 index 000000000..873068ad6 --- /dev/null +++ b/packages/tezos-rpc-http-server/tezos-rpc-http-server.17.1/opam @@ -0,0 +1,41 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-base" { = version } + "tezos-stdlib-unix" { = version } + "cohttp-lwt-unix" {>= "4.0.0" & != "5.1.0" & <= "2.5.2-1"} + "resto-cohttp-server" { >= "1.0" & < "1.2" } + "resto-acl" {>= "1.0" & <= "1.2"} + "tezos-rpc" { = version } + "tezos-rpc-http" { = version } + "tezt" {with-test & >= "3.1.0" & <= "4.1.0"} + "tezos-stdlib" { with-test & = version } + "tezos-test-helpers" { with-test & = version } + "tezos-base-test-helpers" { with-test & = version } + "qcheck-alcotest" {with-test & >= "0.20" & <= "0.23"} + "octez-alcotezt" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] { with-test & ocaml:native } +] +synopsis: "Tezos: library of auto-documented RPCs (http server)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc-http-server/tezos-rpc-http-server.17.2/opam b/packages/tezos-rpc-http-server/tezos-rpc-http-server.17.2/opam new file mode 100644 index 000000000..ff03806c1 --- /dev/null +++ b/packages/tezos-rpc-http-server/tezos-rpc-http-server.17.2/opam @@ -0,0 +1,41 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-base" { = version } + "tezos-stdlib-unix" { = version } + "cohttp-lwt-unix" {>= "4.0.0" & != "5.1.0" & <= "2.5.2-1"} + "resto-cohttp-server" {>= "1.0" & <= "1.2"} + "resto-acl" {>= "1.0" & <= "1.2"} + "tezos-rpc" { = version } + "tezos-rpc-http" { = version } + "tezt" {with-test & >= "3.1.0" & <= "4.1.0"} + "tezos-stdlib" { with-test & = version } + "tezos-test-helpers" { with-test & = version } + "tezos-base-test-helpers" { with-test & = version } + "qcheck-alcotest" {with-test & >= "0.20" & <= "0.23"} + "octez-alcotezt" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] { with-test & ocaml:native } +] +synopsis: "Tezos: library of auto-documented RPCs (http server)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc-http-server/tezos-rpc-http-server.7.0/opam b/packages/tezos-rpc-http-server/tezos-rpc-http-server.7.0/opam new file mode 100644 index 000000000..0425e5656 --- /dev/null +++ b/packages/tezos-rpc-http-server/tezos-rpc-http-server.7.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-rpc-http" { = version } + "resto-cohttp-server" { = "0.4" } + "tezos-tooling" {with-test & <= "13.0"} +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_rpc_http/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (http server)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.0.tar.bz2" + checksum: [ + "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91" + "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc-http-server/tezos-rpc-http-server.7.1/opam b/packages/tezos-rpc-http-server/tezos-rpc-http-server.7.1/opam new file mode 100644 index 000000000..681101f30 --- /dev/null +++ b/packages/tezos-rpc-http-server/tezos-rpc-http-server.7.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-rpc-http" { = version } + "resto-cohttp-server" { = "0.4" } + "tezos-tooling" {with-test & <= "13.0"} +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_rpc_http/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (http server)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.1.tar.bz2" + checksum: [ + "sha256=3675d856c4b818da7f5de0b85b86a48d3883f1210cfef28ef3233a047e74bed6" + "sha512=d6abdef9a6643b2ffe8141ecc625dcc2a939131e2e5cc158c74aba8c403bd4072b7fc403ccfa6d766696604ad112495dd9db1ece8a3ae5a4693071dfdffcbda5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc-http-server/tezos-rpc-http-server.7.2/opam b/packages/tezos-rpc-http-server/tezos-rpc-http-server.7.2/opam new file mode 100644 index 000000000..23472db0e --- /dev/null +++ b/packages/tezos-rpc-http-server/tezos-rpc-http-server.7.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-rpc-http" { = version } + "resto-cohttp-server" { = "0.4" } + "tezos-tooling" {with-test & <= "13.0"} +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_rpc_http/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (http server)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.2.tar.bz2" + checksum: [ + "sha256=abb52ad63345943d20f3edc4c3507474af94c001c8bf58138f47341942036cec" + "sha512=c823ca801cbc4005f5fc6ea5236d93569410c034da3ed32939ef64a0f2c19a34444fac12e13c72e5a1e15a401b655e58ffdbbb66ce0516e5968f621677b96117" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc-http-server/tezos-rpc-http-server.7.3/opam b/packages/tezos-rpc-http-server/tezos-rpc-http-server.7.3/opam new file mode 100644 index 000000000..27d62acd6 --- /dev/null +++ b/packages/tezos-rpc-http-server/tezos-rpc-http-server.7.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-rpc-http" { = version } + "resto-cohttp-server" { = "0.4" } + "tezos-tooling" {with-test & <= "13.0"} +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_rpc_http/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (http server)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.3.tar.bz2" + checksum: [ + "sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" + "sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc-http-server/tezos-rpc-http-server.7.4/opam b/packages/tezos-rpc-http-server/tezos-rpc-http-server.7.4/opam new file mode 100644 index 000000000..27cc95df0 --- /dev/null +++ b/packages/tezos-rpc-http-server/tezos-rpc-http-server.7.4/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-rpc-http" { = version } + "resto-cohttp-server" { = "0.4" } + "tezos-tooling" {with-test & <= "13.0"} +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_rpc_http/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (http server)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc-http-server/tezos-rpc-http-server.8.0/opam b/packages/tezos-rpc-http-server/tezos-rpc-http-server.8.0/opam new file mode 100644 index 000000000..d12ee6d53 --- /dev/null +++ b/packages/tezos-rpc-http-server/tezos-rpc-http-server.8.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-rpc-http" { = version } + "resto-cohttp-server" { = "0.5" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_rpc_http/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (http server)" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc-http-server/tezos-rpc-http-server.8.1/opam b/packages/tezos-rpc-http-server/tezos-rpc-http-server.8.1/opam new file mode 100644 index 000000000..eeea8864a --- /dev/null +++ b/packages/tezos-rpc-http-server/tezos-rpc-http-server.8.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-rpc-http" { = version } + "resto-cohttp-server" { = "0.5" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_rpc_http/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (http server)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc-http-server/tezos-rpc-http-server.8.2/opam b/packages/tezos-rpc-http-server/tezos-rpc-http-server.8.2/opam new file mode 100644 index 000000000..474c94a60 --- /dev/null +++ b/packages/tezos-rpc-http-server/tezos-rpc-http-server.8.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-rpc-http" { = version } + "resto-cohttp-server" { = "0.5" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_rpc_http/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (http server)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc-http-server/tezos-rpc-http-server.8.3/opam b/packages/tezos-rpc-http-server/tezos-rpc-http-server.8.3/opam new file mode 100644 index 000000000..830aef539 --- /dev/null +++ b/packages/tezos-rpc-http-server/tezos-rpc-http-server.8.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-rpc-http" { = version } + "resto-cohttp-server" { = "0.5" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_rpc_http/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (http server)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc-http-server/tezos-rpc-http-server.9.0/opam b/packages/tezos-rpc-http-server/tezos-rpc-http-server.9.0/opam new file mode 100644 index 000000000..a9c80adce --- /dev/null +++ b/packages/tezos-rpc-http-server/tezos-rpc-http-server.9.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-rpc-http" { = version } + "resto-cohttp-server" { >= "0.6" & < "0.7" } + "resto-acl" { >= "0.6" & < "0.7" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_rpc_http/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (http server)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc-http-server/tezos-rpc-http-server.9.1/opam b/packages/tezos-rpc-http-server/tezos-rpc-http-server.9.1/opam new file mode 100644 index 000000000..1da3fe7fc --- /dev/null +++ b/packages/tezos-rpc-http-server/tezos-rpc-http-server.9.1/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-rpc-http" { = version } + "resto-cohttp-server" { >= "0.6" & < "0.7" } + "resto-acl" { >= "0.6" & < "0.7" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_rpc_http/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (http server)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc-http-server/tezos-rpc-http-server.9.2/opam b/packages/tezos-rpc-http-server/tezos-rpc-http-server.9.2/opam new file mode 100644 index 000000000..7c3f4681f --- /dev/null +++ b/packages/tezos-rpc-http-server/tezos-rpc-http-server.9.2/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-rpc-http" { = version } + "resto-cohttp-server" { >= "0.6" & < "0.7" } + "resto-acl" { >= "0.6" & < "0.7" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_rpc_http/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (http server)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc-http-server/tezos-rpc-http-server.9.3/opam b/packages/tezos-rpc-http-server/tezos-rpc-http-server.9.3/opam new file mode 100644 index 000000000..bffc641a6 --- /dev/null +++ b/packages/tezos-rpc-http-server/tezos-rpc-http-server.9.3/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-rpc-http" { = version } + "resto-cohttp-server" { >= "0.6" & < "0.7" } + "resto-acl" { >= "0.6" & < "0.7" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_rpc_http/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (http server)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc-http-server/tezos-rpc-http-server.9.4/opam b/packages/tezos-rpc-http-server/tezos-rpc-http-server.9.4/opam new file mode 100644 index 000000000..c37811490 --- /dev/null +++ b/packages/tezos-rpc-http-server/tezos-rpc-http-server.9.4/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-rpc-http" { = version } + "resto-cohttp-server" { >= "0.6" & < "0.7" } + "resto-acl" { >= "0.6" & < "0.7" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_rpc_http/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (http server)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc-http-server/tezos-rpc-http-server.9.7/opam b/packages/tezos-rpc-http-server/tezos-rpc-http-server.9.7/opam new file mode 100644 index 000000000..9375e6310 --- /dev/null +++ b/packages/tezos-rpc-http-server/tezos-rpc-http-server.9.7/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-rpc-http" { = version } + "resto-cohttp-server" { >= "0.6" & < "0.7" } + "resto-acl" { >= "0.6" & < "0.7" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_rpc_http/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (http server)" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc-http/tezos-rpc-http.11.0/opam b/packages/tezos-rpc-http/tezos-rpc-http.11.0/opam new file mode 100644 index 000000000..25642a7f7 --- /dev/null +++ b/packages/tezos-rpc-http/tezos-rpc-http.11.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-base" { = version } + "resto-directory" { >= "0.6" & < "0.7" } + "resto-cohttp" { >= "0.6" & < "0.7" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_rpc_http/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (http server and client)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc-http/tezos-rpc-http.11.1/opam b/packages/tezos-rpc-http/tezos-rpc-http.11.1/opam new file mode 100644 index 000000000..bd7ab2106 --- /dev/null +++ b/packages/tezos-rpc-http/tezos-rpc-http.11.1/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "resto-directory" { >= "0.6" & < "0.7" } + "resto-cohttp" { >= "0.6" & < "0.7" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_rpc_http/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (http server and client)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc-http/tezos-rpc-http.12.0/opam b/packages/tezos-rpc-http/tezos-rpc-http.12.0/opam new file mode 100644 index 000000000..7f692bb3f --- /dev/null +++ b/packages/tezos-rpc-http/tezos-rpc-http.12.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "resto-cohttp" { >= "0.6" & < "0.7" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_rpc_http/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (http server and client)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc-http/tezos-rpc-http.13.0/opam b/packages/tezos-rpc-http/tezos-rpc-http.13.0/opam new file mode 100644 index 000000000..6100daa57 --- /dev/null +++ b/packages/tezos-rpc-http/tezos-rpc-http.13.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "resto-cohttp" { >= "0.6" & < "0.7" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_rpc_http/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (http server and client)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc-http/tezos-rpc-http.14.0/opam b/packages/tezos-rpc-http/tezos-rpc-http.14.0/opam new file mode 100644 index 000000000..5f32935e5 --- /dev/null +++ b/packages/tezos-rpc-http/tezos-rpc-http.14.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "resto-cohttp" { >= "0.8" & < "0.9" } + "uri" {>= "2.2.0" & <= "4.4.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (http server and client)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc-http/tezos-rpc-http.15.0/opam b/packages/tezos-rpc-http/tezos-rpc-http.15.0/opam new file mode 100644 index 000000000..5b6df7870 --- /dev/null +++ b/packages/tezos-rpc-http/tezos-rpc-http.15.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "resto-cohttp" {>= "1.0" & <= "1.2"} + "uri" {>= "2.2.0" & <= "4.4.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (http server and client)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc-http/tezos-rpc-http.15.1/opam b/packages/tezos-rpc-http/tezos-rpc-http.15.1/opam new file mode 100644 index 000000000..4e0d505bb --- /dev/null +++ b/packages/tezos-rpc-http/tezos-rpc-http.15.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "resto-cohttp" {>= "1.0" & <= "1.2"} + "uri" {>= "2.2.0" & <= "4.4.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (http server and client)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc-http/tezos-rpc-http.17.1/opam b/packages/tezos-rpc-http/tezos-rpc-http.17.1/opam new file mode 100644 index 000000000..a32ccd311 --- /dev/null +++ b/packages/tezos-rpc-http/tezos-rpc-http.17.1/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-base" { = version } + "tezos-rpc" { = version } + "resto-cohttp" {>= "1.0" & <= "1.2"} + "uri" {>= "3.1.0" & <= "4.4.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (http server and client)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc-http/tezos-rpc-http.17.2/opam b/packages/tezos-rpc-http/tezos-rpc-http.17.2/opam new file mode 100644 index 000000000..672e0118c --- /dev/null +++ b/packages/tezos-rpc-http/tezos-rpc-http.17.2/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-base" { = version } + "tezos-rpc" { = version } + "resto-cohttp" { >= "1.0" & < "1.2"} + "uri" {>= "3.1.0" & <= "4.4.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (http server and client)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc-http/tezos-rpc-http.7.0/opam b/packages/tezos-rpc-http/tezos-rpc-http.7.0/opam new file mode 100644 index 000000000..e161a45a3 --- /dev/null +++ b/packages/tezos-rpc-http/tezos-rpc-http.7.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-base" { = version } + "resto-directory" { = "0.4" } + "resto-cohttp" { = "0.4" } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_rpc_http/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (http server and client)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.0.tar.bz2" + checksum: [ + "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91" + "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc-http/tezos-rpc-http.7.1/opam b/packages/tezos-rpc-http/tezos-rpc-http.7.1/opam new file mode 100644 index 000000000..6c8a18048 --- /dev/null +++ b/packages/tezos-rpc-http/tezos-rpc-http.7.1/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-base" { = version } + "resto-directory" { = "0.4" } + "resto-cohttp" { = "0.4" } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_rpc_http/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (http server and client)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.1.tar.bz2" + checksum: [ + "sha256=3675d856c4b818da7f5de0b85b86a48d3883f1210cfef28ef3233a047e74bed6" + "sha512=d6abdef9a6643b2ffe8141ecc625dcc2a939131e2e5cc158c74aba8c403bd4072b7fc403ccfa6d766696604ad112495dd9db1ece8a3ae5a4693071dfdffcbda5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc-http/tezos-rpc-http.7.2/opam b/packages/tezos-rpc-http/tezos-rpc-http.7.2/opam new file mode 100644 index 000000000..9f2f601e6 --- /dev/null +++ b/packages/tezos-rpc-http/tezos-rpc-http.7.2/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-base" { = version } + "resto-directory" { = "0.4" } + "resto-cohttp" { = "0.4" } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_rpc_http/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (http server and client)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.2.tar.bz2" + checksum: [ + "sha256=abb52ad63345943d20f3edc4c3507474af94c001c8bf58138f47341942036cec" + "sha512=c823ca801cbc4005f5fc6ea5236d93569410c034da3ed32939ef64a0f2c19a34444fac12e13c72e5a1e15a401b655e58ffdbbb66ce0516e5968f621677b96117" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc-http/tezos-rpc-http.7.3/opam b/packages/tezos-rpc-http/tezos-rpc-http.7.3/opam new file mode 100644 index 000000000..02e6d1d4d --- /dev/null +++ b/packages/tezos-rpc-http/tezos-rpc-http.7.3/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-base" { = version } + "resto-directory" { = "0.4" } + "resto-cohttp" { = "0.4" } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_rpc_http/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (http server and client)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.3.tar.bz2" + checksum: [ + "sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" + "sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc-http/tezos-rpc-http.7.4/opam b/packages/tezos-rpc-http/tezos-rpc-http.7.4/opam new file mode 100644 index 000000000..b9b891967 --- /dev/null +++ b/packages/tezos-rpc-http/tezos-rpc-http.7.4/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-base" { = version } + "resto-directory" { = "0.4" } + "resto-cohttp" { = "0.4" } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_rpc_http/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (http server and client)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc-http/tezos-rpc-http.8.0/opam b/packages/tezos-rpc-http/tezos-rpc-http.8.0/opam new file mode 100644 index 000000000..4fea6985f --- /dev/null +++ b/packages/tezos-rpc-http/tezos-rpc-http.8.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-base" { = version } + "resto-directory" { = "0.5" } + "resto-cohttp" { = "0.5" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_rpc_http/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (http server and client)" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc-http/tezos-rpc-http.8.1/opam b/packages/tezos-rpc-http/tezos-rpc-http.8.1/opam new file mode 100644 index 000000000..5cc89a0d3 --- /dev/null +++ b/packages/tezos-rpc-http/tezos-rpc-http.8.1/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-base" { = version } + "resto-directory" { = "0.5" } + "resto-cohttp" { = "0.5" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_rpc_http/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (http server and client)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc-http/tezos-rpc-http.8.2/opam b/packages/tezos-rpc-http/tezos-rpc-http.8.2/opam new file mode 100644 index 000000000..23091deba --- /dev/null +++ b/packages/tezos-rpc-http/tezos-rpc-http.8.2/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-base" { = version } + "resto-directory" { = "0.5" } + "resto-cohttp" { = "0.5" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_rpc_http/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (http server and client)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc-http/tezos-rpc-http.8.3/opam b/packages/tezos-rpc-http/tezos-rpc-http.8.3/opam new file mode 100644 index 000000000..86d439963 --- /dev/null +++ b/packages/tezos-rpc-http/tezos-rpc-http.8.3/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-base" { = version } + "resto-directory" { = "0.5" } + "resto-cohttp" { = "0.5" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_rpc_http/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (http server and client)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc-http/tezos-rpc-http.9.0/opam b/packages/tezos-rpc-http/tezos-rpc-http.9.0/opam new file mode 100644 index 000000000..db242e9e1 --- /dev/null +++ b/packages/tezos-rpc-http/tezos-rpc-http.9.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-base" { = version } + "resto-directory" { >= "0.6" & < "0.7" } + "resto-cohttp" { >= "0.6" & < "0.7" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_rpc_http/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (http server and client)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc-http/tezos-rpc-http.9.1/opam b/packages/tezos-rpc-http/tezos-rpc-http.9.1/opam new file mode 100644 index 000000000..ec835333f --- /dev/null +++ b/packages/tezos-rpc-http/tezos-rpc-http.9.1/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-base" { = version } + "resto-directory" { >= "0.6" & < "0.7" } + "resto-cohttp" { >= "0.6" & < "0.7" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_rpc_http/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (http server and client)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc-http/tezos-rpc-http.9.2/opam b/packages/tezos-rpc-http/tezos-rpc-http.9.2/opam new file mode 100644 index 000000000..9f44a04c5 --- /dev/null +++ b/packages/tezos-rpc-http/tezos-rpc-http.9.2/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-base" { = version } + "resto-directory" { >= "0.6" & < "0.7" } + "resto-cohttp" { >= "0.6" & < "0.7" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_rpc_http/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (http server and client)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc-http/tezos-rpc-http.9.3/opam b/packages/tezos-rpc-http/tezos-rpc-http.9.3/opam new file mode 100644 index 000000000..6e49143e0 --- /dev/null +++ b/packages/tezos-rpc-http/tezos-rpc-http.9.3/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-base" { = version } + "resto-directory" { >= "0.6" & < "0.7" } + "resto-cohttp" { >= "0.6" & < "0.7" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_rpc_http/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (http server and client)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc-http/tezos-rpc-http.9.4/opam b/packages/tezos-rpc-http/tezos-rpc-http.9.4/opam new file mode 100644 index 000000000..878788b45 --- /dev/null +++ b/packages/tezos-rpc-http/tezos-rpc-http.9.4/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-base" { = version } + "resto-directory" { >= "0.6" & < "0.7" } + "resto-cohttp" { >= "0.6" & < "0.7" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_rpc_http/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (http server and client)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc-http/tezos-rpc-http.9.7/opam b/packages/tezos-rpc-http/tezos-rpc-http.9.7/opam new file mode 100644 index 000000000..a49defa32 --- /dev/null +++ b/packages/tezos-rpc-http/tezos-rpc-http.9.7/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-base" { = version } + "resto-directory" { >= "0.6" & < "0.7" } + "resto-cohttp" { >= "0.6" & < "0.7" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_rpc_http/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (http server and client)" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc/tezos-rpc.11.0/opam b/packages/tezos-rpc/tezos-rpc.11.0/opam new file mode 100644 index 000000000..19e7338cb --- /dev/null +++ b/packages/tezos-rpc/tezos-rpc.11.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-error-monad" { = version } + "resto" { >= "0.6" & < "0.7" } + "resto-directory" { >= "0.6" & < "0.7" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_rpc/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (service and hierarchy descriptions)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc/tezos-rpc.11.1/opam b/packages/tezos-rpc/tezos-rpc.11.1/opam new file mode 100644 index 000000000..739b657ff --- /dev/null +++ b/packages/tezos-rpc/tezos-rpc.11.1/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-error-monad" { = version } + "resto" { >= "0.6" & < "0.7" } + "resto-directory" { >= "0.6" & < "0.7" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_rpc/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (service and hierarchy descriptions)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc/tezos-rpc.12.0/opam b/packages/tezos-rpc/tezos-rpc.12.0/opam new file mode 100644 index 000000000..44f1a2d9e --- /dev/null +++ b/packages/tezos-rpc/tezos-rpc.12.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-error-monad" { = version } + "resto" { >= "0.6" & < "0.7" } + "resto-directory" { >= "0.6" & < "0.7" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_rpc/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (service and hierarchy descriptions)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc/tezos-rpc.13.0/opam b/packages/tezos-rpc/tezos-rpc.13.0/opam new file mode 100644 index 000000000..b546021e4 --- /dev/null +++ b/packages/tezos-rpc/tezos-rpc.13.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "data-encoding" { >= "0.5.3" & < "0.6" } + "tezos-error-monad" { = version } + "resto" { >= "0.6" & < "0.7" } + "resto-directory" { >= "0.6" & < "0.7" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_rpc/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (service and hierarchy descriptions)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc/tezos-rpc.14.0/opam b/packages/tezos-rpc/tezos-rpc.14.0/opam new file mode 100644 index 000000000..163b8c366 --- /dev/null +++ b/packages/tezos-rpc/tezos-rpc.14.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "data-encoding" { >= "0.6" & < "0.7" } + "tezos-error-monad" { = version } + "resto" { >= "0.8" & < "0.9" } + "resto-directory" { >= "0.8" & < "0.9" } + "uri" {>= "2.2.0" & <= "4.4.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (service and hierarchy descriptions)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc/tezos-rpc.15.0/opam b/packages/tezos-rpc/tezos-rpc.15.0/opam new file mode 100644 index 000000000..ea661619c --- /dev/null +++ b/packages/tezos-rpc/tezos-rpc.15.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "data-encoding" { >= "0.6" & < "0.7" } + "tezos-error-monad" { = version } + "resto" {>= "1.0" & <= "1.2"} + "resto-directory" {>= "1.0" & <= "1.2"} + "uri" {>= "2.2.0" & <= "4.4.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (service and hierarchy descriptions)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc/tezos-rpc.15.1/opam b/packages/tezos-rpc/tezos-rpc.15.1/opam new file mode 100644 index 000000000..f3f445cfb --- /dev/null +++ b/packages/tezos-rpc/tezos-rpc.15.1/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "data-encoding" { >= "0.6" & < "0.7" } + "tezos-error-monad" { = version } + "resto" {>= "1.0" & <= "1.2"} + "resto-directory" {>= "1.0" & <= "1.2"} + "uri" {>= "2.2.0" & <= "4.4.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (service and hierarchy descriptions)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc/tezos-rpc.17.1/opam b/packages/tezos-rpc/tezos-rpc.17.1/opam new file mode 100644 index 000000000..77250adfd --- /dev/null +++ b/packages/tezos-rpc/tezos-rpc.17.1/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "data-encoding" { >= "0.7.1" & < "1.0.0" } + "tezos-error-monad" { = version } + "resto" {>= "1.0" & <= "1.2"} + "resto-directory" {>= "1.0" & <= "1.2"} + "uri" {>= "3.1.0" & <= "4.4.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (service and hierarchy descriptions)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc/tezos-rpc.17.2/opam b/packages/tezos-rpc/tezos-rpc.17.2/opam new file mode 100644 index 000000000..65b26c341 --- /dev/null +++ b/packages/tezos-rpc/tezos-rpc.17.2/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "data-encoding" { >= "0.7.1" & < "1.0.0" } + "tezos-error-monad" { = version } + "resto" {>= "1.0" & <= "1.2"} + "resto-directory" {>= "1.0" & <= "1.2"} + "uri" {>= "3.1.0" & <= "4.4.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (service and hierarchy descriptions)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc/tezos-rpc.7.0/opam b/packages/tezos-rpc/tezos-rpc.7.0/opam new file mode 100644 index 000000000..04f7ddd96 --- /dev/null +++ b/packages/tezos-rpc/tezos-rpc.7.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-error-monad" { = version } + "resto" { = "0.4" } + "resto-directory" { = "0.4" } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_rpc/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (service and hierarchy descriptions)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.0.tar.bz2" + checksum: [ + "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91" + "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc/tezos-rpc.7.1/opam b/packages/tezos-rpc/tezos-rpc.7.1/opam new file mode 100644 index 000000000..c98074fae --- /dev/null +++ b/packages/tezos-rpc/tezos-rpc.7.1/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-error-monad" { = version } + "resto" { = "0.4" } + "resto-directory" { = "0.4" } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_rpc/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (service and hierarchy descriptions)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.1.tar.bz2" + checksum: [ + "sha256=3675d856c4b818da7f5de0b85b86a48d3883f1210cfef28ef3233a047e74bed6" + "sha512=d6abdef9a6643b2ffe8141ecc625dcc2a939131e2e5cc158c74aba8c403bd4072b7fc403ccfa6d766696604ad112495dd9db1ece8a3ae5a4693071dfdffcbda5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc/tezos-rpc.7.2/opam b/packages/tezos-rpc/tezos-rpc.7.2/opam new file mode 100644 index 000000000..1a9884695 --- /dev/null +++ b/packages/tezos-rpc/tezos-rpc.7.2/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-error-monad" { = version } + "resto" { = "0.4" } + "resto-directory" { = "0.4" } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_rpc/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (service and hierarchy descriptions)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.2.tar.bz2" + checksum: [ + "sha256=abb52ad63345943d20f3edc4c3507474af94c001c8bf58138f47341942036cec" + "sha512=c823ca801cbc4005f5fc6ea5236d93569410c034da3ed32939ef64a0f2c19a34444fac12e13c72e5a1e15a401b655e58ffdbbb66ce0516e5968f621677b96117" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc/tezos-rpc.7.3/opam b/packages/tezos-rpc/tezos-rpc.7.3/opam new file mode 100644 index 000000000..ab2c61b84 --- /dev/null +++ b/packages/tezos-rpc/tezos-rpc.7.3/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-error-monad" { = version } + "resto" { = "0.4" } + "resto-directory" { = "0.4" } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_rpc/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (service and hierarchy descriptions)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.3.tar.bz2" + checksum: [ + "sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" + "sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc/tezos-rpc.7.4/opam b/packages/tezos-rpc/tezos-rpc.7.4/opam new file mode 100644 index 000000000..a3cd9e226 --- /dev/null +++ b/packages/tezos-rpc/tezos-rpc.7.4/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-error-monad" { = version } + "resto" { = "0.4" } + "resto-directory" { = "0.4" } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_rpc/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (service and hierarchy descriptions)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc/tezos-rpc.8.0/opam b/packages/tezos-rpc/tezos-rpc.8.0/opam new file mode 100644 index 000000000..56a683a41 --- /dev/null +++ b/packages/tezos-rpc/tezos-rpc.8.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-error-monad" { = version } + "resto" { >= "0.5" & < "0.6" } + "resto-directory" { >= "0.5" & < "0.6" } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_rpc/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (service and hierarchy descriptions)" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc/tezos-rpc.8.1/opam b/packages/tezos-rpc/tezos-rpc.8.1/opam new file mode 100644 index 000000000..b345b3007 --- /dev/null +++ b/packages/tezos-rpc/tezos-rpc.8.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-error-monad" { = version } + "resto" { >= "0.5" & < "0.6" } + "resto-directory" { >= "0.5" & < "0.6" } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_rpc/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (service and hierarchy descriptions)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc/tezos-rpc.8.2/opam b/packages/tezos-rpc/tezos-rpc.8.2/opam new file mode 100644 index 000000000..fe2f53da5 --- /dev/null +++ b/packages/tezos-rpc/tezos-rpc.8.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-error-monad" { = version } + "resto" { >= "0.5" & < "0.6" } + "resto-directory" { >= "0.5" & < "0.6" } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_rpc/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (service and hierarchy descriptions)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc/tezos-rpc.8.3/opam b/packages/tezos-rpc/tezos-rpc.8.3/opam new file mode 100644 index 000000000..75be2221a --- /dev/null +++ b/packages/tezos-rpc/tezos-rpc.8.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-error-monad" { = version } + "resto" { >= "0.5" & < "0.6" } + "resto-directory" { >= "0.5" & < "0.6" } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_rpc/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (service and hierarchy descriptions)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc/tezos-rpc.9.0/opam b/packages/tezos-rpc/tezos-rpc.9.0/opam new file mode 100644 index 000000000..616c8e658 --- /dev/null +++ b/packages/tezos-rpc/tezos-rpc.9.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-error-monad" { = version } + "resto" { >= "0.6" & < "0.7" } + "resto-directory" { >= "0.6" & < "0.7" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_rpc/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (service and hierarchy descriptions)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc/tezos-rpc.9.1/opam b/packages/tezos-rpc/tezos-rpc.9.1/opam new file mode 100644 index 000000000..3888b4b00 --- /dev/null +++ b/packages/tezos-rpc/tezos-rpc.9.1/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-error-monad" { = version } + "resto" { >= "0.6" & < "0.7" } + "resto-directory" { >= "0.6" & < "0.7" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_rpc/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (service and hierarchy descriptions)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc/tezos-rpc.9.2/opam b/packages/tezos-rpc/tezos-rpc.9.2/opam new file mode 100644 index 000000000..7d9ab0662 --- /dev/null +++ b/packages/tezos-rpc/tezos-rpc.9.2/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-error-monad" { = version } + "resto" { >= "0.6" & < "0.7" } + "resto-directory" { >= "0.6" & < "0.7" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_rpc/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (service and hierarchy descriptions)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc/tezos-rpc.9.3/opam b/packages/tezos-rpc/tezos-rpc.9.3/opam new file mode 100644 index 000000000..44547c59f --- /dev/null +++ b/packages/tezos-rpc/tezos-rpc.9.3/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-error-monad" { = version } + "resto" { >= "0.6" & < "0.7" } + "resto-directory" { >= "0.6" & < "0.7" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_rpc/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (service and hierarchy descriptions)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc/tezos-rpc.9.4/opam b/packages/tezos-rpc/tezos-rpc.9.4/opam new file mode 100644 index 000000000..9b7ab43f8 --- /dev/null +++ b/packages/tezos-rpc/tezos-rpc.9.4/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-error-monad" { = version } + "resto" { >= "0.6" & < "0.7" } + "resto-directory" { >= "0.6" & < "0.7" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_rpc/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (service and hierarchy descriptions)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-rpc/tezos-rpc.9.7/opam b/packages/tezos-rpc/tezos-rpc.9.7/opam new file mode 100644 index 000000000..0a9abc9e3 --- /dev/null +++ b/packages/tezos-rpc/tezos-rpc.9.7/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-error-monad" { = version } + "resto" { >= "0.6" & < "0.7" } + "resto-directory" { >= "0.6" & < "0.7" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_rpc/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library of auto-documented RPCs (service and hierarchy descriptions)" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-sapling/tezos-sapling.10.2/opam b/packages/tezos-sapling/tezos-sapling.10.2/opam new file mode 100644 index 000000000..2c3b971f3 --- /dev/null +++ b/packages/tezos-sapling/tezos-sapling.10.2/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +authors: [ "Nomadic Labs " ] +maintainer: "Nomadic Labs " +synopsis: "OCaml library for the Sapling protocol, using librustzcash" +homepage: "https://gitlab.com/nomadic-labs/tezos" +bug-reports: "https://gitlab.com/tezos/nomadic-labs/issues" +dev-repo: "git+https://gitlab.com/nomadic-labs/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "ctypes-foreign" {>= "0.18.0" & <= "0.23.0"} + "tezos-crypto" { = version } + "tezos-rust-libs" {>= "1.1" & <= "1.7"} + "tezos-test-services" { with-test & = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-j" jobs "-p" name "@install" ] + ["mv" "src/lib_sapling/%{name}%.install" "./"] +# ["dune" "runtest" "-p" name "-j" jobs] {with-test} +# requires the "zcash-params" files +] + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-sapling/tezos-sapling.11.0/opam b/packages/tezos-sapling/tezos-sapling.11.0/opam new file mode 100644 index 000000000..bf950de87 --- /dev/null +++ b/packages/tezos-sapling/tezos-sapling.11.0/opam @@ -0,0 +1,37 @@ +opam-version: "2.0" +authors: [ "Nomadic Labs " ] +maintainer: "Nomadic Labs " +synopsis: "OCaml library for the Sapling protocol, using librustzcash" +homepage: "https://gitlab.com/nomadic-labs/tezos" +bug-reports: "https://gitlab.com/tezos/nomadic-labs/issues" +dev-repo: "git+https://gitlab.com/nomadic-labs/tezos.git" +license: "MIT" +depends: [ + "conf-rust" {build & = "0.1"} + "dune" {>= "2.7" & <= "3.17.1"} + "ctypes-foreign" {>= "0.18.0" & <= "0.23.0"} + "integers" {<= "0.7.0"} + "tezos-crypto" { = version } + "tezos-rust-libs" {>= "1.1" & <= "1.7"} + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "tezos-base-test-helpers" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-j" jobs "-p" name "@install" ] + ["mv" "src/lib_sapling/%{name}%.install" "./"] +# ["dune" "runtest" "-p" name "-j" jobs] {with-test} +# requires the "zcash-params" files +] + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-sapling/tezos-sapling.11.1/opam b/packages/tezos-sapling/tezos-sapling.11.1/opam new file mode 100644 index 000000000..7fcc0c371 --- /dev/null +++ b/packages/tezos-sapling/tezos-sapling.11.1/opam @@ -0,0 +1,38 @@ +opam-version: "2.0" +authors: [ "Nomadic Labs " ] +maintainer: "Nomadic Labs " +synopsis: "OCaml library for the Sapling protocol, using librustzcash" +homepage: "https://gitlab.com/nomadic-labs/tezos" +bug-reports: "https://gitlab.com/tezos/nomadic-labs/issues" +dev-repo: "git+https://gitlab.com/nomadic-labs/tezos.git" +license: "MIT" +depends: [ + "conf-rust" {build & = "0.1"} + "dune" {>= "2.9" & <= "3.17.1"} + "ctypes" {>= "0.18.0" & <= "0.23.0"} + "ctypes-foreign" {>= "0.18.0" & <= "0.23.0"} + "integers" {<= "0.7.0"} + "tezos-crypto" { = version } + "tezos-rust-libs" {>= "1.1" & <= "1.7"} + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "tezos-base-test-helpers" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-j" jobs "-p" name "@install" ] + ["mv" "src/lib_sapling/%{name}%.install" "./"] +# ["dune" "runtest" "-p" name "-j" jobs] {with-test} +# requires the "zcash-params" files +] + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-sapling/tezos-sapling.12.0/opam b/packages/tezos-sapling/tezos-sapling.12.0/opam new file mode 100644 index 000000000..14961553a --- /dev/null +++ b/packages/tezos-sapling/tezos-sapling.12.0/opam @@ -0,0 +1,38 @@ +opam-version: "2.0" +authors: [ "Nomadic Labs " ] +maintainer: "Nomadic Labs " +synopsis: "OCaml library for the Sapling protocol, using librustzcash" +homepage: "https://gitlab.com/nomadic-labs/tezos" +bug-reports: "https://gitlab.com/tezos/nomadic-labs/issues" +dev-repo: "git+https://gitlab.com/nomadic-labs/tezos.git" +license: "MIT" +depends: [ + "conf-rust" {build & = "0.1"} + "dune" {>= "2.9" & <= "3.17.1"} + "ctypes" {>= "0.18.0" & <= "0.23.0"} + "ctypes-foreign" {>= "0.18.0" & <= "0.23.0"} + "integers" {<= "0.7.0"} + "tezos-crypto" { = version } + "tezos-rust-libs" {>= "1.1" & <= "1.7"} + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "tezos-base-test-helpers" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-j" jobs "-p" name "@install" ] + ["mv" "src/lib_sapling/%{name}%.install" "./"] +# ["dune" "runtest" "-p" name "-j" jobs] {with-test} +# requires the "zcash-params" files +] + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-sapling/tezos-sapling.12.3/opam b/packages/tezos-sapling/tezos-sapling.12.3/opam new file mode 100644 index 000000000..a2ebca935 --- /dev/null +++ b/packages/tezos-sapling/tezos-sapling.12.3/opam @@ -0,0 +1,38 @@ +opam-version: "2.0" +authors: [ "Nomadic Labs " ] +maintainer: "Nomadic Labs " +synopsis: "OCaml library for the Sapling protocol, using librustzcash" +homepage: "https://gitlab.com/nomadic-labs/tezos" +bug-reports: "https://gitlab.com/tezos/nomadic-labs/issues" +dev-repo: "git+https://gitlab.com/nomadic-labs/tezos.git" +license: "MIT" +depends: [ + "conf-rust" {build & = "0.1"} + "dune" {>= "2.9" & <= "3.17.1"} + "ctypes" {>= "0.18.0" & <= "0.23.0"} + "ctypes-foreign" {>= "0.18.0" & <= "0.23.0"} + "integers" {<= "0.7.0"} + "tezos-crypto" { = version } + "tezos-rust-libs" {>= "1.1" & <= "1.7"} + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "tezos-base-test-helpers" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-j" jobs "-p" name "@install" ] + ["mv" "src/lib_sapling/%{name}%.install" "./"] +# ["dune" "runtest" "-p" name "-j" jobs] {with-test} +# requires the "zcash-params" files +] + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-sapling/tezos-sapling.13.0/opam b/packages/tezos-sapling/tezos-sapling.13.0/opam new file mode 100644 index 000000000..5224fb595 --- /dev/null +++ b/packages/tezos-sapling/tezos-sapling.13.0/opam @@ -0,0 +1,48 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "conf-rust" {= "0.1"} + "integers" {<= "0.7.0"} + "integers_stubs_js" {= "1.0"} + "ctypes" {>= "0.18.0" & <= "0.23.0"} + "ctypes_stubs_js" {= "0.1"} + "data-encoding" { >= "0.5.3" & < "0.6" } + "tezos-stdlib" { = version } + "tezos-crypto" { = version } + "tezos-error-monad" { = version } + "tezos-rust-libs" { = "1.1" } + "tezos-lwt-result-stdlib" { = version } + "tezos-base" { with-test & = version } + "tezos-stdlib-unix" { with-test & = version } + "tezos-base-test-helpers" { with-test & = version } + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} + "tezos-hacl" { with-test & = version } +] +x-opam-monorepo-opam-provided: [ + "tezos-rust-libs" +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_sapling/%{name}%.install" "./"] +# ["dune" "runtest" "-p" name "-j" jobs] {with-test} +# requires the "zcash-params" files +] +synopsis: "OCaml library for the Sapling protocol, using librustzcash" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-sapling/tezos-sapling.14.0/opam b/packages/tezos-sapling/tezos-sapling.14.0/opam new file mode 100644 index 000000000..d836afc13 --- /dev/null +++ b/packages/tezos-sapling/tezos-sapling.14.0/opam @@ -0,0 +1,42 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "conf-rust" {= "0.1"} + "integers" {<= "0.7.0"} + "integers_stubs_js" {= "1.0"} + "ctypes" {>= "0.18.0" & <= "0.23.0"} + "ctypes_stubs_js" {= "0.1"} + "data-encoding" { >= "0.6" & < "0.7" } + "tezos-stdlib" { = version } + "tezos-crypto" { = version } + "tezos-error-monad" { = version } + "tezos-rust-libs" { = "1.1" } + "tezos-lwt-result-stdlib" { = version } + "tezos-base" { with-test & = version } + "tezos-stdlib-unix" { with-test & = version } + "tezos-base-test-helpers" { with-test & = version } + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} + "tezos-hacl" { with-test & = version } +] +x-opam-monorepo-opam-provided: [ + "tezos-rust-libs" +] +build: [["rm" "-r" "vendors"] ["dune" "build" "-p" name "-j" jobs]] +synopsis: "OCaml library for the Sapling protocol, using librustzcash" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-sapling/tezos-sapling.15.0/opam b/packages/tezos-sapling/tezos-sapling.15.0/opam new file mode 100644 index 000000000..7367707ce --- /dev/null +++ b/packages/tezos-sapling/tezos-sapling.15.0/opam @@ -0,0 +1,42 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ctypes" {>= "0.18.0" & <= "0.23.0"} + "tezos-hacl" { with-test & = version } + "tezos-crypto" { = version } + "tezos-base" { with-test & = version } + "tezos-stdlib" { = version } + "tezos-stdlib-unix" { with-test & = version } + "data-encoding" { >= "0.6" & < "0.7" } + "tezos-base-test-helpers" { with-test & = version } + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} + "conf-rust" {= "0.1"} + "integers" {<= "0.7.0"} + "integers_stubs_js" {= "1.0"} + "ctypes_stubs_js" {= "0.1"} + "tezos-error-monad" { = version } + "tezos-rust-libs" { = "1.1" } + "tezos-lwt-result-stdlib" { = version } +] +x-opam-monorepo-opam-provided: [ + "tezos-rust-libs" +] +build: [["rm" "-r" "vendors"] ["dune" "build" "-p" name "-j" jobs]] +synopsis: "OCaml library for the Sapling protocol, using librustzcash" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-sapling/tezos-sapling.15.1/opam b/packages/tezos-sapling/tezos-sapling.15.1/opam new file mode 100644 index 000000000..f8a365e6c --- /dev/null +++ b/packages/tezos-sapling/tezos-sapling.15.1/opam @@ -0,0 +1,42 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "conf-rust" {= "0.1"} + "integers" {<= "0.7.0"} + "integers_stubs_js" {= "1.0"} + "ctypes" {>= "0.18.0" & <= "0.23.0"} + "ctypes_stubs_js" {= "0.1"} + "data-encoding" { >= "0.6" & < "0.7" } + "tezos-stdlib" { = version } + "tezos-crypto" { = version } + "tezos-error-monad" { = version } + "tezos-rust-libs" { = "1.1" } + "tezos-lwt-result-stdlib" { = version } + "tezos-base" { with-test & = version } + "tezos-stdlib-unix" { with-test & = version } + "tezos-base-test-helpers" { with-test & = version } + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} + "tezos-hacl" { with-test & = version } +] +x-opam-monorepo-opam-provided: [ + "tezos-rust-libs" +] +build: [["rm" "-r" "vendors"] ["dune" "build" "-p" name "-j" jobs]] +synopsis: "OCaml library for the Sapling protocol, using librustzcash" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-sapling/tezos-sapling.17.1/opam b/packages/tezos-sapling/tezos-sapling.17.1/opam new file mode 100644 index 000000000..ed30272b6 --- /dev/null +++ b/packages/tezos-sapling/tezos-sapling.17.1/opam @@ -0,0 +1,44 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "conf-rust" {= "0.1"} + "integers" {<= "0.7.0"} + "integers_stubs_js" {= "1.0"} + "ctypes" {>= "0.18.0" & <= "0.23.0"} + "ctypes_stubs_js" {= "0.1"} + "data-encoding" { >= "0.7.1" & < "1.0.0" } + "tezos-stdlib" { = version } + "tezos-crypto" { = version } + "tezos-error-monad" { = version } + "tezos-rust-libs" { = "1.5" } + "tezos-lwt-result-stdlib" { = version } + "tezos-hacl" { with-test & = version } + "tezt" {with-test & >= "3.1.0" & <= "4.1.0"} + "tezos-base" { with-test & = version } + "tezos-stdlib-unix" { with-test & = version } + "tezos-base-test-helpers" { with-test & = version } + "octez-alcotezt" { with-test & = version } +] +x-opam-monorepo-opam-provided: [ + "tezos-rust-libs" +] +build: [["rm" "-r" "vendors"] ["dune" "build" "-p" name "-j" jobs]] +synopsis: "OCaml library for the Sapling protocol, using librustzcash" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-sapling/tezos-sapling.17.2/opam b/packages/tezos-sapling/tezos-sapling.17.2/opam new file mode 100644 index 000000000..1a632196c --- /dev/null +++ b/packages/tezos-sapling/tezos-sapling.17.2/opam @@ -0,0 +1,44 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "conf-rust" {= "0.1"} + "integers" {<= "0.7.0"} + "integers_stubs_js" {= "1.0"} + "ctypes" {>= "0.18.0" & <= "0.23.0"} + "ctypes_stubs_js" {= "0.1"} + "data-encoding" { >= "0.7.1" & < "1.0.0" } + "tezos-stdlib" { = version } + "tezos-crypto" { = version } + "tezos-error-monad" { = version } + "tezos-rust-libs" { = "1.5" } + "tezos-lwt-result-stdlib" { = version } + "tezos-hacl" { with-test & = version } + "tezt" {with-test & >= "3.1.0" & <= "4.1.0"} + "tezos-base" { with-test & = version } + "tezos-stdlib-unix" { with-test & = version } + "tezos-base-test-helpers" { with-test & = version } + "octez-alcotezt" { with-test & = version } +] +x-opam-monorepo-opam-provided: [ + "tezos-rust-libs" +] +build: [["rm" "-r" "vendors"] ["dune" "build" "-p" name "-j" jobs]] +synopsis: "OCaml library for the Sapling protocol, using librustzcash" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-sapling/tezos-sapling.8.0/opam b/packages/tezos-sapling/tezos-sapling.8.0/opam new file mode 100644 index 000000000..813b78270 --- /dev/null +++ b/packages/tezos-sapling/tezos-sapling.8.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +authors: [ "Nomadic Labs " ] +maintainer: "Nomadic Labs " +synopsis: "OCaml library for the Sapling protocol, using librustzcash" +homepage: "https://gitlab.com/nomadic-labs/tezos" +bug-reports: "https://gitlab.com/tezos/nomadic-labs/issues" +dev-repo: "git+https://gitlab.com/nomadic-labs/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-crypto" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_sapling/%{name}%.install" "./"] +# ["dune" "runtest" "-p" name "-j" jobs] {with-test} +# requires the "zcash-params" files +] + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-sapling/tezos-sapling.8.1/opam b/packages/tezos-sapling/tezos-sapling.8.1/opam new file mode 100644 index 000000000..793625002 --- /dev/null +++ b/packages/tezos-sapling/tezos-sapling.8.1/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +authors: [ "Nomadic Labs " ] +maintainer: "Nomadic Labs " +synopsis: "OCaml library for the Sapling protocol, using librustzcash" +homepage: "https://gitlab.com/nomadic-labs/tezos" +bug-reports: "https://gitlab.com/tezos/nomadic-labs/issues" +dev-repo: "git+https://gitlab.com/nomadic-labs/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-crypto" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_sapling/%{name}%.install" "./"] +# ["dune" "runtest" "-p" name "-j" jobs] {with-test} +# requires the "zcash-params" files +] + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-sapling/tezos-sapling.8.2/opam b/packages/tezos-sapling/tezos-sapling.8.2/opam new file mode 100644 index 000000000..e8ed62b8d --- /dev/null +++ b/packages/tezos-sapling/tezos-sapling.8.2/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +authors: [ "Nomadic Labs " ] +maintainer: "Nomadic Labs " +synopsis: "OCaml library for the Sapling protocol, using librustzcash" +homepage: "https://gitlab.com/nomadic-labs/tezos" +bug-reports: "https://gitlab.com/tezos/nomadic-labs/issues" +dev-repo: "git+https://gitlab.com/nomadic-labs/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-crypto" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_sapling/%{name}%.install" "./"] +# ["dune" "runtest" "-p" name "-j" jobs] {with-test} +# requires the "zcash-params" files +] + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-sapling/tezos-sapling.8.3/opam b/packages/tezos-sapling/tezos-sapling.8.3/opam new file mode 100644 index 000000000..b52ab78d5 --- /dev/null +++ b/packages/tezos-sapling/tezos-sapling.8.3/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +authors: [ "Nomadic Labs " ] +maintainer: "Nomadic Labs " +synopsis: "OCaml library for the Sapling protocol, using librustzcash" +homepage: "https://gitlab.com/nomadic-labs/tezos" +bug-reports: "https://gitlab.com/tezos/nomadic-labs/issues" +dev-repo: "git+https://gitlab.com/nomadic-labs/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-crypto" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_sapling/%{name}%.install" "./"] +# ["dune" "runtest" "-p" name "-j" jobs] {with-test} +# requires the "zcash-params" files +] + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-sapling/tezos-sapling.9.0/opam b/packages/tezos-sapling/tezos-sapling.9.0/opam new file mode 100644 index 000000000..b022605c3 --- /dev/null +++ b/packages/tezos-sapling/tezos-sapling.9.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +authors: [ "Nomadic Labs " ] +maintainer: "Nomadic Labs " +homepage: "https://gitlab.com/tezos/tezos" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "data-encoding" { >= "0.3" & < "0.4" } + "tezos-crypto" { = version } + "tezos-test-services" { with-test & = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-j" jobs "-p" name "@install" ] + ["mv" "src/lib_sapling/%{name}%.install" "./"] +# ["dune" "runtest" "-p" name "-j" jobs] {with-test} +# requires the "zcash-params" files +] +synopsis: "OCaml library for the Sapling protocol, using librustzcash" + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-sapling/tezos-sapling.9.1/opam b/packages/tezos-sapling/tezos-sapling.9.1/opam new file mode 100644 index 000000000..64d4f606b --- /dev/null +++ b/packages/tezos-sapling/tezos-sapling.9.1/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +authors: [ "Nomadic Labs " ] +maintainer: "Nomadic Labs " +homepage: "https://gitlab.com/tezos/tezos" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "data-encoding" { >= "0.3" & < "0.4" } + "tezos-crypto" { = version } + "tezos-test-services" { with-test & = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-j" jobs "-p" name "@install" ] + ["mv" "src/lib_sapling/%{name}%.install" "./"] +# ["dune" "runtest" "-p" name "-j" jobs] {with-test} +# requires the "zcash-params" files +] +synopsis: "OCaml library for the Sapling protocol, using librustzcash" + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-sapling/tezos-sapling.9.2/opam b/packages/tezos-sapling/tezos-sapling.9.2/opam new file mode 100644 index 000000000..88332f021 --- /dev/null +++ b/packages/tezos-sapling/tezos-sapling.9.2/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +authors: [ "Nomadic Labs " ] +maintainer: "Nomadic Labs " +homepage: "https://gitlab.com/tezos/tezos" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "data-encoding" { >= "0.3" & < "0.4" } + "tezos-crypto" { = version } + "tezos-test-services" { with-test & = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-j" jobs "-p" name "@install" ] + ["mv" "src/lib_sapling/%{name}%.install" "./"] +# ["dune" "runtest" "-p" name "-j" jobs] {with-test} +# requires the "zcash-params" files +] +synopsis: "OCaml library for the Sapling protocol, using librustzcash" + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-sapling/tezos-sapling.9.3/opam b/packages/tezos-sapling/tezos-sapling.9.3/opam new file mode 100644 index 000000000..0ba0de9e0 --- /dev/null +++ b/packages/tezos-sapling/tezos-sapling.9.3/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +authors: [ "Nomadic Labs " ] +maintainer: "Nomadic Labs " +homepage: "https://gitlab.com/tezos/tezos" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "data-encoding" { >= "0.3" & < "0.4" } + "tezos-crypto" { = version } + "tezos-test-services" { with-test & = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-j" jobs "-p" name "@install" ] + ["mv" "src/lib_sapling/%{name}%.install" "./"] +# ["dune" "runtest" "-p" name "-j" jobs] {with-test} +# requires the "zcash-params" files +] +synopsis: "OCaml library for the Sapling protocol, using librustzcash" + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-sapling/tezos-sapling.9.4/opam b/packages/tezos-sapling/tezos-sapling.9.4/opam new file mode 100644 index 000000000..673bbeeb1 --- /dev/null +++ b/packages/tezos-sapling/tezos-sapling.9.4/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +authors: [ "Nomadic Labs " ] +maintainer: "Nomadic Labs " +homepage: "https://gitlab.com/tezos/tezos" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "data-encoding" { >= "0.3" & < "0.4" } + "tezos-crypto" { = version } + "tezos-test-services" { with-test & = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-j" jobs "-p" name "@install" ] + ["mv" "src/lib_sapling/%{name}%.install" "./"] +# ["dune" "runtest" "-p" name "-j" jobs] {with-test} +# requires the "zcash-params" files +] +synopsis: "OCaml library for the Sapling protocol, using librustzcash" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-sapling/tezos-sapling.9.7/opam b/packages/tezos-sapling/tezos-sapling.9.7/opam new file mode 100644 index 000000000..b4b9e2c2a --- /dev/null +++ b/packages/tezos-sapling/tezos-sapling.9.7/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +authors: [ "Nomadic Labs " ] +maintainer: "Nomadic Labs " +homepage: "https://gitlab.com/tezos/tezos" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "data-encoding" { >= "0.3" & < "0.4" } + "tezos-crypto" { = version } + "tezos-test-services" { with-test & = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-j" jobs "-p" name "@install" ] + ["mv" "src/lib_sapling/%{name}%.install" "./"] +# ["dune" "runtest" "-p" name "-j" jobs] {with-test} +# requires the "zcash-params" files +] +synopsis: "OCaml library for the Sapling protocol, using librustzcash" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-scoru-wasm-fast/tezos-scoru-wasm-fast.17.1/opam b/packages/tezos-scoru-wasm-fast/tezos-scoru-wasm-fast.17.1/opam new file mode 100644 index 000000000..88c26d250 --- /dev/null +++ b/packages/tezos-scoru-wasm-fast/tezos-scoru-wasm-fast.17.1/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-base" { = version } + "tezos-tree-encoding" { = version } + "tezos-webassembly-interpreter" { = version } + "tezos-lazy-containers" { = version } + "tezos-scoru-wasm" { = version } + "tezos-wasmer" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "WASM functionality for SCORU Fast Execution" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-scoru-wasm-fast/tezos-scoru-wasm-fast.17.2/opam b/packages/tezos-scoru-wasm-fast/tezos-scoru-wasm-fast.17.2/opam new file mode 100644 index 000000000..513e8446c --- /dev/null +++ b/packages/tezos-scoru-wasm-fast/tezos-scoru-wasm-fast.17.2/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-base" { = version } + "tezos-tree-encoding" { = version } + "tezos-webassembly-interpreter" { = version } + "tezos-lazy-containers" { = version } + "tezos-scoru-wasm" { = version } + "tezos-wasmer" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "WASM functionality for SCORU Fast Execution" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-scoru-wasm-helpers/tezos-scoru-wasm-helpers.17.1/opam b/packages/tezos-scoru-wasm-helpers/tezos-scoru-wasm-helpers.17.1/opam new file mode 100644 index 000000000..d5222bec6 --- /dev/null +++ b/packages/tezos-scoru-wasm-helpers/tezos-scoru-wasm-helpers.17.1/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "ppx_import" {<= "1.11.0"} + "ppx_deriving" {<= "6.0.3"} + "tezos-base" { = version } + "tezos-tree-encoding" { = version } + "tezos-context" { = version } + "tezos-scoru-wasm" { = version } + "tezos-scoru-wasm-fast" { = version } + "tezos-webassembly-interpreter-extra" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Helpers for the smart rollup wasm functionality and debugger" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-scoru-wasm-helpers/tezos-scoru-wasm-helpers.17.2/opam b/packages/tezos-scoru-wasm-helpers/tezos-scoru-wasm-helpers.17.2/opam new file mode 100644 index 000000000..1c965c15f --- /dev/null +++ b/packages/tezos-scoru-wasm-helpers/tezos-scoru-wasm-helpers.17.2/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "ppx_import" {<= "1.11.0"} + "ppx_deriving" {<= "6.0.3"} + "tezos-base" { = version } + "tezos-tree-encoding" { = version } + "tezos-context" { = version } + "tezos-scoru-wasm" { = version } + "tezos-scoru-wasm-fast" { = version } + "tezos-webassembly-interpreter-extra" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Helpers for the smart rollup wasm functionality and debugger" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-scoru-wasm/tezos-scoru-wasm.14.0/opam b/packages/tezos-scoru-wasm/tezos-scoru-wasm.14.0/opam new file mode 100644 index 000000000..1a7805626 --- /dev/null +++ b/packages/tezos-scoru-wasm/tezos-scoru-wasm.14.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-webassembly-interpreter" { = version } + "tezos-context" { = version } + "tezos-lwt-result-stdlib" { = version } + "data-encoding" { >= "0.6" & < "0.7" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Protocol environment dependency providing WASM functionality for SCORU" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-scoru-wasm/tezos-scoru-wasm.15.0/opam b/packages/tezos-scoru-wasm/tezos-scoru-wasm.15.0/opam new file mode 100644 index 000000000..a171147b4 --- /dev/null +++ b/packages/tezos-scoru-wasm/tezos-scoru-wasm.15.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-tree-encoding" { = version } + "tezos-lazy-containers" { = version } + "tezos-webassembly-interpreter" { = version } + "tezos-context" { = version } + "tezos-lwt-result-stdlib" { = version } + "data-encoding" { >= "0.6" & < "0.7" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Protocol environment dependency providing WASM functionality for SCORU" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-scoru-wasm/tezos-scoru-wasm.15.1/opam b/packages/tezos-scoru-wasm/tezos-scoru-wasm.15.1/opam new file mode 100644 index 000000000..e34b2fb59 --- /dev/null +++ b/packages/tezos-scoru-wasm/tezos-scoru-wasm.15.1/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-tree-encoding" { = version } + "tezos-lazy-containers" { = version } + "tezos-webassembly-interpreter" { = version } + "tezos-context" { = version } + "tezos-lwt-result-stdlib" { = version } + "data-encoding" { >= "0.6" & < "0.7" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Protocol environment dependency providing WASM functionality for SCORU" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-scoru-wasm/tezos-scoru-wasm.17.1/opam b/packages/tezos-scoru-wasm/tezos-scoru-wasm.17.1/opam new file mode 100644 index 000000000..0fff98465 --- /dev/null +++ b/packages/tezos-scoru-wasm/tezos-scoru-wasm.17.1/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-base" { = version } + "tezos-tree-encoding" { = version } + "tezos-lazy-containers" { = version } + "tezos-webassembly-interpreter" { = version } + "tezos-context" { = version } + "tezos-lwt-result-stdlib" { = version } + "data-encoding" { >= "0.7.1" & < "1.0.0" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Protocol environment dependency providing WASM functionality for SCORU" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-scoru-wasm/tezos-scoru-wasm.17.2/opam b/packages/tezos-scoru-wasm/tezos-scoru-wasm.17.2/opam new file mode 100644 index 000000000..0a8dfb3f4 --- /dev/null +++ b/packages/tezos-scoru-wasm/tezos-scoru-wasm.17.2/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-base" { = version } + "tezos-tree-encoding" { = version } + "tezos-lazy-containers" { = version } + "tezos-webassembly-interpreter" { = version } + "tezos-context" { = version } + "tezos-lwt-result-stdlib" { = version } + "data-encoding" { >= "0.7.1" & < "1.0.0" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Protocol environment dependency providing WASM functionality for SCORU" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-shell-benchmarks/tezos-shell-benchmarks.13.0/opam b/packages/tezos-shell-benchmarks/tezos-shell-benchmarks.13.0/opam new file mode 100644 index 000000000..ebddabc3a --- /dev/null +++ b/packages/tezos-shell-benchmarks/tezos-shell-benchmarks.13.0/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-stdlib" { = version } + "tezos-base" { = version } + "tezos-error-monad" { = version } + "tezos-benchmark" { = version } + "tezos-crypto" { = version } + "tezos-context" { = version } + "tezos-shell-context" { = version } + "tezos-micheline" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_shell_benchmarks/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: shell benchmarks" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-shell-context-test/tezos-shell-context-test.13.0/opam b/packages/tezos-shell-context-test/tezos-shell-context-test.13.0/opam new file mode 100644 index 000000000..53e5d08fa --- /dev/null +++ b/packages/tezos-shell-context-test/tezos-shell-context-test.13.0/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-shell-context" { with-test & = version } + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} + "tezos-test-helpers" { with-test & = version } + "tezos-base" { with-test & = version } + "tezos-protocol-environment" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_environment/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Testing the Shell Context" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-shell-context/tezos-shell-context.10.2/opam b/packages/tezos-shell-context/tezos-shell-context.10.2/opam new file mode 100644 index 000000000..a7ec1ea71 --- /dev/null +++ b/packages/tezos-shell-context/tezos-shell-context.10.2/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_environment/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: economic-protocols environment implementation for `tezos-node`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-shell-context/tezos-shell-context.11.0/opam b/packages/tezos-shell-context/tezos-shell-context.11.0/opam new file mode 100644 index 000000000..aa6317d24 --- /dev/null +++ b/packages/tezos-shell-context/tezos-shell-context.11.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_environment/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: economic-protocols environment implementation for `tezos-node`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-shell-context/tezos-shell-context.11.1/opam b/packages/tezos-shell-context/tezos-shell-context.11.1/opam new file mode 100644 index 000000000..13b5318ba --- /dev/null +++ b/packages/tezos-shell-context/tezos-shell-context.11.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_environment/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: economic-protocols environment implementation for `tezos-node`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-shell-context/tezos-shell-context.12.0/opam b/packages/tezos-shell-context/tezos-shell-context.12.0/opam new file mode 100644 index 000000000..31766db16 --- /dev/null +++ b/packages/tezos-shell-context/tezos-shell-context.12.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_environment/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: economic-protocols environment implementation for `tezos-node`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-shell-context/tezos-shell-context.12.3/opam b/packages/tezos-shell-context/tezos-shell-context.12.3/opam new file mode 100644 index 000000000..6d58843f1 --- /dev/null +++ b/packages/tezos-shell-context/tezos-shell-context.12.3/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_environment/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: economic-protocols environment implementation for `tezos-node`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-shell-context/tezos-shell-context.13.0/opam b/packages/tezos-shell-context/tezos-shell-context.13.0/opam new file mode 100644 index 000000000..45aea2340 --- /dev/null +++ b/packages/tezos-shell-context/tezos-shell-context.13.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-environment" { = version } + "tezos-context" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_environment/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: economic-protocols environment implementation for `tezos-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-shell-context/tezos-shell-context.14.0/opam b/packages/tezos-shell-context/tezos-shell-context.14.0/opam new file mode 100644 index 000000000..4c868d970 --- /dev/null +++ b/packages/tezos-shell-context/tezos-shell-context.14.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-environment" { = version } + "tezos-context" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: economic-protocols environment implementation for `tezos-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-shell-context/tezos-shell-context.15.0/opam b/packages/tezos-shell-context/tezos-shell-context.15.0/opam new file mode 100644 index 000000000..b7f34b4ee --- /dev/null +++ b/packages/tezos-shell-context/tezos-shell-context.15.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-environment" { = version } + "tezos-context" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: economic-protocols environment implementation for `octez-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-shell-context/tezos-shell-context.15.1/opam b/packages/tezos-shell-context/tezos-shell-context.15.1/opam new file mode 100644 index 000000000..3d45dca0f --- /dev/null +++ b/packages/tezos-shell-context/tezos-shell-context.15.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-environment" { = version } + "tezos-context" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: economic-protocols environment implementation for `octez-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-shell-context/tezos-shell-context.17.1/opam b/packages/tezos-shell-context/tezos-shell-context.17.1/opam new file mode 100644 index 000000000..c0647f15a --- /dev/null +++ b/packages/tezos-shell-context/tezos-shell-context.17.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-base" { = version } + "tezos-protocol-environment" { = version } + "tezos-context" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: economic-protocols environment implementation for `octez-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-shell-context/tezos-shell-context.17.2/opam b/packages/tezos-shell-context/tezos-shell-context.17.2/opam new file mode 100644 index 000000000..91fc0fe14 --- /dev/null +++ b/packages/tezos-shell-context/tezos-shell-context.17.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-base" { = version } + "tezos-protocol-environment" { = version } + "tezos-context" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: economic-protocols environment implementation for `octez-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-shell-context/tezos-shell-context.7.0/opam b/packages/tezos-shell-context/tezos-shell-context.7.0/opam new file mode 100644 index 000000000..5c698c171 --- /dev/null +++ b/packages/tezos-shell-context/tezos-shell-context.7.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-environment" { = version } + "tezos-storage" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_environment/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: economic-protocols environment implementation for `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.0.tar.bz2" + checksum: [ + "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91" + "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-shell-context/tezos-shell-context.7.1/opam b/packages/tezos-shell-context/tezos-shell-context.7.1/opam new file mode 100644 index 000000000..1c131738f --- /dev/null +++ b/packages/tezos-shell-context/tezos-shell-context.7.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-environment" { = version } + "tezos-storage" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_environment/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: economic-protocols environment implementation for `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.1.tar.bz2" + checksum: [ + "sha256=3675d856c4b818da7f5de0b85b86a48d3883f1210cfef28ef3233a047e74bed6" + "sha512=d6abdef9a6643b2ffe8141ecc625dcc2a939131e2e5cc158c74aba8c403bd4072b7fc403ccfa6d766696604ad112495dd9db1ece8a3ae5a4693071dfdffcbda5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-shell-context/tezos-shell-context.7.2/opam b/packages/tezos-shell-context/tezos-shell-context.7.2/opam new file mode 100644 index 000000000..f8a8b7564 --- /dev/null +++ b/packages/tezos-shell-context/tezos-shell-context.7.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-environment" { = version } + "tezos-storage" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_environment/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: economic-protocols environment implementation for `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.2.tar.bz2" + checksum: [ + "sha256=abb52ad63345943d20f3edc4c3507474af94c001c8bf58138f47341942036cec" + "sha512=c823ca801cbc4005f5fc6ea5236d93569410c034da3ed32939ef64a0f2c19a34444fac12e13c72e5a1e15a401b655e58ffdbbb66ce0516e5968f621677b96117" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-shell-context/tezos-shell-context.7.3/opam b/packages/tezos-shell-context/tezos-shell-context.7.3/opam new file mode 100644 index 000000000..2151a03fe --- /dev/null +++ b/packages/tezos-shell-context/tezos-shell-context.7.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-environment" { = version } + "tezos-storage" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_environment/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: economic-protocols environment implementation for `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.3.tar.bz2" + checksum: [ + "sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" + "sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-shell-context/tezos-shell-context.7.4/opam b/packages/tezos-shell-context/tezos-shell-context.7.4/opam new file mode 100644 index 000000000..eac200108 --- /dev/null +++ b/packages/tezos-shell-context/tezos-shell-context.7.4/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-environment" { = version } + "tezos-storage" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_environment/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: economic-protocols environment implementation for `tezos-node`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-shell-context/tezos-shell-context.8.0/opam b/packages/tezos-shell-context/tezos-shell-context.8.0/opam new file mode 100644 index 000000000..f2f61e103 --- /dev/null +++ b/packages/tezos-shell-context/tezos-shell-context.8.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-environment" { = version } + "tezos-storage" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_environment/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: economic-protocols environment implementation for `tezos-node`" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-shell-context/tezos-shell-context.8.1/opam b/packages/tezos-shell-context/tezos-shell-context.8.1/opam new file mode 100644 index 000000000..b40231144 --- /dev/null +++ b/packages/tezos-shell-context/tezos-shell-context.8.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-environment" { = version } + "tezos-storage" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_environment/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: economic-protocols environment implementation for `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-shell-context/tezos-shell-context.8.2/opam b/packages/tezos-shell-context/tezos-shell-context.8.2/opam new file mode 100644 index 000000000..18d88d9b3 --- /dev/null +++ b/packages/tezos-shell-context/tezos-shell-context.8.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-environment" { = version } + "tezos-storage" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_environment/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: economic-protocols environment implementation for `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-shell-context/tezos-shell-context.8.3/opam b/packages/tezos-shell-context/tezos-shell-context.8.3/opam new file mode 100644 index 000000000..87a10449c --- /dev/null +++ b/packages/tezos-shell-context/tezos-shell-context.8.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-environment" { = version } + "tezos-storage" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_environment/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: economic-protocols environment implementation for `tezos-node`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-shell-context/tezos-shell-context.9.0/opam b/packages/tezos-shell-context/tezos-shell-context.9.0/opam new file mode 100644 index 000000000..d7e47d527 --- /dev/null +++ b/packages/tezos-shell-context/tezos-shell-context.9.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_environment/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: economic-protocols environment implementation for `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-shell-context/tezos-shell-context.9.1/opam b/packages/tezos-shell-context/tezos-shell-context.9.1/opam new file mode 100644 index 000000000..63fdb0c56 --- /dev/null +++ b/packages/tezos-shell-context/tezos-shell-context.9.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_environment/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: economic-protocols environment implementation for `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-shell-context/tezos-shell-context.9.2/opam b/packages/tezos-shell-context/tezos-shell-context.9.2/opam new file mode 100644 index 000000000..4b35b43ff --- /dev/null +++ b/packages/tezos-shell-context/tezos-shell-context.9.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_environment/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: economic-protocols environment implementation for `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-shell-context/tezos-shell-context.9.3/opam b/packages/tezos-shell-context/tezos-shell-context.9.3/opam new file mode 100644 index 000000000..5991091dd --- /dev/null +++ b/packages/tezos-shell-context/tezos-shell-context.9.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_environment/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: economic-protocols environment implementation for `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-shell-context/tezos-shell-context.9.4/opam b/packages/tezos-shell-context/tezos-shell-context.9.4/opam new file mode 100644 index 000000000..23be4e287 --- /dev/null +++ b/packages/tezos-shell-context/tezos-shell-context.9.4/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_environment/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: economic-protocols environment implementation for `tezos-node`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-shell-context/tezos-shell-context.9.7/opam b/packages/tezos-shell-context/tezos-shell-context.9.7/opam new file mode 100644 index 000000000..774b9a292 --- /dev/null +++ b/packages/tezos-shell-context/tezos-shell-context.9.7/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-environment" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_protocol_environment/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: economic-protocols environment implementation for `tezos-node`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-shell-services-test-helpers/tezos-shell-services-test-helpers.11.0/opam b/packages/tezos-shell-services-test-helpers/tezos-shell-services-test-helpers.11.0/opam new file mode 100644 index 000000000..8c4560a4e --- /dev/null +++ b/packages/tezos-shell-services-test-helpers/tezos-shell-services-test-helpers.11.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-shell-services" { = version } + "tezos-test-helpers" { = version } + "qcheck-core" {<= "0.23"} + "qcheck-alcotest" {with-test & <= "0.23"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_shell_services/test_helpers/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: Tezos shell_services test helpers" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-shell-services-test-helpers/tezos-shell-services-test-helpers.11.1/opam b/packages/tezos-shell-services-test-helpers/tezos-shell-services-test-helpers.11.1/opam new file mode 100644 index 000000000..a3a877aff --- /dev/null +++ b/packages/tezos-shell-services-test-helpers/tezos-shell-services-test-helpers.11.1/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-shell-services" { = version } + "tezos-test-helpers" { = version } + "qcheck-core" {<= "0.23"} + "qcheck-alcotest" {with-test & <= "0.23"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_shell_services/test_helpers/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: Tezos shell_services test helpers" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-shell-services-test-helpers/tezos-shell-services-test-helpers.12.0/opam b/packages/tezos-shell-services-test-helpers/tezos-shell-services-test-helpers.12.0/opam new file mode 100644 index 000000000..97df5b4f8 --- /dev/null +++ b/packages/tezos-shell-services-test-helpers/tezos-shell-services-test-helpers.12.0/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-shell-services" { = version } + "tezos-test-helpers" { = version } + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_shell_services/test_helpers/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: Tezos shell_services test helpers" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-shell-services-test-helpers/tezos-shell-services-test-helpers.13.0/opam b/packages/tezos-shell-services-test-helpers/tezos-shell-services-test-helpers.13.0/opam new file mode 100644 index 000000000..3302d2411 --- /dev/null +++ b/packages/tezos-shell-services-test-helpers/tezos-shell-services-test-helpers.13.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-shell-services" { = version } + "tezos-test-helpers" { = version } + "qcheck-core" {<= "0.23"} + "qcheck-alcotest" {with-test & >= "0.18" & <= "0.23"} + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_shell_services/test_helpers/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: Tezos shell_services test helpers" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-shell-services-test-helpers/tezos-shell-services-test-helpers.14.0/opam b/packages/tezos-shell-services-test-helpers/tezos-shell-services-test-helpers.14.0/opam new file mode 100644 index 000000000..a26d50ef3 --- /dev/null +++ b/packages/tezos-shell-services-test-helpers/tezos-shell-services-test-helpers.14.0/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-shell-services" { = version } + "tezos-test-helpers" { = version } + "qcheck-core" {<= "0.23"} + "qcheck-alcotest" {with-test & >= "0.18" & <= "0.23"} + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: Tezos shell_services test helpers" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-shell-services-test-helpers/tezos-shell-services-test-helpers.15.0/opam b/packages/tezos-shell-services-test-helpers/tezos-shell-services-test-helpers.15.0/opam new file mode 100644 index 000000000..b5077aa78 --- /dev/null +++ b/packages/tezos-shell-services-test-helpers/tezos-shell-services-test-helpers.15.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-test-helpers" { = version } + "tezos-shell-services" { = version } + "qcheck-alcotest" {with-test & >= "0.18" & <= "0.23"} + "alcotest-lwt" {>= "1.5.0" & <= "1.8.0"} + "qcheck-core" {<= "0.23"} + "tezos-context" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: Tezos shell_services test helpers" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-shell-services-test-helpers/tezos-shell-services-test-helpers.15.1/opam b/packages/tezos-shell-services-test-helpers/tezos-shell-services-test-helpers.15.1/opam new file mode 100644 index 000000000..7ee598513 --- /dev/null +++ b/packages/tezos-shell-services-test-helpers/tezos-shell-services-test-helpers.15.1/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-shell-services" { = version } + "tezos-test-helpers" { = version } + "qcheck-core" {<= "0.23"} + "tezos-context" { = version } + "alcotest-lwt" {>= "1.5.0" & <= "1.8.0"} + "qcheck-alcotest" {with-test & >= "0.18" & <= "0.23"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: Tezos shell_services test helpers" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-shell-services/tezos-shell-services.11.0/opam b/packages/tezos-shell-services/tezos-shell-services.11.0/opam new file mode 100644 index 000000000..d476e3e7f --- /dev/null +++ b/packages/tezos-shell-services/tezos-shell-services.11.0/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-workers" { = version } + "tezos-p2p-services" { = version } + "tezos-version" { = version } + "alcotest-lwt" {with-test & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_shell_services/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: descriptions of RPCs exported by `tezos-shell`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-shell-services/tezos-shell-services.11.1/opam b/packages/tezos-shell-services/tezos-shell-services.11.1/opam new file mode 100644 index 000000000..d76708dfe --- /dev/null +++ b/packages/tezos-shell-services/tezos-shell-services.11.1/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-workers" { = version } + "tezos-p2p-services" { = version } + "tezos-version" { = version } + "alcotest-lwt" {with-test & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_shell_services/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: descriptions of RPCs exported by `tezos-shell`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-shell-services/tezos-shell-services.12.0/opam b/packages/tezos-shell-services/tezos-shell-services.12.0/opam new file mode 100644 index 000000000..55fde0877 --- /dev/null +++ b/packages/tezos-shell-services/tezos-shell-services.12.0/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-workers" { = version } + "tezos-p2p-services" { = version } + "tezos-version" { = version } + "alcotest-lwt" {with-test & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_shell_services/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: descriptions of RPCs exported by `tezos-shell`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-shell-services/tezos-shell-services.13.0/opam b/packages/tezos-shell-services/tezos-shell-services.13.0/opam new file mode 100644 index 000000000..e46a4c513 --- /dev/null +++ b/packages/tezos-shell-services/tezos-shell-services.13.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-p2p-services" { = version } + "tezos-version" { = version } + "alcotest" {with-test & >= "1.5.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_shell_services/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: descriptions of RPCs exported by `tezos-shell`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-shell-services/tezos-shell-services.14.0/opam b/packages/tezos-shell-services/tezos-shell-services.14.0/opam new file mode 100644 index 000000000..ac9e63478 --- /dev/null +++ b/packages/tezos-shell-services/tezos-shell-services.14.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-p2p-services" { = version } + "tezos-version" { = version } + "alcotest" {with-test & >= "1.5.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: descriptions of RPCs exported by `tezos-shell`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-shell-services/tezos-shell-services.15.0/opam b/packages/tezos-shell-services/tezos-shell-services.15.0/opam new file mode 100644 index 000000000..7cec30525 --- /dev/null +++ b/packages/tezos-shell-services/tezos-shell-services.15.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "alcotest" {with-test & >= "1.5.0" & <= "1.8.0"} + "tezos-p2p-services" { = version } + "tezos-version" { = version } + "tezos-context" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: descriptions of RPCs exported by `tezos-shell`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-shell-services/tezos-shell-services.15.1/opam b/packages/tezos-shell-services/tezos-shell-services.15.1/opam new file mode 100644 index 000000000..6c8d3014d --- /dev/null +++ b/packages/tezos-shell-services/tezos-shell-services.15.1/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-p2p-services" { = version } + "tezos-version" { = version } + "tezos-context" { = version } + "alcotest" {with-test & >= "1.5.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: descriptions of RPCs exported by `tezos-shell`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-shell-services/tezos-shell-services.17.1/opam b/packages/tezos-shell-services/tezos-shell-services.17.1/opam new file mode 100644 index 000000000..71d650038 --- /dev/null +++ b/packages/tezos-shell-services/tezos-shell-services.17.1/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-base" { = version } + "tezos-rpc" { = version } + "tezos-p2p-services" { = version } + "tezos-version" { = version } + "tezos-context" { = version } + "tezt" {with-test & >= "3.1.0" & <= "4.1.0"} + "octez-alcotezt" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] { with-test & ocaml:native } +] +synopsis: "Tezos: descriptions of RPCs exported by `tezos-shell`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-shell-services/tezos-shell-services.17.2/opam b/packages/tezos-shell-services/tezos-shell-services.17.2/opam new file mode 100644 index 000000000..d7e83537f --- /dev/null +++ b/packages/tezos-shell-services/tezos-shell-services.17.2/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-base" { = version } + "tezos-rpc" { = version } + "tezos-p2p-services" { = version } + "tezos-version" { = version } + "tezos-context" { = version } + "tezt" {with-test & >= "3.1.0" & <= "4.1.0"} + "octez-alcotezt" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] { with-test & ocaml:native } +] +synopsis: "Tezos: descriptions of RPCs exported by `tezos-shell`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-shell-services/tezos-shell-services.7.0/opam b/packages/tezos-shell-services/tezos-shell-services.7.0/opam new file mode 100644 index 000000000..65cbf6cb9 --- /dev/null +++ b/packages/tezos-shell-services/tezos-shell-services.7.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "ocaml" {< "4.12"} + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-version" { = version } + "tezos-p2p-services" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_shell_services/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: descriptions of RPCs exported by `tezos-shell`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.0.tar.bz2" + checksum: [ + "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91" + "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-shell-services/tezos-shell-services.7.1/opam b/packages/tezos-shell-services/tezos-shell-services.7.1/opam new file mode 100644 index 000000000..f1d28db3d --- /dev/null +++ b/packages/tezos-shell-services/tezos-shell-services.7.1/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "ocaml" {< "4.12"} + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-version" { = version } + "tezos-p2p-services" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_shell_services/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: descriptions of RPCs exported by `tezos-shell`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.1.tar.bz2" + checksum: [ + "sha256=3675d856c4b818da7f5de0b85b86a48d3883f1210cfef28ef3233a047e74bed6" + "sha512=d6abdef9a6643b2ffe8141ecc625dcc2a939131e2e5cc158c74aba8c403bd4072b7fc403ccfa6d766696604ad112495dd9db1ece8a3ae5a4693071dfdffcbda5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-shell-services/tezos-shell-services.7.2/opam b/packages/tezos-shell-services/tezos-shell-services.7.2/opam new file mode 100644 index 000000000..f2adf5cf4 --- /dev/null +++ b/packages/tezos-shell-services/tezos-shell-services.7.2/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "ocaml" {< "4.12"} + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-version" { = version } + "tezos-p2p-services" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_shell_services/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: descriptions of RPCs exported by `tezos-shell`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.2.tar.bz2" + checksum: [ + "sha256=abb52ad63345943d20f3edc4c3507474af94c001c8bf58138f47341942036cec" + "sha512=c823ca801cbc4005f5fc6ea5236d93569410c034da3ed32939ef64a0f2c19a34444fac12e13c72e5a1e15a401b655e58ffdbbb66ce0516e5968f621677b96117" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-shell-services/tezos-shell-services.7.3/opam b/packages/tezos-shell-services/tezos-shell-services.7.3/opam new file mode 100644 index 000000000..cad8ef4ba --- /dev/null +++ b/packages/tezos-shell-services/tezos-shell-services.7.3/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "ocaml" {< "4.12"} + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-version" { = version } + "tezos-p2p-services" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_shell_services/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: descriptions of RPCs exported by `tezos-shell`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.3.tar.bz2" + checksum: [ + "sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" + "sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-shell-services/tezos-shell-services.7.4/opam b/packages/tezos-shell-services/tezos-shell-services.7.4/opam new file mode 100644 index 000000000..f0b8afc4e --- /dev/null +++ b/packages/tezos-shell-services/tezos-shell-services.7.4/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "ocaml" {< "4.12"} + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-version" { = version } + "tezos-p2p-services" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_shell_services/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: descriptions of RPCs exported by `tezos-shell`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-shell-services/tezos-shell-services.8.0/opam b/packages/tezos-shell-services/tezos-shell-services.8.0/opam new file mode 100644 index 000000000..9cf95ab6f --- /dev/null +++ b/packages/tezos-shell-services/tezos-shell-services.8.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-workers" { = version } + "tezos-p2p-services" { = version } + "tezos-version" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_shell_services/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: descriptions of RPCs exported by `tezos-shell`" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-shell-services/tezos-shell-services.8.1/opam b/packages/tezos-shell-services/tezos-shell-services.8.1/opam new file mode 100644 index 000000000..28aa224c7 --- /dev/null +++ b/packages/tezos-shell-services/tezos-shell-services.8.1/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-workers" { = version } + "tezos-p2p-services" { = version } + "tezos-version" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_shell_services/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: descriptions of RPCs exported by `tezos-shell`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-shell-services/tezos-shell-services.8.2/opam b/packages/tezos-shell-services/tezos-shell-services.8.2/opam new file mode 100644 index 000000000..d0879a08f --- /dev/null +++ b/packages/tezos-shell-services/tezos-shell-services.8.2/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-workers" { = version } + "tezos-p2p-services" { = version } + "tezos-version" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_shell_services/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: descriptions of RPCs exported by `tezos-shell`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-shell-services/tezos-shell-services.8.3/opam b/packages/tezos-shell-services/tezos-shell-services.8.3/opam new file mode 100644 index 000000000..602a3cb4f --- /dev/null +++ b/packages/tezos-shell-services/tezos-shell-services.8.3/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-workers" { = version } + "tezos-p2p-services" { = version } + "tezos-version" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_shell_services/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: descriptions of RPCs exported by `tezos-shell`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-shell-services/tezos-shell-services.9.0/opam b/packages/tezos-shell-services/tezos-shell-services.9.0/opam new file mode 100644 index 000000000..035aa7d54 --- /dev/null +++ b/packages/tezos-shell-services/tezos-shell-services.9.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-workers" { = version } + "tezos-p2p-services" { = version } + "tezos-version" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_shell_services/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: descriptions of RPCs exported by `tezos-shell`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-shell-services/tezos-shell-services.9.1/opam b/packages/tezos-shell-services/tezos-shell-services.9.1/opam new file mode 100644 index 000000000..5879b7378 --- /dev/null +++ b/packages/tezos-shell-services/tezos-shell-services.9.1/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-workers" { = version } + "tezos-p2p-services" { = version } + "tezos-version" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_shell_services/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: descriptions of RPCs exported by `tezos-shell`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-shell-services/tezos-shell-services.9.2/opam b/packages/tezos-shell-services/tezos-shell-services.9.2/opam new file mode 100644 index 000000000..e0145ab0e --- /dev/null +++ b/packages/tezos-shell-services/tezos-shell-services.9.2/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-workers" { = version } + "tezos-p2p-services" { = version } + "tezos-version" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_shell_services/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: descriptions of RPCs exported by `tezos-shell`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-shell-services/tezos-shell-services.9.3/opam b/packages/tezos-shell-services/tezos-shell-services.9.3/opam new file mode 100644 index 000000000..2186dc7bd --- /dev/null +++ b/packages/tezos-shell-services/tezos-shell-services.9.3/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-workers" { = version } + "tezos-p2p-services" { = version } + "tezos-version" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_shell_services/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: descriptions of RPCs exported by `tezos-shell`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-shell-services/tezos-shell-services.9.4/opam b/packages/tezos-shell-services/tezos-shell-services.9.4/opam new file mode 100644 index 000000000..10dddcc4d --- /dev/null +++ b/packages/tezos-shell-services/tezos-shell-services.9.4/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-workers" { = version } + "tezos-p2p-services" { = version } + "tezos-version" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_shell_services/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: descriptions of RPCs exported by `tezos-shell`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-shell-services/tezos-shell-services.9.7/opam b/packages/tezos-shell-services/tezos-shell-services.9.7/opam new file mode 100644 index 000000000..215ed85d7 --- /dev/null +++ b/packages/tezos-shell-services/tezos-shell-services.9.7/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-workers" { = version } + "tezos-p2p-services" { = version } + "tezos-version" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_shell_services/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: descriptions of RPCs exported by `tezos-shell`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-shell/tezos-shell.10.2/opam b/packages/tezos-shell/tezos-shell.10.2/opam new file mode 100644 index 000000000..83de962cf --- /dev/null +++ b/packages/tezos-shell/tezos-shell.10.2/opam @@ -0,0 +1,39 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-p2p" { = version } + "tezos-validation" { = version } + "tezos-requester" { = version } + "tezos-store" { = version } + "tezos-workers" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "crowbar" {with-test & <= "0.2.1"} + "tezos-test-helpers" { with-test & = version } + "tezos-test-services" { with-test & = version } + "tezos-embedded-protocol-demo-noops" { with-test & = version } + "tezos-protocol-plugin-alpha" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_shell/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: core of `tezos-node` (gossip, validation scheduling, mempool, ...)" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-shell/tezos-shell.11.0/opam b/packages/tezos-shell/tezos-shell.11.0/opam new file mode 100644 index 000000000..8f6a61f2f --- /dev/null +++ b/packages/tezos-shell/tezos-shell.11.0/opam @@ -0,0 +1,40 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-p2p" { = version } + "tezos-store" { = version } + "tezos-validation" { = version } + "tezos-requester" { = version } + "lwt-canceler" {= "0.3"} + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "qcheck-alcotest" {with-test & <= "0.23"} + "tezos-test-helpers" { with-test & = version } + "tezos-embedded-protocol-demo-noops" { with-test & = version } + "tezos-protocol-plugin-alpha" { with-test & = version } + "tezos-base-test-helpers" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_shell/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: core of `tezos-node` (gossip, validation scheduling, mempool, ...)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-shell/tezos-shell.11.1/opam b/packages/tezos-shell/tezos-shell.11.1/opam new file mode 100644 index 000000000..379ecae77 --- /dev/null +++ b/packages/tezos-shell/tezos-shell.11.1/opam @@ -0,0 +1,40 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-p2p" { = version } + "tezos-store" { = version } + "tezos-validation" { = version } + "tezos-requester" { = version } + "lwt-canceler" {= "0.3"} + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "qcheck-alcotest" {with-test & <= "0.23"} + "tezos-test-helpers" { with-test & = version } + "tezos-embedded-protocol-demo-noops" { with-test & = version } + "tezos-protocol-plugin-alpha" { with-test & = version } + "tezos-base-test-helpers" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_shell/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: core of `tezos-node` (gossip, validation scheduling, mempool, ...)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-shell/tezos-shell.12.0/opam b/packages/tezos-shell/tezos-shell.12.0/opam new file mode 100644 index 000000000..09d69a927 --- /dev/null +++ b/packages/tezos-shell/tezos-shell.12.0/opam @@ -0,0 +1,40 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-p2p" { = version } + "tezos-store" { = version } + "tezos-validation" { = version } + "tezos-requester" { = version } + "lwt-canceler" {= "0.3"} + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} + "tezos-test-helpers" { with-test & = version } + "tezos-embedded-protocol-demo-noops" { with-test & = version } + "tezos-protocol-plugin-alpha" { with-test & = version } + "tezos-alpha-test-helpers" { with-test & = version } + "tezos-base-test-helpers" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_shell/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: core of `tezos-node` (gossip, validation scheduling, mempool, ...)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-shell/tezos-shell.12.3/opam b/packages/tezos-shell/tezos-shell.12.3/opam new file mode 100644 index 000000000..921ebff55 --- /dev/null +++ b/packages/tezos-shell/tezos-shell.12.3/opam @@ -0,0 +1,39 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-p2p" { = version } + "tezos-store" { = version } + "tezos-validation" { = version } + "tezos-requester" { = version } + "lwt-canceler" {= "0.3"} + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} + "tezos-test-helpers" { with-test & = version } + "tezos-embedded-protocol-demo-noops" { with-test & = version } + "tezos-protocol-plugin-alpha" { with-test & = version } + "tezos-alpha-test-helpers" { with-test & = version } + "tezos-base-test-helpers" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_shell/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: core of `tezos-node` (gossip, validation scheduling, mempool, ...)" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-shell/tezos-shell.13.0/opam b/packages/tezos-shell/tezos-shell.13.0/opam new file mode 100644 index 000000000..832a0485f --- /dev/null +++ b/packages/tezos-shell/tezos-shell.13.0/opam @@ -0,0 +1,50 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "lwt-watcher" { = "0.2" } + "lwt-canceler" {= "0.3"} + "prometheus" {<= "1.2"} + "tezos-base" { = version } + "tezos-context" { = version } + "tezos-store" { = version } + "tezos-shell-context" { = version } + "tezos-p2p" { = version } + "tezos-stdlib-unix" { = version } + "tezos-shell-services" { = version } + "tezos-p2p-services" { = version } + "tezos-protocol-updater" { = version } + "tezos-requester" { = version } + "tezos-workers" { = version } + "tezos-validation" { = version } + "tezos-version" { = version } + "lwt-exit" {= "1.0"} + "tezos-base-test-helpers" { with-test & = version } + "tezos-embedded-protocol-demo-noops" { with-test & = version } + "tezos-event-logging-test-helpers" { with-test & = version } + "tezos-test-helpers" { with-test & = version } + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_shell/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: core of `tezos-node` (gossip, validation scheduling, mempool, ...)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-shell/tezos-shell.14.0/opam b/packages/tezos-shell/tezos-shell.14.0/opam new file mode 100644 index 000000000..e6eae4ca4 --- /dev/null +++ b/packages/tezos-shell/tezos-shell.14.0/opam @@ -0,0 +1,51 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "lwt-watcher" { = "0.2" } + "lwt-canceler" {= "0.3"} + "prometheus" {= "1.2"} + "tezos-base" { = version } + "tezos-context" { = version } + "tezos-store" { = version } + "tezos-protocol-environment" { = version } + "tezos-context-ops" { = version } + "tezos-shell-context" { = version } + "tezos-p2p" { = version } + "tezos-stdlib-unix" { = version } + "tezos-shell-services" { = version } + "tezos-p2p-services" { = version } + "tezos-protocol-updater" { = version } + "tezos-requester" { = version } + "tezos-workers" { = version } + "tezos-validation" { = version } + "tezos-version" { = version } + "lwt-exit" {= "1.0"} + "tezos-base-test-helpers" { with-test & = version } + "tezos-embedded-protocol-demo-noops" { with-test & = version } + "tezos-event-logging-test-helpers" { with-test & = version } + "tezos-test-helpers" { with-test & = version } + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: core of `tezos-node` (gossip, validation scheduling, mempool, ...)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-shell/tezos-shell.15.0/opam b/packages/tezos-shell/tezos-shell.15.0/opam new file mode 100644 index 000000000..75ed901a4 --- /dev/null +++ b/packages/tezos-shell/tezos-shell.15.0/opam @@ -0,0 +1,52 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-base-test-helpers" { with-test & = version } + "tezos-store" { = version } + "tezos-context" { = version } + "tezos-context-ops" { = version } + "tezos-shell-context" { = version } + "tezos-protocol-updater" { = version } + "tezos-p2p" { = version } + "tezos-p2p-services" { = version } + "tezos-requester" { = version } + "tezos-shell-services" { = version } + "tezos-embedded-protocol-demo-noops" { with-test & = version } + "tezos-stdlib-unix" { = version } + "tezos-validation" { = version } + "tezos-event-logging-test-helpers" { with-test & = version } + "tezos-test-helpers" { with-test & = version } + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} + "ppx_expect" {<= "v0.17.2"} + "lwt-watcher" { = "0.2" } + "lwt-canceler" {= "0.3"} + "prometheus" {= "1.2"} + "tezos-protocol-environment" { = version } + "tezos-workers" { = version } + "tezos-version" { = version } + "lwt-exit" {= "1.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: core of `octez-node` (gossip, validation scheduling, mempool, ...)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-shell/tezos-shell.15.1/opam b/packages/tezos-shell/tezos-shell.15.1/opam new file mode 100644 index 000000000..80499d3e1 --- /dev/null +++ b/packages/tezos-shell/tezos-shell.15.1/opam @@ -0,0 +1,52 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ppx_expect" {<= "v0.17.2"} + "lwt-watcher" { = "0.2" } + "lwt-canceler" {= "0.3"} + "prometheus" {= "1.2"} + "tezos-base" { = version } + "tezos-context" { = version } + "tezos-store" { = version } + "tezos-protocol-environment" { = version } + "tezos-context-ops" { = version } + "tezos-shell-context" { = version } + "tezos-p2p" { = version } + "tezos-stdlib-unix" { = version } + "tezos-shell-services" { = version } + "tezos-p2p-services" { = version } + "tezos-protocol-updater" { = version } + "tezos-requester" { = version } + "tezos-workers" { = version } + "tezos-validation" { = version } + "tezos-version" { = version } + "lwt-exit" {= "1.0"} + "tezos-base-test-helpers" { with-test & = version } + "tezos-embedded-protocol-demo-noops" { with-test & = version } + "tezos-event-logging-test-helpers" { with-test & = version } + "tezos-test-helpers" { with-test & = version } + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: core of `octez-node` (gossip, validation scheduling, mempool, ...)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-shell/tezos-shell.17.1/opam b/packages/tezos-shell/tezos-shell.17.1/opam new file mode 100644 index 000000000..43fa16567 --- /dev/null +++ b/packages/tezos-shell/tezos-shell.17.1/opam @@ -0,0 +1,55 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "ppx_expect" {<= "v0.17.2"} + "lwt-watcher" { = "0.2" } + "lwt-canceler" {= "0.3"} + "prometheus" {= "1.2"} + "tezos-base" { = version } + "tezos-rpc" { = version } + "tezos-context" { = version } + "tezos-store" { = version } + "tezos-protocol-environment" { = version } + "tezos-context-ops" { = version } + "tezos-shell-context" { = version } + "tezos-p2p" { = version } + "tezos-stdlib-unix" { = version } + "tezos-shell-services" { = version } + "tezos-p2p-services" { = version } + "tezos-protocol-updater" { = version } + "tezos-requester" { = version } + "tezos-workers" { = version } + "tezos-validation" { = version } + "tezos-version" { = version } + "lwt-exit" {= "1.0"} + "tezt" {with-test & >= "3.1.0" & <= "4.1.0"} + "tezos-base-test-helpers" { with-test & = version } + "tezos-embedded-protocol-demo-noops" { with-test & = version } + "tezos-event-logging-test-helpers" { with-test & = version } + "tezos-test-helpers" { with-test & = version } + "octez-alcotezt" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] { with-test & ocaml:native } +] +synopsis: "Tezos: core of `octez-node` (gossip, validation scheduling, mempool, ...)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-shell/tezos-shell.17.2/opam b/packages/tezos-shell/tezos-shell.17.2/opam new file mode 100644 index 000000000..b66dc6268 --- /dev/null +++ b/packages/tezos-shell/tezos-shell.17.2/opam @@ -0,0 +1,55 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "ppx_expect" {<= "v0.17.2"} + "lwt-watcher" { = "0.2" } + "lwt-canceler" {= "0.3"} + "prometheus" {= "1.2"} + "tezos-base" { = version } + "tezos-rpc" { = version } + "tezos-context" { = version } + "tezos-store" { = version } + "tezos-protocol-environment" { = version } + "tezos-context-ops" { = version } + "tezos-shell-context" { = version } + "tezos-p2p" { = version } + "tezos-stdlib-unix" { = version } + "tezos-shell-services" { = version } + "tezos-p2p-services" { = version } + "tezos-protocol-updater" { = version } + "tezos-requester" { = version } + "tezos-workers" { = version } + "tezos-validation" { = version } + "tezos-version" { = version } + "lwt-exit" {= "1.0"} + "tezt" {with-test & >= "3.1.0" & <= "4.1.0"} + "tezos-base-test-helpers" { with-test & = version } + "tezos-embedded-protocol-demo-noops" { with-test & = version } + "tezos-event-logging-test-helpers" { with-test & = version } + "tezos-test-helpers" { with-test & = version } + "octez-alcotezt" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] { with-test & ocaml:native } +] +synopsis: "Tezos: core of `octez-node` (gossip, validation scheduling, mempool, ...)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-shell/tezos-shell.7.0/opam b/packages/tezos-shell/tezos-shell.7.0/opam new file mode 100644 index 000000000..77d8f1e15 --- /dev/null +++ b/packages/tezos-shell/tezos-shell.7.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-p2p" { = version } + "tezos-validation" { = version } + "tezos-requester" { = version } + "alcotest-lwt" { with-test & = "0.8.5" } + "tezos-embedded-protocol-demo-noops" { with-test & = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_shell/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: core of `tezos-node` (gossip, validation scheduling, mempool, ...)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.0.tar.bz2" + checksum: [ + "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91" + "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-shell/tezos-shell.7.1/opam b/packages/tezos-shell/tezos-shell.7.1/opam new file mode 100644 index 000000000..a62e64183 --- /dev/null +++ b/packages/tezos-shell/tezos-shell.7.1/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-p2p" { = version } + "tezos-validation" { = version } + "tezos-requester" { = version } + "alcotest-lwt" { with-test & = "0.8.5" } + "tezos-embedded-protocol-demo-noops" { with-test & = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_shell/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: core of `tezos-node` (gossip, validation scheduling, mempool, ...)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.1.tar.bz2" + checksum: [ + "sha256=3675d856c4b818da7f5de0b85b86a48d3883f1210cfef28ef3233a047e74bed6" + "sha512=d6abdef9a6643b2ffe8141ecc625dcc2a939131e2e5cc158c74aba8c403bd4072b7fc403ccfa6d766696604ad112495dd9db1ece8a3ae5a4693071dfdffcbda5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-shell/tezos-shell.7.2/opam b/packages/tezos-shell/tezos-shell.7.2/opam new file mode 100644 index 000000000..b6ca1b76d --- /dev/null +++ b/packages/tezos-shell/tezos-shell.7.2/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-p2p" { = version } + "tezos-validation" { = version } + "tezos-requester" { = version } + "alcotest-lwt" { with-test & = "0.8.5" } + "tezos-embedded-protocol-demo-noops" { with-test & = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_shell/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: core of `tezos-node` (gossip, validation scheduling, mempool, ...)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.2.tar.bz2" + checksum: [ + "sha256=abb52ad63345943d20f3edc4c3507474af94c001c8bf58138f47341942036cec" + "sha512=c823ca801cbc4005f5fc6ea5236d93569410c034da3ed32939ef64a0f2c19a34444fac12e13c72e5a1e15a401b655e58ffdbbb66ce0516e5968f621677b96117" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-shell/tezos-shell.7.3/opam b/packages/tezos-shell/tezos-shell.7.3/opam new file mode 100644 index 000000000..de870c859 --- /dev/null +++ b/packages/tezos-shell/tezos-shell.7.3/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-p2p" { = version } + "tezos-validation" { = version } + "tezos-requester" { = version } + "alcotest-lwt" { with-test & = "0.8.5" } + "tezos-embedded-protocol-demo-noops" { with-test & = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_shell/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: core of `tezos-node` (gossip, validation scheduling, mempool, ...)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.3.tar.bz2" + checksum: [ + "sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" + "sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-shell/tezos-shell.7.4/opam b/packages/tezos-shell/tezos-shell.7.4/opam new file mode 100644 index 000000000..090a54229 --- /dev/null +++ b/packages/tezos-shell/tezos-shell.7.4/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-p2p" { = version } + "tezos-validation" { = version } + "tezos-requester" { = version } + "alcotest-lwt" { with-test & = "0.8.5" } + "tezos-embedded-protocol-demo-noops" { with-test & = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_shell/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: core of `tezos-node` (gossip, validation scheduling, mempool, ...)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-shell/tezos-shell.8.0/opam b/packages/tezos-shell/tezos-shell.8.0/opam new file mode 100644 index 000000000..82022a992 --- /dev/null +++ b/packages/tezos-shell/tezos-shell.8.0/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-p2p" { = version } + "tezos-requester" { = version } + "tezos-validation" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "crowbar" {with-test & <= "0.2.1"} + "tezos-test-services" { with-test & = version } + "tezos-embedded-protocol-demo-noops" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_shell/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: core of `tezos-node` (gossip, validation scheduling, mempool, ...)" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-shell/tezos-shell.8.1/opam b/packages/tezos-shell/tezos-shell.8.1/opam new file mode 100644 index 000000000..2d50e24f1 --- /dev/null +++ b/packages/tezos-shell/tezos-shell.8.1/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-p2p" { = version } + "tezos-requester" { = version } + "tezos-validation" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "crowbar" {with-test & <= "0.2.1"} + "tezos-test-services" { with-test & = version } + "tezos-embedded-protocol-demo-noops" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_shell/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: core of `tezos-node` (gossip, validation scheduling, mempool, ...)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-shell/tezos-shell.8.2/opam b/packages/tezos-shell/tezos-shell.8.2/opam new file mode 100644 index 000000000..ef06bc074 --- /dev/null +++ b/packages/tezos-shell/tezos-shell.8.2/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-p2p" { = version } + "tezos-requester" { = version } + "tezos-validation" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "crowbar" {with-test & <= "0.2.1"} + "tezos-test-services" { with-test & = version } + "tezos-embedded-protocol-demo-noops" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_shell/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: core of `tezos-node` (gossip, validation scheduling, mempool, ...)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-shell/tezos-shell.8.3/opam b/packages/tezos-shell/tezos-shell.8.3/opam new file mode 100644 index 000000000..f7a510568 --- /dev/null +++ b/packages/tezos-shell/tezos-shell.8.3/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-p2p" { = version } + "tezos-requester" { = version } + "tezos-validation" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "crowbar" {with-test & <= "0.2.1"} + "tezos-test-services" { with-test & = version } + "tezos-embedded-protocol-demo-noops" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_shell/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: core of `tezos-node` (gossip, validation scheduling, mempool, ...)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-shell/tezos-shell.9.0/opam b/packages/tezos-shell/tezos-shell.9.0/opam new file mode 100644 index 000000000..a3ef3ba58 --- /dev/null +++ b/packages/tezos-shell/tezos-shell.9.0/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-p2p" { = version } + "tezos-validation" { = version } + "tezos-requester" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "crowbar" {with-test & <= "0.2.1"} + "tezos-test-services" { with-test & = version } + "tezos-embedded-protocol-demo-noops" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_shell/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: core of `tezos-node` (gossip, validation scheduling, mempool, ...)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-shell/tezos-shell.9.1/opam b/packages/tezos-shell/tezos-shell.9.1/opam new file mode 100644 index 000000000..c25100556 --- /dev/null +++ b/packages/tezos-shell/tezos-shell.9.1/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-p2p" { = version } + "tezos-validation" { = version } + "tezos-requester" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "crowbar" {with-test & <= "0.2.1"} + "tezos-test-services" { with-test & = version } + "tezos-embedded-protocol-demo-noops" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_shell/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: core of `tezos-node` (gossip, validation scheduling, mempool, ...)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-shell/tezos-shell.9.2/opam b/packages/tezos-shell/tezos-shell.9.2/opam new file mode 100644 index 000000000..5a7a3dd51 --- /dev/null +++ b/packages/tezos-shell/tezos-shell.9.2/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-p2p" { = version } + "tezos-validation" { = version } + "tezos-requester" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "crowbar" {with-test & <= "0.2.1"} + "tezos-test-services" { with-test & = version } + "tezos-embedded-protocol-demo-noops" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_shell/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: core of `tezos-node` (gossip, validation scheduling, mempool, ...)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-shell/tezos-shell.9.3/opam b/packages/tezos-shell/tezos-shell.9.3/opam new file mode 100644 index 000000000..40d112b87 --- /dev/null +++ b/packages/tezos-shell/tezos-shell.9.3/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-p2p" { = version } + "tezos-validation" { = version } + "tezos-requester" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "crowbar" {with-test & <= "0.2.1"} + "tezos-test-services" { with-test & = version } + "tezos-embedded-protocol-demo-noops" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_shell/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: core of `tezos-node` (gossip, validation scheduling, mempool, ...)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-shell/tezos-shell.9.4/opam b/packages/tezos-shell/tezos-shell.9.4/opam new file mode 100644 index 000000000..8d36d44bb --- /dev/null +++ b/packages/tezos-shell/tezos-shell.9.4/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-p2p" { = version } + "tezos-validation" { = version } + "tezos-requester" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "crowbar" {with-test & <= "0.2.1"} + "tezos-test-services" { with-test & = version } + "tezos-embedded-protocol-demo-noops" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_shell/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: core of `tezos-node` (gossip, validation scheduling, mempool, ...)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-shell/tezos-shell.9.7/opam b/packages/tezos-shell/tezos-shell.9.7/opam new file mode 100644 index 000000000..6a58991cc --- /dev/null +++ b/packages/tezos-shell/tezos-shell.9.7/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-p2p" { = version } + "tezos-validation" { = version } + "tezos-requester" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "crowbar" {with-test & <= "0.2.1"} + "tezos-test-services" { with-test & = version } + "tezos-embedded-protocol-demo-noops" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_shell/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: core of `tezos-node` (gossip, validation scheduling, mempool, ...)" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-signer-backends/tezos-signer-backends.10.2/opam b/packages/tezos-signer-backends/tezos-signer-backends.10.2/opam new file mode 100644 index 000000000..84736d992 --- /dev/null +++ b/packages/tezos-signer-backends/tezos-signer-backends.10.2/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-rpc-http-client-unix" { = version } + "tezos-signer-services" { = version } + "alcotest" {with-test & >= "1.1.0" & <= "1.8.0"} + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +depopts: [ + "ledgerwallet-tezos" +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_signer_backends/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: remote-signature backends for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-signer-backends/tezos-signer-backends.11.0/opam b/packages/tezos-signer-backends/tezos-signer-backends.11.0/opam new file mode 100644 index 000000000..e81beda09 --- /dev/null +++ b/packages/tezos-signer-backends/tezos-signer-backends.11.0/opam @@ -0,0 +1,39 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-rpc-http-client-unix" { = version } + "tezos-signer-services" { = version } + "alcotest" {with-test & >= "1.1.0" & <= "1.8.0"} + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +depopts: [ + "ledgerwallet-tezos" +] +conflicts: [ + "ledgerwallet-tezos" { >= "0.2.0" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_signer_backends/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: remote-signature backends for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-signer-backends/tezos-signer-backends.11.1/opam b/packages/tezos-signer-backends/tezos-signer-backends.11.1/opam new file mode 100644 index 000000000..ab9de43e5 --- /dev/null +++ b/packages/tezos-signer-backends/tezos-signer-backends.11.1/opam @@ -0,0 +1,39 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-rpc-http-client-unix" { = version } + "tezos-signer-services" { = version } + "alcotest" {with-test & >= "1.1.0" & <= "1.8.0"} + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +depopts: [ + "ledgerwallet-tezos" +] +conflicts: [ + "ledgerwallet-tezos" { >= "0.2.0" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_signer_backends/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: remote-signature backends for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-signer-backends/tezos-signer-backends.12.0/opam b/packages/tezos-signer-backends/tezos-signer-backends.12.0/opam new file mode 100644 index 000000000..94651c7d0 --- /dev/null +++ b/packages/tezos-signer-backends/tezos-signer-backends.12.0/opam @@ -0,0 +1,39 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-rpc-http-client-unix" { = version } + "tezos-signer-services" { = version } + "alcotest" {with-test & >= "1.1.0" & <= "1.8.0"} + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +depopts: [ + "ledgerwallet-tezos" +] +conflicts: [ + "ledgerwallet-tezos" { < "0.2.1" | >= "0.3.0" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_signer_backends/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: remote-signature backends for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-signer-backends/tezos-signer-backends.12.3/opam b/packages/tezos-signer-backends/tezos-signer-backends.12.3/opam new file mode 100644 index 000000000..f14cb3229 --- /dev/null +++ b/packages/tezos-signer-backends/tezos-signer-backends.12.3/opam @@ -0,0 +1,38 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-rpc-http-client-unix" { = version } + "tezos-signer-services" { = version } + "alcotest" {with-test & >= "1.1.0" & <= "1.8.0"} + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +depopts: [ + "ledgerwallet-tezos" +] +conflicts: [ + "ledgerwallet-tezos" { < "0.2.1" | >= "0.3.0" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_signer_backends/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: remote-signature backends for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-signer-backends/tezos-signer-backends.13.0/opam b/packages/tezos-signer-backends/tezos-signer-backends.13.0/opam new file mode 100644 index 000000000..817e46479 --- /dev/null +++ b/packages/tezos-signer-backends/tezos-signer-backends.13.0/opam @@ -0,0 +1,48 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-stdlib" { = version } + "tezos-client-base" { = version } + "tezos-rpc-http" { = version } + "tezos-rpc-http-client" { = version } + "tezos-signer-services" { = version } + "tezos-shell-services" { = version } + "tezos-error-monad" { with-test & = version } + "tezos-crypto" { with-test & = version } + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} + "ocplib-endian" {<= "1.2"} + "fmt" {>= "0.8.7" & <= "0.9.0"} + "tezos-stdlib-unix" { = version } + "tezos-rpc-http-client-unix" { = version } +] +depopts: [ + "ledgerwallet-tezos" +] +conflicts: [ + "ledgerwallet-tezos" { < "0.2.1" | >= "0.3.0" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_signer_backends/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: remote-signature backends for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-signer-backends/tezos-signer-backends.14.0/opam b/packages/tezos-signer-backends/tezos-signer-backends.14.0/opam new file mode 100644 index 000000000..23af202d2 --- /dev/null +++ b/packages/tezos-signer-backends/tezos-signer-backends.14.0/opam @@ -0,0 +1,48 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-stdlib" { = version } + "tezos-client-base" { = version } + "tezos-rpc-http" { = version } + "tezos-rpc-http-client" { = version } + "tezos-signer-services" { = version } + "tezos-shell-services" { = version } + "uri" {>= "2.2.0" & <= "4.4.0"} + "tezos-error-monad" { with-test & = version } + "tezos-crypto" { with-test & = version } + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} + "ocplib-endian" {<= "1.2"} + "fmt" {>= "0.8.7" & <= "0.9.0"} + "tezos-stdlib-unix" { = version } + "tezos-rpc-http-client-unix" { = version } +] +depopts: [ + "ledgerwallet-tezos" +] +conflicts: [ + "ledgerwallet-tezos" { < "0.2.1" | >= "0.3.0" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: remote-signature backends for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-signer-backends/tezos-signer-backends.15.0/opam b/packages/tezos-signer-backends/tezos-signer-backends.15.0/opam new file mode 100644 index 000000000..09221f4bd --- /dev/null +++ b/packages/tezos-signer-backends/tezos-signer-backends.15.0/opam @@ -0,0 +1,49 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-error-monad" { with-test & = version } + "tezos-stdlib" { = version } + "tezos-crypto" { with-test & = version } + "tezos-client-base" { = version } + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} + "ocplib-endian" {<= "1.2"} + "fmt" {>= "0.8.7" & <= "0.9.0"} + "tezos-base" { = version } + "tezos-clic" { = version } + "tezos-stdlib-unix" { = version } + "tezos-rpc-http" { = version } + "tezos-rpc-http-client" { = version } + "tezos-rpc-http-client-unix" { = version } + "tezos-signer-services" { = version } + "tezos-shell-services" { = version } + "uri" {>= "2.2.0" & <= "4.4.0"} +] +depopts: [ + "ledgerwallet-tezos" +] +conflicts: [ + "ledgerwallet-tezos" { < "0.2.1" | >= "0.3.0" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: remote-signature backends for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-signer-backends/tezos-signer-backends.15.1/opam b/packages/tezos-signer-backends/tezos-signer-backends.15.1/opam new file mode 100644 index 000000000..1cc87fdb2 --- /dev/null +++ b/packages/tezos-signer-backends/tezos-signer-backends.15.1/opam @@ -0,0 +1,49 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-stdlib" { = version } + "tezos-client-base" { = version } + "tezos-rpc-http" { = version } + "tezos-rpc-http-client" { = version } + "tezos-signer-services" { = version } + "tezos-shell-services" { = version } + "uri" {>= "2.2.0" & <= "4.4.0"} + "tezos-error-monad" { with-test & = version } + "tezos-crypto" { with-test & = version } + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} + "ocplib-endian" {<= "1.2"} + "fmt" {>= "0.8.7" & <= "0.9.0"} + "tezos-clic" { = version } + "tezos-stdlib-unix" { = version } + "tezos-rpc-http-client-unix" { = version } +] +depopts: [ + "ledgerwallet-tezos" +] +conflicts: [ + "ledgerwallet-tezos" { < "0.2.1" | >= "0.3.0" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: remote-signature backends for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-signer-backends/tezos-signer-backends.17.1/opam b/packages/tezos-signer-backends/tezos-signer-backends.17.1/opam new file mode 100644 index 000000000..66145088b --- /dev/null +++ b/packages/tezos-signer-backends/tezos-signer-backends.17.1/opam @@ -0,0 +1,51 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-base" { = version } + "tezos-stdlib" { = version } + "tezos-client-base" { = version } + "tezos-rpc-http" { = version } + "tezos-rpc-http-client" { = version } + "tezos-signer-services" { = version } + "tezos-shell-services" { = version } + "uri" {>= "3.1.0" & <= "4.4.0"} + "ocplib-endian" {<= "1.2"} + "fmt" {>= "0.8.7" & <= "0.9.0"} + "tezos-clic" { = version } + "tezos-stdlib-unix" { = version } + "tezos-rpc-http-client-unix" { = version } + "tezt" {with-test & >= "3.1.0" & <= "4.1.0"} + "tezos-error-monad" { with-test & = version } + "tezos-crypto" { with-test & = version } + "octez-alcotezt" { with-test & = version } +] +depopts: [ + "ledgerwallet-tezos" +] +conflicts: [ + "ledgerwallet-tezos" { < "0.3.0" | >= "0.4.0" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] { with-test & ocaml:native } +] +synopsis: "Tezos: remote-signature backends for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-signer-backends/tezos-signer-backends.17.2/opam b/packages/tezos-signer-backends/tezos-signer-backends.17.2/opam new file mode 100644 index 000000000..09a63116d --- /dev/null +++ b/packages/tezos-signer-backends/tezos-signer-backends.17.2/opam @@ -0,0 +1,51 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-base" { = version } + "tezos-stdlib" { = version } + "tezos-client-base" { = version } + "tezos-rpc-http" { = version } + "tezos-rpc-http-client" { = version } + "tezos-signer-services" { = version } + "tezos-shell-services" { = version } + "uri" {>= "3.1.0" & <= "4.4.0"} + "ocplib-endian" {<= "1.2"} + "fmt" {>= "0.8.7" & <= "0.9.0"} + "tezos-clic" { = version } + "tezos-stdlib-unix" { = version } + "tezos-rpc-http-client-unix" { = version } + "tezt" {with-test & >= "3.1.0" & <= "4.1.0"} + "tezos-error-monad" { with-test & = version } + "tezos-crypto" { with-test & = version } + "octez-alcotezt" { with-test & = version } +] +depopts: [ + "ledgerwallet-tezos" +] +conflicts: [ + "ledgerwallet-tezos" { < "0.3.0" | >= "0.4.0" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] { with-test & ocaml:native } +] +synopsis: "Tezos: remote-signature backends for `tezos-client`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-signer-backends/tezos-signer-backends.7.0/opam b/packages/tezos-signer-backends/tezos-signer-backends.7.0/opam new file mode 100644 index 000000000..30fe77624 --- /dev/null +++ b/packages/tezos-signer-backends/tezos-signer-backends.7.0/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-rpc-http-client-unix" { = version } + "tezos-signer-services" { = version } + "alcotest" {with-test & = "0.8.5"} + "alcotest-lwt" {with-test & = "0.8.5"} +] +depopts: [ + "ledgerwallet-tezos" +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_signer_backends/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: remote-signature backends for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.0.tar.bz2" + checksum: [ + "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91" + "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-signer-backends/tezos-signer-backends.7.1/opam b/packages/tezos-signer-backends/tezos-signer-backends.7.1/opam new file mode 100644 index 000000000..f739fbbbf --- /dev/null +++ b/packages/tezos-signer-backends/tezos-signer-backends.7.1/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-rpc-http-client-unix" { = version } + "tezos-signer-services" { = version } + "alcotest" {with-test & = "0.8.5"} + "alcotest-lwt" {with-test & = "0.8.5"} +] +depopts: [ + "ledgerwallet-tezos" +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_signer_backends/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: remote-signature backends for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.1.tar.bz2" + checksum: [ + "sha256=3675d856c4b818da7f5de0b85b86a48d3883f1210cfef28ef3233a047e74bed6" + "sha512=d6abdef9a6643b2ffe8141ecc625dcc2a939131e2e5cc158c74aba8c403bd4072b7fc403ccfa6d766696604ad112495dd9db1ece8a3ae5a4693071dfdffcbda5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-signer-backends/tezos-signer-backends.7.2/opam b/packages/tezos-signer-backends/tezos-signer-backends.7.2/opam new file mode 100644 index 000000000..5d76cecec --- /dev/null +++ b/packages/tezos-signer-backends/tezos-signer-backends.7.2/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-rpc-http-client-unix" { = version } + "tezos-signer-services" { = version } + "alcotest" {with-test & = "0.8.5"} + "alcotest-lwt" {with-test & = "0.8.5"} +] +depopts: [ + "ledgerwallet-tezos" +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_signer_backends/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: remote-signature backends for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.2.tar.bz2" + checksum: [ + "sha256=abb52ad63345943d20f3edc4c3507474af94c001c8bf58138f47341942036cec" + "sha512=c823ca801cbc4005f5fc6ea5236d93569410c034da3ed32939ef64a0f2c19a34444fac12e13c72e5a1e15a401b655e58ffdbbb66ce0516e5968f621677b96117" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-signer-backends/tezos-signer-backends.7.3/opam b/packages/tezos-signer-backends/tezos-signer-backends.7.3/opam new file mode 100644 index 000000000..e386de4d2 --- /dev/null +++ b/packages/tezos-signer-backends/tezos-signer-backends.7.3/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-rpc-http-client-unix" { = version } + "tezos-signer-services" { = version } + "alcotest" {with-test & = "0.8.5"} + "alcotest-lwt" {with-test & = "0.8.5"} +] +depopts: [ + "ledgerwallet-tezos" +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_signer_backends/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: remote-signature backends for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.3.tar.bz2" + checksum: [ + "sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" + "sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-signer-backends/tezos-signer-backends.7.4/opam b/packages/tezos-signer-backends/tezos-signer-backends.7.4/opam new file mode 100644 index 000000000..706c33a68 --- /dev/null +++ b/packages/tezos-signer-backends/tezos-signer-backends.7.4/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-rpc-http-client-unix" { = version } + "tezos-signer-services" { = version } + "alcotest" {with-test & = "0.8.5"} + "alcotest-lwt" {with-test & = "0.8.5"} +] +depopts: [ + "ledgerwallet-tezos" +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_signer_backends/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: remote-signature backends for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-signer-backends/tezos-signer-backends.8.0/opam b/packages/tezos-signer-backends/tezos-signer-backends.8.0/opam new file mode 100644 index 000000000..48bef139a --- /dev/null +++ b/packages/tezos-signer-backends/tezos-signer-backends.8.0/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-rpc-http-client-unix" { = version } + "tezos-signer-services" { = version } + "alcotest" {with-test & >= "1.1.0" & <= "1.8.0"} + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +depopts: [ + "ledgerwallet-tezos" +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_signer_backends/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: remote-signature backends for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-signer-backends/tezos-signer-backends.8.1/opam b/packages/tezos-signer-backends/tezos-signer-backends.8.1/opam new file mode 100644 index 000000000..1d51411b9 --- /dev/null +++ b/packages/tezos-signer-backends/tezos-signer-backends.8.1/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-rpc-http-client-unix" { = version } + "tezos-signer-services" { = version } + "alcotest" {with-test & >= "1.1.0" & <= "1.8.0"} + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +depopts: [ + "ledgerwallet-tezos" +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_signer_backends/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: remote-signature backends for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-signer-backends/tezos-signer-backends.8.2/opam b/packages/tezos-signer-backends/tezos-signer-backends.8.2/opam new file mode 100644 index 000000000..240df5b48 --- /dev/null +++ b/packages/tezos-signer-backends/tezos-signer-backends.8.2/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-rpc-http-client-unix" { = version } + "tezos-signer-services" { = version } + "alcotest" {with-test & >= "1.1.0" & <= "1.8.0"} + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +depopts: [ + "ledgerwallet-tezos" +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_signer_backends/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: remote-signature backends for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-signer-backends/tezos-signer-backends.8.3/opam b/packages/tezos-signer-backends/tezos-signer-backends.8.3/opam new file mode 100644 index 000000000..f9b8be5a5 --- /dev/null +++ b/packages/tezos-signer-backends/tezos-signer-backends.8.3/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-rpc-http-client-unix" { = version } + "tezos-signer-services" { = version } + "alcotest" {with-test & >= "1.1.0" & <= "1.8.0"} + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +depopts: [ + "ledgerwallet-tezos" +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_signer_backends/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: remote-signature backends for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-signer-backends/tezos-signer-backends.9.0/opam b/packages/tezos-signer-backends/tezos-signer-backends.9.0/opam new file mode 100644 index 000000000..28cbc3619 --- /dev/null +++ b/packages/tezos-signer-backends/tezos-signer-backends.9.0/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-rpc-http-client-unix" { = version } + "tezos-signer-services" { = version } + "alcotest" {with-test & >= "1.1.0" & <= "1.8.0"} + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +depopts: [ + "ledgerwallet-tezos" +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_signer_backends/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: remote-signature backends for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-signer-backends/tezos-signer-backends.9.1/opam b/packages/tezos-signer-backends/tezos-signer-backends.9.1/opam new file mode 100644 index 000000000..a45f136ee --- /dev/null +++ b/packages/tezos-signer-backends/tezos-signer-backends.9.1/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-rpc-http-client-unix" { = version } + "tezos-signer-services" { = version } + "alcotest" {with-test & >= "1.1.0" & <= "1.8.0"} + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +depopts: [ + "ledgerwallet-tezos" +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_signer_backends/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: remote-signature backends for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-signer-backends/tezos-signer-backends.9.2/opam b/packages/tezos-signer-backends/tezos-signer-backends.9.2/opam new file mode 100644 index 000000000..722803ecb --- /dev/null +++ b/packages/tezos-signer-backends/tezos-signer-backends.9.2/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-rpc-http-client-unix" { = version } + "tezos-signer-services" { = version } + "alcotest" {with-test & >= "1.1.0" & <= "1.8.0"} + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +depopts: [ + "ledgerwallet-tezos" +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_signer_backends/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: remote-signature backends for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-signer-backends/tezos-signer-backends.9.3/opam b/packages/tezos-signer-backends/tezos-signer-backends.9.3/opam new file mode 100644 index 000000000..c36f3a470 --- /dev/null +++ b/packages/tezos-signer-backends/tezos-signer-backends.9.3/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-rpc-http-client-unix" { = version } + "tezos-signer-services" { = version } + "alcotest" {with-test & >= "1.1.0" & <= "1.8.0"} + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +depopts: [ + "ledgerwallet-tezos" +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_signer_backends/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: remote-signature backends for `tezos-client`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-signer-backends/tezos-signer-backends.9.4/opam b/packages/tezos-signer-backends/tezos-signer-backends.9.4/opam new file mode 100644 index 000000000..97d29bf4e --- /dev/null +++ b/packages/tezos-signer-backends/tezos-signer-backends.9.4/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-rpc-http-client-unix" { = version } + "tezos-signer-services" { = version } + "alcotest" {with-test & >= "1.1.0" & <= "1.8.0"} + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +depopts: [ + "ledgerwallet-tezos" +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_signer_backends/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: remote-signature backends for `tezos-client`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-signer-backends/tezos-signer-backends.9.7/opam b/packages/tezos-signer-backends/tezos-signer-backends.9.7/opam new file mode 100644 index 000000000..d7920ceec --- /dev/null +++ b/packages/tezos-signer-backends/tezos-signer-backends.9.7/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-rpc-http-client-unix" { = version } + "tezos-signer-services" { = version } + "alcotest" {with-test & >= "1.1.0" & <= "1.8.0"} + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +depopts: [ + "ledgerwallet-tezos" +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_signer_backends/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: remote-signature backends for `tezos-client`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-signer-services/tezos-signer-services.10.2/opam b/packages/tezos-signer-services/tezos-signer-services.10.2/opam new file mode 100644 index 000000000..f083f9dd3 --- /dev/null +++ b/packages/tezos-signer-services/tezos-signer-services.10.2/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-base" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_signer_services/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: descriptions of RPCs exported by `tezos-signer`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-signer-services/tezos-signer-services.11.0/opam b/packages/tezos-signer-services/tezos-signer-services.11.0/opam new file mode 100644 index 000000000..15f325013 --- /dev/null +++ b/packages/tezos-signer-services/tezos-signer-services.11.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-client-base" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_signer_services/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: descriptions of RPCs exported by `tezos-signer`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-signer-services/tezos-signer-services.11.1/opam b/packages/tezos-signer-services/tezos-signer-services.11.1/opam new file mode 100644 index 000000000..7fff33128 --- /dev/null +++ b/packages/tezos-signer-services/tezos-signer-services.11.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-base" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_signer_services/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: descriptions of RPCs exported by `tezos-signer`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-signer-services/tezos-signer-services.12.0/opam b/packages/tezos-signer-services/tezos-signer-services.12.0/opam new file mode 100644 index 000000000..0479d0367 --- /dev/null +++ b/packages/tezos-signer-services/tezos-signer-services.12.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-base" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_signer_services/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: descriptions of RPCs exported by `tezos-signer`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-signer-services/tezos-signer-services.12.3/opam b/packages/tezos-signer-services/tezos-signer-services.12.3/opam new file mode 100644 index 000000000..e2b98dbdd --- /dev/null +++ b/packages/tezos-signer-services/tezos-signer-services.12.3/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-base" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_signer_services/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: descriptions of RPCs exported by `tezos-signer`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-signer-services/tezos-signer-services.13.0/opam b/packages/tezos-signer-services/tezos-signer-services.13.0/opam new file mode 100644 index 000000000..c3129e850 --- /dev/null +++ b/packages/tezos-signer-services/tezos-signer-services.13.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-rpc" { = version } + "tezos-client-base" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_signer_services/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: descriptions of RPCs exported by `tezos-signer`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-signer-services/tezos-signer-services.14.0/opam b/packages/tezos-signer-services/tezos-signer-services.14.0/opam new file mode 100644 index 000000000..2635f3e54 --- /dev/null +++ b/packages/tezos-signer-services/tezos-signer-services.14.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-rpc" { = version } + "tezos-client-base" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: descriptions of RPCs exported by `tezos-signer`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-signer-services/tezos-signer-services.15.0/opam b/packages/tezos-signer-services/tezos-signer-services.15.0/opam new file mode 100644 index 000000000..accc6f34f --- /dev/null +++ b/packages/tezos-signer-services/tezos-signer-services.15.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-rpc" { = version } + "tezos-client-base" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: descriptions of RPCs exported by `tezos-signer`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-signer-services/tezos-signer-services.15.1/opam b/packages/tezos-signer-services/tezos-signer-services.15.1/opam new file mode 100644 index 000000000..2dc408cd2 --- /dev/null +++ b/packages/tezos-signer-services/tezos-signer-services.15.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-rpc" { = version } + "tezos-client-base" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: descriptions of RPCs exported by `tezos-signer`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-signer-services/tezos-signer-services.17.1/opam b/packages/tezos-signer-services/tezos-signer-services.17.1/opam new file mode 100644 index 000000000..fc5e6b73c --- /dev/null +++ b/packages/tezos-signer-services/tezos-signer-services.17.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-base" { = version } + "tezos-rpc" { = version } + "tezos-client-base" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: descriptions of RPCs exported by `tezos-signer`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-signer-services/tezos-signer-services.17.2/opam b/packages/tezos-signer-services/tezos-signer-services.17.2/opam new file mode 100644 index 000000000..5191489ba --- /dev/null +++ b/packages/tezos-signer-services/tezos-signer-services.17.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-base" { = version } + "tezos-rpc" { = version } + "tezos-client-base" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: descriptions of RPCs exported by `tezos-signer`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-signer-services/tezos-signer-services.7.0/opam b/packages/tezos-signer-services/tezos-signer-services.7.0/opam new file mode 100644 index 000000000..c77f766a7 --- /dev/null +++ b/packages/tezos-signer-services/tezos-signer-services.7.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-client-base" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_signer_services/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: descriptions of RPCs exported by `tezos-signer`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.0.tar.bz2" + checksum: [ + "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91" + "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-signer-services/tezos-signer-services.7.1/opam b/packages/tezos-signer-services/tezos-signer-services.7.1/opam new file mode 100644 index 000000000..0c85ad9c8 --- /dev/null +++ b/packages/tezos-signer-services/tezos-signer-services.7.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-client-base" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_signer_services/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: descriptions of RPCs exported by `tezos-signer`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.1.tar.bz2" + checksum: [ + "sha256=3675d856c4b818da7f5de0b85b86a48d3883f1210cfef28ef3233a047e74bed6" + "sha512=d6abdef9a6643b2ffe8141ecc625dcc2a939131e2e5cc158c74aba8c403bd4072b7fc403ccfa6d766696604ad112495dd9db1ece8a3ae5a4693071dfdffcbda5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-signer-services/tezos-signer-services.7.2/opam b/packages/tezos-signer-services/tezos-signer-services.7.2/opam new file mode 100644 index 000000000..966089dc6 --- /dev/null +++ b/packages/tezos-signer-services/tezos-signer-services.7.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-client-base" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_signer_services/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: descriptions of RPCs exported by `tezos-signer`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.2.tar.bz2" + checksum: [ + "sha256=abb52ad63345943d20f3edc4c3507474af94c001c8bf58138f47341942036cec" + "sha512=c823ca801cbc4005f5fc6ea5236d93569410c034da3ed32939ef64a0f2c19a34444fac12e13c72e5a1e15a401b655e58ffdbbb66ce0516e5968f621677b96117" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-signer-services/tezos-signer-services.7.3/opam b/packages/tezos-signer-services/tezos-signer-services.7.3/opam new file mode 100644 index 000000000..4dc53dab5 --- /dev/null +++ b/packages/tezos-signer-services/tezos-signer-services.7.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-client-base" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_signer_services/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: descriptions of RPCs exported by `tezos-signer`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.3.tar.bz2" + checksum: [ + "sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" + "sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-signer-services/tezos-signer-services.7.4/opam b/packages/tezos-signer-services/tezos-signer-services.7.4/opam new file mode 100644 index 000000000..b749ee3fb --- /dev/null +++ b/packages/tezos-signer-services/tezos-signer-services.7.4/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-client-base" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_signer_services/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: descriptions of RPCs exported by `tezos-signer`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-signer-services/tezos-signer-services.8.0/opam b/packages/tezos-signer-services/tezos-signer-services.8.0/opam new file mode 100644 index 000000000..3c398ad12 --- /dev/null +++ b/packages/tezos-signer-services/tezos-signer-services.8.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-base" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_signer_services/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: descriptions of RPCs exported by `tezos-signer`" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-signer-services/tezos-signer-services.8.1/opam b/packages/tezos-signer-services/tezos-signer-services.8.1/opam new file mode 100644 index 000000000..bdd026768 --- /dev/null +++ b/packages/tezos-signer-services/tezos-signer-services.8.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-base" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_signer_services/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: descriptions of RPCs exported by `tezos-signer`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-signer-services/tezos-signer-services.8.2/opam b/packages/tezos-signer-services/tezos-signer-services.8.2/opam new file mode 100644 index 000000000..783143284 --- /dev/null +++ b/packages/tezos-signer-services/tezos-signer-services.8.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-base" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_signer_services/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: descriptions of RPCs exported by `tezos-signer`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-signer-services/tezos-signer-services.8.3/opam b/packages/tezos-signer-services/tezos-signer-services.8.3/opam new file mode 100644 index 000000000..9383c33f1 --- /dev/null +++ b/packages/tezos-signer-services/tezos-signer-services.8.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-base" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_signer_services/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: descriptions of RPCs exported by `tezos-signer`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-signer-services/tezos-signer-services.9.0/opam b/packages/tezos-signer-services/tezos-signer-services.9.0/opam new file mode 100644 index 000000000..3815178f4 --- /dev/null +++ b/packages/tezos-signer-services/tezos-signer-services.9.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-base" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_signer_services/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: descriptions of RPCs exported by `tezos-signer`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-signer-services/tezos-signer-services.9.1/opam b/packages/tezos-signer-services/tezos-signer-services.9.1/opam new file mode 100644 index 000000000..f6dc046ca --- /dev/null +++ b/packages/tezos-signer-services/tezos-signer-services.9.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-base" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_signer_services/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: descriptions of RPCs exported by `tezos-signer`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-signer-services/tezos-signer-services.9.2/opam b/packages/tezos-signer-services/tezos-signer-services.9.2/opam new file mode 100644 index 000000000..4be5c19fa --- /dev/null +++ b/packages/tezos-signer-services/tezos-signer-services.9.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-base" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_signer_services/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: descriptions of RPCs exported by `tezos-signer`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-signer-services/tezos-signer-services.9.3/opam b/packages/tezos-signer-services/tezos-signer-services.9.3/opam new file mode 100644 index 000000000..eb1e73469 --- /dev/null +++ b/packages/tezos-signer-services/tezos-signer-services.9.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-base" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_signer_services/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: descriptions of RPCs exported by `tezos-signer`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-signer-services/tezos-signer-services.9.4/opam b/packages/tezos-signer-services/tezos-signer-services.9.4/opam new file mode 100644 index 000000000..cc33395c2 --- /dev/null +++ b/packages/tezos-signer-services/tezos-signer-services.9.4/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-base" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_signer_services/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: descriptions of RPCs exported by `tezos-signer`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-signer-services/tezos-signer-services.9.7/opam b/packages/tezos-signer-services/tezos-signer-services.9.7/opam new file mode 100644 index 000000000..bf662c2a7 --- /dev/null +++ b/packages/tezos-signer-services/tezos-signer-services.9.7/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-base" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_signer_services/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: descriptions of RPCs exported by `tezos-signer`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-signer/tezos-signer.10.2/opam b/packages/tezos-signer/tezos-signer.10.2/opam new file mode 100644 index 000000000..80aaf3696 --- /dev/null +++ b/packages/tezos-signer/tezos-signer.10.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-rpc-http-server" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/bin_signer/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `tezos-signer` binary" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-signer/tezos-signer.11.0/opam b/packages/tezos-signer/tezos-signer.11.0/opam new file mode 100644 index 000000000..fc6d65696 --- /dev/null +++ b/packages/tezos-signer/tezos-signer.11.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-rpc-http-server" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/bin_signer/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `tezos-signer` binary" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-signer/tezos-signer.11.1/opam b/packages/tezos-signer/tezos-signer.11.1/opam new file mode 100644 index 000000000..28bc882ed --- /dev/null +++ b/packages/tezos-signer/tezos-signer.11.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-rpc-http-server" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/bin_signer/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `tezos-signer` binary" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-signer/tezos-signer.12.0/opam b/packages/tezos-signer/tezos-signer.12.0/opam new file mode 100644 index 000000000..53ebce39e --- /dev/null +++ b/packages/tezos-signer/tezos-signer.12.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-rpc-http-server" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/bin_signer/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `tezos-signer` binary" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-signer/tezos-signer.12.3/opam b/packages/tezos-signer/tezos-signer.12.3/opam new file mode 100644 index 000000000..01ae75df0 --- /dev/null +++ b/packages/tezos-signer/tezos-signer.12.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-rpc-http-server" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/bin_signer/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `tezos-signer` binary" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-signer/tezos-signer.13.0/opam b/packages/tezos-signer/tezos-signer.13.0/opam new file mode 100644 index 000000000..2da5cb5bb --- /dev/null +++ b/packages/tezos-signer/tezos-signer.13.0/opam @@ -0,0 +1,39 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-client-base" { = version } + "tezos-client-base-unix" { = version } + "tezos-client-commands" { = version } + "tezos-signer-services" { = version } + "tezos-rpc-http" { = version } + "tezos-rpc-http-server" { = version } + "tezos-rpc-http-client-unix" { = version } + "tezos-stdlib-unix" { = version } + "tezos-stdlib" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/bin_signer/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `tezos-signer` binary" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-signer/tezos-signer.14.0/opam b/packages/tezos-signer/tezos-signer.14.0/opam new file mode 100644 index 000000000..8f21928ea --- /dev/null +++ b/packages/tezos-signer/tezos-signer.14.0/opam @@ -0,0 +1,38 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-client-base" { = version } + "tezos-client-base-unix" { = version } + "tezos-client-commands" { = version } + "tezos-signer-services" { = version } + "tezos-rpc-http" { = version } + "tezos-rpc-http-server" { = version } + "tezos-rpc-http-client-unix" { = version } + "tezos-stdlib-unix" { = version } + "tezos-stdlib" { = version } + "tezos-signer-backends" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `tezos-signer` binary" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-signer/tezos-signer.7.0/opam b/packages/tezos-signer/tezos-signer.7.0/opam new file mode 100644 index 000000000..a13a2d4fe --- /dev/null +++ b/packages/tezos-signer/tezos-signer.7.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-rpc-http-server" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/bin_signer/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `tezos-signer` binary" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.0.tar.bz2" + checksum: [ + "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91" + "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-signer/tezos-signer.7.1/opam b/packages/tezos-signer/tezos-signer.7.1/opam new file mode 100644 index 000000000..b5a83b38e --- /dev/null +++ b/packages/tezos-signer/tezos-signer.7.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-rpc-http-server" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/bin_signer/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `tezos-signer` binary" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.1.tar.bz2" + checksum: [ + "sha256=3675d856c4b818da7f5de0b85b86a48d3883f1210cfef28ef3233a047e74bed6" + "sha512=d6abdef9a6643b2ffe8141ecc625dcc2a939131e2e5cc158c74aba8c403bd4072b7fc403ccfa6d766696604ad112495dd9db1ece8a3ae5a4693071dfdffcbda5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-signer/tezos-signer.7.2/opam b/packages/tezos-signer/tezos-signer.7.2/opam new file mode 100644 index 000000000..c05edac26 --- /dev/null +++ b/packages/tezos-signer/tezos-signer.7.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-rpc-http-server" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/bin_signer/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `tezos-signer` binary" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.2.tar.bz2" + checksum: [ + "sha256=abb52ad63345943d20f3edc4c3507474af94c001c8bf58138f47341942036cec" + "sha512=c823ca801cbc4005f5fc6ea5236d93569410c034da3ed32939ef64a0f2c19a34444fac12e13c72e5a1e15a401b655e58ffdbbb66ce0516e5968f621677b96117" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-signer/tezos-signer.7.3/opam b/packages/tezos-signer/tezos-signer.7.3/opam new file mode 100644 index 000000000..52d3e7946 --- /dev/null +++ b/packages/tezos-signer/tezos-signer.7.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-rpc-http-server" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/bin_signer/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `tezos-signer` binary" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.3.tar.bz2" + checksum: [ + "sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" + "sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-signer/tezos-signer.7.4/opam b/packages/tezos-signer/tezos-signer.7.4/opam new file mode 100644 index 000000000..9972f35b7 --- /dev/null +++ b/packages/tezos-signer/tezos-signer.7.4/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-rpc-http-server" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/bin_signer/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `tezos-signer` binary" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-signer/tezos-signer.8.0/opam b/packages/tezos-signer/tezos-signer.8.0/opam new file mode 100644 index 000000000..4639276d7 --- /dev/null +++ b/packages/tezos-signer/tezos-signer.8.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-rpc-http-server" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/bin_signer/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `tezos-signer` binary" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-signer/tezos-signer.8.1/opam b/packages/tezos-signer/tezos-signer.8.1/opam new file mode 100644 index 000000000..119f004b7 --- /dev/null +++ b/packages/tezos-signer/tezos-signer.8.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-rpc-http-server" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/bin_signer/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `tezos-signer` binary" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-signer/tezos-signer.8.2/opam b/packages/tezos-signer/tezos-signer.8.2/opam new file mode 100644 index 000000000..32f54db0e --- /dev/null +++ b/packages/tezos-signer/tezos-signer.8.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-rpc-http-server" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/bin_signer/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `tezos-signer` binary" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-signer/tezos-signer.8.3/opam b/packages/tezos-signer/tezos-signer.8.3/opam new file mode 100644 index 000000000..cdde7334c --- /dev/null +++ b/packages/tezos-signer/tezos-signer.8.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-rpc-http-server" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/bin_signer/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `tezos-signer` binary" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-signer/tezos-signer.9.0/opam b/packages/tezos-signer/tezos-signer.9.0/opam new file mode 100644 index 000000000..5319bf5d6 --- /dev/null +++ b/packages/tezos-signer/tezos-signer.9.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-rpc-http-server" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/bin_signer/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `tezos-signer` binary" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-signer/tezos-signer.9.1/opam b/packages/tezos-signer/tezos-signer.9.1/opam new file mode 100644 index 000000000..13c9a4ed6 --- /dev/null +++ b/packages/tezos-signer/tezos-signer.9.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-rpc-http-server" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/bin_signer/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `tezos-signer` binary" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-signer/tezos-signer.9.2/opam b/packages/tezos-signer/tezos-signer.9.2/opam new file mode 100644 index 000000000..18f246629 --- /dev/null +++ b/packages/tezos-signer/tezos-signer.9.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-rpc-http-server" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/bin_signer/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `tezos-signer` binary" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-signer/tezos-signer.9.3/opam b/packages/tezos-signer/tezos-signer.9.3/opam new file mode 100644 index 000000000..9dbef4a8b --- /dev/null +++ b/packages/tezos-signer/tezos-signer.9.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-rpc-http-server" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/bin_signer/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `tezos-signer` binary" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-signer/tezos-signer.9.4/opam b/packages/tezos-signer/tezos-signer.9.4/opam new file mode 100644 index 000000000..a815218ef --- /dev/null +++ b/packages/tezos-signer/tezos-signer.9.4/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-rpc-http-server" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/bin_signer/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `tezos-signer` binary" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-signer/tezos-signer.9.7/opam b/packages/tezos-signer/tezos-signer.9.7/opam new file mode 100644 index 000000000..f2530328e --- /dev/null +++ b/packages/tezos-signer/tezos-signer.9.7/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-client-base-unix" { = version } + "tezos-rpc-http-server" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/bin_signer/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `tezos-signer` binary" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-smart-rollup-016-PtMumbai/tezos-smart-rollup-016-PtMumbai.17.1/opam b/packages/tezos-smart-rollup-016-PtMumbai/tezos-smart-rollup-016-PtMumbai.17.1/opam new file mode 100644 index 000000000..64182f91c --- /dev/null +++ b/packages/tezos-smart-rollup-016-PtMumbai/tezos-smart-rollup-016-PtMumbai.17.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "ppx_expect" {<= "v0.17.2"} + "tezos-base" { = version } + "tezos-protocol-016-PtMumbai" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library of helpers for `tezos-smart-rollup`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-smart-rollup-016-PtMumbai/tezos-smart-rollup-016-PtMumbai.17.2/opam b/packages/tezos-smart-rollup-016-PtMumbai/tezos-smart-rollup-016-PtMumbai.17.2/opam new file mode 100644 index 000000000..337599d63 --- /dev/null +++ b/packages/tezos-smart-rollup-016-PtMumbai/tezos-smart-rollup-016-PtMumbai.17.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "ppx_expect" {<= "v0.17.2"} + "tezos-base" { = version } + "tezos-protocol-016-PtMumbai" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library of helpers for `tezos-smart-rollup`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-smart-rollup-017-PtNairob/tezos-smart-rollup-017-PtNairob.17.1/opam b/packages/tezos-smart-rollup-017-PtNairob/tezos-smart-rollup-017-PtNairob.17.1/opam new file mode 100644 index 000000000..dd8e0d850 --- /dev/null +++ b/packages/tezos-smart-rollup-017-PtNairob/tezos-smart-rollup-017-PtNairob.17.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "ppx_expect" {<= "v0.17.2"} + "tezos-base" { = version } + "tezos-protocol-017-PtNairob" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library of helpers for `tezos-smart-rollup`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-smart-rollup-017-PtNairob/tezos-smart-rollup-017-PtNairob.17.2/opam b/packages/tezos-smart-rollup-017-PtNairob/tezos-smart-rollup-017-PtNairob.17.2/opam new file mode 100644 index 000000000..bcbb298c2 --- /dev/null +++ b/packages/tezos-smart-rollup-017-PtNairob/tezos-smart-rollup-017-PtNairob.17.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "ppx_expect" {<= "v0.17.2"} + "tezos-base" { = version } + "tezos-protocol-017-PtNairob" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library of helpers for `tezos-smart-rollup`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-smart-rollup-alpha/tezos-smart-rollup-alpha.17.1/opam b/packages/tezos-smart-rollup-alpha/tezos-smart-rollup-alpha.17.1/opam new file mode 100644 index 000000000..79fdcb2c0 --- /dev/null +++ b/packages/tezos-smart-rollup-alpha/tezos-smart-rollup-alpha.17.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "ppx_expect" {<= "v0.17.2"} + "tezos-base" { = version } + "tezos-protocol-alpha" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library of helpers for `tezos-smart-rollup`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-smart-rollup-alpha/tezos-smart-rollup-alpha.17.2/opam b/packages/tezos-smart-rollup-alpha/tezos-smart-rollup-alpha.17.2/opam new file mode 100644 index 000000000..e55cb812d --- /dev/null +++ b/packages/tezos-smart-rollup-alpha/tezos-smart-rollup-alpha.17.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "ppx_expect" {<= "v0.17.2"} + "tezos-base" { = version } + "tezos-protocol-alpha" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library of helpers for `tezos-smart-rollup`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-smart-rollup-layer2-016-PtMumbai/tezos-smart-rollup-layer2-016-PtMumbai.17.1/opam b/packages/tezos-smart-rollup-layer2-016-PtMumbai/tezos-smart-rollup-layer2-016-PtMumbai.17.1/opam new file mode 100644 index 000000000..2a77262d3 --- /dev/null +++ b/packages/tezos-smart-rollup-layer2-016-PtMumbai/tezos-smart-rollup-layer2-016-PtMumbai.17.1/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "ppx_expect" {<= "v0.17.2"} + "tezos-base" { = version } + "tezos-protocol-016-PtMumbai" { = version } + "octez-injector" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-smart-rollup`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-smart-rollup-layer2-016-PtMumbai/tezos-smart-rollup-layer2-016-PtMumbai.17.2/opam b/packages/tezos-smart-rollup-layer2-016-PtMumbai/tezos-smart-rollup-layer2-016-PtMumbai.17.2/opam new file mode 100644 index 000000000..9156b4af3 --- /dev/null +++ b/packages/tezos-smart-rollup-layer2-016-PtMumbai/tezos-smart-rollup-layer2-016-PtMumbai.17.2/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "ppx_expect" {<= "v0.17.2"} + "tezos-base" { = version } + "tezos-protocol-016-PtMumbai" { = version } + "octez-injector" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-smart-rollup`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-smart-rollup-layer2-017-PtNairob/tezos-smart-rollup-layer2-017-PtNairob.17.1/opam b/packages/tezos-smart-rollup-layer2-017-PtNairob/tezos-smart-rollup-layer2-017-PtNairob.17.1/opam new file mode 100644 index 000000000..cdf5aacb8 --- /dev/null +++ b/packages/tezos-smart-rollup-layer2-017-PtNairob/tezos-smart-rollup-layer2-017-PtNairob.17.1/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "ppx_expect" {<= "v0.17.2"} + "tezos-base" { = version } + "tezos-protocol-017-PtNairob" { = version } + "octez-injector" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-smart-rollup`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-smart-rollup-layer2-017-PtNairob/tezos-smart-rollup-layer2-017-PtNairob.17.2/opam b/packages/tezos-smart-rollup-layer2-017-PtNairob/tezos-smart-rollup-layer2-017-PtNairob.17.2/opam new file mode 100644 index 000000000..0f857f468 --- /dev/null +++ b/packages/tezos-smart-rollup-layer2-017-PtNairob/tezos-smart-rollup-layer2-017-PtNairob.17.2/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "ppx_expect" {<= "v0.17.2"} + "tezos-base" { = version } + "tezos-protocol-017-PtNairob" { = version } + "octez-injector" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-smart-rollup`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-stdlib-unix/tezos-stdlib-unix.11.0/opam b/packages/tezos-stdlib-unix/tezos-stdlib-unix.11.0/opam new file mode 100644 index 000000000..6b015635a --- /dev/null +++ b/packages/tezos-stdlib-unix/tezos-stdlib-unix.11.0/opam @@ -0,0 +1,38 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "base-unix" {= "base"} + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-event-logging" { = version } + "re" {>= "1.7.2" & <= "1.12.0"} + "ezjsonm" {>= "1.1.0" & <= "1.3.0"} + "ptime" {>= "0.8.4" & <= "1.2.0"} + "mtime" {>= "1.0.0" & < "2.0.0"} + "conf-libev" {<= "4-12"} + "ipaddr" {>= "4.0.0" & <= "5.6.0"} + "fmt" {>= "0.8.7" & <= "0.9.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_stdlib_unix/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: yet-another local-extension of the OCaml standard library (unix-specific fragment)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-stdlib-unix/tezos-stdlib-unix.11.1/opam b/packages/tezos-stdlib-unix/tezos-stdlib-unix.11.1/opam new file mode 100644 index 000000000..b314c2c14 --- /dev/null +++ b/packages/tezos-stdlib-unix/tezos-stdlib-unix.11.1/opam @@ -0,0 +1,38 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "base-unix" {= "base"} + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-event-logging" { = version } + "re" {>= "1.7.2" & <= "1.12.0"} + "ezjsonm" {>= "1.1.0" & <= "1.3.0"} + "ptime" {>= "0.8.4" & <= "1.2.0"} + "mtime" {>= "1.0.0" & < "2.0.0"} + "conf-libev" {<= "4-12"} + "ipaddr" {>= "4.0.0" & <= "5.6.0"} + "fmt" {>= "0.8.7" & <= "0.9.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_stdlib_unix/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: yet-another local-extension of the OCaml standard library (unix-specific fragment)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-stdlib-unix/tezos-stdlib-unix.12.0/opam b/packages/tezos-stdlib-unix/tezos-stdlib-unix.12.0/opam new file mode 100644 index 000000000..299aa9d19 --- /dev/null +++ b/packages/tezos-stdlib-unix/tezos-stdlib-unix.12.0/opam @@ -0,0 +1,37 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "base-unix" {= "base"} + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-event-logging" { = version } + "re" {>= "1.7.2" & <= "1.12.0"} + "ezjsonm" {>= "1.1.0" & <= "1.3.0"} + "ptime" {>= "0.8.4" & <= "1.2.0"} + "mtime" {>= "1.0.0" & < "2.0.0"} + "conf-libev" {<= "4-12"} + "ipaddr" {>= "5.0.0" & <= "5.6.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_stdlib_unix/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: yet-another local-extension of the OCaml standard library (unix-specific fragment)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-stdlib-unix/tezos-stdlib-unix.13.0/opam b/packages/tezos-stdlib-unix/tezos-stdlib-unix.13.0/opam new file mode 100644 index 000000000..a382077a1 --- /dev/null +++ b/packages/tezos-stdlib-unix/tezos-stdlib-unix.13.0/opam @@ -0,0 +1,42 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "base-unix" {= "base"} + "tezos-error-monad" { = version } + "tezos-lwt-result-stdlib" { = version } + "tezos-event-logging" { = version } + "tezos-stdlib" { = version } + "data-encoding" { >= "0.5.3" & < "0.6" } + "lwt" {>= "5.4.0" & <= "5.9.0"} + "ipaddr" {>= "5.0.0" & < "6.0.0" & <= "5.6.0"} + "re" {>= "1.7.2" & <= "1.12.0"} + "ezjsonm" {>= "1.1.0" & <= "1.3.0"} + "ptime" {>= "1.0.0" & <= "1.2.0"} + "mtime" {>= "1.0.0" & < "2.0.0"} + "lwt_log" {<= "1.1.2"} + "conf-libev" {<= "4-12"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_stdlib_unix/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: yet-another local-extension of the OCaml standard library (unix-specific fragment)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-stdlib-unix/tezos-stdlib-unix.14.0/opam b/packages/tezos-stdlib-unix/tezos-stdlib-unix.14.0/opam new file mode 100644 index 000000000..b6cfc9692 --- /dev/null +++ b/packages/tezos-stdlib-unix/tezos-stdlib-unix.14.0/opam @@ -0,0 +1,42 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "base-unix" {= "base"} + "tezos-error-monad" { = version } + "tezos-lwt-result-stdlib" { = version } + "tezos-event-logging" { = version } + "tezos-stdlib" { = version } + "data-encoding" { >= "0.6" & < "0.7" } + "lwt" {>= "5.4.0" & <= "5.9.0"} + "ipaddr" {>= "5.0.0" & < "6.0.0" & <= "5.6.0"} + "re" {>= "1.7.2" & <= "1.12.0"} + "ezjsonm" {>= "1.1.0" & <= "1.3.0"} + "ptime" {>= "1.0.0" & <= "1.2.0"} + "mtime" {>= "1.0.0" & < "2.0.0"} + "lwt_log" {<= "1.1.2"} + "conf-libev" {<= "4-12"} + "uri" {>= "2.2.0" & <= "4.4.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: yet-another local-extension of the OCaml standard library (unix-specific fragment)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-stdlib-unix/tezos-stdlib-unix.15.0/opam b/packages/tezos-stdlib-unix/tezos-stdlib-unix.15.0/opam new file mode 100644 index 000000000..a09476c98 --- /dev/null +++ b/packages/tezos-stdlib-unix/tezos-stdlib-unix.15.0/opam @@ -0,0 +1,42 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "base-unix" {= "base"} + "tezos-error-monad" { = version } + "tezos-lwt-result-stdlib" { = version } + "tezos-event-logging" { = version } + "tezos-stdlib" { = version } + "data-encoding" { >= "0.6" & < "0.7" } + "lwt" {>= "5.6.0" & <= "5.9.0"} + "ipaddr" {>= "5.0.0" & < "6.0.0" & <= "5.6.0"} + "re" {>= "1.7.2" & <= "1.12.0"} + "ezjsonm" {>= "1.1.0" & <= "1.3.0"} + "ptime" {>= "1.0.0" & <= "1.2.0"} + "mtime" {>= "1.0.0" & < "2.0.0"} + "lwt_log" {<= "1.1.2"} + "conf-libev" {<= "4-12"} + "uri" {>= "2.2.0" & <= "4.4.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: yet-another local-extension of the OCaml standard library (unix-specific fragment)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-stdlib-unix/tezos-stdlib-unix.15.1/opam b/packages/tezos-stdlib-unix/tezos-stdlib-unix.15.1/opam new file mode 100644 index 000000000..4768d20b1 --- /dev/null +++ b/packages/tezos-stdlib-unix/tezos-stdlib-unix.15.1/opam @@ -0,0 +1,42 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "base-unix" {= "base"} + "tezos-error-monad" { = version } + "tezos-lwt-result-stdlib" { = version } + "tezos-event-logging" { = version } + "tezos-stdlib" { = version } + "data-encoding" { >= "0.6" & < "0.7" } + "lwt" {>= "5.6.0" & <= "5.9.0"} + "ipaddr" {>= "5.0.0" & < "6.0.0" & <= "5.6.0"} + "re" {>= "1.7.2" & <= "1.12.0"} + "ezjsonm" {>= "1.1.0" & <= "1.3.0"} + "ptime" {>= "1.0.0" & <= "1.2.0"} + "mtime" { >= "1.0.0" & < "2.0.0" } + "lwt_log" {<= "1.1.2"} + "conf-libev" {<= "4-12"} + "uri" {>= "2.2.0" & <= "4.4.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: yet-another local-extension of the OCaml standard library (unix-specific fragment)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-stdlib-unix/tezos-stdlib-unix.17.1/opam b/packages/tezos-stdlib-unix/tezos-stdlib-unix.17.1/opam new file mode 100644 index 000000000..972bbe011 --- /dev/null +++ b/packages/tezos-stdlib-unix/tezos-stdlib-unix.17.1/opam @@ -0,0 +1,48 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "base-unix" {= "base"} + "tezos-error-monad" { = version } + "tezos-lwt-result-stdlib" { = version } + "tezos-event-logging" { = version } + "tezos-stdlib" { = version } + "data-encoding" { >= "0.7.1" & < "1.0.0" } + "aches-lwt" {>= "1.0.0" & <= "1.1.0"} + "lwt" {>= "5.6.0" & <= "5.9.0"} + "ipaddr" {>= "5.0.0" & < "6.0.0" & <= "5.6.0"} + "re" {>= "1.9.0" & <= "1.12.0"} + "ezjsonm" {>= "1.1.0" & <= "1.3.0"} + "ptime" {>= "1.1.0" & <= "1.2.0"} + "mtime" { >= "1.4.0" & < "2.0.0" } + "lwt_log" {<= "1.1.2"} + "conf-libev" {<= "4-12"} + "uri" {>= "3.1.0" & <= "4.4.0"} + "tezt" {with-test & >= "3.1.0" & <= "4.1.0"} + "tezos-test-helpers" { with-test & = version } + "qcheck-alcotest" {with-test & >= "0.20" & <= "0.23"} + "octez-alcotezt" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: yet-another local-extension of the OCaml standard library (unix-specific fragment)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-stdlib-unix/tezos-stdlib-unix.17.2/opam b/packages/tezos-stdlib-unix/tezos-stdlib-unix.17.2/opam new file mode 100644 index 000000000..ec0832153 --- /dev/null +++ b/packages/tezos-stdlib-unix/tezos-stdlib-unix.17.2/opam @@ -0,0 +1,48 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "base-unix" {= "base"} + "tezos-error-monad" { = version } + "tezos-lwt-result-stdlib" { = version } + "tezos-event-logging" { = version } + "tezos-stdlib" { = version } + "data-encoding" { >= "0.7.1" & < "1.0.0" } + "aches-lwt" {>= "1.0.0" & <= "1.1.0"} + "lwt" {>= "5.6.0" & <= "5.9.0"} + "ipaddr" {>= "5.0.0" & < "6.0.0" & <= "5.6.0"} + "re" {>= "1.9.0" & <= "1.12.0"} + "ezjsonm" {>= "1.1.0" & <= "1.3.0"} + "ptime" {>= "1.1.0" & <= "1.2.0"} + "mtime" { >= "1.4.0" & < "2.0.0" } + "lwt_log" {<= "1.1.2"} + "conf-libev" {<= "4-12"} + "uri" {>= "3.1.0" & <= "4.4.0"} + "tezt" {with-test & >= "3.1.0" & <= "4.1.0"} + "tezos-test-helpers" { with-test & = version } + "qcheck-alcotest" {with-test & >= "0.20" & <= "0.23"} + "octez-alcotezt" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: yet-another local-extension of the OCaml standard library (unix-specific fragment)" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-stdlib-unix/tezos-stdlib-unix.7.0/opam b/packages/tezos-stdlib-unix/tezos-stdlib-unix.7.0/opam new file mode 100644 index 000000000..3595188e9 --- /dev/null +++ b/packages/tezos-stdlib-unix/tezos-stdlib-unix.7.0/opam @@ -0,0 +1,43 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "base-unix" {= "base"} + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-event-logging" { = version } + "tezos-rpc" { = version } + "lwt" { >= "3.0.0" & < "5.6.0" } + "ptime" {>= "0.8.4" & <= "1.2.0"} + "mtime" {>= "1.0.0" & < "2.0.0"} + "conf-libev" {<= "4-12"} + "ipaddr" {>= "4.0.0" & <= "5.6.0"} + "uri" { < "4.0.0" } +] +conflicts: [ + "domain-name" {>= "0.3.1"} + "ezjsonm" {< "1.1.0"} + "fmt" {< "0.8.7"} +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_stdlib_unix/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: yet-another local-extension of the OCaml standard library (unix-specific fragment)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.0.tar.bz2" + checksum: [ + "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91" + "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-stdlib-unix/tezos-stdlib-unix.7.1/opam b/packages/tezos-stdlib-unix/tezos-stdlib-unix.7.1/opam new file mode 100644 index 000000000..e5baf8e40 --- /dev/null +++ b/packages/tezos-stdlib-unix/tezos-stdlib-unix.7.1/opam @@ -0,0 +1,43 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "base-unix" {= "base"} + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-event-logging" { = version } + "tezos-rpc" { = version } + "lwt" { >= "3.0.0" & < "5.6.0" } + "ptime" {>= "0.8.4" & <= "1.2.0"} + "mtime" {>= "1.0.0" & < "2.0.0"} + "conf-libev" {<= "4-12"} + "ipaddr" {>= "4.0.0" & <= "5.6.0"} + "uri" { < "4.0.0" } +] +conflicts: [ + "domain-name" {>= "0.3.1"} + "ezjsonm" {< "1.1.0"} + "fmt" {< "0.8.7"} +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_stdlib_unix/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: yet-another local-extension of the OCaml standard library (unix-specific fragment)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.1.tar.bz2" + checksum: [ + "sha256=3675d856c4b818da7f5de0b85b86a48d3883f1210cfef28ef3233a047e74bed6" + "sha512=d6abdef9a6643b2ffe8141ecc625dcc2a939131e2e5cc158c74aba8c403bd4072b7fc403ccfa6d766696604ad112495dd9db1ece8a3ae5a4693071dfdffcbda5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-stdlib-unix/tezos-stdlib-unix.7.2/opam b/packages/tezos-stdlib-unix/tezos-stdlib-unix.7.2/opam new file mode 100644 index 000000000..e77eb1ec2 --- /dev/null +++ b/packages/tezos-stdlib-unix/tezos-stdlib-unix.7.2/opam @@ -0,0 +1,43 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "base-unix" {= "base"} + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-event-logging" { = version } + "tezos-rpc" { = version } + "lwt" { >= "3.0.0" & < "5.6.0" } + "ptime" {>= "0.8.4" & <= "1.2.0"} + "mtime" {>= "1.0.0" & < "2.0.0"} + "conf-libev" {<= "4-12"} + "ipaddr" {>= "4.0.0" & <= "5.6.0"} + "uri" { < "4.0.0" } +] +conflicts: [ + "domain-name" {>= "0.3.1"} + "ezjsonm" {< "1.1.0"} + "fmt" {< "0.8.7"} +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_stdlib_unix/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: yet-another local-extension of the OCaml standard library (unix-specific fragment)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.2.tar.bz2" + checksum: [ + "sha256=abb52ad63345943d20f3edc4c3507474af94c001c8bf58138f47341942036cec" + "sha512=c823ca801cbc4005f5fc6ea5236d93569410c034da3ed32939ef64a0f2c19a34444fac12e13c72e5a1e15a401b655e58ffdbbb66ce0516e5968f621677b96117" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-stdlib-unix/tezos-stdlib-unix.7.3/opam b/packages/tezos-stdlib-unix/tezos-stdlib-unix.7.3/opam new file mode 100644 index 000000000..fd22e4d15 --- /dev/null +++ b/packages/tezos-stdlib-unix/tezos-stdlib-unix.7.3/opam @@ -0,0 +1,43 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "base-unix" {= "base"} + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-event-logging" { = version } + "tezos-rpc" { = version } + "lwt" { >= "3.0.0" & < "5.6.0" } + "ptime" {>= "0.8.4" & <= "1.2.0"} + "mtime" {>= "1.0.0" & < "2.0.0"} + "conf-libev" {<= "4-12"} + "ipaddr" {>= "4.0.0" & <= "5.6.0"} + "uri" { < "4.0.0" } +] +conflicts: [ + "domain-name" {>= "0.3.1"} + "ezjsonm" {< "1.1.0"} + "fmt" {< "0.8.7"} +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_stdlib_unix/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: yet-another local-extension of the OCaml standard library (unix-specific fragment)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.3.tar.bz2" + checksum: [ + "sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" + "sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-stdlib-unix/tezos-stdlib-unix.7.4/opam b/packages/tezos-stdlib-unix/tezos-stdlib-unix.7.4/opam new file mode 100644 index 000000000..e5df02530 --- /dev/null +++ b/packages/tezos-stdlib-unix/tezos-stdlib-unix.7.4/opam @@ -0,0 +1,50 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "base-unix" {= "base"} + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-event-logging" { = version } + "tezos-rpc" { = version } + "lwt" { >= "3.0.0" & < "5.6.0" } + "ptime" {>= "0.8.4" & <= "1.2.0"} + "mtime" {>= "1.0.0" & < "2.0.0"} + "conf-libev" {<= "4-12"} + "ipaddr" {>= "4.0.0" & <= "5.6.0"} + "re" {>= "1.7.2" & <= "1.12.0"} +] +conflicts: [ + "domain-name" {>= "0.3.1"} + "ezjsonm" {< "1.1.0"} + "fmt" {< "0.8.7"} +] +patches: [ "with-re.patch" ] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_stdlib_unix/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: yet-another local-extension of the OCaml standard library (unix-specific fragment)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +extra-source "with-re.patch" { + src: + "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/tezos-stdlib-unix/with-re.patch" + checksum: + "sha256=0d784d64fa2aa4059aa72dbbce8b064bab908a15a04322272130d2c361c039ac" +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-stdlib-unix/tezos-stdlib-unix.8.0/opam b/packages/tezos-stdlib-unix/tezos-stdlib-unix.8.0/opam new file mode 100644 index 000000000..7843b38fd --- /dev/null +++ b/packages/tezos-stdlib-unix/tezos-stdlib-unix.8.0/opam @@ -0,0 +1,41 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "base-unix" {= "base"} + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-event-logging" { = version } + "lwt" {>= "3.0.0" & <= "5.9.0"} + "ptime" {>= "0.8.4" & <= "1.2.0"} + "mtime" { >= "1.0.0" & < "2.0.0" } + "conf-libev" {<= "4-12"} + "ipaddr" {>= "4.0.0" & <= "5.6.0"} + "re" {<= "1.12.0"} + "ezjsonm" {>= "1.1.0" & <= "1.3.0"} + "fmt" {>= "0.8.7" & <= "0.9.0"} +] +conflicts: [ + "domain-name" {>= "0.3.1"} +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_stdlib_unix/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: yet-another local-extension of the OCaml standard library (unix-specific fragment)" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-stdlib-unix/tezos-stdlib-unix.8.1/opam b/packages/tezos-stdlib-unix/tezos-stdlib-unix.8.1/opam new file mode 100644 index 000000000..033ce7a70 --- /dev/null +++ b/packages/tezos-stdlib-unix/tezos-stdlib-unix.8.1/opam @@ -0,0 +1,41 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "base-unix" {= "base"} + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-event-logging" { = version } + "lwt" {>= "3.0.0" & <= "5.9.0"} + "ptime" {>= "0.8.4" & <= "1.2.0"} + "mtime" { >= "1.0.0" & < "2.0.0" } + "conf-libev" {<= "4-12"} + "ipaddr" {>= "4.0.0" & <= "5.6.0"} + "re" {<= "1.12.0"} + "ezjsonm" {>= "1.1.0" & <= "1.3.0"} + "fmt" {>= "0.8.7" & <= "0.9.0"} +] +conflicts: [ + "domain-name" {>= "0.3.1"} +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_stdlib_unix/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: yet-another local-extension of the OCaml standard library (unix-specific fragment)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-stdlib-unix/tezos-stdlib-unix.8.2/opam b/packages/tezos-stdlib-unix/tezos-stdlib-unix.8.2/opam new file mode 100644 index 000000000..a8d5599a9 --- /dev/null +++ b/packages/tezos-stdlib-unix/tezos-stdlib-unix.8.2/opam @@ -0,0 +1,41 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "base-unix" {= "base"} + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-event-logging" { = version } + "lwt" {>= "3.0.0" & <= "5.9.0"} + "ptime" {>= "0.8.4" & <= "1.2.0"} + "mtime" { >= "1.0.0" & < "2.0.0" } + "conf-libev" {<= "4-12"} + "ipaddr" {>= "4.0.0" & <= "5.6.0"} + "re" {<= "1.12.0"} + "ezjsonm" {>= "1.1.0" & <= "1.3.0"} + "fmt" {>= "0.8.7" & <= "0.9.0"} +] +conflicts: [ + "domain-name" {>= "0.3.1"} +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_stdlib_unix/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: yet-another local-extension of the OCaml standard library (unix-specific fragment)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-stdlib-unix/tezos-stdlib-unix.8.3/opam b/packages/tezos-stdlib-unix/tezos-stdlib-unix.8.3/opam new file mode 100644 index 000000000..edf8db843 --- /dev/null +++ b/packages/tezos-stdlib-unix/tezos-stdlib-unix.8.3/opam @@ -0,0 +1,41 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "base-unix" {= "base"} + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-event-logging" { = version } + "lwt" {>= "3.0.0" & <= "5.9.0"} + "ptime" {>= "0.8.4" & <= "1.2.0"} + "mtime" { >= "1.0.0" & < "2.0.0" } + "conf-libev" {<= "4-12"} + "ipaddr" {>= "4.0.0" & <= "5.6.0"} + "re" {<= "1.12.0"} + "ezjsonm" {>= "1.1.0" & <= "1.3.0"} + "fmt" {>= "0.8.7" & <= "0.9.0"} +] +conflicts: [ + "domain-name" {>= "0.3.1"} +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_stdlib_unix/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: yet-another local-extension of the OCaml standard library (unix-specific fragment)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-stdlib-unix/tezos-stdlib-unix.9.0/opam b/packages/tezos-stdlib-unix/tezos-stdlib-unix.9.0/opam new file mode 100644 index 000000000..0b177a1fe --- /dev/null +++ b/packages/tezos-stdlib-unix/tezos-stdlib-unix.9.0/opam @@ -0,0 +1,41 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "base-unix" {= "base"} + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-event-logging" { = version } + "re" {>= "1.7.2" & <= "1.12.0"} + "ptime" {>= "0.8.4" & <= "1.2.0"} + "mtime" { >= "1.0.0" & < "2.0.0" } + "conf-libev" {<= "4-12"} + "ipaddr" {>= "4.0.0" & <= "5.6.0"} +] +conflicts: [ + "domain-name" { >= "0.3.1" } + "ezjsonm" { < "1.1.0" } + "fmt" { < "0.8.7" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_stdlib_unix/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: yet-another local-extension of the OCaml standard library (unix-specific fragment)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-stdlib-unix/tezos-stdlib-unix.9.1/opam b/packages/tezos-stdlib-unix/tezos-stdlib-unix.9.1/opam new file mode 100644 index 000000000..96234d893 --- /dev/null +++ b/packages/tezos-stdlib-unix/tezos-stdlib-unix.9.1/opam @@ -0,0 +1,41 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "base-unix" {= "base"} + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-event-logging" { = version } + "re" {>= "1.7.2" & <= "1.12.0"} + "ptime" {>= "0.8.4" & <= "1.2.0"} + "mtime" { >= "1.0.0" & < "2.0.0" } + "conf-libev" {<= "4-12"} + "ipaddr" {>= "4.0.0" & <= "5.6.0"} +] +conflicts: [ + "domain-name" { >= "0.3.1" } + "ezjsonm" { < "1.1.0" } + "fmt" { < "0.8.7" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_stdlib_unix/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: yet-another local-extension of the OCaml standard library (unix-specific fragment)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-stdlib-unix/tezos-stdlib-unix.9.2/opam b/packages/tezos-stdlib-unix/tezos-stdlib-unix.9.2/opam new file mode 100644 index 000000000..f4355cde7 --- /dev/null +++ b/packages/tezos-stdlib-unix/tezos-stdlib-unix.9.2/opam @@ -0,0 +1,41 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "base-unix" {= "base"} + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-event-logging" { = version } + "re" {>= "1.7.2" & <= "1.12.0"} + "ptime" {>= "0.8.4" & <= "1.2.0"} + "mtime" { >= "1.0.0" & < "2.0.0" } + "conf-libev" {<= "4-12"} + "ipaddr" {>= "4.0.0" & <= "5.6.0"} + "ezjsonm" {>= "1.1.0" & <= "1.3.0"} + "fmt" {>= "0.8.7" & <= "0.9.0"} +] +conflicts: [ + "domain-name" {>= "0.3.1"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_stdlib_unix/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: yet-another local-extension of the OCaml standard library (unix-specific fragment)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-stdlib-unix/tezos-stdlib-unix.9.3/opam b/packages/tezos-stdlib-unix/tezos-stdlib-unix.9.3/opam new file mode 100644 index 000000000..2b54b0b84 --- /dev/null +++ b/packages/tezos-stdlib-unix/tezos-stdlib-unix.9.3/opam @@ -0,0 +1,41 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "base-unix" {= "base"} + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-event-logging" { = version } + "re" {>= "1.7.2" & <= "1.12.0"} + "ptime" {>= "0.8.4" & <= "1.2.0"} + "mtime" { >= "1.0.0" & < "2.0.0" } + "conf-libev" {<= "4-12"} + "ipaddr" {>= "4.0.0" & <= "5.6.0"} + "ezjsonm" {>= "1.1.0" & <= "1.3.0"} + "fmt" {>= "0.8.7" & <= "0.9.0"} +] +conflicts: [ + "domain-name" {>= "0.3.1"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_stdlib_unix/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: yet-another local-extension of the OCaml standard library (unix-specific fragment)" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-stdlib-unix/tezos-stdlib-unix.9.4/opam b/packages/tezos-stdlib-unix/tezos-stdlib-unix.9.4/opam new file mode 100644 index 000000000..23f2ffa12 --- /dev/null +++ b/packages/tezos-stdlib-unix/tezos-stdlib-unix.9.4/opam @@ -0,0 +1,41 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "base-unix" {= "base"} + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-event-logging" { = version } + "re" {>= "1.7.2" & <= "1.12.0"} + "ptime" {>= "0.8.4" & <= "1.2.0"} + "mtime" { >= "1.0.0" & < "2.0.0" } + "conf-libev" {<= "4-12"} + "ipaddr" {>= "4.0.0" & <= "5.6.0"} + "ezjsonm" {>= "1.1.0" & <= "1.3.0"} + "fmt" {>= "0.8.7" & <= "0.9.0"} +] +conflicts: [ + "domain-name" {>= "0.3.1"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_stdlib_unix/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: yet-another local-extension of the OCaml standard library (unix-specific fragment)" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-stdlib-unix/tezos-stdlib-unix.9.7/opam b/packages/tezos-stdlib-unix/tezos-stdlib-unix.9.7/opam new file mode 100644 index 000000000..d4b3941fa --- /dev/null +++ b/packages/tezos-stdlib-unix/tezos-stdlib-unix.9.7/opam @@ -0,0 +1,41 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "base-unix" {= "base"} + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-event-logging" { = version } + "re" {>= "1.7.2" & <= "1.12.0"} + "ptime" {>= "0.8.4" & <= "1.2.0"} + "mtime" { >= "1.0.0" & < "2.0.0" } + "conf-libev" {<= "4-12"} + "ipaddr" {>= "4.0.0" & <= "5.6.0"} + "ezjsonm" {>= "1.1.0" & <= "1.3.0"} + "fmt" {>= "0.8.7" & <= "0.9.0"} +] +conflicts: [ + "domain-name" {>= "0.3.1"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_stdlib_unix/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: yet-another local-extension of the OCaml standard library (unix-specific fragment)" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-stdlib/tezos-stdlib.11.0/opam b/packages/tezos-stdlib/tezos-stdlib.11.0/opam new file mode 100644 index 000000000..714c15ace --- /dev/null +++ b/packages/tezos-stdlib/tezos-stdlib.11.0/opam @@ -0,0 +1,41 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "dune" {with-test & < "3.0"} + "ocaml" { >= "4.8.0" } + "hex" {>= "1.3.0" & <= "1.5.0"} + "zarith" { >= "1.12" & < "1.13" } + "lwt" {>= "5.4.0" & <= "5.9.0"} + "ppx_inline_test" {<= "v0.17.0"} + "alcotest" {with-test & >= "1.1.0" & <= "1.8.0"} + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "lwt_log" {with-test & <= "1.1.2"} + "bigstring" {with-test & <= "0.3"} + "tezos-test-helpers" {with-test& = version} + "qcheck-alcotest" {with-test & <= "0.23"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_stdlib/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: yet-another local-extension of the OCaml standard library" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-stdlib/tezos-stdlib.11.1/opam b/packages/tezos-stdlib/tezos-stdlib.11.1/opam new file mode 100644 index 000000000..bcb580298 --- /dev/null +++ b/packages/tezos-stdlib/tezos-stdlib.11.1/opam @@ -0,0 +1,41 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "dune" {with-test & < "3.0"} + "ocaml" { >= "4.8.0" } + "hex" {>= "1.3.0" & <= "1.5.0"} + "zarith" { >= "1.12" & < "1.13" } + "lwt" {>= "5.4.0" & <= "5.9.0"} + "ppx_inline_test" {<= "v0.17.0"} + "alcotest" {with-test & >= "1.1.0" & <= "1.8.0"} + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "lwt_log" {with-test & <= "1.1.2"} + "bigstring" {with-test & <= "0.3"} + "tezos-test-helpers" {with-test& = version} + "qcheck-alcotest" {with-test & <= "0.23"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_stdlib/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: yet-another local-extension of the OCaml standard library" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-stdlib/tezos-stdlib.12.0/opam b/packages/tezos-stdlib/tezos-stdlib.12.0/opam new file mode 100644 index 000000000..5744f6cd7 --- /dev/null +++ b/packages/tezos-stdlib/tezos-stdlib.12.0/opam @@ -0,0 +1,40 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "dune" {with-test & < "3.0"} + "ocaml" { >= "4.10.0" } + "hex" {>= "1.3.0" & <= "1.5.0"} + "zarith" { >= "1.12" & < "1.13" } + "zarith_stubs_js" {<= "v0.17.0"} + "lwt" {>= "5.5.0" & <= "5.9.0"} + "ppx_inline_test" {<= "v0.17.0"} + "lwt_log" {with-test & <= "1.1.2"} + "bigstring" {with-test & <= "0.3"} + "tezos-test-helpers" {with-test& = version} + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_stdlib/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: yet-another local-extension of the OCaml standard library" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-stdlib/tezos-stdlib.13.0/opam b/packages/tezos-stdlib/tezos-stdlib.13.0/opam new file mode 100644 index 000000000..33c9fd1ae --- /dev/null +++ b/packages/tezos-stdlib/tezos-stdlib.13.0/opam @@ -0,0 +1,41 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "ocaml" { >= "4.12" } + "ppx_inline_test" {<= "v0.17.0"} + "hex" {>= "1.3.0" & <= "1.5.0"} + "zarith" { >= "1.12" & < "1.13" } + "zarith_stubs_js" {<= "v0.17.0"} + "lwt" {>= "5.4.0" & <= "5.9.0"} + "ringo" { = "0.8" } + "alcotest" {with-test & >= "1.5.0" & <= "1.8.0"} + "bigstring" {with-test & <= "0.3"} + "tezos-test-helpers" { with-test & = version } + "qcheck-alcotest" {with-test & >= "0.18" & <= "0.23"} + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} + "lwt_log" {with-test & <= "1.1.2"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_stdlib/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: yet-another local-extension of the OCaml standard library" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-stdlib/tezos-stdlib.14.0/opam b/packages/tezos-stdlib/tezos-stdlib.14.0/opam new file mode 100644 index 000000000..682fe3699 --- /dev/null +++ b/packages/tezos-stdlib/tezos-stdlib.14.0/opam @@ -0,0 +1,40 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.12" } + "ppx_expect" {<= "v0.17.2"} + "hex" {>= "1.3.0" & <= "1.5.0"} + "zarith" { >= "1.12" & < "1.13" } + "zarith_stubs_js" {<= "v0.17.0"} + "lwt" {>= "5.4.0" & <= "5.9.0"} + "ringo" { >= "0.9" & < "1.0.0" } + "alcotest" {with-test & >= "1.5.0" & <= "1.8.0"} + "bigstring" {with-test & <= "0.3"} + "tezos-test-helpers" { with-test & = version } + "qcheck-alcotest" {with-test & >= "0.18" & <= "0.23"} + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} + "lwt_log" {with-test & <= "1.1.2"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: yet-another local-extension of the OCaml standard library" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-stdlib/tezos-stdlib.15.0/opam b/packages/tezos-stdlib/tezos-stdlib.15.0/opam new file mode 100644 index 000000000..ac4618fcb --- /dev/null +++ b/packages/tezos-stdlib/tezos-stdlib.15.0/opam @@ -0,0 +1,40 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & < "3.11"} + "ocaml" { >= "4.14" } + "alcotest" {with-test & >= "1.5.0" & <= "1.8.0"} + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} + "lwt_log" {with-test & <= "1.1.2"} + "bigstring" {with-test & <= "0.3"} + "lwt" {>= "5.6.0" & <= "5.9.0"} + "tezos-test-helpers" { with-test & = version } + "qcheck-alcotest" {with-test & >= "0.18" & <= "0.23"} + "ppx_expect" {<= "v0.17.2"} + "hex" {>= "1.3.0" & <= "1.5.0"} + "zarith" { >= "1.12" & < "1.13" } + "zarith_stubs_js" {<= "v0.17.0"} + "ringo" { >= "0.9" & < "1.0.0" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: yet-another local-extension of the OCaml standard library" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-stdlib/tezos-stdlib.15.1/opam b/packages/tezos-stdlib/tezos-stdlib.15.1/opam new file mode 100644 index 000000000..8cba42d39 --- /dev/null +++ b/packages/tezos-stdlib/tezos-stdlib.15.1/opam @@ -0,0 +1,40 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & < "3.11"} + "ocaml" { >= "4.14" } + "ppx_expect" {<= "v0.17.2"} + "hex" {>= "1.3.0" & <= "1.5.0"} + "zarith" { >= "1.12" & < "1.13" } + "zarith_stubs_js" {<= "v0.17.0"} + "lwt" {>= "5.6.0" & <= "5.9.0"} + "ringo" { >= "0.9" & < "1.0.0" } + "alcotest" {with-test & >= "1.5.0" & <= "1.8.0"} + "bigstring" {with-test & <= "0.3"} + "tezos-test-helpers" { with-test & = version } + "qcheck-alcotest" {with-test & >= "0.18" & <= "0.23"} + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} + "lwt_log" {with-test & <= "1.1.2"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: yet-another local-extension of the OCaml standard library" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-stdlib/tezos-stdlib.17.1/opam b/packages/tezos-stdlib/tezos-stdlib.17.1/opam new file mode 100644 index 000000000..e533a1f7b --- /dev/null +++ b/packages/tezos-stdlib/tezos-stdlib.17.1/opam @@ -0,0 +1,40 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "ppx_expect" {<= "v0.17.2"} + "hex" {>= "1.3.0" & <= "1.5.0"} + "zarith" { >= "1.12" & < "1.13" } + "zarith_stubs_js" {<= "v0.17.0"} + "lwt" {>= "5.6.0" & <= "5.9.0"} + "aches" {>= "1.0.0" & <= "1.1.0"} + "tezt" {with-test & >= "3.1.0" & <= "4.1.0"} + "octez-alcotezt" { with-test & = version } + "bigstring" {with-test & <= "0.3"} + "tezos-test-helpers" { with-test & = version } + "qcheck-alcotest" {with-test & >= "0.20" & <= "0.23"} + "lwt_log" {with-test & <= "1.1.2"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] { with-test & ocaml:native } +] +synopsis: "Tezos: yet-another local-extension of the OCaml standard library" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-stdlib/tezos-stdlib.17.2/opam b/packages/tezos-stdlib/tezos-stdlib.17.2/opam new file mode 100644 index 000000000..fbc4d1075 --- /dev/null +++ b/packages/tezos-stdlib/tezos-stdlib.17.2/opam @@ -0,0 +1,40 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "ppx_expect" {<= "v0.17.2"} + "hex" {>= "1.3.0" & <= "1.5.0"} + "zarith" { >= "1.12" & < "1.13" } + "zarith_stubs_js" {<= "v0.17.0"} + "lwt" {>= "5.6.0" & <= "5.9.0"} + "aches" {>= "1.0.0" & <= "1.1.0"} + "tezt" {with-test & >= "3.1.0" & <= "4.1.0"} + "octez-alcotezt" { with-test & = version } + "bigstring" {with-test & <= "0.3"} + "tezos-test-helpers" { with-test & = version } + "qcheck-alcotest" {with-test & >= "0.20" & <= "0.23"} + "lwt_log" {with-test & <= "1.1.2"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] { with-test & ocaml:native } +] +synopsis: "Tezos: yet-another local-extension of the OCaml standard library" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-stdlib/tezos-stdlib.7.0/opam b/packages/tezos-stdlib/tezos-stdlib.7.0/opam new file mode 100644 index 000000000..3e011ad09 --- /dev/null +++ b/packages/tezos-stdlib/tezos-stdlib.7.0/opam @@ -0,0 +1,37 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "dune" {with-test & < "3.0"} + "ocaml" { >= "4.08.0" & < "5.0" } + "hex" {>= "1.3.0" & <= "1.5.0"} + "lwt" {<= "5.9.0"} + "zarith" {<= "1.14"} + "bigstring" {with-test & <= "0.3"} + "lwt_log" {with-test & <= "1.1.2"} + "alcotest" { with-test & = "0.8.5" } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_stdlib/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: yet-another local-extension of the OCaml standard library" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.0.tar.bz2" + checksum: [ + "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91" + "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-stdlib/tezos-stdlib.7.1/opam b/packages/tezos-stdlib/tezos-stdlib.7.1/opam new file mode 100644 index 000000000..07f4a96ab --- /dev/null +++ b/packages/tezos-stdlib/tezos-stdlib.7.1/opam @@ -0,0 +1,37 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "dune" {with-test & < "3.0"} + "ocaml" { >= "4.08.0" & < "5.0" } + "hex" {>= "1.3.0" & <= "1.5.0"} + "lwt" {<= "5.9.0"} + "zarith" {<= "1.14"} + "bigstring" {with-test & <= "0.3"} + "lwt_log" {with-test & <= "1.1.2"} + "alcotest" { with-test & = "0.8.5" } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_stdlib/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: yet-another local-extension of the OCaml standard library" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.1.tar.bz2" + checksum: [ + "sha256=3675d856c4b818da7f5de0b85b86a48d3883f1210cfef28ef3233a047e74bed6" + "sha512=d6abdef9a6643b2ffe8141ecc625dcc2a939131e2e5cc158c74aba8c403bd4072b7fc403ccfa6d766696604ad112495dd9db1ece8a3ae5a4693071dfdffcbda5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-stdlib/tezos-stdlib.7.2/opam b/packages/tezos-stdlib/tezos-stdlib.7.2/opam new file mode 100644 index 000000000..9070b9b03 --- /dev/null +++ b/packages/tezos-stdlib/tezos-stdlib.7.2/opam @@ -0,0 +1,37 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "dune" {with-test & < "3.0"} + "ocaml" { >= "4.08.0" & < "5.0" } + "hex" {>= "1.3.0" & <= "1.5.0"} + "lwt" {<= "5.9.0"} + "zarith" {<= "1.14"} + "bigstring" {with-test & <= "0.3"} + "lwt_log" {with-test & <= "1.1.2"} + "alcotest" { with-test & = "0.8.5" } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_stdlib/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: yet-another local-extension of the OCaml standard library" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.2.tar.bz2" + checksum: [ + "sha256=abb52ad63345943d20f3edc4c3507474af94c001c8bf58138f47341942036cec" + "sha512=c823ca801cbc4005f5fc6ea5236d93569410c034da3ed32939ef64a0f2c19a34444fac12e13c72e5a1e15a401b655e58ffdbbb66ce0516e5968f621677b96117" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-stdlib/tezos-stdlib.7.3/opam b/packages/tezos-stdlib/tezos-stdlib.7.3/opam new file mode 100644 index 000000000..640c6a409 --- /dev/null +++ b/packages/tezos-stdlib/tezos-stdlib.7.3/opam @@ -0,0 +1,37 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "dune" {with-test & < "3.0"} + "ocaml" { >= "4.08.0" & < "5.0" } + "hex" {>= "1.3.0" & <= "1.5.0"} + "lwt" {<= "5.9.0"} + "zarith" {<= "1.14"} + "bigstring" {with-test & <= "0.3"} + "lwt_log" {with-test & <= "1.1.2"} + "alcotest" { with-test & = "0.8.5" } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_stdlib/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: yet-another local-extension of the OCaml standard library" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.3.tar.bz2" + checksum: [ + "sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" + "sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-stdlib/tezos-stdlib.7.4/opam b/packages/tezos-stdlib/tezos-stdlib.7.4/opam new file mode 100644 index 000000000..2119b5190 --- /dev/null +++ b/packages/tezos-stdlib/tezos-stdlib.7.4/opam @@ -0,0 +1,37 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "dune" {with-test & < "3.0"} + "ocaml" { >= "4.08.0" & < "5.0" } + "hex" {>= "1.3.0" & <= "1.5.0"} + "lwt" {<= "5.9.0"} + "zarith" {<= "1.14"} + "bigstring" {with-test & <= "0.3"} + "lwt_log" {with-test & <= "1.1.2"} + "alcotest" { with-test & = "0.8.5" } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_stdlib/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: yet-another local-extension of the OCaml standard library" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-stdlib/tezos-stdlib.8.0/opam b/packages/tezos-stdlib/tezos-stdlib.8.0/opam new file mode 100644 index 000000000..ae469ed21 --- /dev/null +++ b/packages/tezos-stdlib/tezos-stdlib.8.0/opam @@ -0,0 +1,38 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "dune" {with-test & < "3.0"} + "ocaml" { >= "4.8.0" } + "hex" {<= "1.5.0"} + "lwt" {<= "5.9.0"} + "zarith" {<= "1.14"} + "bigstring" {with-test & <= "0.3"} + "lwt_log" {with-test & <= "1.1.2"} + "alcotest" {with-test & >= "1.1.0" & <= "1.8.0"} + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "crowbar" {with-test & >= "0.2" & <= "0.2.1"} +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_stdlib/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: yet-another local-extension of the OCaml standard library" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-stdlib/tezos-stdlib.8.1/opam b/packages/tezos-stdlib/tezos-stdlib.8.1/opam new file mode 100644 index 000000000..94f88e943 --- /dev/null +++ b/packages/tezos-stdlib/tezos-stdlib.8.1/opam @@ -0,0 +1,38 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "dune" {with-test & < "3.0"} + "ocaml" { >= "4.8.0" } + "hex" {<= "1.5.0"} + "lwt" {<= "5.9.0"} + "zarith" {<= "1.14"} + "bigstring" {with-test & <= "0.3"} + "lwt_log" {with-test & <= "1.1.2"} + "alcotest" {with-test & >= "1.1.0" & <= "1.8.0"} + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "crowbar" {with-test & >= "0.2" & <= "0.2.1"} +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_stdlib/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: yet-another local-extension of the OCaml standard library" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-stdlib/tezos-stdlib.8.2/opam b/packages/tezos-stdlib/tezos-stdlib.8.2/opam new file mode 100644 index 000000000..6bc6b24f3 --- /dev/null +++ b/packages/tezos-stdlib/tezos-stdlib.8.2/opam @@ -0,0 +1,38 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "dune" {with-test & < "3.0"} + "ocaml" { >= "4.8.0" } + "hex" {<= "1.5.0"} + "lwt" {<= "5.9.0"} + "zarith" {<= "1.14"} + "bigstring" {with-test & <= "0.3"} + "lwt_log" {with-test & <= "1.1.2"} + "alcotest" {with-test & >= "1.1.0" & <= "1.8.0"} + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "crowbar" {with-test & >= "0.2" & <= "0.2.1"} +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_stdlib/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: yet-another local-extension of the OCaml standard library" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-stdlib/tezos-stdlib.8.3/opam b/packages/tezos-stdlib/tezos-stdlib.8.3/opam new file mode 100644 index 000000000..a19630bd1 --- /dev/null +++ b/packages/tezos-stdlib/tezos-stdlib.8.3/opam @@ -0,0 +1,38 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "dune" {with-test & < "3.0"} + "ocaml" { >= "4.8.0" } + "hex" {<= "1.5.0"} + "lwt" {<= "5.9.0"} + "zarith" {<= "1.14"} + "bigstring" {with-test & <= "0.3"} + "lwt_log" {with-test & <= "1.1.2"} + "alcotest" {with-test & >= "1.1.0" & <= "1.8.0"} + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "crowbar" {with-test & >= "0.2" & <= "0.2.1"} +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_stdlib/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: yet-another local-extension of the OCaml standard library" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-stdlib/tezos-stdlib.9.0/opam b/packages/tezos-stdlib/tezos-stdlib.9.0/opam new file mode 100644 index 000000000..2d72ab983 --- /dev/null +++ b/packages/tezos-stdlib/tezos-stdlib.9.0/opam @@ -0,0 +1,40 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "dune" {with-test & < "3.0"} + "ocaml" { >= "4.8.0" } + "hex" {<= "1.5.0"} + "lwt" {>= "4.0.0" & <= "5.9.0"} + "zarith" {<= "1.14"} + "ppx_inline_test" {<= "v0.17.0"} + "bigstring" {with-test & <= "0.3"} + "lwt_log" {with-test & <= "1.1.2"} + "alcotest" {with-test & >= "1.1.0" & <= "1.8.0"} + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "crowbar" {with-test & >= "0.2" & <= "0.2.1"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_stdlib/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: yet-another local-extension of the OCaml standard library" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-stdlib/tezos-stdlib.9.1/opam b/packages/tezos-stdlib/tezos-stdlib.9.1/opam new file mode 100644 index 000000000..7da4666cc --- /dev/null +++ b/packages/tezos-stdlib/tezos-stdlib.9.1/opam @@ -0,0 +1,40 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "dune" {with-test & < "3.0"} + "ocaml" { >= "4.8.0" } + "hex" {<= "1.5.0"} + "lwt" {>= "4.0.0" & <= "5.9.0"} + "zarith" {<= "1.14"} + "ppx_inline_test" {<= "v0.17.0"} + "bigstring" {with-test & <= "0.3"} + "lwt_log" {with-test & <= "1.1.2"} + "alcotest" {with-test & >= "1.1.0" & <= "1.8.0"} + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "crowbar" {with-test & >= "0.2" & <= "0.2.1"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_stdlib/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: yet-another local-extension of the OCaml standard library" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-stdlib/tezos-stdlib.9.2/opam b/packages/tezos-stdlib/tezos-stdlib.9.2/opam new file mode 100644 index 000000000..dbe39568f --- /dev/null +++ b/packages/tezos-stdlib/tezos-stdlib.9.2/opam @@ -0,0 +1,40 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "dune" {with-test & < "3.0"} + "ocaml" { >= "4.8.0" } + "hex" {<= "1.5.0"} + "lwt" {>= "4.0.0" & <= "5.9.0"} + "zarith" {<= "1.14"} + "ppx_inline_test" {<= "v0.17.0"} + "bigstring" {with-test & <= "0.3"} + "lwt_log" {with-test & <= "1.1.2"} + "alcotest" {with-test & >= "1.1.0" & <= "1.8.0"} + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "crowbar" {with-test & >= "0.2" & <= "0.2.1"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_stdlib/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: yet-another local-extension of the OCaml standard library" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-stdlib/tezos-stdlib.9.3/opam b/packages/tezos-stdlib/tezos-stdlib.9.3/opam new file mode 100644 index 000000000..ab1246f69 --- /dev/null +++ b/packages/tezos-stdlib/tezos-stdlib.9.3/opam @@ -0,0 +1,40 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "dune" {with-test & < "3.0"} + "ocaml" { >= "4.8.0" } + "hex" {<= "1.5.0"} + "lwt" {>= "5.4.0" & <= "5.9.0"} + "zarith" {<= "1.14"} + "ppx_inline_test" {<= "v0.17.0"} + "bigstring" {with-test & <= "0.3"} + "lwt_log" {with-test & <= "1.1.2"} + "alcotest" {with-test & >= "1.1.0" & <= "1.8.0"} + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "crowbar" {with-test & >= "0.2" & <= "0.2.1"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_stdlib/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: yet-another local-extension of the OCaml standard library" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-stdlib/tezos-stdlib.9.4/opam b/packages/tezos-stdlib/tezos-stdlib.9.4/opam new file mode 100644 index 000000000..1e572737b --- /dev/null +++ b/packages/tezos-stdlib/tezos-stdlib.9.4/opam @@ -0,0 +1,40 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "dune" {with-test & < "3.0"} + "ocaml" { >= "4.8.0" } + "hex" {<= "1.5.0"} + "lwt" {>= "5.4.0" & <= "5.9.0"} + "zarith" {<= "1.14"} + "ppx_inline_test" {<= "v0.17.0"} + "bigstring" {with-test & <= "0.3"} + "lwt_log" {with-test & <= "1.1.2"} + "alcotest" {with-test & >= "1.1.0" & <= "1.8.0"} + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "crowbar" {with-test & >= "0.2" & <= "0.2.1"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_stdlib/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: yet-another local-extension of the OCaml standard library" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-stdlib/tezos-stdlib.9.7/opam b/packages/tezos-stdlib/tezos-stdlib.9.7/opam new file mode 100644 index 000000000..f815a5f43 --- /dev/null +++ b/packages/tezos-stdlib/tezos-stdlib.9.7/opam @@ -0,0 +1,39 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "dune" {with-test & < "3.0"} + "ocaml" { >= "4.8.0" } + "hex" {<= "1.5.0"} + "lwt" {>= "5.4.0" & <= "5.9.0"} + "zarith" {<= "1.14"} + "ppx_inline_test" {<= "v0.17.0"} + "bigstring" {with-test & <= "0.3"} + "lwt_log" {with-test & <= "1.1.2"} + "alcotest" {with-test & >= "1.1.0" & <= "1.8.0"} + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "crowbar" {with-test & >= "0.2" & <= "0.2.1"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_stdlib/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: yet-another local-extension of the OCaml standard library" +available: false # bad checksum +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-storage/tezos-storage.7.0/opam b/packages/tezos-storage/tezos-storage.7.0/opam new file mode 100644 index 000000000..1327890e3 --- /dev/null +++ b/packages/tezos-storage/tezos-storage.7.0/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-lmdb" { = version } + "irmin" { >= "2.1" & < "2.2" } + "irmin-pack" { >= "2.1" & < "2.2" } + "digestif" {>= "0.7.3" & <= "1.2.0"} + "tezos-shell-services" { = version } + "alcotest-lwt" { with-test & = "0.8.5" } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_storage/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: low-level key-value store for `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.0.tar.bz2" + checksum: [ + "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91" + "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-storage/tezos-storage.7.1/opam b/packages/tezos-storage/tezos-storage.7.1/opam new file mode 100644 index 000000000..db828893c --- /dev/null +++ b/packages/tezos-storage/tezos-storage.7.1/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-lmdb" { = version } + "irmin" { >= "2.1" & < "2.2" } + "irmin-pack" { >= "2.1" & < "2.2" } + "digestif" {>= "0.7.3" & <= "1.2.0"} + "tezos-shell-services" { = version } + "alcotest-lwt" { with-test & = "0.8.5" } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_storage/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: low-level key-value store for `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.1.tar.bz2" + checksum: [ + "sha256=3675d856c4b818da7f5de0b85b86a48d3883f1210cfef28ef3233a047e74bed6" + "sha512=d6abdef9a6643b2ffe8141ecc625dcc2a939131e2e5cc158c74aba8c403bd4072b7fc403ccfa6d766696604ad112495dd9db1ece8a3ae5a4693071dfdffcbda5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-storage/tezos-storage.7.2/opam b/packages/tezos-storage/tezos-storage.7.2/opam new file mode 100644 index 000000000..53cdb9cc6 --- /dev/null +++ b/packages/tezos-storage/tezos-storage.7.2/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-lmdb" { = version } + "irmin" { >= "2.1" & < "2.2" } + "irmin-pack" { >= "2.1" & < "2.2" } + "digestif" {>= "0.7.3" & <= "1.2.0"} + "tezos-shell-services" { = version } + "alcotest-lwt" { with-test & = "0.8.5" } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_storage/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: low-level key-value store for `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.2.tar.bz2" + checksum: [ + "sha256=abb52ad63345943d20f3edc4c3507474af94c001c8bf58138f47341942036cec" + "sha512=c823ca801cbc4005f5fc6ea5236d93569410c034da3ed32939ef64a0f2c19a34444fac12e13c72e5a1e15a401b655e58ffdbbb66ce0516e5968f621677b96117" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-storage/tezos-storage.7.3/opam b/packages/tezos-storage/tezos-storage.7.3/opam new file mode 100644 index 000000000..9e619f7d5 --- /dev/null +++ b/packages/tezos-storage/tezos-storage.7.3/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-lmdb" { = version } + "irmin" { >= "2.1" & < "2.2" } + "irmin-pack" { >= "2.1" & < "2.2" } + "digestif" {>= "0.7.3" & <= "1.2.0"} + "tezos-shell-services" { = version } + "alcotest-lwt" { with-test & = "0.8.5" } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_storage/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: low-level key-value store for `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.3.tar.bz2" + checksum: [ + "sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" + "sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-storage/tezos-storage.7.4/opam b/packages/tezos-storage/tezos-storage.7.4/opam new file mode 100644 index 000000000..7dc2c7719 --- /dev/null +++ b/packages/tezos-storage/tezos-storage.7.4/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-lmdb" { = version } + "irmin" { >= "2.1" & < "2.2" } + "irmin-pack" { >= "2.1" & < "2.2" } + "digestif" {>= "0.7.3" & <= "1.2.0"} + "tezos-shell-services" { = version } + "alcotest-lwt" { with-test & = "0.8.5" } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_storage/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: low-level key-value store for `tezos-node`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-storage/tezos-storage.8.0/opam b/packages/tezos-storage/tezos-storage.8.0/opam new file mode 100644 index 000000000..f6353518b --- /dev/null +++ b/packages/tezos-storage/tezos-storage.8.0/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-lmdb" { = "7.4" } + "irmin" { >= "2.2.0" & < "2.3"} + "irmin-pack" { >= "2.1.0" & < "2.3"} + "digestif" {>= "0.7.3" & <= "1.2.0"} + "tezos-shell-services" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_storage/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: low-level key-value store for `tezos-node`" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-storage/tezos-storage.8.1/opam b/packages/tezos-storage/tezos-storage.8.1/opam new file mode 100644 index 000000000..d271d0854 --- /dev/null +++ b/packages/tezos-storage/tezos-storage.8.1/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-lmdb" { = "7.4" } + "irmin" { >= "2.2.0" & < "2.3.0" } + "irmin-pack" {>= "2.1.0" & <= "3.10.0"} + "digestif" {>= "0.7.3" & <= "1.2.0"} + "tezos-shell-services" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_storage/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: low-level key-value store for `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-storage/tezos-storage.8.2/opam b/packages/tezos-storage/tezos-storage.8.2/opam new file mode 100644 index 000000000..667e621a6 --- /dev/null +++ b/packages/tezos-storage/tezos-storage.8.2/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-lmdb" { = "7.4" } + "irmin" { >= "2.2.0" & < "2.3.0" } + "irmin-pack" {>= "2.1.0" & <= "3.10.0"} + "digestif" {>= "0.7.3" & <= "1.2.0"} + "tezos-shell-services" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_storage/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: low-level key-value store for `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-storage/tezos-storage.8.3/opam b/packages/tezos-storage/tezos-storage.8.3/opam new file mode 100644 index 000000000..be2ec93c7 --- /dev/null +++ b/packages/tezos-storage/tezos-storage.8.3/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-lmdb" { = "7.4" } + "irmin" { >= "2.2.0" & < "2.3.0" } + "irmin-pack" {>= "2.1.0" & <= "3.10.0"} + "digestif" {>= "0.7.3" & <= "1.2.0"} + "tezos-shell-services" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_storage/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: low-level key-value store for `tezos-node`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-storage/tezos-storage.9.0/opam b/packages/tezos-storage/tezos-storage.9.0/opam new file mode 100644 index 000000000..59d74126e --- /dev/null +++ b/packages/tezos-storage/tezos-storage.9.0/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-lmdb" { = "7.4" } + "irmin" { >= "2.5.4" & != "2.6.0" & < "2.7.0" } + "irmin-pack" { >= "2.5.4" & != "2.6.0" & < "2.7.0" } + "digestif" {>= "0.7.3" & <= "1.2.0"} + "tezos-shell-services" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_storage/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: low-level key-value store for `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-storage/tezos-storage.9.1/opam b/packages/tezos-storage/tezos-storage.9.1/opam new file mode 100644 index 000000000..89a5063ac --- /dev/null +++ b/packages/tezos-storage/tezos-storage.9.1/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-lmdb" { = "7.4" } + "irmin" { >= "2.5.4" & != "2.6.0" & < "2.7.0" } + "irmin-pack" { >= "2.5.4" & != "2.6.0" & < "2.7.0" } + "digestif" {>= "0.7.3" & <= "1.2.0"} + "tezos-shell-services" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_storage/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: low-level key-value store for `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-storage/tezos-storage.9.2/opam b/packages/tezos-storage/tezos-storage.9.2/opam new file mode 100644 index 000000000..dca30362d --- /dev/null +++ b/packages/tezos-storage/tezos-storage.9.2/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-lmdb" { = "7.4" } + "irmin" { >= "2.5.4" & != "2.6.0" & < "2.7.0" } + "irmin-pack" { >= "2.5.4" & != "2.6.0" & < "2.7.0" } + "digestif" {>= "0.7.3" & <= "1.2.0"} + "tezos-shell-services" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_storage/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: low-level key-value store for `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-storage/tezos-storage.9.3/opam b/packages/tezos-storage/tezos-storage.9.3/opam new file mode 100644 index 000000000..89c6b4d06 --- /dev/null +++ b/packages/tezos-storage/tezos-storage.9.3/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-lmdb" { = "7.4" } + "irmin" { >= "2.5.4" & != "2.6.0" & < "2.7" } + "irmin-pack" { >= "2.5.4" & != "2.6.0" & < "2.7" } + "digestif" {>= "0.7.3" & <= "1.2.0"} + "tezos-shell-services" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_storage/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: low-level key-value store for `tezos-node`" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-storage/tezos-storage.9.4/opam b/packages/tezos-storage/tezos-storage.9.4/opam new file mode 100644 index 000000000..ee05a3dfd --- /dev/null +++ b/packages/tezos-storage/tezos-storage.9.4/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-lmdb" { = "7.4" } + "irmin" { >= "2.5.4" & != "2.6.0" & < "2.7" } + "irmin-pack" { >= "2.5.4" & != "2.6.0" & < "2.7" } + "digestif" {>= "0.7.3" & <= "1.2.0"} + "tezos-shell-services" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_storage/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: low-level key-value store for `tezos-node`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-storage/tezos-storage.9.7/opam b/packages/tezos-storage/tezos-storage.9.7/opam new file mode 100644 index 000000000..8b810decb --- /dev/null +++ b/packages/tezos-storage/tezos-storage.9.7/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-lmdb" { = "7.4" } + "irmin" { >= "2.5.4" & != "2.6.0" & < "2.7" } + "irmin-pack" { >= "2.5.4" & != "2.6.0" & < "2.7" } + "digestif" {>= "0.7.3" & <= "1.2.0"} + "tezos-shell-services" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_storage/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: low-level key-value store for `tezos-node`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-store/tezos-store.10.2/opam b/packages/tezos-store/tezos-store.10.2/opam new file mode 100644 index 000000000..006998c05 --- /dev/null +++ b/packages/tezos-store/tezos-store.10.2/opam @@ -0,0 +1,39 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "index" {>= "1.3.0" & <= "1.6.2"} + "camlzip" { = "1.10" } + "tar-unix" { = "1.1.0" } + "ringo-lwt" { = "0.5" } + "digestif" {>= "0.7.3" & <= "1.2.0"} + "tezos-legacy-store" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "tezos-embedded-protocol-demo-noops" { with-test & = version } + "tezos-embedded-protocol-genesis" { with-test & = version } + "tezos-protocol-plugin-alpha" { with-test & = version } + "tezos-protocol-alpha-parameters" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_store/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: store for `tezos-node`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-store/tezos-store.11.0/opam b/packages/tezos-store/tezos-store.11.0/opam new file mode 100644 index 000000000..2d9c8a629 --- /dev/null +++ b/packages/tezos-store/tezos-store.11.0/opam @@ -0,0 +1,41 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "index" {>= "1.3.0" & <= "1.6.2"} + "camlzip" { = "1.10" } + "tar-unix" { = "1.1.0" } + "ringo-lwt" { = "0.5" } + "digestif" {>= "0.7.3" & <= "1.2.0"} + "tezos-legacy-store" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "tezos-embedded-protocol-demo-noops" { with-test & = version } + "tezos-embedded-protocol-genesis" { with-test & = version } + "tezos-embedded-protocol-alpha" { with-test & = version } + "tezos-protocol-plugin-alpha" { with-test & = version } + "tezos-protocol-alpha-parameters" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_store/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: store for `tezos-node`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-store/tezos-store.11.1/opam b/packages/tezos-store/tezos-store.11.1/opam new file mode 100644 index 000000000..7babe610c --- /dev/null +++ b/packages/tezos-store/tezos-store.11.1/opam @@ -0,0 +1,41 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "index" {>= "1.3.0" & <= "1.6.2"} + "camlzip" { = "1.10" } + "tar-unix" { = "1.1.0" } + "ringo-lwt" { = "0.5" } + "digestif" {>= "0.7.3" & <= "1.2.0"} + "tezos-legacy-store" { = version } + "alcotest-lwt" {with-test & >= "1.1.0" & <= "1.8.0"} + "tezos-embedded-protocol-demo-noops" { with-test & = version } + "tezos-embedded-protocol-genesis" { with-test & = version } + "tezos-embedded-protocol-alpha" { with-test & = version } + "tezos-protocol-plugin-alpha" { with-test & = version } + "tezos-protocol-alpha-parameters" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_store/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: store for `tezos-node`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-store/tezos-store.12.0/opam b/packages/tezos-store/tezos-store.12.0/opam new file mode 100644 index 000000000..baca72a36 --- /dev/null +++ b/packages/tezos-store/tezos-store.12.0/opam @@ -0,0 +1,41 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "index" {>= "1.3.0" & <= "1.6.2"} + "camlzip" { = "1.10" } + "tar-unix" { = "1.1.0" } + "ringo-lwt" { = "0.5" } + "lwt-watcher" { = "0.1" } + "tezos-validation" { = version } + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} + "tezos-embedded-protocol-demo-noops" { with-test & = version } + "tezos-embedded-protocol-genesis" { with-test & = version } + "tezos-embedded-protocol-alpha" { with-test & = version } + "tezos-protocol-plugin-alpha" { with-test & = version } + "tezos-protocol-alpha-parameters" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_store/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: store for `tezos-node`" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-store/tezos-store.12.3/opam b/packages/tezos-store/tezos-store.12.3/opam new file mode 100644 index 000000000..a1de43bb9 --- /dev/null +++ b/packages/tezos-store/tezos-store.12.3/opam @@ -0,0 +1,40 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "index" {>= "1.3.0" & <= "1.6.2"} + "camlzip" { = "1.10" } + "tar-unix" { = "1.1.0" } + "ringo-lwt" { = "0.5" } + "lwt-watcher" { = "0.1" } + "tezos-validation" { = version } + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} + "tezos-embedded-protocol-demo-noops" { with-test & = version } + "tezos-embedded-protocol-genesis" { with-test & = version } + "tezos-embedded-protocol-alpha" { with-test & = version } + "tezos-protocol-plugin-alpha" { with-test & = version } + "tezos-protocol-alpha-parameters" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_store/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: store for `tezos-node`" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-store/tezos-store.13.0/opam b/packages/tezos-store/tezos-store.13.0/opam new file mode 100644 index 000000000..7d14212a7 --- /dev/null +++ b/packages/tezos-store/tezos-store.13.0/opam @@ -0,0 +1,52 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-shell-services" { = version } + "tezos-base" { = version } + "tezos-version" { = version } + "index" {>= "1.6.0" & < "1.7.0" & <= "1.6.2"} + "irmin-pack" { >= "3.2.0" & < "3.3.0" } + "tezos-context" { = version } + "tezos-validation" { = version } + "tezos-protocol-updater" { = version } + "tezos-stdlib-unix" { = version } + "tezos-stdlib" { = version } + "lwt-watcher" { = "0.2" } + "ringo-lwt" { = "0.8" } + "camlzip" { >= "1.11" & < "1.12" } + "tar" {<= "3.1.2"} + "tar-unix" { = "2.0.0" } + "prometheus" {<= "1.2"} + "tezos-embedded-protocol-demo-noops" { with-test & = version } + "tezos-embedded-protocol-genesis" { with-test & = version } + "tezos-embedded-protocol-alpha" { with-test & = version } + "tezos-protocol-alpha-parameters" { with-test & = version } + "tezos-protocol-plugin-alpha" { with-test & = version } + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} + "tezos-test-helpers" { with-test & = version } + "tezos-test-helpers-extra" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_store/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: store for `tezos-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-store/tezos-store.14.0/opam b/packages/tezos-store/tezos-store.14.0/opam new file mode 100644 index 000000000..dc94296f7 --- /dev/null +++ b/packages/tezos-store/tezos-store.14.0/opam @@ -0,0 +1,58 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-shell-services" { = version } + "ringo-lwt" {= "0.9"} + "tezos-validation" { = version } + "tezos-version" { = version } + "index" {>= "1.6.0" & < "1.7.0" & <= "1.6.2"} + "irmin-pack" { >= "3.3.1" & < "3.4.0" } + "tezos-protocol-environment" { = version } + "tezos-context" { = version } + "tezos-context-ops" { = version } + "tezos-shell-context" { = version } + "tezos-protocol-updater" { = version } + "tezos-stdlib-unix" { = version } + "tezos-stdlib" { = version } + "lwt-watcher" { = "0.2" } + "camlzip" { >= "1.11" & < "1.12" } + "tar" {<= "3.1.2"} + "tar-unix" { = "2.0.0" } + "prometheus" {= "1.2"} + "tezos-embedded-protocol-demo-noops" { with-test & = version } + "tezos-embedded-protocol-genesis" { with-test & = version } + "tezos-embedded-protocol-alpha" { with-test & = version } + "tezos-protocol-alpha" { with-test & = version } + "tezos-protocol-plugin-alpha" { with-test & = version } + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} + "tezos-test-helpers" { with-test & = version } + "tezos-test-helpers-extra" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: store for `tezos-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +description: "This library provides abstraction for storing and iterating over blocks. +tezos-store is a virtual library that provides two implementations: +- tezos-store.real is the default implementation, used in production +- tezos-store.mocked is used for testing purposes." +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-store/tezos-store.15.0/opam b/packages/tezos-store/tezos-store.15.0/opam new file mode 100644 index 000000000..cbb18c8da --- /dev/null +++ b/packages/tezos-store/tezos-store.15.0/opam @@ -0,0 +1,58 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-context-ops" { = version } + "tezos-shell-services" { = version } + "tezos-stdlib-unix" { = version } + "tezos-validation" { = version } + "tezos-embedded-protocol-demo-noops" { with-test & = version } + "tezos-embedded-protocol-genesis" { with-test & = version } + "tezos-embedded-protocol-alpha" { with-test & = version } + "tezos-protocol-alpha" { with-test & = version } + "tezos-protocol-plugin-alpha" { with-test & = version } + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} + "tezos-test-helpers" { with-test & = version } + "tezos-test-helpers-extra" { with-test & = version } + "tezos-context" { = version } + "tezos-protocol-environment" { = version } + "lwt-watcher" { = "0.2" } + "tezos-protocol-updater" { = version } + "tezos-version" { = version } + "index" {>= "1.6.0" & < "1.7.0" & <= "1.6.2"} + "irmin-pack" { >= "3.4.3" & < "3.5.0" } + "tezos-shell-context" { = version } + "tezos-stdlib" { = version } + "ringo-lwt" {= "0.9"} + "camlzip" { >= "1.11" & < "1.12" } + "tar" {<= "3.1.2"} + "tar-unix" { = "2.0.0" } + "prometheus" {= "1.2"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: store for `octez-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +description: "This library provides abstraction for storing and iterating over blocks. +tezos-store is a virtual library that provides two implementations: +- tezos-store.real is the default implementation, used in production +- tezos-store.mocked is used for testing purposes." +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-store/tezos-store.15.1/opam b/packages/tezos-store/tezos-store.15.1/opam new file mode 100644 index 000000000..f12d38fc7 --- /dev/null +++ b/packages/tezos-store/tezos-store.15.1/opam @@ -0,0 +1,58 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-shell-services" { = version } + "ringo-lwt" {= "0.9"} + "tezos-validation" { = version } + "tezos-version" { = version } + "index" {>= "1.6.0" & < "1.7.0" & <= "1.6.2"} + "irmin-pack" { >= "3.4.3" & < "3.5.0" } + "tezos-protocol-environment" { = version } + "tezos-context" { = version } + "tezos-context-ops" { = version } + "tezos-shell-context" { = version } + "tezos-protocol-updater" { = version } + "tezos-stdlib-unix" { = version } + "tezos-stdlib" { = version } + "lwt-watcher" { = "0.2" } + "camlzip" { >= "1.11" & < "1.12" } + "tar" {<= "3.1.2"} + "tar-unix" { = "2.0.0" } + "prometheus" {= "1.2"} + "tezos-embedded-protocol-demo-noops" { with-test & = version } + "tezos-embedded-protocol-genesis" { with-test & = version } + "tezos-embedded-protocol-alpha" { with-test & = version } + "tezos-protocol-alpha" { with-test & = version } + "tezos-protocol-plugin-alpha" { with-test & = version } + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} + "tezos-test-helpers" { with-test & = version } + "tezos-test-helpers-extra" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: store for `octez-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +description: "This library provides abstraction for storing and iterating over blocks. +tezos-store is a virtual library that provides two implementations: +- tezos-store.real is the default implementation, used in production +- tezos-store.mocked is used for testing purposes." +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-store/tezos-store.17.1/opam b/packages/tezos-store/tezos-store.17.1/opam new file mode 100644 index 000000000..dbfbe546f --- /dev/null +++ b/packages/tezos-store/tezos-store.17.1/opam @@ -0,0 +1,65 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-stdlib-unix" { = version } + "tezos-base" { = version } + "tezos-crypto" { = version } + "tezos-shell-services" { = version } + "aches" {>= "1.0.0" & <= "1.1.0"} + "aches-lwt" {>= "1.0.0" & <= "1.1.0"} + "tezos-validation" { = version } + "tezos-version" { = version } + "index" {>= "1.6.0" & < "1.7.0" & <= "1.6.2"} + "irmin-pack" { >= "3.6.1" & < "3.7.0" } + "tezos-protocol-environment" { = version } + "tezos-context" { = version } + "tezos-context-ops" { = version } + "tezos-shell-context" { = version } + "tezos-protocol-updater" { = version } + "tezos-stdlib" { = version } + "lwt-watcher" { = "0.2" } + "camlzip" { >= "1.11" & < "1.12" } + "tar" {<= "3.1.2"} + "tar-unix" { >= "2.0.1" & < "3.0.0" } + "prometheus" {= "1.2"} + "tezos-rpc" { = version } + "tezt" {with-test & >= "3.1.0" & <= "4.1.0"} + "tezos-embedded-protocol-demo-noops" { with-test & = version } + "tezos-embedded-protocol-genesis" { with-test & = version } + "tezos-embedded-protocol-alpha" { with-test & = version } + "tezos-protocol-alpha" { with-test & = version } + "tezos-protocol-plugin-alpha" { with-test & = version } + "octez-alcotezt" { with-test & = version } + "tezos-test-helpers" { with-test & = version } +] +conflicts: [ + "checkseum" { = "0.5.0" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] { with-test & ocaml:native } +] +synopsis: "Tezos: store for `octez-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +description: "This library provides abstraction for storing and iterating over blocks. +tezos-store is a virtual library that provides two implementations: +- tezos-store.real is the default implementation, used in production +- tezos-store.mocked is used for testing purposes." +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-store/tezos-store.17.2/opam b/packages/tezos-store/tezos-store.17.2/opam new file mode 100644 index 000000000..83d51efbc --- /dev/null +++ b/packages/tezos-store/tezos-store.17.2/opam @@ -0,0 +1,65 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-stdlib-unix" { = version } + "tezos-base" { = version } + "tezos-crypto" { = version } + "tezos-shell-services" { = version } + "aches" {>= "1.0.0" & <= "1.1.0"} + "aches-lwt" {>= "1.0.0" & <= "1.1.0"} + "tezos-validation" { = version } + "tezos-version" { = version } + "index" {>= "1.6.0" & < "1.7.0" & <= "1.6.2"} + "irmin-pack" { >= "3.6.1" & < "3.7.0" } + "tezos-protocol-environment" { = version } + "tezos-context" { = version } + "tezos-context-ops" { = version } + "tezos-shell-context" { = version } + "tezos-protocol-updater" { = version } + "tezos-stdlib" { = version } + "lwt-watcher" { = "0.2" } + "camlzip" { >= "1.11" & < "1.12" } + "tar" {<= "3.1.2"} + "tar-unix" { >= "2.0.1" & < "3.0.0" } + "prometheus" {= "1.2"} + "tezos-rpc" { = version } + "tezt" {with-test & >= "3.1.0" & <= "4.1.0"} + "tezos-embedded-protocol-demo-noops" { with-test & = version } + "tezos-embedded-protocol-genesis" { with-test & = version } + "tezos-embedded-protocol-alpha" { with-test & = version } + "tezos-protocol-alpha" { with-test & = version } + "tezos-protocol-plugin-alpha" { with-test & = version } + "octez-alcotezt" { with-test & = version } + "tezos-test-helpers" { with-test & = version } +] +conflicts: [ + "checkseum" { = "0.5.0" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] { with-test & ocaml:native } +] +synopsis: "Tezos: store for `octez-node`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +description: "This library provides abstraction for storing and iterating over blocks. +tezos-store is a virtual library that provides two implementations: +- tezos-store.real is the default implementation, used in production +- tezos-store.mocked is used for testing purposes." +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-test-helpers-extra/tezos-test-helpers-extra.13.0/opam b/packages/tezos-test-helpers-extra/tezos-test-helpers-extra.13.0/opam new file mode 100644 index 000000000..414d830ea --- /dev/null +++ b/packages/tezos-test-helpers-extra/tezos-test-helpers-extra.13.0/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "ocaml" { >= "4.08" } + "tezos-base" { = version } + "tezos-crypto" { = version } + "tezos-test-helpers" { = version } + "tezos-shell-services" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_test/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Test helpers dependent on tezos-base" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-test-helpers-extra/tezos-test-helpers-extra.14.0/opam b/packages/tezos-test-helpers-extra/tezos-test-helpers-extra.14.0/opam new file mode 100644 index 000000000..c9c8952bf --- /dev/null +++ b/packages/tezos-test-helpers-extra/tezos-test-helpers-extra.14.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.08" } + "tezos-base" { = version } + "tezos-crypto" { = version } + "tezos-test-helpers" { = version } + "tezos-shell-services" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Test helpers dependent on tezos-base" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-test-helpers-extra/tezos-test-helpers-extra.15.0/opam b/packages/tezos-test-helpers-extra/tezos-test-helpers-extra.15.0/opam new file mode 100644 index 000000000..6993918b9 --- /dev/null +++ b/packages/tezos-test-helpers-extra/tezos-test-helpers-extra.15.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.08" } + "tezos-base" { = version } + "tezos-crypto" { = version } + "tezos-test-helpers" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Test helpers dependent on tezos-base" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-test-helpers-extra/tezos-test-helpers-extra.15.1/opam b/packages/tezos-test-helpers-extra/tezos-test-helpers-extra.15.1/opam new file mode 100644 index 000000000..21ab000e7 --- /dev/null +++ b/packages/tezos-test-helpers-extra/tezos-test-helpers-extra.15.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.08" } + "tezos-base" { = version } + "tezos-crypto" { = version } + "tezos-test-helpers" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Test helpers dependent on tezos-base" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-test-helpers/tezos-test-helpers.11.0/opam b/packages/tezos-test-helpers/tezos-test-helpers.11.0/opam new file mode 100644 index 000000000..8c80c8b27 --- /dev/null +++ b/packages/tezos-test-helpers/tezos-test-helpers.11.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "ocaml" { >= "4.8.0" } + "uri" {<= "4.4.0"} + "qcheck-alcotest" {>= "0.15" & <= "0.23"} + "alcotest" {>= "1.1.0" & <= "1.8.0"} + "alcotest-lwt" {>= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_test/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos-agnostic test helpers" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-test-helpers/tezos-test-helpers.11.1/opam b/packages/tezos-test-helpers/tezos-test-helpers.11.1/opam new file mode 100644 index 000000000..987db3d36 --- /dev/null +++ b/packages/tezos-test-helpers/tezos-test-helpers.11.1/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "ocaml" { >= "4.8.0" } + "uri" {<= "4.4.0"} + "qcheck-alcotest" {>= "0.15" & <= "0.23"} + "alcotest" {>= "1.1.0" & <= "1.8.0"} + "alcotest-lwt" {>= "1.1.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_test/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos-agnostic test helpers" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-test-helpers/tezos-test-helpers.12.0/opam b/packages/tezos-test-helpers/tezos-test-helpers.12.0/opam new file mode 100644 index 000000000..36b6f8194 --- /dev/null +++ b/packages/tezos-test-helpers/tezos-test-helpers.12.0/opam @@ -0,0 +1,42 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "ocaml" { >= "4.8.0" } + "uri" {<= "4.4.0"} + "fmt" {<= "0.9.0"} + "qcheck-alcotest" {>= "0.18" & <= "0.23"} + "alcotest" {>= "1.5.0" & <= "1.8.0"} + "lwt" {>= "5.4.0" & <= "5.9.0"} + "pure-splitmix" { = "0.2" } +] +patches: [ "tests_in-packages.patch" ] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_test/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos-agnostic test helpers" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +extra-source "tests_in-packages.patch" { + src: + "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/tezos-test-helpers/tests_in-packages.patch" + checksum: + "sha256=3edeb38abfd2db7d83beac274d4f0c0b6bab148ce7da6c418145414d453ff4e5" +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-test-helpers/tezos-test-helpers.13.0/opam b/packages/tezos-test-helpers/tezos-test-helpers.13.0/opam new file mode 100644 index 000000000..7b9c5f282 --- /dev/null +++ b/packages/tezos-test-helpers/tezos-test-helpers.13.0/opam @@ -0,0 +1,37 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "ocaml" { >= "4.12" } + "uri" {<= "4.4.0"} + "fmt" {>= "0.8.7" & <= "0.9.0"} + "qcheck-alcotest" {>= "0.18" & <= "0.23"} + "alcotest" {>= "1.5.0" & <= "1.8.0"} + "lwt" {>= "5.4.0" & <= "5.9.0"} + "pure-splitmix" { = "0.3" } + "data-encoding" { >= "0.5.3" & < "0.6" } + "ppx_inline_test" {<= "v0.17.0"} # work-around! The real fix is to restrict the rogue test to its package. +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_test/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos-agnostic test helpers" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-test-helpers/tezos-test-helpers.14.0/opam b/packages/tezos-test-helpers/tezos-test-helpers.14.0/opam new file mode 100644 index 000000000..e15e27a69 --- /dev/null +++ b/packages/tezos-test-helpers/tezos-test-helpers.14.0/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.12" } + "uri" {>= "2.2.0" & <= "4.4.0"} + "fmt" {>= "0.8.7" & <= "0.9.0"} + "qcheck-alcotest" {>= "0.18" & <= "0.23"} + "alcotest" {>= "1.5.0" & <= "1.8.0"} + "lwt" {>= "5.4.0" & <= "5.9.0"} + "pure-splitmix" { = "0.3" } + "data-encoding" { >= "0.6" & < "0.7" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos-agnostic test helpers" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-test-helpers/tezos-test-helpers.15.0/opam b/packages/tezos-test-helpers/tezos-test-helpers.15.0/opam new file mode 100644 index 000000000..0dd713fa6 --- /dev/null +++ b/packages/tezos-test-helpers/tezos-test-helpers.15.0/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & < "3.11"} + "ocaml" { >= "4.12" } + "uri" {>= "2.2.0" & <= "4.4.0"} + "fmt" {>= "0.8.7" & <= "0.9.0"} + "qcheck-alcotest" {>= "0.18" & <= "0.23"} + "alcotest" {>= "1.5.0" & <= "1.8.0"} + "lwt" {>= "5.6.0" & <= "5.9.0"} + "pure-splitmix" { = "0.3" } + "data-encoding" { >= "0.6" & < "0.7" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos-agnostic test helpers" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-test-helpers/tezos-test-helpers.15.1/opam b/packages/tezos-test-helpers/tezos-test-helpers.15.1/opam new file mode 100644 index 000000000..36c3feea5 --- /dev/null +++ b/packages/tezos-test-helpers/tezos-test-helpers.15.1/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & < "3.11"} + "ocaml" { >= "4.12" } + "uri" {>= "2.2.0" & <= "4.4.0"} + "fmt" {>= "0.8.7" & <= "0.9.0"} + "qcheck-alcotest" {>= "0.18" & <= "0.23"} + "alcotest" {>= "1.5.0" & <= "1.8.0"} + "lwt" {>= "5.6.0" & <= "5.9.0"} + "pure-splitmix" { = "0.3" } + "data-encoding" { >= "0.6" & < "0.7" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos-agnostic test helpers" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-test-helpers/tezos-test-helpers.17.1/opam b/packages/tezos-test-helpers/tezos-test-helpers.17.1/opam new file mode 100644 index 000000000..a0dcd60c8 --- /dev/null +++ b/packages/tezos-test-helpers/tezos-test-helpers.17.1/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "uri" {>= "3.1.0" & <= "4.4.0"} + "fmt" {>= "0.8.7" & <= "0.9.0"} + "qcheck-alcotest" {>= "0.20" & <= "0.23"} + "lwt" {>= "5.6.0" & <= "5.9.0"} + "pure-splitmix" { = "0.3" } + "data-encoding" { >= "0.7.1" & < "1.0.0" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos-agnostic test helpers" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-test-helpers/tezos-test-helpers.17.2/opam b/packages/tezos-test-helpers/tezos-test-helpers.17.2/opam new file mode 100644 index 000000000..53fcb4df5 --- /dev/null +++ b/packages/tezos-test-helpers/tezos-test-helpers.17.2/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "uri" {>= "3.1.0" & <= "4.4.0"} + "fmt" {>= "0.8.7" & <= "0.9.0"} + "qcheck-alcotest" {>= "0.20" & <= "0.23"} + "lwt" {>= "5.6.0" & <= "5.9.0"} + "pure-splitmix" { = "0.3" } + "data-encoding" { >= "0.7.1" & < "1.0.0" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos-agnostic test helpers" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-test-helpers/tezos-test-helpers.9.2/opam b/packages/tezos-test-helpers/tezos-test-helpers.9.2/opam new file mode 100644 index 000000000..7d0d6d62c --- /dev/null +++ b/packages/tezos-test-helpers/tezos-test-helpers.9.2/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "ocaml" { >= "4.8.0" } + "qcheck-alcotest" {<= "0.23"} + "alcotest" {<= "1.8.0"} + "alcotest-lwt" {<= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_test/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] { with-test } +] +synopsis: "Tezos-agnostic test helpers" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-test-helpers/tezos-test-helpers.9.3/opam b/packages/tezos-test-helpers/tezos-test-helpers.9.3/opam new file mode 100644 index 000000000..2b684f352 --- /dev/null +++ b/packages/tezos-test-helpers/tezos-test-helpers.9.3/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "ocaml" { >= "4.8.0" } + "qcheck-alcotest" {<= "0.23"} + "alcotest" {<= "1.8.0"} + "alcotest-lwt" {<= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_test/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] { with-test } +] +synopsis: "Tezos-agnostic test helpers" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-test-helpers/tezos-test-helpers.9.4/opam b/packages/tezos-test-helpers/tezos-test-helpers.9.4/opam new file mode 100644 index 000000000..bb2b7c49b --- /dev/null +++ b/packages/tezos-test-helpers/tezos-test-helpers.9.4/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "ocaml" { >= "4.8.0" } + "qcheck-alcotest" {<= "0.23"} + "alcotest" {<= "1.8.0"} + "alcotest-lwt" {<= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_test/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] { with-test } +] +synopsis: "Tezos-agnostic test helpers" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-test-helpers/tezos-test-helpers.9.7/opam b/packages/tezos-test-helpers/tezos-test-helpers.9.7/opam new file mode 100644 index 000000000..1488b5d14 --- /dev/null +++ b/packages/tezos-test-helpers/tezos-test-helpers.9.7/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "ocaml" { >= "4.8.0" } + "qcheck-alcotest" {<= "0.23"} + "alcotest" {<= "1.8.0"} + "alcotest-lwt" {<= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_test/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] { with-test } +] +synopsis: "Tezos-agnostic test helpers" +available: false # bad checksum +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-test-services/tezos-test-services.7.3/opam b/packages/tezos-test-services/tezos-test-services.7.3/opam new file mode 100644 index 000000000..c78795e85 --- /dev/null +++ b/packages/tezos-test-services/tezos-test-services.7.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" {with-test & <= "13.0"} + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-base" { = version } + "alcotest-lwt" {<= "1.8.0"} +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_test_services/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: Alcotest-based test services" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.3.tar.bz2" + checksum: [ + "sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" + "sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-test-services/tezos-test-services.7.4/opam b/packages/tezos-test-services/tezos-test-services.7.4/opam new file mode 100644 index 000000000..2d0c261fb --- /dev/null +++ b/packages/tezos-test-services/tezos-test-services.7.4/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" {with-test & <= "13.0"} + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-base" { = version } + "alcotest-lwt" {<= "1.8.0"} +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_test_services/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: Alcotest-based test services" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-test-services/tezos-test-services.8.0/opam b/packages/tezos-test-services/tezos-test-services.8.0/opam new file mode 100644 index 000000000..8fcfd2f9c --- /dev/null +++ b/packages/tezos-test-services/tezos-test-services.8.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-base" { = version } + "alcotest-lwt" {<= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_test_services/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: Alcotest-based test services" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-test-services/tezos-test-services.8.1/opam b/packages/tezos-test-services/tezos-test-services.8.1/opam new file mode 100644 index 000000000..960af2508 --- /dev/null +++ b/packages/tezos-test-services/tezos-test-services.8.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-base" { = version } + "alcotest-lwt" {<= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_test_services/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: Alcotest-based test services" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-test-services/tezos-test-services.8.2/opam b/packages/tezos-test-services/tezos-test-services.8.2/opam new file mode 100644 index 000000000..f9998463d --- /dev/null +++ b/packages/tezos-test-services/tezos-test-services.8.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-base" { = version } + "alcotest-lwt" {<= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_test_services/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: Alcotest-based test services" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-test-services/tezos-test-services.8.3/opam b/packages/tezos-test-services/tezos-test-services.8.3/opam new file mode 100644 index 000000000..3ec778f0b --- /dev/null +++ b/packages/tezos-test-services/tezos-test-services.8.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-base" { = version } + "alcotest-lwt" {<= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_test_services/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: Alcotest-based test services" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-test-services/tezos-test-services.9.0/opam b/packages/tezos-test-services/tezos-test-services.9.0/opam new file mode 100644 index 000000000..b811bc660 --- /dev/null +++ b/packages/tezos-test-services/tezos-test-services.9.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-base" { = version } + "alcotest-lwt" {<= "1.8.0"} + "tezos-stdlib-unix" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_test_services/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: Alcotest-based test services" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-test-services/tezos-test-services.9.1/opam b/packages/tezos-test-services/tezos-test-services.9.1/opam new file mode 100644 index 000000000..3bfe71f09 --- /dev/null +++ b/packages/tezos-test-services/tezos-test-services.9.1/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-base" { = version } + "alcotest-lwt" {<= "1.8.0"} + "tezos-stdlib-unix" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_test_services/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: Alcotest-based test services" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-test-services/tezos-test-services.9.2/opam b/packages/tezos-test-services/tezos-test-services.9.2/opam new file mode 100644 index 000000000..9f1f36b5e --- /dev/null +++ b/packages/tezos-test-services/tezos-test-services.9.2/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-base" { = version } + "alcotest-lwt" {>= "0.8.1" & <= "1.8.0"} + "tezos-stdlib-unix" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_test_services/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: Alcotest-based test services" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-test-services/tezos-test-services.9.3/opam b/packages/tezos-test-services/tezos-test-services.9.3/opam new file mode 100644 index 000000000..2f83d628f --- /dev/null +++ b/packages/tezos-test-services/tezos-test-services.9.3/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-base" { = version } + "alcotest-lwt" {>= "1.1.0" & <= "1.8.0"} + "tezos-stdlib-unix" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_test_services/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: Alcotest-based test services" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-test-services/tezos-test-services.9.4/opam b/packages/tezos-test-services/tezos-test-services.9.4/opam new file mode 100644 index 000000000..2412e8905 --- /dev/null +++ b/packages/tezos-test-services/tezos-test-services.9.4/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-base" { = version } + "alcotest-lwt" {>= "1.1.0" & <= "1.8.0"} + "tezos-stdlib-unix" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_test_services/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: Alcotest-based test services" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-test-services/tezos-test-services.9.7/opam b/packages/tezos-test-services/tezos-test-services.9.7/opam new file mode 100644 index 000000000..455cda285 --- /dev/null +++ b/packages/tezos-test-services/tezos-test-services.9.7/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-base" { = version } + "alcotest-lwt" {>= "1.1.0" & <= "1.8.0"} + "tezos-stdlib-unix" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_test_services/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: Alcotest-based test services" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-tooling/tezos-tooling.13.0/opam b/packages/tezos-tooling/tezos-tooling.13.0/opam new file mode 100644 index 000000000..83b6c9f8a --- /dev/null +++ b/packages/tezos-tooling/tezos-tooling.13.0/opam @@ -0,0 +1,40 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "bisect_ppx" {>= "2.7.0" & <= "2.8.3"} + "ocamlformat" { = "0.18.0" } + "parsexp" {with-test & <= "v0.17.0"} + "base-unix" {with-test & = "base"} + "tezos-protocol-compiler" { = version } + "tezos-base" { = version } +] +depopts: [ + "utop" +] +conflicts: [ + "utop" { < "2.8" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/tooling/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: tooling for the project" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-tooling/tezos-tooling.7.0/opam b/packages/tezos-tooling/tezos-tooling.7.0/opam new file mode 100644 index 000000000..9e601a426 --- /dev/null +++ b/packages/tezos-tooling/tezos-tooling.7.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "1.11" & <= "3.17.1"} + "ocamlformat" { = "0.10" } + "ocaml" { >= "4.8.0" } (*ocamlformat result differs with 4.06 & 4.07*) +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/tooling/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: tooling for the project" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.0.tar.bz2" + checksum: [ + "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91" + "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-tooling/tezos-tooling.7.1/opam b/packages/tezos-tooling/tezos-tooling.7.1/opam new file mode 100644 index 000000000..fec5fae91 --- /dev/null +++ b/packages/tezos-tooling/tezos-tooling.7.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "1.11" & <= "3.17.1"} + "ocamlformat" { = "0.10" } + "ocaml" { >= "4.8.0" } (*ocamlformat result differs with 4.06 & 4.07*) +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/tooling/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: tooling for the project" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.1.tar.bz2" + checksum: [ + "sha256=3675d856c4b818da7f5de0b85b86a48d3883f1210cfef28ef3233a047e74bed6" + "sha512=d6abdef9a6643b2ffe8141ecc625dcc2a939131e2e5cc158c74aba8c403bd4072b7fc403ccfa6d766696604ad112495dd9db1ece8a3ae5a4693071dfdffcbda5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-tooling/tezos-tooling.7.2/opam b/packages/tezos-tooling/tezos-tooling.7.2/opam new file mode 100644 index 000000000..2457d1492 --- /dev/null +++ b/packages/tezos-tooling/tezos-tooling.7.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "1.11" & <= "3.17.1"} + "ocamlformat" { = "0.10" } + "ocaml" { >= "4.8.0" } (*ocamlformat result differs with 4.06 & 4.07*) +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/tooling/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: tooling for the project" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.2.tar.bz2" + checksum: [ + "sha256=abb52ad63345943d20f3edc4c3507474af94c001c8bf58138f47341942036cec" + "sha512=c823ca801cbc4005f5fc6ea5236d93569410c034da3ed32939ef64a0f2c19a34444fac12e13c72e5a1e15a401b655e58ffdbbb66ce0516e5968f621677b96117" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-tooling/tezos-tooling.7.3/opam b/packages/tezos-tooling/tezos-tooling.7.3/opam new file mode 100644 index 000000000..a1e376ef2 --- /dev/null +++ b/packages/tezos-tooling/tezos-tooling.7.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "1.11" & <= "3.17.1"} + "ocamlformat" { = "0.10" } + "ocaml" { >= "4.8.0" } (*ocamlformat result differs with 4.06 & 4.07*) +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/tooling/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: tooling for the project" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.3.tar.bz2" + checksum: [ + "sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" + "sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-tooling/tezos-tooling.7.4/opam b/packages/tezos-tooling/tezos-tooling.7.4/opam new file mode 100644 index 000000000..8393f8906 --- /dev/null +++ b/packages/tezos-tooling/tezos-tooling.7.4/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "1.11" & <= "3.17.1"} + "ocamlformat" { = "0.10" } + "ocaml" { >= "4.8.0" } (*ocamlformat result differs with 4.06 & 4.07*) +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/tooling/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: tooling for the project" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-tree-encoding/tezos-tree-encoding.15.0/opam b/packages/tezos-tree-encoding/tezos-tree-encoding.15.0/opam new file mode 100644 index 000000000..17ce38a3c --- /dev/null +++ b/packages/tezos-tree-encoding/tezos-tree-encoding.15.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-lazy-containers" { = version } + "tezos-lwt-result-stdlib" { = version } + "data-encoding" { >= "0.6" & < "0.7" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "A general-purpose library to encode arbitrary data in Merkle trees" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-tree-encoding/tezos-tree-encoding.15.1/opam b/packages/tezos-tree-encoding/tezos-tree-encoding.15.1/opam new file mode 100644 index 000000000..f10e79f82 --- /dev/null +++ b/packages/tezos-tree-encoding/tezos-tree-encoding.15.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-lazy-containers" { = version } + "tezos-lwt-result-stdlib" { = version } + "data-encoding" { >= "0.6" & < "0.7" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "A general-purpose library to encode arbitrary data in Merkle trees" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-tree-encoding/tezos-tree-encoding.17.1/opam b/packages/tezos-tree-encoding/tezos-tree-encoding.17.1/opam new file mode 100644 index 000000000..7e1533247 --- /dev/null +++ b/packages/tezos-tree-encoding/tezos-tree-encoding.17.1/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-base" { = version } + "tezos-context" { = version } + "tezos-lwt-result-stdlib" { = version } + "data-encoding" { >= "0.7.1" & < "1.0.0" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "A general-purpose library to encode arbitrary data in Merkle trees" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-tree-encoding/tezos-tree-encoding.17.2/opam b/packages/tezos-tree-encoding/tezos-tree-encoding.17.2/opam new file mode 100644 index 000000000..b031db352 --- /dev/null +++ b/packages/tezos-tree-encoding/tezos-tree-encoding.17.2/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-base" { = version } + "tezos-context" { = version } + "tezos-lwt-result-stdlib" { = version } + "data-encoding" { >= "0.7.1" & < "1.0.0" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "A general-purpose library to encode arbitrary data in Merkle trees" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-tx-rollup-013-PtJakart/tezos-tx-rollup-013-PtJakart.14.0/opam b/packages/tezos-tx-rollup-013-PtJakart/tezos-tx-rollup-013-PtJakart.14.0/opam new file mode 100644 index 000000000..92a3a6fed --- /dev/null +++ b/packages/tezos-tx-rollup-013-PtJakart/tezos-tx-rollup-013-PtJakart.14.0/opam @@ -0,0 +1,49 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ppx_expect" {<= "v0.17.2"} + "index" {>= "1.6.0" & < "1.7.0" & <= "1.6.2"} + "tezos-base" { = version } + "tezos-crypto" { = version } + "tezos-protocol-013-PtJakart" { = version } + "tezos-client-013-PtJakart" { = version } + "tezos-client-commands" { = version } + "tezos-context" { = version } + "tezos-baking-013-PtJakart-commands" { = version } + "tezos-stdlib-unix" { = version } + "tezos-rpc" { = version } + "tezos-rpc-http" { = version } + "tezos-rpc-http-client-unix" { = version } + "tezos-rpc-http-server" { = version } + "tezos-micheline" { = version } + "tezos-client-base" { = version } + "tezos-client-base-unix" { = version } + "tezos-shell" { = version } + "tezos-store" { = version } + "tezos-workers" { = version } + "tezos-protocol-plugin-013-PtJakart" { = version } + "tezos-injector-013-PtJakart" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-tx-rollup`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-tx-rollup-014-PtKathma/tezos-tx-rollup-014-PtKathma.14.0/opam b/packages/tezos-tx-rollup-014-PtKathma/tezos-tx-rollup-014-PtKathma.14.0/opam new file mode 100644 index 000000000..38bf9d0d5 --- /dev/null +++ b/packages/tezos-tx-rollup-014-PtKathma/tezos-tx-rollup-014-PtKathma.14.0/opam @@ -0,0 +1,49 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ppx_expect" {<= "v0.17.2"} + "index" {>= "1.6.0" & < "1.7.0" & <= "1.6.2"} + "tezos-base" { = version } + "tezos-crypto" { = version } + "tezos-protocol-014-PtKathma" { = version } + "tezos-client-014-PtKathma" { = version } + "tezos-client-commands" { = version } + "tezos-context" { = version } + "tezos-baking-014-PtKathma-commands" { = version } + "tezos-stdlib-unix" { = version } + "tezos-rpc" { = version } + "tezos-rpc-http" { = version } + "tezos-rpc-http-client-unix" { = version } + "tezos-rpc-http-server" { = version } + "tezos-micheline" { = version } + "tezos-client-base" { = version } + "tezos-client-base-unix" { = version } + "tezos-shell" { = version } + "tezos-store" { = version } + "tezos-workers" { = version } + "tezos-protocol-plugin-014-PtKathma" { = version } + "tezos-injector-014-PtKathma" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-tx-rollup`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-tx-rollup-014-PtKathma/tezos-tx-rollup-014-PtKathma.15.0/opam b/packages/tezos-tx-rollup-014-PtKathma/tezos-tx-rollup-014-PtKathma.15.0/opam new file mode 100644 index 000000000..30271b828 --- /dev/null +++ b/packages/tezos-tx-rollup-014-PtKathma/tezos-tx-rollup-014-PtKathma.15.0/opam @@ -0,0 +1,49 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ppx_expect" {<= "v0.17.2"} + "index" {>= "1.6.0" & < "1.7.0" & <= "1.6.2"} + "tezos-base" { = version } + "tezos-crypto" { = version } + "tezos-protocol-014-PtKathma" { = version } + "tezos-client-014-PtKathma" { = version } + "tezos-client-commands" { = version } + "tezos-context" { = version } + "tezos-baking-014-PtKathma-commands" { = version } + "tezos-stdlib-unix" { = version } + "tezos-rpc" { = version } + "tezos-rpc-http" { = version } + "tezos-rpc-http-client-unix" { = version } + "tezos-rpc-http-server" { = version } + "tezos-micheline" { = version } + "tezos-client-base" { = version } + "tezos-client-base-unix" { = version } + "tezos-shell" { = version } + "tezos-store" { = version } + "tezos-workers" { = version } + "tezos-protocol-plugin-014-PtKathma" { = version } + "tezos-injector-014-PtKathma" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-tx-rollup`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-tx-rollup-014-PtKathma/tezos-tx-rollup-014-PtKathma.15.1/opam b/packages/tezos-tx-rollup-014-PtKathma/tezos-tx-rollup-014-PtKathma.15.1/opam new file mode 100644 index 000000000..6ea86f595 --- /dev/null +++ b/packages/tezos-tx-rollup-014-PtKathma/tezos-tx-rollup-014-PtKathma.15.1/opam @@ -0,0 +1,49 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ppx_expect" {<= "v0.17.2"} + "index" {>= "1.6.0" & < "1.7.0" & <= "1.6.2"} + "tezos-base" { = version } + "tezos-crypto" { = version } + "tezos-protocol-014-PtKathma" { = version } + "tezos-client-014-PtKathma" { = version } + "tezos-client-commands" { = version } + "tezos-context" { = version } + "tezos-baking-014-PtKathma-commands" { = version } + "tezos-stdlib-unix" { = version } + "tezos-rpc" { = version } + "tezos-rpc-http" { = version } + "tezos-rpc-http-client-unix" { = version } + "tezos-rpc-http-server" { = version } + "tezos-micheline" { = version } + "tezos-client-base" { = version } + "tezos-client-base-unix" { = version } + "tezos-shell" { = version } + "tezos-store" { = version } + "tezos-workers" { = version } + "tezos-protocol-plugin-014-PtKathma" { = version } + "tezos-injector-014-PtKathma" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-tx-rollup`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-tx-rollup-015-PtLimaPt/tezos-tx-rollup-015-PtLimaPt.15.0/opam b/packages/tezos-tx-rollup-015-PtLimaPt/tezos-tx-rollup-015-PtLimaPt.15.0/opam new file mode 100644 index 000000000..8cbfed534 --- /dev/null +++ b/packages/tezos-tx-rollup-015-PtLimaPt/tezos-tx-rollup-015-PtLimaPt.15.0/opam @@ -0,0 +1,49 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ppx_expect" {<= "v0.17.2"} + "index" {>= "1.6.0" & < "1.7.0" & <= "1.6.2"} + "tezos-base" { = version } + "tezos-crypto" { = version } + "tezos-protocol-015-PtLimaPt" { = version } + "tezos-client-015-PtLimaPt" { = version } + "tezos-client-commands" { = version } + "tezos-context" { = version } + "tezos-baking-015-PtLimaPt-commands" { = version } + "tezos-stdlib-unix" { = version } + "tezos-rpc" { = version } + "tezos-rpc-http" { = version } + "tezos-rpc-http-client-unix" { = version } + "tezos-rpc-http-server" { = version } + "tezos-micheline" { = version } + "tezos-client-base" { = version } + "tezos-client-base-unix" { = version } + "tezos-shell" { = version } + "tezos-store" { = version } + "tezos-workers" { = version } + "tezos-protocol-plugin-015-PtLimaPt" { = version } + "tezos-injector-015-PtLimaPt" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-tx-rollup`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-tx-rollup-015-PtLimaPt/tezos-tx-rollup-015-PtLimaPt.15.1/opam b/packages/tezos-tx-rollup-015-PtLimaPt/tezos-tx-rollup-015-PtLimaPt.15.1/opam new file mode 100644 index 000000000..436332803 --- /dev/null +++ b/packages/tezos-tx-rollup-015-PtLimaPt/tezos-tx-rollup-015-PtLimaPt.15.1/opam @@ -0,0 +1,49 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ppx_expect" {<= "v0.17.2"} + "index" {>= "1.6.0" & < "1.7.0" & <= "1.6.2"} + "tezos-base" { = version } + "tezos-crypto" { = version } + "tezos-protocol-015-PtLimaPt" { = version } + "tezos-client-015-PtLimaPt" { = version } + "tezos-client-commands" { = version } + "tezos-context" { = version } + "tezos-baking-015-PtLimaPt-commands" { = version } + "tezos-stdlib-unix" { = version } + "tezos-rpc" { = version } + "tezos-rpc-http" { = version } + "tezos-rpc-http-client-unix" { = version } + "tezos-rpc-http-server" { = version } + "tezos-micheline" { = version } + "tezos-client-base" { = version } + "tezos-client-base-unix" { = version } + "tezos-shell" { = version } + "tezos-store" { = version } + "tezos-workers" { = version } + "tezos-protocol-plugin-015-PtLimaPt" { = version } + "tezos-injector-015-PtLimaPt" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-tx-rollup`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-tx-rollup-alpha/tezos-tx-rollup-alpha.14.0/opam b/packages/tezos-tx-rollup-alpha/tezos-tx-rollup-alpha.14.0/opam new file mode 100644 index 000000000..9afdcf43a --- /dev/null +++ b/packages/tezos-tx-rollup-alpha/tezos-tx-rollup-alpha.14.0/opam @@ -0,0 +1,49 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ppx_expect" {<= "v0.17.2"} + "index" {>= "1.6.0" & < "1.7.0" & <= "1.6.2"} + "tezos-base" { = version } + "tezos-crypto" { = version } + "tezos-protocol-alpha" { = version } + "tezos-client-alpha" { = version } + "tezos-client-commands" { = version } + "tezos-context" { = version } + "tezos-baking-alpha-commands" { = version } + "tezos-stdlib-unix" { = version } + "tezos-rpc" { = version } + "tezos-rpc-http" { = version } + "tezos-rpc-http-client-unix" { = version } + "tezos-rpc-http-server" { = version } + "tezos-micheline" { = version } + "tezos-client-base" { = version } + "tezos-client-base-unix" { = version } + "tezos-shell" { = version } + "tezos-store" { = version } + "tezos-workers" { = version } + "tezos-protocol-plugin-alpha" { = version } + "tezos-injector-alpha" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-tx-rollup`" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-tx-rollup-client-013-PtJakart/tezos-tx-rollup-client-013-PtJakart.14.0/opam b/packages/tezos-tx-rollup-client-013-PtJakart/tezos-tx-rollup-client-013-PtJakart.14.0/opam new file mode 100644 index 000000000..2fb37d7f0 --- /dev/null +++ b/packages/tezos-tx-rollup-client-013-PtJakart/tezos-tx-rollup-client-013-PtJakart.14.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-013-PtJakart" { = version } + "tezos-client-013-PtJakart" { = version } + "tezos-client-base-unix" { = version } + "tezos-stdlib-unix" { = version } + "tezos-tx-rollup-013-PtJakart" { = version } + "uri" {>= "2.2.0" & <= "4.4.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: `tezos-tx-rollup-client-alpha` client binary" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-tx-rollup-client-014-PtKathma/tezos-tx-rollup-client-014-PtKathma.14.0/opam b/packages/tezos-tx-rollup-client-014-PtKathma/tezos-tx-rollup-client-014-PtKathma.14.0/opam new file mode 100644 index 000000000..dd11acb43 --- /dev/null +++ b/packages/tezos-tx-rollup-client-014-PtKathma/tezos-tx-rollup-client-014-PtKathma.14.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-014-PtKathma" { = version } + "tezos-client-014-PtKathma" { = version } + "tezos-client-base-unix" { = version } + "tezos-stdlib-unix" { = version } + "tezos-tx-rollup-014-PtKathma" { = version } + "uri" {>= "2.2.0" & <= "4.4.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: `tezos-tx-rollup-client-alpha` client binary" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-tx-rollup-client-alpha/tezos-tx-rollup-client-alpha.14.0/opam b/packages/tezos-tx-rollup-client-alpha/tezos-tx-rollup-client-alpha.14.0/opam new file mode 100644 index 000000000..a6dde9161 --- /dev/null +++ b/packages/tezos-tx-rollup-client-alpha/tezos-tx-rollup-client-alpha.14.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-alpha" { = version } + "tezos-client-alpha" { = version } + "tezos-client-base-unix" { = version } + "tezos-stdlib-unix" { = version } + "tezos-tx-rollup-alpha" { = version } + "uri" {>= "2.2.0" & <= "4.4.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: `tezos-tx-rollup-client-alpha` client binary" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-tx-rollup-node-013-PtJakart/tezos-tx-rollup-node-013-PtJakart.14.0/opam b/packages/tezos-tx-rollup-node-013-PtJakart/tezos-tx-rollup-node-013-PtJakart.14.0/opam new file mode 100644 index 000000000..dfade49a0 --- /dev/null +++ b/packages/tezos-tx-rollup-node-013-PtJakart/tezos-tx-rollup-node-013-PtJakart.14.0/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-013-PtJakart" { = version } + "tezos-client-013-PtJakart" { = version } + "tezos-client-base" { = version } + "tezos-client-base-unix" { = version } + "tezos-tx-rollup-013-PtJakart" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: Transaction Rollup node binary" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-tx-rollup-node-014-PtKathma/tezos-tx-rollup-node-014-PtKathma.14.0/opam b/packages/tezos-tx-rollup-node-014-PtKathma/tezos-tx-rollup-node-014-PtKathma.14.0/opam new file mode 100644 index 000000000..4b00d6625 --- /dev/null +++ b/packages/tezos-tx-rollup-node-014-PtKathma/tezos-tx-rollup-node-014-PtKathma.14.0/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-014-PtKathma" { = version } + "tezos-client-014-PtKathma" { = version } + "tezos-client-base" { = version } + "tezos-client-base-unix" { = version } + "tezos-tx-rollup-014-PtKathma" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: Transaction Rollup node binary" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-tx-rollup-node-alpha/tezos-tx-rollup-node-alpha.14.0/opam b/packages/tezos-tx-rollup-node-alpha/tezos-tx-rollup-node-alpha.14.0/opam new file mode 100644 index 000000000..cc7fa709f --- /dev/null +++ b/packages/tezos-tx-rollup-node-alpha/tezos-tx-rollup-node-alpha.14.0/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-protocol-alpha" { = version } + "tezos-client-alpha" { = version } + "tezos-client-base" { = version } + "tezos-client-base-unix" { = version } + "tezos-tx-rollup-alpha" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: Transaction Rollup node binary" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-validation/tezos-validation.10.2/opam b/packages/tezos-validation/tezos-validation.10.2/opam new file mode 100644 index 000000000..40e52e276 --- /dev/null +++ b/packages/tezos-validation/tezos-validation.10.2/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_validation/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library for blocks validation" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-validation/tezos-validation.11.0/opam b/packages/tezos-validation/tezos-validation.11.0/opam new file mode 100644 index 000000000..314a9e177 --- /dev/null +++ b/packages/tezos-validation/tezos-validation.11.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_validation/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library for blocks validation" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-validation/tezos-validation.11.1/opam b/packages/tezos-validation/tezos-validation.11.1/opam new file mode 100644 index 000000000..aa004cd39 --- /dev/null +++ b/packages/tezos-validation/tezos-validation.11.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_validation/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library for blocks validation" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-validation/tezos-validation.12.0/opam b/packages/tezos-validation/tezos-validation.12.0/opam new file mode 100644 index 000000000..a16c56a3c --- /dev/null +++ b/packages/tezos-validation/tezos-validation.12.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_validation/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library for blocks validation" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-validation/tezos-validation.12.3/opam b/packages/tezos-validation/tezos-validation.12.3/opam new file mode 100644 index 000000000..8da72601b --- /dev/null +++ b/packages/tezos-validation/tezos-validation.12.3/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_validation/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library for blocks validation" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-validation/tezos-validation.13.0/opam b/packages/tezos-validation/tezos-validation.13.0/opam new file mode 100644 index 000000000..3ba73e021 --- /dev/null +++ b/packages/tezos-validation/tezos-validation.13.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-context" { = version } + "tezos-shell-context" { = version } + "tezos-shell-services" { = version } + "tezos-protocol-updater" { = version } + "tezos-stdlib-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_validation/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library for blocks validation" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-validation/tezos-validation.14.0/opam b/packages/tezos-validation/tezos-validation.14.0/opam new file mode 100644 index 000000000..abca220c0 --- /dev/null +++ b/packages/tezos-validation/tezos-validation.14.0/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-context" { = version } + "tezos-context-ops" { = version } + "tezos-shell-services" { = version } + "tezos-protocol-updater" { = version } + "tezos-stdlib-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library for blocks validation" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-validation/tezos-validation.15.0/opam b/packages/tezos-validation/tezos-validation.15.0/opam new file mode 100644 index 000000000..fa79b8c09 --- /dev/null +++ b/packages/tezos-validation/tezos-validation.15.0/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-context" { = version } + "tezos-context-ops" { = version } + "tezos-shell-services" { = version } + "tezos-protocol-updater" { = version } + "tezos-stdlib-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library for blocks validation" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-validation/tezos-validation.15.1/opam b/packages/tezos-validation/tezos-validation.15.1/opam new file mode 100644 index 000000000..776a49687 --- /dev/null +++ b/packages/tezos-validation/tezos-validation.15.1/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-context" { = version } + "tezos-context-ops" { = version } + "tezos-shell-services" { = version } + "tezos-protocol-updater" { = version } + "tezos-stdlib-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library for blocks validation" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-validation/tezos-validation.17.1/opam b/packages/tezos-validation/tezos-validation.17.1/opam new file mode 100644 index 000000000..6a6b7bcbf --- /dev/null +++ b/packages/tezos-validation/tezos-validation.17.1/opam @@ -0,0 +1,37 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-base" { = version } + "tezos-crypto" { = version } + "tezos-rpc" { = version } + "tezos-context" { = version } + "tezos-context-ops" { = version } + "tezos-shell-context" { = version } + "tezos-shell-services" { = version } + "tezos-protocol-updater" { = version } + "tezos-stdlib-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library for block validation" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-validation/tezos-validation.17.2/opam b/packages/tezos-validation/tezos-validation.17.2/opam new file mode 100644 index 000000000..5733bfc95 --- /dev/null +++ b/packages/tezos-validation/tezos-validation.17.2/opam @@ -0,0 +1,37 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-base" { = version } + "tezos-crypto" { = version } + "tezos-rpc" { = version } + "tezos-context" { = version } + "tezos-context-ops" { = version } + "tezos-shell-context" { = version } + "tezos-shell-services" { = version } + "tezos-protocol-updater" { = version } + "tezos-stdlib-unix" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library for block validation" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-validation/tezos-validation.7.0/opam b/packages/tezos-validation/tezos-validation.7.0/opam new file mode 100644 index 000000000..4ffab6231 --- /dev/null +++ b/packages/tezos-validation/tezos-validation.7.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-updater" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_validation/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library for blocks validation" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.0.tar.bz2" + checksum: [ + "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91" + "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-validation/tezos-validation.7.1/opam b/packages/tezos-validation/tezos-validation.7.1/opam new file mode 100644 index 000000000..063cf247a --- /dev/null +++ b/packages/tezos-validation/tezos-validation.7.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-updater" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_validation/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library for blocks validation" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.1.tar.bz2" + checksum: [ + "sha256=3675d856c4b818da7f5de0b85b86a48d3883f1210cfef28ef3233a047e74bed6" + "sha512=d6abdef9a6643b2ffe8141ecc625dcc2a939131e2e5cc158c74aba8c403bd4072b7fc403ccfa6d766696604ad112495dd9db1ece8a3ae5a4693071dfdffcbda5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-validation/tezos-validation.7.2/opam b/packages/tezos-validation/tezos-validation.7.2/opam new file mode 100644 index 000000000..4b74c8142 --- /dev/null +++ b/packages/tezos-validation/tezos-validation.7.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-updater" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_validation/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library for blocks validation" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.2.tar.bz2" + checksum: [ + "sha256=abb52ad63345943d20f3edc4c3507474af94c001c8bf58138f47341942036cec" + "sha512=c823ca801cbc4005f5fc6ea5236d93569410c034da3ed32939ef64a0f2c19a34444fac12e13c72e5a1e15a401b655e58ffdbbb66ce0516e5968f621677b96117" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-validation/tezos-validation.7.3/opam b/packages/tezos-validation/tezos-validation.7.3/opam new file mode 100644 index 000000000..fe5e0af9e --- /dev/null +++ b/packages/tezos-validation/tezos-validation.7.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-updater" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_validation/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library for blocks validation" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.3.tar.bz2" + checksum: [ + "sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" + "sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-validation/tezos-validation.7.4/opam b/packages/tezos-validation/tezos-validation.7.4/opam new file mode 100644 index 000000000..e5c89bad0 --- /dev/null +++ b/packages/tezos-validation/tezos-validation.7.4/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-protocol-updater" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_validation/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library for blocks validation" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-validation/tezos-validation.8.0/opam b/packages/tezos-validation/tezos-validation.8.0/opam new file mode 100644 index 000000000..6a432d452 --- /dev/null +++ b/packages/tezos-validation/tezos-validation.8.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_validation/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library for blocks validation" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-validation/tezos-validation.8.1/opam b/packages/tezos-validation/tezos-validation.8.1/opam new file mode 100644 index 000000000..ea11915a4 --- /dev/null +++ b/packages/tezos-validation/tezos-validation.8.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_validation/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library for blocks validation" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-validation/tezos-validation.8.2/opam b/packages/tezos-validation/tezos-validation.8.2/opam new file mode 100644 index 000000000..f707df1c8 --- /dev/null +++ b/packages/tezos-validation/tezos-validation.8.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_validation/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library for blocks validation" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-validation/tezos-validation.8.3/opam b/packages/tezos-validation/tezos-validation.8.3/opam new file mode 100644 index 000000000..79a3331f6 --- /dev/null +++ b/packages/tezos-validation/tezos-validation.8.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_validation/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library for blocks validation" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-validation/tezos-validation.9.0/opam b/packages/tezos-validation/tezos-validation.9.0/opam new file mode 100644 index 000000000..458f9d3a5 --- /dev/null +++ b/packages/tezos-validation/tezos-validation.9.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_validation/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library for blocks validation" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-validation/tezos-validation.9.1/opam b/packages/tezos-validation/tezos-validation.9.1/opam new file mode 100644 index 000000000..7fb1cb602 --- /dev/null +++ b/packages/tezos-validation/tezos-validation.9.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_validation/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library for blocks validation" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-validation/tezos-validation.9.2/opam b/packages/tezos-validation/tezos-validation.9.2/opam new file mode 100644 index 000000000..de063c7ea --- /dev/null +++ b/packages/tezos-validation/tezos-validation.9.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_validation/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library for blocks validation" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-validation/tezos-validation.9.3/opam b/packages/tezos-validation/tezos-validation.9.3/opam new file mode 100644 index 000000000..6481c617d --- /dev/null +++ b/packages/tezos-validation/tezos-validation.9.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_validation/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library for blocks validation" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-validation/tezos-validation.9.4/opam b/packages/tezos-validation/tezos-validation.9.4/opam new file mode 100644 index 000000000..2c1b26a94 --- /dev/null +++ b/packages/tezos-validation/tezos-validation.9.4/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_validation/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library for blocks validation" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-validation/tezos-validation.9.7/opam b/packages/tezos-validation/tezos-validation.9.7/opam new file mode 100644 index 000000000..2278a1e64 --- /dev/null +++ b/packages/tezos-validation/tezos-validation.9.7/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-protocol-updater" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_validation/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: library for blocks validation" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-validator/tezos-validator.10.2/opam b/packages/tezos-validator/tezos-validator.10.2/opam new file mode 100644 index 000000000..53f64b341 --- /dev/null +++ b/packages/tezos-validator/tezos-validator.10.2/opam @@ -0,0 +1,29 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/bin_validation/%{name}%.install" "./"] + [ "dune" "runtest" "-p" name "-j" jobs ] {with-test} +] +synopsis: "Tezos: `tezos-validator` binary for external validation of blocks" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" + checksum: [ + "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" + "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-validator/tezos-validator.11.0/opam b/packages/tezos-validator/tezos-validator.11.0/opam new file mode 100644 index 000000000..0d8797c72 --- /dev/null +++ b/packages/tezos-validator/tezos-validator.11.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/bin_validation/%{name}%.install" "./"] +] +run-test: [ + [ "dune" "runtest" "-p" name "-j" jobs ] +] +synopsis: "Tezos: `tezos-validator` binary for external validation of blocks" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-validator/tezos-validator.11.1/opam b/packages/tezos-validator/tezos-validator.11.1/opam new file mode 100644 index 000000000..9ae94387f --- /dev/null +++ b/packages/tezos-validator/tezos-validator.11.1/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/bin_validation/%{name}%.install" "./"] +] +run-test: [ + [ "dune" "runtest" "-p" name "-j" jobs ] +] +synopsis: "Tezos: `tezos-validator` binary for external validation of blocks" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-validator/tezos-validator.12.0/opam b/packages/tezos-validator/tezos-validator.12.0/opam new file mode 100644 index 000000000..ca79aa3c9 --- /dev/null +++ b/packages/tezos-validator/tezos-validator.12.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/bin_validation/%{name}%.install" "./"] +] +run-test: [ + [ "dune" "runtest" "-p" name "-j" jobs ] +] +synopsis: "Tezos: `tezos-validator` binary for external validation of blocks" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-validator/tezos-validator.12.3/opam b/packages/tezos-validator/tezos-validator.12.3/opam new file mode 100644 index 000000000..23cedc62a --- /dev/null +++ b/packages/tezos-validator/tezos-validator.12.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/bin_validation/%{name}%.install" "./"] +] +run-test: [ + [ "dune" "runtest" "-p" name "-j" jobs ] +] +synopsis: "Tezos: `tezos-validator` binary for external validation of blocks" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" + checksum: [ + "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" + "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-validator/tezos-validator.13.0/opam b/packages/tezos-validator/tezos-validator.13.0/opam new file mode 100644 index 000000000..0f268d910 --- /dev/null +++ b/packages/tezos-validator/tezos-validator.13.0/opam @@ -0,0 +1,37 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-context" { = version } + "tezos-stdlib-unix" { = version } + "tezos-protocol-environment" { = version } + "tezos-shell" { = version } + "tezos-shell-services" { = version } + "tezos-validation" { = version } + "tezos-protocol-updater" { = version } + "tezos-shell-context" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/bin_validation/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `tezos-validator` binary for external validation of blocks" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-validator/tezos-validator.14.0/opam b/packages/tezos-validator/tezos-validator.14.0/opam new file mode 100644 index 000000000..80274ab1b --- /dev/null +++ b/packages/tezos-validator/tezos-validator.14.0/opam @@ -0,0 +1,37 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-context" { = version } + "tezos-context-ops" { = version } + "tezos-stdlib-unix" { = version } + "tezos-protocol-environment" { = version } + "tezos-shell" { = version } + "tezos-shell-services" { = version } + "tezos-validation" { = version } + "tezos-protocol-updater" { = version } + "tezos-shell-context" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `tezos-validator` binary for external validation of blocks" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-validator/tezos-validator.7.0/opam b/packages/tezos-validator/tezos-validator.7.0/opam new file mode 100644 index 000000000..e42ef96f7 --- /dev/null +++ b/packages/tezos-validator/tezos-validator.7.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-shell" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/bin_validation/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `tezos-validator` binary for external validation of blocks" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.0.tar.bz2" + checksum: [ + "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91" + "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-validator/tezos-validator.7.1/opam b/packages/tezos-validator/tezos-validator.7.1/opam new file mode 100644 index 000000000..6b7e4d449 --- /dev/null +++ b/packages/tezos-validator/tezos-validator.7.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-shell" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/bin_validation/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `tezos-validator` binary for external validation of blocks" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.1.tar.bz2" + checksum: [ + "sha256=3675d856c4b818da7f5de0b85b86a48d3883f1210cfef28ef3233a047e74bed6" + "sha512=d6abdef9a6643b2ffe8141ecc625dcc2a939131e2e5cc158c74aba8c403bd4072b7fc403ccfa6d766696604ad112495dd9db1ece8a3ae5a4693071dfdffcbda5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-validator/tezos-validator.7.2/opam b/packages/tezos-validator/tezos-validator.7.2/opam new file mode 100644 index 000000000..84a6f63a8 --- /dev/null +++ b/packages/tezos-validator/tezos-validator.7.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-shell" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/bin_validation/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `tezos-validator` binary for external validation of blocks" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.2.tar.bz2" + checksum: [ + "sha256=abb52ad63345943d20f3edc4c3507474af94c001c8bf58138f47341942036cec" + "sha512=c823ca801cbc4005f5fc6ea5236d93569410c034da3ed32939ef64a0f2c19a34444fac12e13c72e5a1e15a401b655e58ffdbbb66ce0516e5968f621677b96117" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-validator/tezos-validator.7.3/opam b/packages/tezos-validator/tezos-validator.7.3/opam new file mode 100644 index 000000000..2d0de9a3d --- /dev/null +++ b/packages/tezos-validator/tezos-validator.7.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-shell" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/bin_validation/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `tezos-validator` binary for external validation of blocks" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.3.tar.bz2" + checksum: [ + "sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" + "sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-validator/tezos-validator.7.4/opam b/packages/tezos-validator/tezos-validator.7.4/opam new file mode 100644 index 000000000..63acc312e --- /dev/null +++ b/packages/tezos-validator/tezos-validator.7.4/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-shell" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/bin_validation/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: `tezos-validator` binary for external validation of blocks" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-validator/tezos-validator.8.0/opam b/packages/tezos-validator/tezos-validator.8.0/opam new file mode 100644 index 000000000..4e745a9b5 --- /dev/null +++ b/packages/tezos-validator/tezos-validator.8.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/bin_validation/%{name}%.install" "./"] + [ "dune" "runtest" "-p" name "-j" jobs ] {with-test} +] +synopsis: "Tezos: `tezos-validator` binary for external validation of blocks" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-validator/tezos-validator.8.1/opam b/packages/tezos-validator/tezos-validator.8.1/opam new file mode 100644 index 000000000..b750d03ec --- /dev/null +++ b/packages/tezos-validator/tezos-validator.8.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/bin_validation/%{name}%.install" "./"] + [ "dune" "runtest" "-p" name "-j" jobs ] {with-test} +] +synopsis: "Tezos: `tezos-validator` binary for external validation of blocks" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-validator/tezos-validator.8.2/opam b/packages/tezos-validator/tezos-validator.8.2/opam new file mode 100644 index 000000000..2d6b8eb97 --- /dev/null +++ b/packages/tezos-validator/tezos-validator.8.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/bin_validation/%{name}%.install" "./"] + [ "dune" "runtest" "-p" name "-j" jobs ] {with-test} +] +synopsis: "Tezos: `tezos-validator` binary for external validation of blocks" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-validator/tezos-validator.8.3/opam b/packages/tezos-validator/tezos-validator.8.3/opam new file mode 100644 index 000000000..f53d3a6c0 --- /dev/null +++ b/packages/tezos-validator/tezos-validator.8.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/bin_validation/%{name}%.install" "./"] + [ "dune" "runtest" "-p" name "-j" jobs ] {with-test} +] +synopsis: "Tezos: `tezos-validator` binary for external validation of blocks" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-validator/tezos-validator.9.0/opam b/packages/tezos-validator/tezos-validator.9.0/opam new file mode 100644 index 000000000..e76fa8a80 --- /dev/null +++ b/packages/tezos-validator/tezos-validator.9.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/bin_validation/%{name}%.install" "./"] + [ "dune" "runtest" "-p" name "-j" jobs ] {with-test} +] +synopsis: "Tezos: `tezos-validator` binary for external validation of blocks" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-validator/tezos-validator.9.1/opam b/packages/tezos-validator/tezos-validator.9.1/opam new file mode 100644 index 000000000..c1fb07d21 --- /dev/null +++ b/packages/tezos-validator/tezos-validator.9.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/bin_validation/%{name}%.install" "./"] + [ "dune" "runtest" "-p" name "-j" jobs ] {with-test} +] +synopsis: "Tezos: `tezos-validator` binary for external validation of blocks" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-validator/tezos-validator.9.2/opam b/packages/tezos-validator/tezos-validator.9.2/opam new file mode 100644 index 000000000..ba8fd36fb --- /dev/null +++ b/packages/tezos-validator/tezos-validator.9.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/bin_validation/%{name}%.install" "./"] + [ "dune" "runtest" "-p" name "-j" jobs ] {with-test} +] +synopsis: "Tezos: `tezos-validator` binary for external validation of blocks" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-validator/tezos-validator.9.3/opam b/packages/tezos-validator/tezos-validator.9.3/opam new file mode 100644 index 000000000..6e5a7dcc6 --- /dev/null +++ b/packages/tezos-validator/tezos-validator.9.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/bin_validation/%{name}%.install" "./"] + [ "dune" "runtest" "-p" name "-j" jobs ] {with-test} +] +synopsis: "Tezos: `tezos-validator` binary for external validation of blocks" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-validator/tezos-validator.9.4/opam b/packages/tezos-validator/tezos-validator.9.4/opam new file mode 100644 index 000000000..694d57c63 --- /dev/null +++ b/packages/tezos-validator/tezos-validator.9.4/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/bin_validation/%{name}%.install" "./"] + [ "dune" "runtest" "-p" name "-j" jobs ] {with-test} +] +synopsis: "Tezos: `tezos-validator` binary for external validation of blocks" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-validator/tezos-validator.9.7/opam b/packages/tezos-validator/tezos-validator.9.7/opam new file mode 100644 index 000000000..f38e45a90 --- /dev/null +++ b/packages/tezos-validator/tezos-validator.9.7/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-shell" { = version } +] +build: [ + ["rm" "-r" "vendors"] + [ "dune" "build" "-p" name "-j" jobs ] + ["mv" "src/bin_validation/%{name}%.install" "./"] + [ "dune" "runtest" "-p" name "-j" jobs ] {with-test} +] +synopsis: "Tezos: `tezos-validator` binary for external validation of blocks" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-version/tezos-version.11.0/opam b/packages/tezos-version/tezos-version.11.0/opam new file mode 100644 index 000000000..33b5af2cd --- /dev/null +++ b/packages/tezos-version/tezos-version.11.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-base" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_version/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: version information generated from Git" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-version/tezos-version.11.1/opam b/packages/tezos-version/tezos-version.11.1/opam new file mode 100644 index 000000000..5d79cda0c --- /dev/null +++ b/packages/tezos-version/tezos-version.11.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_version/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: version information generated from Git" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-version/tezos-version.12.0/opam b/packages/tezos-version/tezos-version.12.0/opam new file mode 100644 index 000000000..aad0d13d1 --- /dev/null +++ b/packages/tezos-version/tezos-version.12.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_version/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: version information generated from Git" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-version/tezos-version.13.0/opam b/packages/tezos-version/tezos-version.13.0/opam new file mode 100644 index 000000000..6926c95b7 --- /dev/null +++ b/packages/tezos-version/tezos-version.13.0/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "ppx_deriving" {<= "6.0.3"} + "tezos-base" { = version } + "dune-configurator" {<= "3.17.1"} + "alcotest" {with-test & >= "1.5.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_version/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: version information generated from Git" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-version/tezos-version.14.0/opam b/packages/tezos-version/tezos-version.14.0/opam new file mode 100644 index 000000000..88f7c2017 --- /dev/null +++ b/packages/tezos-version/tezos-version.14.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ppx_deriving" {<= "6.0.3"} + "tezos-base" { = version } + "dune-configurator" {<= "3.17.1"} + "alcotest" {with-test & >= "1.5.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: version information generated from Git" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-version/tezos-version.15.0/opam b/packages/tezos-version/tezos-version.15.0/opam new file mode 100644 index 000000000..ac6849a00 --- /dev/null +++ b/packages/tezos-version/tezos-version.15.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "alcotest" {with-test & >= "1.5.0" & <= "1.8.0"} + "tezos-base" { = version } + "dune-configurator" {<= "3.17.1"} + "ppx_deriving" {<= "6.0.3"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: version information generated from Git" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-version/tezos-version.15.1/opam b/packages/tezos-version/tezos-version.15.1/opam new file mode 100644 index 000000000..2392dc2ef --- /dev/null +++ b/packages/tezos-version/tezos-version.15.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ppx_deriving" {<= "6.0.3"} + "tezos-base" { = version } + "dune-configurator" {<= "3.17.1"} + "alcotest" {with-test & >= "1.5.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: version information generated from Git" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-version/tezos-version.17.1/opam b/packages/tezos-version/tezos-version.17.1/opam new file mode 100644 index 000000000..ff0d9b36e --- /dev/null +++ b/packages/tezos-version/tezos-version.17.1/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "ppx_deriving" {<= "6.0.3"} + "tezos-base" { = version } + "dune-configurator" {<= "3.17.1"} + "tezt" {with-test & >= "3.1.0" & <= "4.1.0"} + "octez-alcotezt" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] { with-test & ocaml:native } +] +synopsis: "Tezos: version information generated from Git" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-version/tezos-version.17.2/opam b/packages/tezos-version/tezos-version.17.2/opam new file mode 100644 index 000000000..70962e464 --- /dev/null +++ b/packages/tezos-version/tezos-version.17.2/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "ppx_deriving" {<= "6.0.3"} + "tezos-base" { = version } + "dune-configurator" {<= "3.17.1"} + "tezt" {with-test & >= "3.1.0" & <= "4.1.0"} + "octez-alcotezt" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] { with-test & ocaml:native } +] +synopsis: "Tezos: version information generated from Git" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-version/tezos-version.7.0/opam b/packages/tezos-version/tezos-version.7.0/opam new file mode 100644 index 000000000..e2fbda086 --- /dev/null +++ b/packages/tezos-version/tezos-version.7.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "ocaml" { >= "4.03.0" } + "tezos-base" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_version/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: version information generated from Git" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.0.tar.bz2" + checksum: [ + "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91" + "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-version/tezos-version.7.1/opam b/packages/tezos-version/tezos-version.7.1/opam new file mode 100644 index 000000000..90402b347 --- /dev/null +++ b/packages/tezos-version/tezos-version.7.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "ocaml" { >= "4.03.0" } + "tezos-base" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_version/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: version information generated from Git" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.1.tar.bz2" + checksum: [ + "sha256=3675d856c4b818da7f5de0b85b86a48d3883f1210cfef28ef3233a047e74bed6" + "sha512=d6abdef9a6643b2ffe8141ecc625dcc2a939131e2e5cc158c74aba8c403bd4072b7fc403ccfa6d766696604ad112495dd9db1ece8a3ae5a4693071dfdffcbda5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-version/tezos-version.7.2/opam b/packages/tezos-version/tezos-version.7.2/opam new file mode 100644 index 000000000..9ab285581 --- /dev/null +++ b/packages/tezos-version/tezos-version.7.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "ocaml" { >= "4.03.0" } + "tezos-base" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_version/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: version information generated from Git" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.2.tar.bz2" + checksum: [ + "sha256=abb52ad63345943d20f3edc4c3507474af94c001c8bf58138f47341942036cec" + "sha512=c823ca801cbc4005f5fc6ea5236d93569410c034da3ed32939ef64a0f2c19a34444fac12e13c72e5a1e15a401b655e58ffdbbb66ce0516e5968f621677b96117" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-version/tezos-version.7.3/opam b/packages/tezos-version/tezos-version.7.3/opam new file mode 100644 index 000000000..4da915ee0 --- /dev/null +++ b/packages/tezos-version/tezos-version.7.3/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "ocaml" { >= "4.03.0" } + "tezos-base" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_version/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: version information generated from Git" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.3.tar.bz2" + checksum: [ + "sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" + "sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-version/tezos-version.7.4/opam b/packages/tezos-version/tezos-version.7.4/opam new file mode 100644 index 000000000..6548707a0 --- /dev/null +++ b/packages/tezos-version/tezos-version.7.4/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "ocaml" { >= "4.03.0" } + "tezos-base" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_version/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: version information generated from Git" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-version/tezos-version.8.0/opam b/packages/tezos-version/tezos-version.8.0/opam new file mode 100644 index 000000000..ca6c81d97 --- /dev/null +++ b/packages/tezos-version/tezos-version.8.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-base" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_version/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: version information generated from Git" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-version/tezos-version.8.1/opam b/packages/tezos-version/tezos-version.8.1/opam new file mode 100644 index 000000000..e85f2748c --- /dev/null +++ b/packages/tezos-version/tezos-version.8.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-base" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_version/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: version information generated from Git" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-version/tezos-version.8.2/opam b/packages/tezos-version/tezos-version.8.2/opam new file mode 100644 index 000000000..47c6b2085 --- /dev/null +++ b/packages/tezos-version/tezos-version.8.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-base" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_version/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: version information generated from Git" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-version/tezos-version.8.3/opam b/packages/tezos-version/tezos-version.8.3/opam new file mode 100644 index 000000000..b1424a084 --- /dev/null +++ b/packages/tezos-version/tezos-version.8.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-base" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_version/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: version information generated from Git" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-version/tezos-version.9.0/opam b/packages/tezos-version/tezos-version.9.0/opam new file mode 100644 index 000000000..8631e6dc8 --- /dev/null +++ b/packages/tezos-version/tezos-version.9.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-base" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_version/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: version information generated from Git" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-version/tezos-version.9.1/opam b/packages/tezos-version/tezos-version.9.1/opam new file mode 100644 index 000000000..6917556d7 --- /dev/null +++ b/packages/tezos-version/tezos-version.9.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-base" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_version/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: version information generated from Git" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-version/tezos-version.9.2/opam b/packages/tezos-version/tezos-version.9.2/opam new file mode 100644 index 000000000..000294555 --- /dev/null +++ b/packages/tezos-version/tezos-version.9.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-base" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_version/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: version information generated from Git" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-version/tezos-version.9.3/opam b/packages/tezos-version/tezos-version.9.3/opam new file mode 100644 index 000000000..74b11e8f8 --- /dev/null +++ b/packages/tezos-version/tezos-version.9.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-base" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_version/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: version information generated from Git" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-version/tezos-version.9.4/opam b/packages/tezos-version/tezos-version.9.4/opam new file mode 100644 index 000000000..1b41635ed --- /dev/null +++ b/packages/tezos-version/tezos-version.9.4/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-base" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_version/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: version information generated from Git" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-version/tezos-version.9.7/opam b/packages/tezos-version/tezos-version.9.7/opam new file mode 100644 index 000000000..acac0f813 --- /dev/null +++ b/packages/tezos-version/tezos-version.9.7/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-base" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_version/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: version information generated from Git" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-wasmer/tezos-wasmer.17.1/opam b/packages/tezos-wasmer/tezos-wasmer.17.1/opam new file mode 100644 index 000000000..a80e7ef57 --- /dev/null +++ b/packages/tezos-wasmer/tezos-wasmer.17.1/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "ppx_deriving" {<= "6.0.3"} + "ctypes" {>= "0.18.0" & <= "0.23.0"} + "ctypes-foreign" {>= "0.18.0" & <= "0.23.0"} + "lwt" {>= "5.6.0" & <= "5.9.0"} + "tezos-rust-libs" { = "1.5" } +] +x-opam-monorepo-opam-provided: [ + "tezos-rust-libs" +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Wasmer bindings for SCORU WASM" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-wasmer/tezos-wasmer.17.2/opam b/packages/tezos-wasmer/tezos-wasmer.17.2/opam new file mode 100644 index 000000000..5b8aa628a --- /dev/null +++ b/packages/tezos-wasmer/tezos-wasmer.17.2/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "ppx_deriving" {<= "6.0.3"} + "ctypes" {>= "0.18.0" & <= "0.23.0"} + "ctypes-foreign" {>= "0.18.0" & <= "0.23.0"} + "lwt" {>= "5.6.0" & <= "5.9.0"} + "tezos-rust-libs" { = "1.5" } +] +x-opam-monorepo-opam-provided: [ + "tezos-rust-libs" +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Wasmer bindings for SCORU WASM" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-webassembly-interpreter-extra/tezos-webassembly-interpreter-extra.17.1/opam b/packages/tezos-webassembly-interpreter-extra/tezos-webassembly-interpreter-extra.17.1/opam new file mode 100644 index 000000000..c03596fa5 --- /dev/null +++ b/packages/tezos-webassembly-interpreter-extra/tezos-webassembly-interpreter-extra.17.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam" "WebAssembly Authors"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "Apache-2.0" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-webassembly-interpreter" { = version } + "lwt" {>= "5.6.0" & <= "5.9.0"} + "tezos-lazy-containers" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Additional modules from the WebAssembly REPL used in testing" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-webassembly-interpreter-extra/tezos-webassembly-interpreter-extra.17.2/opam b/packages/tezos-webassembly-interpreter-extra/tezos-webassembly-interpreter-extra.17.2/opam new file mode 100644 index 000000000..d8849e663 --- /dev/null +++ b/packages/tezos-webassembly-interpreter-extra/tezos-webassembly-interpreter-extra.17.2/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam" "WebAssembly Authors"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "Apache-2.0" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-webassembly-interpreter" { = version } + "lwt" {>= "5.6.0" & <= "5.9.0"} + "tezos-lazy-containers" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Additional modules from the WebAssembly REPL used in testing" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-webassembly-interpreter/tezos-webassembly-interpreter.14.0/opam b/packages/tezos-webassembly-interpreter/tezos-webassembly-interpreter.14.0/opam new file mode 100644 index 000000000..e0aa1b7a3 --- /dev/null +++ b/packages/tezos-webassembly-interpreter/tezos-webassembly-interpreter.14.0/opam @@ -0,0 +1,39 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam" "WebAssembly Authors"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "Apache-2.0" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-lwt-result-stdlib" { = version } + "zarith" { >= "1.12" & < "1.13" } + "qcheck-core" {with-test & <= "0.23"} + "qcheck-alcotest" {with-test & >= "0.18" & <= "0.23"} + "alcotest" {with-test & >= "1.5.0" & <= "1.8.0"} +] +patches: [ "webassembly_for_ocaml12.diff" ] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "WebAssembly reference interpreter with tweaks for Tezos" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +extra-source "webassembly_for_ocaml12.diff" { + src: + "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/tezos-webassembly-interpreter/webassembly_for_ocaml12.diff" + checksum: + "sha256=2ddce2cf01627bc2766bb5e751d06cb7d8019be1c8d30feba9f88214e9c95776" +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-webassembly-interpreter/tezos-webassembly-interpreter.15.0/opam b/packages/tezos-webassembly-interpreter/tezos-webassembly-interpreter.15.0/opam new file mode 100644 index 000000000..ffc365a50 --- /dev/null +++ b/packages/tezos-webassembly-interpreter/tezos-webassembly-interpreter.15.0/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam" "WebAssembly Authors"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "Apache-2.0" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "alcotest" {with-test & >= "1.5.0" & <= "1.8.0"} + "ppx_deriving" {<= "6.0.3"} + "tezos-lwt-result-stdlib" { = version } + "zarith" { >= "1.12" & < "1.13" } + "tezos-lazy-containers" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "WebAssembly reference interpreter with tweaks for Tezos" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-webassembly-interpreter/tezos-webassembly-interpreter.15.1/opam b/packages/tezos-webassembly-interpreter/tezos-webassembly-interpreter.15.1/opam new file mode 100644 index 000000000..cb551b9f8 --- /dev/null +++ b/packages/tezos-webassembly-interpreter/tezos-webassembly-interpreter.15.1/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam" "WebAssembly Authors"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "Apache-2.0" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "ppx_deriving" {<= "6.0.3"} + "tezos-lwt-result-stdlib" { = version } + "zarith" { >= "1.12" & < "1.13" } + "tezos-lazy-containers" { = version } + "alcotest" {with-test & >= "1.5.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "WebAssembly reference interpreter with tweaks for Tezos" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-webassembly-interpreter/tezos-webassembly-interpreter.17.1/opam b/packages/tezos-webassembly-interpreter/tezos-webassembly-interpreter.17.1/opam new file mode 100644 index 000000000..cc27c77d6 --- /dev/null +++ b/packages/tezos-webassembly-interpreter/tezos-webassembly-interpreter.17.1/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam" "WebAssembly Authors"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "Apache-2.0" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "ppx_deriving" {<= "6.0.3"} + "tezos-lwt-result-stdlib" { = version } + "tezos-stdlib" { = version } + "tezos-error-monad" { = version } + "zarith" { >= "1.12" & < "1.13" } + "tezos-lazy-containers" { = version } + "tezt" {with-test & >= "3.1.0" & <= "4.1.0"} + "octez-alcotezt" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] { with-test & ocaml:native } +] +synopsis: "WebAssembly reference interpreter with tweaks for Tezos" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-webassembly-interpreter/tezos-webassembly-interpreter.17.2/opam b/packages/tezos-webassembly-interpreter/tezos-webassembly-interpreter.17.2/opam new file mode 100644 index 000000000..91640718e --- /dev/null +++ b/packages/tezos-webassembly-interpreter/tezos-webassembly-interpreter.17.2/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam" "WebAssembly Authors"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "Apache-2.0" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "ppx_deriving" {<= "6.0.3"} + "tezos-lwt-result-stdlib" { = version } + "tezos-stdlib" { = version } + "tezos-error-monad" { = version } + "zarith" { >= "1.12" & < "1.13" } + "tezos-lazy-containers" { = version } + "tezt" {with-test & >= "3.1.0" & <= "4.1.0"} + "octez-alcotezt" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] { with-test & ocaml:native } +] +synopsis: "WebAssembly reference interpreter with tweaks for Tezos" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-workers/tezos-workers.11.0/opam b/packages/tezos-workers/tezos-workers.11.0/opam new file mode 100644 index 000000000..068323c83 --- /dev/null +++ b/packages/tezos-workers/tezos-workers.11.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.7" & <= "3.17.1"} + "tezos-base" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_workers/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: worker library" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.0/tezos-v11.0.tar.bz2" + checksum: [ + "sha256=15e3e923f542d79f3aefe51a1f2c2a183b41a50caf8a1235566b3f44ff1c0aed" + "sha512=ae3eb81d0b7885a08ae492e95ec68af82b4009b3010df88e25f07c1d8660e5efc0d242f8fde8a518413396afc9b04fa360bcf9cb4d03f8f0a7b10a201a6cd2b2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-workers/tezos-workers.11.1/opam b/packages/tezos-workers/tezos-workers.11.1/opam new file mode 100644 index 000000000..70ec9bd4f --- /dev/null +++ b/packages/tezos-workers/tezos-workers.11.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_workers/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: worker library" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v11.1/tezos-v11.1.tar.bz2" + checksum: [ + "sha256=31548ca8962ee9e3e55feb160776b3698ac8d94d4837f09058d3a54685aba10b" + "sha512=59b4ea5652b26f48800c95b0cb4296fda8a62f5ddc3490831152c2a6cd55632b60c957eed9f37195d616deeff968bf03f3fb060453bdff3df5a2f290a2d734c4" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-workers/tezos-workers.12.0/opam b/packages/tezos-workers/tezos-workers.12.0/opam new file mode 100644 index 000000000..77ced1c38 --- /dev/null +++ b/packages/tezos-workers/tezos-workers.12.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_workers/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: worker library" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2" + checksum: [ + "sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621" + "sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-workers/tezos-workers.13.0/opam b/packages/tezos-workers/tezos-workers.13.0/opam new file mode 100644 index 000000000..2a2ba4d57 --- /dev/null +++ b/packages/tezos-workers/tezos-workers.13.0/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.9" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-stdlib-unix" { = version } + "ringo" { = "0.8" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_workers/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: worker library" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v13.0/tezos-v13.0.tar.bz2" + checksum: [ + "sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab" + "sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-workers/tezos-workers.14.0/opam b/packages/tezos-workers/tezos-workers.14.0/opam new file mode 100644 index 000000000..eeb28abe6 --- /dev/null +++ b/packages/tezos-workers/tezos-workers.14.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-stdlib-unix" { = version } + "ringo" { >= "0.9" & < "1.0.0" } + "tezos-stdlib" { with-test & = version } + "tezos-test-helpers" { with-test & = version } + "tezos-base-test-helpers" { with-test & = version } + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: worker library" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v14.0/tezos-v14.0.tar.bz2" + checksum: [ + "sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1" + "sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-workers/tezos-workers.15.0/opam b/packages/tezos-workers/tezos-workers.15.0/opam new file mode 100644 index 000000000..65d51f1ab --- /dev/null +++ b/packages/tezos-workers/tezos-workers.15.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-stdlib" { with-test & = version } + "tezos-stdlib-unix" { = version } + "tezos-base" { = version } + "tezos-test-helpers" { with-test & = version } + "tezos-base-test-helpers" { with-test & = version } + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} + "ringo" { >= "0.9" & < "1.0.0" } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: worker library" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download" + checksum: [ + "sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557" + "sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-workers/tezos-workers.15.1/opam b/packages/tezos-workers/tezos-workers.15.1/opam new file mode 100644 index 000000000..c3ca2e3e1 --- /dev/null +++ b/packages/tezos-workers/tezos-workers.15.1/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "tezos-base" { = version } + "tezos-stdlib-unix" { = version } + "ringo" { >= "0.9" & < "1.0.0" } + "tezos-stdlib" { with-test & = version } + "tezos-test-helpers" { with-test & = version } + "tezos-base-test-helpers" { with-test & = version } + "alcotest-lwt" {with-test & >= "1.5.0" & <= "1.8.0"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: worker library" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz" + checksum: [ + "sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508" + "sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-workers/tezos-workers.17.1/opam b/packages/tezos-workers/tezos-workers.17.1/opam new file mode 100644 index 000000000..46dcaacb6 --- /dev/null +++ b/packages/tezos-workers/tezos-workers.17.1/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezos-base" { = version } + "tezos-stdlib-unix" { = version } + "tezt" {with-test & >= "3.1.0" & <= "4.1.0"} + "tezos-stdlib" { with-test & = version } + "tezos-test-helpers" { with-test & = version } + "tezos-base-test-helpers" { with-test & = version } + "octez-alcotezt" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] { with-test & ocaml:native } +] +synopsis: "Tezos: worker library" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-workers/tezos-workers.17.2/opam b/packages/tezos-workers/tezos-workers.17.2/opam new file mode 100644 index 000000000..e3d7fa4ab --- /dev/null +++ b/packages/tezos-workers/tezos-workers.17.2/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" & < "5.0" } + "tezos-base" { = version } + "tezos-stdlib-unix" { = version } + "tezt" {with-test & >= "3.1.0" & <= "4.1.0"} + "tezos-stdlib" { with-test & = version } + "tezos-test-helpers" { with-test & = version } + "tezos-base-test-helpers" { with-test & = version } + "octez-alcotezt" { with-test & = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] { with-test & ocaml:native } +] +synopsis: "Tezos: worker library" +available: false +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-workers/tezos-workers.7.0/opam b/packages/tezos-workers/tezos-workers.7.0/opam new file mode 100644 index 000000000..e8655f593 --- /dev/null +++ b/packages/tezos-workers/tezos-workers.7.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-base" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_workers/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: worker library" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.0.tar.bz2" + checksum: [ + "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91" + "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-workers/tezos-workers.7.1/opam b/packages/tezos-workers/tezos-workers.7.1/opam new file mode 100644 index 000000000..3f016a7c1 --- /dev/null +++ b/packages/tezos-workers/tezos-workers.7.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-base" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_workers/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: worker library" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.1.tar.bz2" + checksum: [ + "sha256=3675d856c4b818da7f5de0b85b86a48d3883f1210cfef28ef3233a047e74bed6" + "sha512=d6abdef9a6643b2ffe8141ecc625dcc2a939131e2e5cc158c74aba8c403bd4072b7fc403ccfa6d766696604ad112495dd9db1ece8a3ae5a4693071dfdffcbda5" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-workers/tezos-workers.7.2/opam b/packages/tezos-workers/tezos-workers.7.2/opam new file mode 100644 index 000000000..7c1c866cc --- /dev/null +++ b/packages/tezos-workers/tezos-workers.7.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-base" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_workers/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: worker library" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.2.tar.bz2" + checksum: [ + "sha256=abb52ad63345943d20f3edc4c3507474af94c001c8bf58138f47341942036cec" + "sha512=c823ca801cbc4005f5fc6ea5236d93569410c034da3ed32939ef64a0f2c19a34444fac12e13c72e5a1e15a401b655e58ffdbbb66ce0516e5968f621677b96117" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-workers/tezos-workers.7.3/opam b/packages/tezos-workers/tezos-workers.7.3/opam new file mode 100644 index 000000000..17c262743 --- /dev/null +++ b/packages/tezos-workers/tezos-workers.7.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-base" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_workers/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: worker library" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.3.tar.bz2" + checksum: [ + "sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" + "sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-workers/tezos-workers.7.4/opam b/packages/tezos-workers/tezos-workers.7.4/opam new file mode 100644 index 000000000..fb6ed93e1 --- /dev/null +++ b/packages/tezos-workers/tezos-workers.7.4/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "tezos-tooling" { with-test & = version } + "dune" {>= "1.11" & <= "3.17.1"} + "tezos-base" { = version } +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_workers/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: worker library" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v7.4/tezos-v7.4.tar.bz2" + checksum: [ + "sha256=72665376e177d3530c2ad26d12215c237fa511484c577b8ee21ced2ba62613a4" + "sha512=36fa83e7909ba392063e49a8959b86e269b6debcecfb3184955146828fd8e67e444e2d4064d1ded456883936e857105f980951cade510f5cf1d3dfbafb9c0bc9" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-workers/tezos-workers.8.0/opam b/packages/tezos-workers/tezos-workers.8.0/opam new file mode 100644 index 000000000..26b7f58a2 --- /dev/null +++ b/packages/tezos-workers/tezos-workers.8.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-base" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_workers/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: worker library" +available: false + +url { + src: "https://gitlab.com/nomadic-labs/tezos/-/archive/v8.0/tezos-v8.0.tar.bz2" + checksum: [ + "sha256=82b83e450c68c091af43da456fb5dce141f355a1a6c1b0a178d26153599138a5" + "sha512=6bc82c18c47987a3b2031c5e6cf005e21ec7fbf0ee83070a957e7b0456c053aa6356a0b4e620ef5d85f73d64aedcc58e8d7095906f400254b3b620cc631a4822" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-workers/tezos-workers.8.1/opam b/packages/tezos-workers/tezos-workers.8.1/opam new file mode 100644 index 000000000..d3e437f8d --- /dev/null +++ b/packages/tezos-workers/tezos-workers.8.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-base" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_workers/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: worker library" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.1.tar.bz2" + checksum: [ + "sha256=a86de0cc02108a4d2defb67b3774c4ba9c645280908e3695d465e194bbd9dad9" + "sha512=160db2ec0a5b083cfdca9dd7ec3525b17ae28a3781d3507de4d0e08b3514c9e21ba975f2d15d0d9041ed27b4d71681b8bbaade3fba2499bc79b8504a745ab8d3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-workers/tezos-workers.8.2/opam b/packages/tezos-workers/tezos-workers.8.2/opam new file mode 100644 index 000000000..a85d1db33 --- /dev/null +++ b/packages/tezos-workers/tezos-workers.8.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-base" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_workers/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: worker library" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v8.2.tar.bz2" + checksum: [ + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-workers/tezos-workers.8.3/opam b/packages/tezos-workers/tezos-workers.8.3/opam new file mode 100644 index 000000000..d9a486880 --- /dev/null +++ b/packages/tezos-workers/tezos-workers.8.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-base" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_workers/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: worker library" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v8.3/tezos-v8.3.tar.bz2" + checksum: [ + "sha256=e3876bf4b877522a31dd8f27a7ec23dc2abba4ed6cd05800126d16a1497189f3" + "sha512=e47607efa482c1e20bedf2676301c0f45960c5c9e2b921d722088730d98f02adf5582c291b0d1fc0ff90bec923354c71789b41327240063ab074c825ac51172d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-workers/tezos-workers.9.0/opam b/packages/tezos-workers/tezos-workers.9.0/opam new file mode 100644 index 000000000..8461c5930 --- /dev/null +++ b/packages/tezos-workers/tezos-workers.9.0/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-base" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_workers/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: worker library" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.0.tar.bz2" + checksum: [ + "sha256=aaa9fcc32b85ad7d2cf35549b40e55f72345f2fc67bd1ce8822e375b3f50a623" + "sha512=3e9bb9c205a017940d5c538a8194a836a4cbc591fc48c26e8884abc2204d0283cd19a2ca7dbf9d476994e5443f2c21389d91ef7fec5febd0ac43fab77bb3159e" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-workers/tezos-workers.9.1/opam b/packages/tezos-workers/tezos-workers.9.1/opam new file mode 100644 index 000000000..3926013d4 --- /dev/null +++ b/packages/tezos-workers/tezos-workers.9.1/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "tezos-base" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_workers/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: worker library" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.1.tar.bz2" + checksum: [ + "sha256=114073c8038a3329158557cfec00d2c8a1fadac3b622b30f8ecf1479949028d0" + "sha512=79631f68ac61c139ff849f23b6a9301c090d6afec091bde855e05ec753151a0259d61e509b67162ff49a2c80872d5a1d1ec65ff32b5cf09b6ea4684e269e4fd7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-workers/tezos-workers.9.2/opam b/packages/tezos-workers/tezos-workers.9.2/opam new file mode 100644 index 000000000..9df71d38b --- /dev/null +++ b/packages/tezos-workers/tezos-workers.9.2/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-base" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_workers/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: worker library" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.2.tar.bz2" + checksum: [ + "sha256=7e80bbd15d1c2b1593e1355917ab56f7e1ccc8d2c6cc40c74c6a48a2b1f33130" + "sha512=4acaa3287bc3e0867dc1b6951c2f791b4bbe326b847c7307b6a59052488fcb87275e5253f32dd5a5197f01512a40ade2646c0e1e6e61620974001351ad7c2066" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-workers/tezos-workers.9.3/opam b/packages/tezos-workers/tezos-workers.9.3/opam new file mode 100644 index 000000000..d4244b634 --- /dev/null +++ b/packages/tezos-workers/tezos-workers.9.3/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-base" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_workers/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: worker library" +available: false + +url { + src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v9.3.tar.bz2" + checksum: [ + "sha256=32e6411c8d45069e73459e403f6ee128646413cdbb8b04f894d2771f35c200d1" + "sha512=a88ebea7717d32563cd4ded30c045f60fc03771ef06a7d3dff0178d4db0227732ee5aad85b2b02a3d5ef83af18fe0c3936cfa9a669c9b3b77104e8abba8fe388" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-workers/tezos-workers.9.4/opam b/packages/tezos-workers/tezos-workers.9.4/opam new file mode 100644 index 000000000..cb10faea9 --- /dev/null +++ b/packages/tezos-workers/tezos-workers.9.4/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-base" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_workers/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: worker library" +available: false + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.4/tezos-v9.4.tar.bz2" + checksum: [ + "sha256=9dabce4a515c9d6ffe33b4db61a0800f344b59963789134c50dbc4504ef0a7f0" + "sha512=531cced963c7871781a60172d25c00d4d505852a7471fb46d5337641f20464738e344882c9f2e628e4b21758b78454bfa5e301c46db49101276a90b881ce54d7" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos-workers/tezos-workers.9.7/opam b/packages/tezos-workers/tezos-workers.9.7/opam new file mode 100644 index 000000000..452b8ef02 --- /dev/null +++ b/packages/tezos-workers/tezos-workers.9.7/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "2.5" & <= "3.17.1"} + "tezos-base" { = version } +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["mv" "src/lib_workers/%{name}%.install" "./"] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos: worker library" + +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2" + checksum: [ + "sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2" + "sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06" + ] +} +available: false # source tarball not available / wrong checksum +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos/tezos.10.2/opam b/packages/tezos/tezos.10.2/opam new file mode 100644 index 000000000..4cded2c27 --- /dev/null +++ b/packages/tezos/tezos.10.2/opam @@ -0,0 +1,44 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "ledgerwallet-tezos" {<= "0.4.1"} + "tezos-node" { = version } + "tezos-client" { = version } + "tezos-signer" { = version } + "tezos-accuser-010-PtGRANAD" { = version } + "tezos-baker-010-PtGRANAD" { = version } + "tezos-endorser-010-PtGRANAD" { = version } + "tezos-codec" { = version } + + "tezos-embedded-protocol-001-PtCJ7pwo" { = version } + "tezos-embedded-protocol-002-PsYLVpVv" { = version } + "tezos-embedded-protocol-003-PsddFKi3" { = version } + "tezos-embedded-protocol-004-Pt24m4xi" { = version } + "tezos-embedded-protocol-005-PsBABY5H" { = version } + "tezos-embedded-protocol-005-PsBabyM1" { = version } + "tezos-embedded-protocol-006-PsCARTHA" { = version } + "tezos-protocol-plugin-007-PsDELPH1-registerer" { = version } + "tezos-embedded-protocol-008-PtEdoTez" { = version } + "tezos-protocol-plugin-008-PtEdo2Zk-registerer" { = version } + "tezos-protocol-plugin-009-PsFLoren-registerer" { = version } + + "tezos-client-001-PtCJ7pwo-commands" { = version } + "tezos-client-002-PsYLVpVv-commands" { = version } + "tezos-client-003-PsddFKi3-commands" { = version } + "tezos-client-004-Pt24m4xi-commands" { = version } + "tezos-client-005-PsBabyM1-commands" { = version } + "tezos-client-006-PsCARTHA-commands" { = version } + "tezos-client-007-PsDELPH1-commands-registration" { = version } + "tezos-client-008-PtEdo2Zk-commands-registration" { = version } + "tezos-client-009-PsFLoren-commands-registration" { = version } +] +synopsis: "Tezos meta package installing all active binaries" +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos/tezos.11.0/opam b/packages/tezos/tezos.11.0/opam new file mode 100644 index 000000000..ff767b87a --- /dev/null +++ b/packages/tezos/tezos.11.0/opam @@ -0,0 +1,47 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "ledgerwallet-tezos" {<= "0.4.1"} + "tezos-node" { = version } + "tezos-client" { = version } + "tezos-signer" { = version } + "tezos-accuser-010-PtGRANAD" { = version } + "tezos-baker-010-PtGRANAD" { = version } + "tezos-endorser-010-PtGRANAD" { = version } + "tezos-accuser-011-PtHangz2" { = version } + "tezos-baker-011-PtHangz2" { = version } + "tezos-endorser-011-PtHangz2" { = version } + "tezos-codec" { = version } + + "tezos-embedded-protocol-001-PtCJ7pwo" { = version } + "tezos-embedded-protocol-002-PsYLVpVv" { = version } + "tezos-embedded-protocol-003-PsddFKi3" { = version } + "tezos-embedded-protocol-004-Pt24m4xi" { = version } + "tezos-embedded-protocol-005-PsBABY5H" { = version } + "tezos-embedded-protocol-005-PsBabyM1" { = version } + "tezos-embedded-protocol-006-PsCARTHA" { = version } + "tezos-protocol-plugin-007-PsDELPH1-registerer" { = version } + "tezos-embedded-protocol-008-PtEdoTez" { = version } + "tezos-protocol-plugin-008-PtEdo2Zk-registerer" { = version } + "tezos-protocol-plugin-009-PsFLoren-registerer" { = version } + + "tezos-client-001-PtCJ7pwo-commands" { = version } + "tezos-client-002-PsYLVpVv-commands" { = version } + "tezos-client-003-PsddFKi3-commands" { = version } + "tezos-client-004-Pt24m4xi-commands" { = version } + "tezos-client-005-PsBabyM1-commands" { = version } + "tezos-client-006-PsCARTHA-commands" { = version } + "tezos-client-007-PsDELPH1-commands-registration" { = version } + "tezos-client-008-PtEdo2Zk-commands-registration" { = version } + "tezos-client-009-PsFLoren-commands-registration" { = version } +] +synopsis: "Tezos meta package installing all active binaries" +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos/tezos.11.1/opam b/packages/tezos/tezos.11.1/opam new file mode 100644 index 000000000..06ee9add9 --- /dev/null +++ b/packages/tezos/tezos.11.1/opam @@ -0,0 +1,46 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "ledgerwallet-tezos" {<= "0.4.1"} + "tezos-node" { = version } + "tezos-client" { = version } + "tezos-signer" { = version } + "tezos-accuser-011-PtHangz2" { = version } + "tezos-baker-011-PtHangz2" { = version } + "tezos-endorser-011-PtHangz2" { = version } + "tezos-codec" { = version } + + "tezos-embedded-protocol-001-PtCJ7pwo" { = version } + "tezos-embedded-protocol-002-PsYLVpVv" { = version } + "tezos-embedded-protocol-003-PsddFKi3" { = version } + "tezos-embedded-protocol-004-Pt24m4xi" { = version } + "tezos-embedded-protocol-005-PsBABY5H" { = version } + "tezos-embedded-protocol-005-PsBabyM1" { = version } + "tezos-embedded-protocol-006-PsCARTHA" { = version } + "tezos-protocol-plugin-007-PsDELPH1-registerer" { = version } + "tezos-embedded-protocol-008-PtEdoTez" { = version } + "tezos-protocol-plugin-008-PtEdo2Zk-registerer" { = version } + "tezos-protocol-plugin-009-PsFLoren-registerer" { = version } + "tezos-protocol-plugin-010-PtGRANAD-registerer" { = version } + + "tezos-client-001-PtCJ7pwo-commands" { = version } + "tezos-client-002-PsYLVpVv-commands" { = version } + "tezos-client-003-PsddFKi3-commands" { = version } + "tezos-client-004-Pt24m4xi-commands" { = version } + "tezos-client-005-PsBabyM1-commands" { = version } + "tezos-client-006-PsCARTHA-commands" { = version } + "tezos-client-007-PsDELPH1-commands-registration" { = version } + "tezos-client-008-PtEdo2Zk-commands-registration" { = version } + "tezos-client-009-PsFLoren-commands-registration" { = version } + "tezos-client-010-PtGRANAD-commands-registration" { = version } +] +synopsis: "Tezos meta package installing all active binaries" +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos/tezos.12.0/opam b/packages/tezos/tezos.12.0/opam new file mode 100644 index 000000000..d23197a49 --- /dev/null +++ b/packages/tezos/tezos.12.0/opam @@ -0,0 +1,46 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "ledgerwallet-tezos" {<= "0.4.1"} + "tezos-node" { = version } + "tezos-client" { = version } + "tezos-signer" { = version } + "tezos-accuser-011-PtHangz2" { = version } + "tezos-baker-011-PtHangz2" { = version } + "tezos-endorser-011-PtHangz2" { = version } + "tezos-accuser-012-Psithaca" { = version } + "tezos-baker-012-Psithaca" { = version } + "tezos-codec" { = version } + + "tezos-embedded-protocol-001-PtCJ7pwo" { = version } + "tezos-embedded-protocol-002-PsYLVpVv" { = version } + "tezos-embedded-protocol-003-PsddFKi3" { = version } + "tezos-embedded-protocol-004-Pt24m4xi" { = version } + "tezos-embedded-protocol-005-PsBabyM1" { = version } + "tezos-embedded-protocol-006-PsCARTHA" { = version } + "tezos-protocol-plugin-007-PsDELPH1-registerer" { = version } + "tezos-protocol-plugin-008-PtEdo2Zk-registerer" { = version } + "tezos-protocol-plugin-009-PsFLoren-registerer" { = version } + "tezos-protocol-plugin-010-PtGRANAD-registerer" { = version } + + "tezos-client-001-PtCJ7pwo-commands" { = version } + "tezos-client-002-PsYLVpVv-commands" { = version } + "tezos-client-003-PsddFKi3-commands" { = version } + "tezos-client-004-Pt24m4xi-commands" { = version } + "tezos-client-005-PsBabyM1-commands" { = version } + "tezos-client-006-PsCARTHA-commands" { = version } + "tezos-client-007-PsDELPH1-commands-registration" { = version } + "tezos-client-008-PtEdo2Zk-commands-registration" { = version } + "tezos-client-009-PsFLoren-commands-registration" { = version } + "tezos-client-010-PtGRANAD-commands-registration" { = version } +] +synopsis: "Tezos meta package installing all active binaries" +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos/tezos.12.3/opam b/packages/tezos/tezos.12.3/opam new file mode 100644 index 000000000..d23197a49 --- /dev/null +++ b/packages/tezos/tezos.12.3/opam @@ -0,0 +1,46 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "ledgerwallet-tezos" {<= "0.4.1"} + "tezos-node" { = version } + "tezos-client" { = version } + "tezos-signer" { = version } + "tezos-accuser-011-PtHangz2" { = version } + "tezos-baker-011-PtHangz2" { = version } + "tezos-endorser-011-PtHangz2" { = version } + "tezos-accuser-012-Psithaca" { = version } + "tezos-baker-012-Psithaca" { = version } + "tezos-codec" { = version } + + "tezos-embedded-protocol-001-PtCJ7pwo" { = version } + "tezos-embedded-protocol-002-PsYLVpVv" { = version } + "tezos-embedded-protocol-003-PsddFKi3" { = version } + "tezos-embedded-protocol-004-Pt24m4xi" { = version } + "tezos-embedded-protocol-005-PsBabyM1" { = version } + "tezos-embedded-protocol-006-PsCARTHA" { = version } + "tezos-protocol-plugin-007-PsDELPH1-registerer" { = version } + "tezos-protocol-plugin-008-PtEdo2Zk-registerer" { = version } + "tezos-protocol-plugin-009-PsFLoren-registerer" { = version } + "tezos-protocol-plugin-010-PtGRANAD-registerer" { = version } + + "tezos-client-001-PtCJ7pwo-commands" { = version } + "tezos-client-002-PsYLVpVv-commands" { = version } + "tezos-client-003-PsddFKi3-commands" { = version } + "tezos-client-004-Pt24m4xi-commands" { = version } + "tezos-client-005-PsBabyM1-commands" { = version } + "tezos-client-006-PsCARTHA-commands" { = version } + "tezos-client-007-PsDELPH1-commands-registration" { = version } + "tezos-client-008-PtEdo2Zk-commands-registration" { = version } + "tezos-client-009-PsFLoren-commands-registration" { = version } + "tezos-client-010-PtGRANAD-commands-registration" { = version } +] +synopsis: "Tezos meta package installing all active binaries" +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos/tezos.13.0/opam b/packages/tezos/tezos.13.0/opam new file mode 100644 index 000000000..50bc61c5a --- /dev/null +++ b/packages/tezos/tezos.13.0/opam @@ -0,0 +1,47 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "ledgerwallet-tezos" {<= "0.4.1"} + "tezos-node" { = version } + "tezos-client" { = version } + "tezos-signer" { = version } + "tezos-accuser-012-Psithaca" { = version } + "tezos-baker-012-Psithaca" { = version } + "tezos-accuser-013-PtJakart" { = version } + "tezos-baker-013-PtJakart" { = version } + "tezos-codec" { = version } + + "tezos-embedded-protocol-001-PtCJ7pwo" { = version } + "tezos-embedded-protocol-002-PsYLVpVv" { = version } + "tezos-embedded-protocol-003-PsddFKi3" { = version } + "tezos-embedded-protocol-004-Pt24m4xi" { = version } + "tezos-embedded-protocol-005-PsBabyM1" { = version } + "tezos-embedded-protocol-006-PsCARTHA" { = version } + "tezos-protocol-plugin-007-PsDELPH1-registerer" { = version } + "tezos-protocol-plugin-008-PtEdo2Zk-registerer" { = version } + "tezos-protocol-plugin-009-PsFLoren-registerer" { = version } + "tezos-protocol-plugin-010-PtGRANAD-registerer" { = version } + "tezos-protocol-plugin-011-PtHangz2-registerer" { = version } + + "tezos-client-001-PtCJ7pwo-commands" { = version } + "tezos-client-002-PsYLVpVv-commands" { = version } + "tezos-client-003-PsddFKi3-commands" { = version } + "tezos-client-004-Pt24m4xi-commands" { = version } + "tezos-client-005-PsBabyM1-commands" { = version } + "tezos-client-006-PsCARTHA-commands" { = version } + "tezos-client-007-PsDELPH1-commands-registration" { = version } + "tezos-client-008-PtEdo2Zk-commands-registration" { = version } + "tezos-client-009-PsFLoren-commands-registration" { = version } + "tezos-client-010-PtGRANAD-commands-registration" { = version } + "tezos-client-011-PtHangz2-commands-registration" { = version } +] +synopsis: "Tezos meta package installing all active binaries" +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos/tezos.14.0/opam b/packages/tezos/tezos.14.0/opam new file mode 100644 index 000000000..0f6f9b96b --- /dev/null +++ b/packages/tezos/tezos.14.0/opam @@ -0,0 +1,49 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "ledgerwallet-tezos" {<= "0.4.1"} + "tezos-node" { = version } + "tezos-client" { = version } + "tezos-codec" { = version } + "tezos-signer" { = version } + "tezos-accuser-013-PtJakart" { = version } + "tezos-baker-013-PtJakart" { = version } + "tezos-accuser-014-PtKathma" { = version } + "tezos-baker-014-PtKathma" { = version } + + "tezos-embedded-protocol-001-PtCJ7pwo" { = version } + "tezos-embedded-protocol-002-PsYLVpVv" { = version } + "tezos-embedded-protocol-003-PsddFKi3" { = version } + "tezos-embedded-protocol-004-Pt24m4xi" { = version } + "tezos-embedded-protocol-005-PsBabyM1" { = version } + "tezos-embedded-protocol-006-PsCARTHA" { = version } + "tezos-protocol-plugin-007-PsDELPH1-registerer" { = version } + "tezos-protocol-plugin-008-PtEdo2Zk-registerer" { = version } + "tezos-protocol-plugin-009-PsFLoren-registerer" { = version } + "tezos-protocol-plugin-010-PtGRANAD-registerer" { = version } + "tezos-protocol-plugin-011-PtHangz2-registerer" { = version } + "tezos-protocol-plugin-012-Psithaca-registerer" { = version } + + "tezos-client-001-PtCJ7pwo" { = version } + "tezos-client-002-PsYLVpVv" { = version } + "tezos-client-003-PsddFKi3" { = version } + "tezos-client-004-Pt24m4xi" { = version } + "tezos-client-005-PsBabyM1" { = version } + "tezos-client-006-PsCARTHA" { = version } + "tezos-client-007-PsDELPH1" { = version } + "tezos-client-008-PtEdo2Zk" { = version } + "tezos-client-009-PsFLoren" { = version } + "tezos-client-010-PtGRANAD" { = version } + "tezos-client-011-PtHangz2" { = version } + "tezos-client-012-Psithaca" { = version } +] +synopsis: "Tezos meta package installing all active binaries" +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos/tezos.7.0/opam b/packages/tezos/tezos.7.0/opam new file mode 100644 index 000000000..f5dfc6162 --- /dev/null +++ b/packages/tezos/tezos.7.0/opam @@ -0,0 +1,22 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "ledgerwallet-tezos" {<= "0.4.1"} + "tezos-node" { = version } + "tezos-client" { = version } + "tezos-signer" { = version } + "tezos-accuser-006-PsCARTHA" { = version } + "tezos-baker-006-PsCARTHA" { = version } + "tezos-endorser-006-PsCARTHA" { = version } + "tezos-codec" { = version } +] +synopsis: "Tezos meta package installing all active binaries" +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos/tezos.7.1/opam b/packages/tezos/tezos.7.1/opam new file mode 100644 index 000000000..f5dfc6162 --- /dev/null +++ b/packages/tezos/tezos.7.1/opam @@ -0,0 +1,22 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "ledgerwallet-tezos" {<= "0.4.1"} + "tezos-node" { = version } + "tezos-client" { = version } + "tezos-signer" { = version } + "tezos-accuser-006-PsCARTHA" { = version } + "tezos-baker-006-PsCARTHA" { = version } + "tezos-endorser-006-PsCARTHA" { = version } + "tezos-codec" { = version } +] +synopsis: "Tezos meta package installing all active binaries" +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos/tezos.7.2/opam b/packages/tezos/tezos.7.2/opam new file mode 100644 index 000000000..f5dfc6162 --- /dev/null +++ b/packages/tezos/tezos.7.2/opam @@ -0,0 +1,22 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "ledgerwallet-tezos" {<= "0.4.1"} + "tezos-node" { = version } + "tezos-client" { = version } + "tezos-signer" { = version } + "tezos-accuser-006-PsCARTHA" { = version } + "tezos-baker-006-PsCARTHA" { = version } + "tezos-endorser-006-PsCARTHA" { = version } + "tezos-codec" { = version } +] +synopsis: "Tezos meta package installing all active binaries" +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos/tezos.7.3/opam b/packages/tezos/tezos.7.3/opam new file mode 100644 index 000000000..f5dfc6162 --- /dev/null +++ b/packages/tezos/tezos.7.3/opam @@ -0,0 +1,22 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "ledgerwallet-tezos" {<= "0.4.1"} + "tezos-node" { = version } + "tezos-client" { = version } + "tezos-signer" { = version } + "tezos-accuser-006-PsCARTHA" { = version } + "tezos-baker-006-PsCARTHA" { = version } + "tezos-endorser-006-PsCARTHA" { = version } + "tezos-codec" { = version } +] +synopsis: "Tezos meta package installing all active binaries" +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos/tezos.7.4/opam b/packages/tezos/tezos.7.4/opam new file mode 100644 index 000000000..7e3b21ff2 --- /dev/null +++ b/packages/tezos/tezos.7.4/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "ledgerwallet-tezos" {<= "0.4.1"} + "tezos-node" { = version } + "tezos-client" { = version } + "tezos-signer" { = version } + "tezos-accuser-006-PsCARTHA" { = version } + "tezos-baker-006-PsCARTHA" { = version } + "tezos-endorser-006-PsCARTHA" { = version } + "tezos-accuser-007-PsDELPH1" { = version } + "tezos-baker-007-PsDELPH1" { = version } + "tezos-endorser-007-PsDELPH1" { = version } + "tezos-codec" { = version } + + "tezos-embedded-protocol-001-PtCJ7pwo" { = version } + "tezos-embedded-protocol-002-PsYLVpVv" { = version } + "tezos-embedded-protocol-003-PsddFKi3" { = version } + "tezos-embedded-protocol-004-Pt24m4xi" { = version } + "tezos-embedded-protocol-005-PsBABY5H" { = version } + "tezos-embedded-protocol-005-PsBabyM1" { = version } +] +synopsis: "Tezos meta package installing all active binaries" +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos/tezos.8.0/opam b/packages/tezos/tezos.8.0/opam new file mode 100644 index 000000000..be0ea960d --- /dev/null +++ b/packages/tezos/tezos.8.0/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "ledgerwallet-tezos" {<= "0.4.1"} + "tezos-node" { = version } + "tezos-client" { = version } + "tezos-signer" { = version } + "tezos-accuser-007-PsDELPH1" { = version } + "tezos-baker-007-PsDELPH1" { = version } + "tezos-endorser-007-PsDELPH1" { = version } + "tezos-accuser-008-PtEdoTez" { = version } + "tezos-baker-008-PtEdoTez" { = version } + "tezos-endorser-008-PtEdoTez" { = version } + "tezos-codec" { = version } + + "tezos-embedded-protocol-001-PtCJ7pwo" { = version } + "tezos-embedded-protocol-002-PsYLVpVv" { = version } + "tezos-embedded-protocol-003-PsddFKi3" { = version } + "tezos-embedded-protocol-004-Pt24m4xi" { = version } + "tezos-embedded-protocol-005-PsBABY5H" { = version } + "tezos-embedded-protocol-005-PsBabyM1" { = version } + "tezos-embedded-protocol-006-PsCARTHA" { = version } +] +synopsis: "Tezos meta package installing all active binaries" +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos/tezos.8.1/opam b/packages/tezos/tezos.8.1/opam new file mode 100644 index 000000000..be0ea960d --- /dev/null +++ b/packages/tezos/tezos.8.1/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "ledgerwallet-tezos" {<= "0.4.1"} + "tezos-node" { = version } + "tezos-client" { = version } + "tezos-signer" { = version } + "tezos-accuser-007-PsDELPH1" { = version } + "tezos-baker-007-PsDELPH1" { = version } + "tezos-endorser-007-PsDELPH1" { = version } + "tezos-accuser-008-PtEdoTez" { = version } + "tezos-baker-008-PtEdoTez" { = version } + "tezos-endorser-008-PtEdoTez" { = version } + "tezos-codec" { = version } + + "tezos-embedded-protocol-001-PtCJ7pwo" { = version } + "tezos-embedded-protocol-002-PsYLVpVv" { = version } + "tezos-embedded-protocol-003-PsddFKi3" { = version } + "tezos-embedded-protocol-004-Pt24m4xi" { = version } + "tezos-embedded-protocol-005-PsBABY5H" { = version } + "tezos-embedded-protocol-005-PsBabyM1" { = version } + "tezos-embedded-protocol-006-PsCARTHA" { = version } +] +synopsis: "Tezos meta package installing all active binaries" +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos/tezos.8.2/opam b/packages/tezos/tezos.8.2/opam new file mode 100644 index 000000000..ec243dede --- /dev/null +++ b/packages/tezos/tezos.8.2/opam @@ -0,0 +1,41 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "ledgerwallet-tezos" {<= "0.4.1"} + "tezos-node" { = version } + "tezos-client" { = version } + "tezos-signer" { = version } + "tezos-accuser-007-PsDELPH1" { = version } + "tezos-baker-007-PsDELPH1" { = version } + "tezos-endorser-007-PsDELPH1" { = version } + "tezos-accuser-008-PtEdo2Zk" { = version } + "tezos-baker-008-PtEdo2Zk" { = version } + "tezos-endorser-008-PtEdo2Zk" { = version } + "tezos-codec" { = version } + + "tezos-embedded-protocol-001-PtCJ7pwo" { = version } + "tezos-embedded-protocol-002-PsYLVpVv" { = version } + "tezos-embedded-protocol-003-PsddFKi3" { = version } + "tezos-embedded-protocol-004-Pt24m4xi" { = version } + "tezos-embedded-protocol-005-PsBABY5H" { = version } + "tezos-embedded-protocol-005-PsBabyM1" { = version } + "tezos-embedded-protocol-006-PsCARTHA" { = version } + "tezos-embedded-protocol-008-PtEdoTez" { = version } + + "tezos-client-001-PtCJ7pwo-commands" { = version } + "tezos-client-002-PsYLVpVv-commands" { = version } + "tezos-client-003-PsddFKi3-commands" { = version } + "tezos-client-004-Pt24m4xi-commands" { = version } + "tezos-client-005-PsBabyM1-commands" { = version } + "tezos-client-006-PsCARTHA-commands" { = version } +] +synopsis: "Tezos meta package installing all active binaries" +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos/tezos.8.3/opam b/packages/tezos/tezos.8.3/opam new file mode 100644 index 000000000..36caec8f0 --- /dev/null +++ b/packages/tezos/tezos.8.3/opam @@ -0,0 +1,41 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "ledgerwallet-tezos" {<= "0.4.1"} + "tezos-node" { = version } + "tezos-client" { = version } + "tezos-signer" { = version } + "tezos-accuser-008-PtEdo2Zk" { = version } + "tezos-baker-008-PtEdo2Zk" { = version } + "tezos-endorser-008-PtEdo2Zk" { = version } + "tezos-codec" { = version } + + "tezos-embedded-protocol-001-PtCJ7pwo" { = version } + "tezos-embedded-protocol-002-PsYLVpVv" { = version } + "tezos-embedded-protocol-003-PsddFKi3" { = version } + "tezos-embedded-protocol-004-Pt24m4xi" { = version } + "tezos-embedded-protocol-005-PsBABY5H" { = version } + "tezos-embedded-protocol-005-PsBabyM1" { = version } + "tezos-embedded-protocol-006-PsCARTHA" { = version } + "tezos-embedded-protocol-007-PsDELPH1" { = version } + "tezos-embedded-protocol-008-PtEdoTez" { = version } + + "tezos-client-001-PtCJ7pwo-commands" { = version } + "tezos-client-002-PsYLVpVv-commands" { = version } + "tezos-client-003-PsddFKi3-commands" { = version } + "tezos-client-004-Pt24m4xi-commands" { = version } + "tezos-client-005-PsBabyM1-commands" { = version } + "tezos-client-006-PsCARTHA-commands" { = version } + "tezos-client-007-PsDELPH1-commands-registration" { = version } + "tezos-baking-007-PsDELPH1-commands" { = version } +] +synopsis: "Tezos meta package installing all active binaries" +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos/tezos.9.0/opam b/packages/tezos/tezos.9.0/opam new file mode 100644 index 000000000..24e437831 --- /dev/null +++ b/packages/tezos/tezos.9.0/opam @@ -0,0 +1,43 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "ledgerwallet-tezos" {<= "0.4.1"} + "tezos-node" { = version } + "tezos-client" { = version } + "tezos-signer" { = version } + "tezos-accuser-008-PtEdo2Zk" { = version } + "tezos-baker-008-PtEdo2Zk" { = version } + "tezos-endorser-008-PtEdo2Zk" { = version } + "tezos-accuser-009-PsFLoren" { = version } + "tezos-baker-009-PsFLoren" { = version } + "tezos-endorser-009-PsFLoren" { = version } + "tezos-codec" { = version } + + "tezos-embedded-protocol-001-PtCJ7pwo" { = version } + "tezos-embedded-protocol-002-PsYLVpVv" { = version } + "tezos-embedded-protocol-003-PsddFKi3" { = version } + "tezos-embedded-protocol-004-Pt24m4xi" { = version } + "tezos-embedded-protocol-005-PsBABY5H" { = version } + "tezos-embedded-protocol-005-PsBabyM1" { = version } + "tezos-embedded-protocol-006-PsCARTHA" { = version } + "tezos-embedded-protocol-007-PsDELPH1" { = version } + "tezos-embedded-protocol-008-PtEdoTez" { = version } + + "tezos-client-001-PtCJ7pwo-commands" { = version } + "tezos-client-002-PsYLVpVv-commands" { = version } + "tezos-client-003-PsddFKi3-commands" { = version } + "tezos-client-004-Pt24m4xi-commands" { = version } + "tezos-client-005-PsBabyM1-commands" { = version } + "tezos-client-006-PsCARTHA-commands" { = version } + "tezos-client-007-PsDELPH1-commands-registration" { = version } +] +synopsis: "Tezos meta package installing all active binaries" +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos/tezos.9.1/opam b/packages/tezos/tezos.9.1/opam new file mode 100644 index 000000000..24e437831 --- /dev/null +++ b/packages/tezos/tezos.9.1/opam @@ -0,0 +1,43 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "ledgerwallet-tezos" {<= "0.4.1"} + "tezos-node" { = version } + "tezos-client" { = version } + "tezos-signer" { = version } + "tezos-accuser-008-PtEdo2Zk" { = version } + "tezos-baker-008-PtEdo2Zk" { = version } + "tezos-endorser-008-PtEdo2Zk" { = version } + "tezos-accuser-009-PsFLoren" { = version } + "tezos-baker-009-PsFLoren" { = version } + "tezos-endorser-009-PsFLoren" { = version } + "tezos-codec" { = version } + + "tezos-embedded-protocol-001-PtCJ7pwo" { = version } + "tezos-embedded-protocol-002-PsYLVpVv" { = version } + "tezos-embedded-protocol-003-PsddFKi3" { = version } + "tezos-embedded-protocol-004-Pt24m4xi" { = version } + "tezos-embedded-protocol-005-PsBABY5H" { = version } + "tezos-embedded-protocol-005-PsBabyM1" { = version } + "tezos-embedded-protocol-006-PsCARTHA" { = version } + "tezos-embedded-protocol-007-PsDELPH1" { = version } + "tezos-embedded-protocol-008-PtEdoTez" { = version } + + "tezos-client-001-PtCJ7pwo-commands" { = version } + "tezos-client-002-PsYLVpVv-commands" { = version } + "tezos-client-003-PsddFKi3-commands" { = version } + "tezos-client-004-Pt24m4xi-commands" { = version } + "tezos-client-005-PsBabyM1-commands" { = version } + "tezos-client-006-PsCARTHA-commands" { = version } + "tezos-client-007-PsDELPH1-commands-registration" { = version } +] +synopsis: "Tezos meta package installing all active binaries" +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos/tezos.9.2/opam b/packages/tezos/tezos.9.2/opam new file mode 100644 index 000000000..bef47ddc2 --- /dev/null +++ b/packages/tezos/tezos.9.2/opam @@ -0,0 +1,45 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "ledgerwallet-tezos" {<= "0.4.1"} + "tezos-node" { = version } + "tezos-client" { = version } + "tezos-signer" { = version } + "tezos-accuser-009-PsFLoren" { = version } + "tezos-baker-009-PsFLoren" { = version } + "tezos-endorser-009-PsFLoren" { = version } + "tezos-accuser-010-PtGRANAD" { = version } + "tezos-baker-010-PtGRANAD" { = version } + "tezos-endorser-010-PtGRANAD" { = version } + "tezos-codec" { = version } + + "tezos-embedded-protocol-001-PtCJ7pwo" { = version } + "tezos-embedded-protocol-002-PsYLVpVv" { = version } + "tezos-embedded-protocol-003-PsddFKi3" { = version } + "tezos-embedded-protocol-004-Pt24m4xi" { = version } + "tezos-embedded-protocol-005-PsBABY5H" { = version } + "tezos-embedded-protocol-005-PsBabyM1" { = version } + "tezos-embedded-protocol-006-PsCARTHA" { = version } + "tezos-embedded-protocol-007-PsDELPH1" { = version } + "tezos-embedded-protocol-008-PtEdoTez" { = version } + "tezos-embedded-protocol-008-PtEdo2Zk" { = version } + + "tezos-client-001-PtCJ7pwo-commands" { = version } + "tezos-client-002-PsYLVpVv-commands" { = version } + "tezos-client-003-PsddFKi3-commands" { = version } + "tezos-client-004-Pt24m4xi-commands" { = version } + "tezos-client-005-PsBabyM1-commands" { = version } + "tezos-client-006-PsCARTHA-commands" { = version } + "tezos-client-007-PsDELPH1-commands-registration" { = version } + "tezos-client-008-PtEdo2Zk-commands-registration" { = version } +] +synopsis: "Tezos meta package installing all active binaries" +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos/tezos.9.3/opam b/packages/tezos/tezos.9.3/opam new file mode 100644 index 000000000..bef47ddc2 --- /dev/null +++ b/packages/tezos/tezos.9.3/opam @@ -0,0 +1,45 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "ledgerwallet-tezos" {<= "0.4.1"} + "tezos-node" { = version } + "tezos-client" { = version } + "tezos-signer" { = version } + "tezos-accuser-009-PsFLoren" { = version } + "tezos-baker-009-PsFLoren" { = version } + "tezos-endorser-009-PsFLoren" { = version } + "tezos-accuser-010-PtGRANAD" { = version } + "tezos-baker-010-PtGRANAD" { = version } + "tezos-endorser-010-PtGRANAD" { = version } + "tezos-codec" { = version } + + "tezos-embedded-protocol-001-PtCJ7pwo" { = version } + "tezos-embedded-protocol-002-PsYLVpVv" { = version } + "tezos-embedded-protocol-003-PsddFKi3" { = version } + "tezos-embedded-protocol-004-Pt24m4xi" { = version } + "tezos-embedded-protocol-005-PsBABY5H" { = version } + "tezos-embedded-protocol-005-PsBabyM1" { = version } + "tezos-embedded-protocol-006-PsCARTHA" { = version } + "tezos-embedded-protocol-007-PsDELPH1" { = version } + "tezos-embedded-protocol-008-PtEdoTez" { = version } + "tezos-embedded-protocol-008-PtEdo2Zk" { = version } + + "tezos-client-001-PtCJ7pwo-commands" { = version } + "tezos-client-002-PsYLVpVv-commands" { = version } + "tezos-client-003-PsddFKi3-commands" { = version } + "tezos-client-004-Pt24m4xi-commands" { = version } + "tezos-client-005-PsBabyM1-commands" { = version } + "tezos-client-006-PsCARTHA-commands" { = version } + "tezos-client-007-PsDELPH1-commands-registration" { = version } + "tezos-client-008-PtEdo2Zk-commands-registration" { = version } +] +synopsis: "Tezos meta package installing all active binaries" +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos/tezos.9.4/opam b/packages/tezos/tezos.9.4/opam new file mode 100644 index 000000000..bef47ddc2 --- /dev/null +++ b/packages/tezos/tezos.9.4/opam @@ -0,0 +1,45 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "ledgerwallet-tezos" {<= "0.4.1"} + "tezos-node" { = version } + "tezos-client" { = version } + "tezos-signer" { = version } + "tezos-accuser-009-PsFLoren" { = version } + "tezos-baker-009-PsFLoren" { = version } + "tezos-endorser-009-PsFLoren" { = version } + "tezos-accuser-010-PtGRANAD" { = version } + "tezos-baker-010-PtGRANAD" { = version } + "tezos-endorser-010-PtGRANAD" { = version } + "tezos-codec" { = version } + + "tezos-embedded-protocol-001-PtCJ7pwo" { = version } + "tezos-embedded-protocol-002-PsYLVpVv" { = version } + "tezos-embedded-protocol-003-PsddFKi3" { = version } + "tezos-embedded-protocol-004-Pt24m4xi" { = version } + "tezos-embedded-protocol-005-PsBABY5H" { = version } + "tezos-embedded-protocol-005-PsBabyM1" { = version } + "tezos-embedded-protocol-006-PsCARTHA" { = version } + "tezos-embedded-protocol-007-PsDELPH1" { = version } + "tezos-embedded-protocol-008-PtEdoTez" { = version } + "tezos-embedded-protocol-008-PtEdo2Zk" { = version } + + "tezos-client-001-PtCJ7pwo-commands" { = version } + "tezos-client-002-PsYLVpVv-commands" { = version } + "tezos-client-003-PsddFKi3-commands" { = version } + "tezos-client-004-Pt24m4xi-commands" { = version } + "tezos-client-005-PsBabyM1-commands" { = version } + "tezos-client-006-PsCARTHA-commands" { = version } + "tezos-client-007-PsDELPH1-commands-registration" { = version } + "tezos-client-008-PtEdo2Zk-commands-registration" { = version } +] +synopsis: "Tezos meta package installing all active binaries" +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezos/tezos.9.7/opam b/packages/tezos/tezos.9.7/opam new file mode 100644 index 000000000..bef47ddc2 --- /dev/null +++ b/packages/tezos/tezos.9.7/opam @@ -0,0 +1,45 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: [ "Tezos devteam" ] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "ledgerwallet-tezos" {<= "0.4.1"} + "tezos-node" { = version } + "tezos-client" { = version } + "tezos-signer" { = version } + "tezos-accuser-009-PsFLoren" { = version } + "tezos-baker-009-PsFLoren" { = version } + "tezos-endorser-009-PsFLoren" { = version } + "tezos-accuser-010-PtGRANAD" { = version } + "tezos-baker-010-PtGRANAD" { = version } + "tezos-endorser-010-PtGRANAD" { = version } + "tezos-codec" { = version } + + "tezos-embedded-protocol-001-PtCJ7pwo" { = version } + "tezos-embedded-protocol-002-PsYLVpVv" { = version } + "tezos-embedded-protocol-003-PsddFKi3" { = version } + "tezos-embedded-protocol-004-Pt24m4xi" { = version } + "tezos-embedded-protocol-005-PsBABY5H" { = version } + "tezos-embedded-protocol-005-PsBabyM1" { = version } + "tezos-embedded-protocol-006-PsCARTHA" { = version } + "tezos-embedded-protocol-007-PsDELPH1" { = version } + "tezos-embedded-protocol-008-PtEdoTez" { = version } + "tezos-embedded-protocol-008-PtEdo2Zk" { = version } + + "tezos-client-001-PtCJ7pwo-commands" { = version } + "tezos-client-002-PsYLVpVv-commands" { = version } + "tezos-client-003-PsddFKi3-commands" { = version } + "tezos-client-004-Pt24m4xi-commands" { = version } + "tezos-client-005-PsBabyM1-commands" { = version } + "tezos-client-006-PsCARTHA-commands" { = version } + "tezos-client-007-PsDELPH1-commands-registration" { = version } + "tezos-client-008-PtEdo2Zk-commands-registration" { = version } +] +synopsis: "Tezos meta package installing all active binaries" +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezt-tezos/tezt-tezos.17.1/opam b/packages/tezt-tezos/tezt-tezos.17.1/opam new file mode 100644 index 000000000..2ca9fa0a5 --- /dev/null +++ b/packages/tezt-tezos/tezt-tezos.17.1/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezt" {>= "3.1.0" & <= "4.1.0"} + "tezt-performance-regression" { = version } + "uri" {>= "3.1.0" & <= "4.4.0"} + "hex" {>= "1.3.0" & <= "1.5.0"} + "tezos-crypto-dal" { = version } + "tezos-base" { = version } + "cohttp-lwt-unix" {>= "4.0.0" & != "5.1.0" & <= "2.5.2-1"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos test framework based on Tezt" +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz" + checksum: [ + "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" + "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tezt-tezos/tezt-tezos.17.2/opam b/packages/tezt-tezos/tezt-tezos.17.2/opam new file mode 100644 index 000000000..1b3bad39e --- /dev/null +++ b/packages/tezt-tezos/tezt-tezos.17.2/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "contact@tezos.com" +authors: ["Tezos devteam"] +homepage: "https://www.tezos.com/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" { >= "4.14" } + "tezt" {>= "3.1.0" & <= "4.1.0"} + "tezt-performance-regression" { = version } + "uri" {>= "3.1.0" & <= "4.4.0"} + "hex" {>= "1.3.0" & <= "1.5.0"} + "tezos-crypto-dal" { = version } + "tezos-base" { = version } + "cohttp-lwt-unix" {>= "4.0.0" & != "5.1.0" & <= "2.5.2-1"} +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos test framework based on Tezt" +url { + src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" + checksum: [ + "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" + "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tls-mirage/tls-mirage.0.12.1/opam b/packages/tls-mirage/tls-mirage.0.12.1/opam new file mode 100644 index 000000000..d245001a4 --- /dev/null +++ b/packages/tls-mirage/tls-mirage.0.12.1/opam @@ -0,0 +1,50 @@ +opam-version: "2.0" +homepage: "https://github.com/mirleft/ocaml-tls" +dev-repo: "git+https://github.com/mirleft/ocaml-tls.git" +bug-reports: "https://github.com/mirleft/ocaml-tls/issues" +doc: "https://mirleft.github.io/ocaml-tls/doc" +maintainer: ["Hannes Mehnert " "David Kaloper "] +license: "BSD-2-Clause" + +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] + +depends: [ + "ocaml" {>= "4.07.0"} + "dune" {>= "1.0" & <= "3.17.1"} + "tls" {= version} + "x509" {>= "0.10.0" & <= "1.0.5"} + "fmt" {<= "0.9.0"} + "lwt" {>= "3.0.0" & <= "5.9.0"} + "mirage-flow" {>= "2.0.0" & < "4.0.0"} + "mirage-kv" {>= "3.0.0" & <= "6.1.1"} + "mirage-clock" {>= "3.0.0" & <= "4.2.0"} + "ptime" {>= "0.8.1" & <= "1.2.0"} + "mirage-crypto" {< "1.0.0"} + "mirage-crypto-pk" {< "1.0.0"} + "hacl_x25519" {>= "0.1.1" & <= "0.2.2"} + "fiat-p256" {>= "0.2.1" & <= "0.2.3"} +] +tags: [ "org:mirage"] +synopsis: "Transport Layer Security purely in OCaml, MirageOS layer" +description: """ +Tls-mirage provides an effectful FLOW module to be used in the MirageOS +ecosystem. +""" +authors: [ + "David Kaloper " "Hannes Mehnert " +] +url { + src: + "https://github.com/mirleft/ocaml-tls/releases/download/v0.12.1/tls-v0.12.1.tbz" + checksum: [ + "sha256=af739692a9ab95e76da9f63039d9bd85e8f42af5cf30e1eb2a348e68a1fc5026" + "sha512=78d0a7b99f75558f31b0c51314e7340d3c5c9dea91bfd1e4fe10d52878f72370321dd31c5f9735d4fbb788ccd987a61ba4c93e175dee9ca28d5c7b4218eab234" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tls/tls.0.12.1/opam b/packages/tls/tls.0.12.1/opam new file mode 100644 index 000000000..2e76a19b8 --- /dev/null +++ b/packages/tls/tls.0.12.1/opam @@ -0,0 +1,71 @@ +opam-version: "2.0" +homepage: "https://github.com/mirleft/ocaml-tls" +dev-repo: "git+https://github.com/mirleft/ocaml-tls.git" +bug-reports: "https://github.com/mirleft/ocaml-tls/issues" +doc: "https://mirleft.github.io/ocaml-tls/doc" +maintainer: ["Hannes Mehnert " "David Kaloper "] +license: "BSD-2-Clause" + +available: false +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] + +depends: [ + "ocaml" {>= "4.07.0" & < "4.12.0"} + "dune" {>= "1.0" & <= "3.17.1"} + "ppx_sexp_conv" {>= "v0.9.0" & <= "v0.17.0"} + "ppx_cstruct" {>= "3.0.0" & <= "6.2.0"} + "cstruct" {>= "4.0.0" & < "6.0.0"} + "cstruct-sexp" {<= "6.2.0"} + "sexplib" {<= "v0.17.0"} + "mirage-crypto" {< "0.8.1"} + "mirage-crypto-pk" {< "1.0.0"} + "mirage-crypto-rng" {< "0.11.0"} + "x509" {>= "0.11.0" & < "0.12.0"} + "domain-name" {>= "0.3.0" & <= "0.4.0"} + "fmt" {<= "0.9.0"} + "cstruct-unix" {with-test & >= "3.0.0" & <= "6.2.0"} + "ounit" {with-test & >= "2.2.0" & <= "2.2.7"} + "lwt" {>= "3.0.0" & <= "5.9.0"} + "ptime" {>= "0.8.1" & <= "1.2.0"} + "hacl_x25519" {<= "0.2.2"} + "fiat-p256" {<= "0.2.3"} + "hkdf" {< "2.0.0"} + "logs" {<= "0.7.0"} + "alcotest" {with-test & <= "1.8.0"} +] + +tags: [ "org:mirage"] +synopsis: "Transport Layer Security purely in OCaml" +description: """ +Transport Layer Security (TLS) is probably the most widely deployed security +protocol on the Internet. It provides communication privacy to prevent +eavesdropping, tampering, and message forgery. Furthermore, it optionally +provides authentication of the involved endpoints. TLS is commonly deployed for +securing web services ([HTTPS](http://tools.ietf.org/html/rfc2818)), emails, +virtual private networks, and wireless networks. + +TLS uses asymmetric cryptography to exchange a symmetric key, and optionally +authenticate (using X.509) either or both endpoints. It provides algorithmic +agility, which means that the key exchange method, symmetric encryption +algorithm, and hash algorithm are negotiated. + +Read our [Usenix Security 2015 paper](https://www.usenix.org/conference/usenixsecurity15/technical-sessions/presentation/kaloper-mersinjak). +""" +authors: [ + "David Kaloper " "Hannes Mehnert " +] +url { + src: + "https://github.com/mirleft/ocaml-tls/releases/download/v0.12.1/tls-v0.12.1.tbz" + checksum: [ + "sha256=af739692a9ab95e76da9f63039d9bd85e8f42af5cf30e1eb2a348e68a1fc5026" + "sha512=78d0a7b99f75558f31b0c51314e7340d3c5c9dea91bfd1e4fe10d52878f72370321dd31c5f9735d4fbb788ccd987a61ba4c93e175dee9ca28d5c7b4218eab234" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/tls/tls.0.9.0/opam b/packages/tls/tls.0.9.0/opam new file mode 100644 index 000000000..4e842c186 --- /dev/null +++ b/packages/tls/tls.0.9.0/opam @@ -0,0 +1,103 @@ +opam-version: "2.0" +homepage: "https://github.com/mirleft/ocaml-tls" +dev-repo: "git+https://github.com/mirleft/ocaml-tls.git" +bug-reports: "https://github.com/mirleft/ocaml-tls/issues" +doc: "https://mirleft.github.io/ocaml-tls/doc" +maintainer: ["Hannes Mehnert " "David Kaloper "] +license: "BSD-2-Clause" + +available: false +build: [ + [ + "ocaml" + "pkg/pkg.ml" + "build" + "--pinned" + "%{pinned}%" + "--tests" + "false" + "--with-lwt" + "%{lwt+ptime:installed}%" + "--with-mirage" + "%{mirage-flow-lwt+mirage-kv-lwt+mirage-clock+ptime:installed}%" + ] + [ + "ocaml" + "pkg/pkg.ml" + "build" + "--pinned" + "%{pinned}%" + "--tests" + "true" + "--with-lwt" + "%{lwt+ptime+astring:installed}%" + "--with-mirage" + "%{mirage-flow-lwt+mirage-kv-lwt+mirage-clock+ptime:installed}%" + ] {with-test} + ["ocaml" "pkg/pkg.ml" "test"] {with-test} +] +depends: [ + "ocaml" {>= "4.02.2" & < "4.12.0"} + "ocamlfind" {build & <= "1.9.6"} + "ocamlbuild" {build & <= "0.15.0"} + "topkg" {build & <= "1.0.7"} + "ppx_sexp_conv" {< "v0.11.0"} + "ppx_deriving" {<= "6.0.3"} + "ppx_cstruct" {>= "3.0.0" & <= "6.2.0"} + "result" {< "1.5"} + "cstruct" {>= "3.0.0" & < "4.0.0"} + "sexplib" {<= "v0.17.0"} + "nocrypto" {>= "0.5.4" & <= "0.5.4-2"} + "x509" {>= "0.6.1" & < "0.7.0"} + "cstruct-unix" {with-test & >= "3.0.0" & <= "6.2.0"} + "ounit" {with-test & <= "2.2.7"} +] +depopts: [ + "lwt" + "mirage-flow-lwt" + "mirage-kv-lwt" + "mirage-clock" + "ptime" + "astring" {with-test} +] +conflicts: [ + "lwt" {<"2.4.8"} + "mirage-net-xen" {<"1.3.0"} + "mirage-types" {<"3.0.0"} + "sexplib" {= "v0.9.0"} + "ptime" {< "0.8.1"} + "mirage-kv-lwt" {>= "2.0.0"} + "mirage-clock" {>= "3.0.0"} +] + +tags: [ "org:mirage"] +synopsis: "Transport Layer Security purely in OCaml" +description: """ +Transport Layer Security (TLS) is probably the most widely deployed security +protocol on the Internet. It provides communication privacy to prevent +eavesdropping, tampering, and message forgery. Furthermore, it optionally +provides authentication of the involved endpoints. TLS is commonly deployed for +securing web services ([HTTPS](http://tools.ietf.org/html/rfc2818)), emails, +virtual private networks, and wireless networks. + +TLS uses asymmetric cryptography to exchange a symmetric key, and optionally +authenticate (using X.509) either or both endpoints. It provides algorithmic +agility, which means that the key exchange method, symmetric encryption +algorithm, and hash algorithm are negotiated. + +Read our [Usenix Security 2015 paper](https://www.usenix.org/conference/usenixsecurity15/technical-sessions/presentation/kaloper-mersinjak). +""" +authors: [ + "David Kaloper " "Hannes Mehnert " +] +url { + src: + "https://github.com/mirleft/ocaml-tls/releases/download/0.9.0/tls-0.9.0.tbz" + checksum: [ + "sha256=5801af17113ecae45bd557e9466c1de2fbc085abeb1119c7f948b799985b3dbb" + "md5=aaac6ed2fa734b59b9771a702f5a20ff" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/toml/toml.1.0.0/opam b/packages/toml/toml.1.0.0/opam new file mode 100644 index 000000000..86d7a697e --- /dev/null +++ b/packages/toml/toml.1.0.0/opam @@ -0,0 +1,26 @@ +opam-version: "2.0" +maintainer: "support@toml.epimeros.org" +authors: [ "Julien Sagot" "Emmanuel Surleau" "mackwic" ] +homepage: "http://sagotch.github.io/To.ml/" +build: [make "build"] +depends: [ + "ocaml" {>= "4.01.0" & < "4.06.0"} + "ocamlfind" {build & <= "1.9.6"} + "ocamlbuild" {build & <= "0.15.0"} + "menhir" {< "20211215"} +] +dev-repo: "git+https://github.com/sagotch/To.ml" +install: [make "install"] +synopsis: "TOML parser." +description: """ +The Toml library provides a parser for Tom's Obvious Minimal Language v0.2.0, +a minimal configuration file format. Helpful getters to retrieve data as +OCaml primitive types are also supplied.""" +url { + src: "https://github.com/sagotch/To.ml/archive/v1.0.0.tar.gz" + checksum: "md5=40fc174dcfbfba8b2e900c140ab301ab" +} +available: false # source tarball not available +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["source-unavailable"] diff --git a/packages/toml/toml.2.0.0/opam b/packages/toml/toml.2.0.0/opam new file mode 100644 index 000000000..8125df16c --- /dev/null +++ b/packages/toml/toml.2.0.0/opam @@ -0,0 +1,26 @@ +opam-version: "2.0" +maintainer: "support@toml.epimeros.org" +authors: [ "Julien Sagot" "Emmanuel Surleau" "mackwic" ] +homepage: "http://sagotch.github.io/To.ml/" +build: [make "build"] +depends: [ + "ocaml" {>= "4.02.0" & < "4.06.0"} + "ocamlfind" {build & <= "1.9.6"} + "ocamlbuild" {build & <= "0.15.0"} + "menhir" {< "20211215"} +] +dev-repo: "git+https://github.com/sagotch/To.ml" +install: [make "install"] +synopsis: "TOML parser." +description: """ +The Toml library provides a parser for Tom's Obvious Minimal Language v0.2.0, +a minimal configuration file format. Helpful getters to retrieve data as +OCaml primitive types are also supplied.""" +url { + src: "https://github.com/sagotch/To.ml/archive/v2.0.0.tar.gz" + checksum: "md5=b431645ccac5668b3cf10371b0afeb66" +} +available: false # source tarball not available +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["source-unavailable"] diff --git a/packages/toml/toml.2.1.0/opam b/packages/toml/toml.2.1.0/opam new file mode 100644 index 000000000..db68d3dc9 --- /dev/null +++ b/packages/toml/toml.2.1.0/opam @@ -0,0 +1,26 @@ +opam-version: "2.0" +maintainer: "support@toml.epimeros.org" +authors: [ "Julien Sagot" "Emmanuel Surleau" "mackwic" ] +homepage: "http://sagotch.github.io/To.ml/" +build: [make "build"] +depends: [ + "ocaml" {>= "4.02.0" & < "4.06.0"} + "ocamlfind" {build & <= "1.9.6"} + "ocamlbuild" {build & <= "0.15.0"} + "menhir" {< "20211215"} +] +dev-repo: "git+https://github.com/sagotch/To.ml" +install: [make "install"] +synopsis: "TOML parser." +description: """ +The Toml library provides a parser for Tom's Obvious Minimal Language v0.2.0, +a minimal configuration file format. Helpful getters to retrieve data as +OCaml primitive types are also supplied.""" +url { + src: "https://github.com/sagotch/To.ml/archive/v2.1.0.tar.gz" + checksum: "md5=328df9c3e6017cb3036d2f30eca84e6b" +} +available: false # source tarball not available +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["source-unavailable"] diff --git a/packages/torch/torch.v0.17.1/opam b/packages/torch/torch.v0.17.1/opam new file mode 100644 index 000000000..53f9d0256 --- /dev/null +++ b/packages/torch/torch.v0.17.1/opam @@ -0,0 +1,45 @@ +opam-version: "2.0" +maintainer: "Jane Street developers" +authors: ["Jane Street Group, LLC"] +homepage: "https://github.com/janestreet/torch" +bug-reports: "https://github.com/janestreet/torch/issues" +dev-repo: "git+https://github.com/janestreet/torch.git" +doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/torch/index.html" +license: "MIT" +build: [ + ["dune" "build" "-p" name "-j" jobs] +] +depends: [ + "ocaml" {>= "5.1.0"} + "base" {>= "v0.17" & < "v0.18" & <= "v0.17.1"} + "core" {>= "v0.17" & < "v0.18" & <= "v0.17.1"} + "core_unix" {>= "v0.17" & < "v0.18" & <= "v0.17.0"} + "ppx_bench" {>= "v0.17" & < "v0.18" & <= "v0.17.0"} + "ppx_inline_test" {>= "v0.17" & < "v0.18" & <= "v0.17.0"} + "ppx_jane" {>= "v0.17" & < "v0.18" & <= "v0.17.0"} + "ppx_string" {>= "v0.17" & < "v0.18" & <= "v0.17.0"} + "stdio" {>= "v0.17" & < "v0.18" & <= "v0.17.0"} + "ctypes" {>= "0.18.0" & <= "0.23.0"} + "ctypes-foreign" {<= "0.23.0"} + "dune" {>= "3.11.0" & <= "3.17.1"} + "dune-configurator" {<= "3.17.1"} + "ocaml-compiler-libs" {>= "v0.11.0" & <= "v0.17.0"} + "libtorch" {>= "2.3.0" & < "2.4.0" & <= "2.2.1+linux-x86_64"} +] +available: arch != "arm32" & arch != "x86_32" +synopsis: "Torch bindings for OCaml" +description: " +The ocaml-torch project provides some OCaml bindings for the Torch library. +This brings to OCaml NumPy-like tensor computations with GPU acceleration and +tape-based automatic differentiation. +" +url { + src: "https://github.com/janestreet/torch/archive/refs/tags/v0.17.1.tar.gz" + checksum: [ + "md5=34ef5494e9625a3bcb34146581f9385c" + "sha512=ddf7226001fd746d124c28e8430bb2af4565337144b71d5a6026e22c1ac301f68765717ff77603e4caf57a9e73ceb72db20da8891034b66889d4e1225ffc880d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/u2f/u2f.0.1.0/opam b/packages/u2f/u2f.0.1.0/opam new file mode 100644 index 000000000..4a7e35205 --- /dev/null +++ b/packages/u2f/u2f.0.1.0/opam @@ -0,0 +1,50 @@ +opam-version: "2.0" +homepage: "https://github.com/robur-coop/u2f" +dev-repo: "git+https://github.com/robur-coop/u2f.git" +bug-reports: "https://github.com/robur-coop/u2f/issues" +doc: "https://robur-coop.github.io/u2f/doc" +maintainer: [ "team@robur.coop" ] +authors: [ "Reynir Björnsson " "Hannes Mehnert " ] +license: "BSD-2-Clause" + +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] + +depends: [ + "ocaml" {>= "4.08.0"} + "dune" {>= "2.7" & <= "3.17.1"} + "dream" {dev & <= "1.0.0~alpha8"} + "ppx_blob" {dev & <= "0.9.0"} + "cmdliner" {dev & <= "1.3.0"} + "logs" {dev & <= "0.7.0"} + "lwt" {dev & <= "5.9.0"} + "yojson" {<= "2.2.2"} + "ppx_deriving_yojson" {<= "3.9.1"} + "mirage-crypto-ec" {< "1.0.0"} + "mirage-crypto-rng" {< "1.0.0"} + "x509" {>= "0.13.0" & < "0.15.1"} + "base64" {>= "3.1.0" & <= "3.5.1"} +] + +synopsis: "Universal Second Factor (U2F) implementation in OCaml" +description: """ +A server-side implementation of the two-factor authentication standard +Universal Second Factor (U2F). With special (USB, NFC) devices, a +challenge-response authentication using public key cryptography is done. +""" +x-commit-hash: "1f0c245c2bbae07df5e078e7b93d30da4cc35b6b" +url { + src: + "https://github.com/robur-coop/u2f/releases/download/v0.1.0/u2f-v0.1.0.tbz" + checksum: [ + "sha256=a3b8df1ea2cc50807f29261425fcaa048147c86e30e079093efc1617c1902d93" + "sha512=45733ddba0b86e89dad9c2a9b42c4da985f41f716dce33d9683a6ddc730a21c0a18fa4cf8a1a1ff52c6ea7f80bdd9a67ce76d14078304639e0da8521677e9437" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/user-setup/user-setup.0.1/opam b/packages/user-setup/user-setup.0.1/opam new file mode 100644 index 000000000..301b4b12e --- /dev/null +++ b/packages/user-setup/user-setup.0.1/opam @@ -0,0 +1,42 @@ +opam-version: "2.0" +maintainer: "Louis Gesbert " +authors: "Louis Gesbert " +homepage: "https://github.com/OCamlPro/opam-user-setup" +bug-reports: "https://github.com/OCamlPro/opam-user-setup/issues" +license: "ISC" +dev-repo: "git+https://github.com/OCamlPro/opam-user-setup.git" +build: [make] +install: [ + "./opam-user-setup" + "ocp-indent" {ocp-indent:installed} + "ocp-index" {ocp-index:installed} + "merlin" {merlin:installed} +] +depends: [ + "ocaml" {>= "4.02"} + "merlin" {with-test & <= "5.3-502"} + "ocamlfind" {build & <= "1.9.6"} + "ocamlbuild" {build & <= "0.15.0"} + "re" {<= "1.12.0"} +] +depopts: ["merlin" "ocp-indent" "ocp-index"] +available: false # Not compatible with the sandbox +synopsis: + "OPAM User Setup helper to configure various editors and tools for OCaml" +description: """ +This package, currently in alpha, attempts to help initial setup for new OCaml +users by automating the tedious task of adjusting editor and tool configuration. + +It will run after the installation of ocp-indent, merlin or similar tools and +adjust the configuration for your available editors accordingly. It won't suit +advanced users who prefer to do such things by hand anyway.""" +url { + src: "https://github.com/OCamlPro/opam-user-setup/archive/0.1.tar.gz" + checksum: [ + "sha256=d44d24e40425d699aa31c41f12f3f2b9d8e8466207bdae17c6f6e2a7596a6c88" + "md5=d029d44a9f3fc242e05597d5ae401b3d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/user-setup/user-setup.0.2/opam b/packages/user-setup/user-setup.0.2/opam new file mode 100644 index 000000000..a053f5b07 --- /dev/null +++ b/packages/user-setup/user-setup.0.2/opam @@ -0,0 +1,42 @@ +opam-version: "2.0" +maintainer: "Louis Gesbert " +authors: "Louis Gesbert " +homepage: "https://github.com/OCamlPro/opam-user-setup" +bug-reports: "https://github.com/OCamlPro/opam-user-setup/issues" +license: "ISC" +dev-repo: "git+https://github.com/OCamlPro/opam-user-setup.git" +build: [make] +install: [ + "./opam-user-setup" + "tuareg" {tuareg:installed} + "ocp-indent" {ocp-indent:installed} + "ocp-index" {ocp-index:installed} + "merlin" {merlin:installed} +] +depends: [ + "ocaml" {>= "4.02"} + "ocamlfind" {build & <= "1.9.6"} + "ocamlbuild" {build & <= "0.15.0"} + "re" {<= "1.12.0"} +] +depopts: ["tuareg" "merlin" "ocp-indent" "ocp-index"] +available: false # Not compatible with the sandbox +synopsis: + "OPAM User Setup helper to configure various editors and tools for OCaml" +description: """ +This package, currently in alpha, attempts to help initial setup for new OCaml +users by automating the tedious task of adjusting editor and tool configuration. + +It will run after the installation of ocp-indent, merlin or similar tools and +adjust the configuration for your available editors accordingly. It won't suit +advanced users who prefer to do such things by hand anyway.""" +url { + src: "https://github.com/OCamlPro/opam-user-setup/archive/0.2.tar.gz" + checksum: [ + "sha256=db8ec91518fb3f2782098faa41567acc1906b86edf2e78bf9fc6ff57488ba3a4" + "md5=db1e2ebc82d0006011cdb36a42261bb2" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/user-setup/user-setup.0.3/opam b/packages/user-setup/user-setup.0.3/opam new file mode 100644 index 000000000..e69da6ec4 --- /dev/null +++ b/packages/user-setup/user-setup.0.3/opam @@ -0,0 +1,42 @@ +opam-version: "2.0" +maintainer: "Louis Gesbert " +authors: "Louis Gesbert " +homepage: "https://github.com/OCamlPro/opam-user-setup" +bug-reports: "https://github.com/OCamlPro/opam-user-setup/issues" +license: "ISC" +dev-repo: "git+https://github.com/OCamlPro/opam-user-setup.git" +build: [make] +install: [ + "./opam-user-setup" + "tuareg" {tuareg:installed} + "ocp-indent" {ocp-indent:installed} + "ocp-index" {ocp-index:installed} + "merlin" {merlin:installed} +] +depends: [ + "ocaml" {>= "4.02"} + "ocamlfind" {build & <= "1.9.6"} + "ocamlbuild" {build & <= "0.15.0"} + "re" {<= "1.12.0"} +] +depopts: ["tuareg" "merlin" "ocp-indent" "ocp-index"] +available: false # Not compatible with the sandbox +synopsis: + "OPAM User Setup helper to configure various editors and tools for OCaml" +description: """ +This package, currently in alpha, attempts to help initial setup for new OCaml +users by automating the tedious task of adjusting editor and tool configuration. + +It will run after the installation of ocp-indent, merlin or similar tools and +adjust the configuration for your available editors accordingly. It won't suit +advanced users who prefer to do such things by hand anyway.""" +url { + src: "https://github.com/OCamlPro/opam-user-setup/archive/0.3.tar.gz" + checksum: [ + "sha256=9d40731cd43c32f0c6f8e6e6d7f0c0681bddad35e8a8c8d77f99f401859dd042" + "md5=bfc34a76d34268a9c479ec43ac40e907" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/vchan-unix/vchan-unix.3.0.0/opam b/packages/vchan-unix/vchan-unix.3.0.0/opam new file mode 100644 index 000000000..82e9b6f20 --- /dev/null +++ b/packages/vchan-unix/vchan-unix.3.0.0/opam @@ -0,0 +1,56 @@ +opam-version: "2.0" +maintainer: "jonathan.ludlam@eu.citrix.com" +authors: [ + "Vincent Bernardoff" + "Jon Ludlam" + "David Scott" +] +homepage: "http://github.com/mirage/ocaml-vchan" +bug-reports: "http://github.com/mirage/ocaml-vchan/issues" +dev-repo: "git+http://github.com/mirage/ocaml-vchan.git" +doc: "http://mirage.github.io/ocaml-vchan" +license: "ISC" + +build: [ + ["jbuilder" "subst" "-p" name] {dev} + [ "jbuilder" "build" "-p" name "-j" jobs ] +] + +depends: [ + "ocaml" {>= "4.02.0" & < "4.06.0"} + "ocamlfind" {build & <= "1.9.6"} + "jbuilder" {>= "1.0+beta9" & <= "transition"} + "vchan" {= "3.0.0"} + "lwt" {>= "2.5.0" & <= "5.9.0"} + "cstruct" {>= "3.0.0" & <= "6.2.0"} + "ppx_tools" {<= "6.6"} + "ppx_sexp_conv" {<= "v0.17.0"} + "ppx_cstruct" {<= "6.2.0"} + "io-page" {<= "3.0.0"} + "mirage-flow-lwt" {>= "1.0.0" & <= "1.6.0"} + "xenstore" {>= "1.2.2" & <= "2.3.0"} + "xenstore_transport" {<= "1.3.0"} + "xen-evtchn-unix" {<= "2.1.0"} + "xen-gnt-unix" {<= "4.0.2"} + "sexplib" {<= "v0.17.0"} + "cmdliner" {<= "1.3.0"} + "result" {<= "1.5"} + "ounit" {with-test & <= "2.2.7"} +] +tags: "org:mirage" +synopsis: "Xen Vchan implementation" +description: """ +Vchan is a high performance inter-domain communications protocol using +shared memory. This implementation runs in both userspace and +kernelspace using Mirage.""" +url { + src: + "https://github.com/mirage/ocaml-vchan/releases/download/3.0.0/vchan-3.0.0.tbz" + checksum: [ + "sha256=7219b1fbcbb308f248f50ddf745623d107da28381d3a9a76f2775e9ea1191524" + "md5=8be9a2d7df23fdf8983daecef3454b5d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/vchan-unix/vchan-unix.4.0.0/opam b/packages/vchan-unix/vchan-unix.4.0.0/opam new file mode 100644 index 000000000..97a07be75 --- /dev/null +++ b/packages/vchan-unix/vchan-unix.4.0.0/opam @@ -0,0 +1,45 @@ +opam-version: "2.0" +synopsis: "Xen Vchan implementation" +maintainer: "jonathan.ludlam@eu.citrix.com" +authors: ["Vincent Bernardoff" "Jon Ludlam" "David Scott"] +license: "ISC" +tags: "org:mirage" +homepage: "https://github.com/mirage/ocaml-vchan" +doc: "https://mirage.github.io/ocaml-vchan" +bug-reports: "https://github.com/mirage/ocaml-vchan/issues" +depends: [ + "ocaml" {>= "4.04.0"} + "dune" {<= "3.17.1"} + "vchan" {="4.0.0"} + "lwt" {>= "2.5.0" & <= "5.9.0"} + "cstruct" {>= "1.9.0" & <= "6.2.0"} + "ppx_tools" {<= "6.6"} + "ppx_sexp_conv" {<= "v0.17.0"} + "ppx_cstruct" {<= "6.2.0"} + "io-page" {<= "3.0.0"} + "mirage-flow-lwt" {>= "1.0.0" & <= "1.6.0"} + "xenstore" {>= "1.2.2" & <= "2.3.0"} + "xenstore_transport" {>= "1.0.0" & <= "1.3.0"} + "xen-evtchn-unix" {<= "2.1.0"} + "xen-gnt-unix" {<= "4.0.2"} + "sexplib" {<= "v0.17.0"} + "cmdliner" {<= "1.3.0"} + "result" {<= "1.5"} + "ounit" {with-test & <= "2.2.7"} +] +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] +] +dev-repo: "git+https://github.com/mirage/ocaml-vchan.git" +url { + src: + "https://github.com/mirage/ocaml-vchan/releases/download/4.0.0/vchan-4.0.0.tbz" + checksum: [ + "sha256=b9f06be232a4fbc8495dc68917b028f544d3d3e71a77c29e33f3b0c54c95844c" + "md5=8b88d9f8d013469e99ecf5a91b9f78e3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/vchan-unix/vchan-unix.4.0.1/opam b/packages/vchan-unix/vchan-unix.4.0.1/opam new file mode 100644 index 000000000..06fcd583f --- /dev/null +++ b/packages/vchan-unix/vchan-unix.4.0.1/opam @@ -0,0 +1,46 @@ +opam-version: "2.0" +synopsis: "Xen Vchan implementation" +maintainer: "jonathan.ludlam@eu.citrix.com" +authors: ["Vincent Bernardoff" "Jon Ludlam" "David Scott"] +license: "ISC" +tags: "org:mirage" +homepage: "https://github.com/mirage/ocaml-vchan" +doc: "https://mirage.github.io/ocaml-vchan/" +bug-reports: "https://github.com/mirage/ocaml-vchan/issues" +depends: [ + "ocaml" {>= "4.04.0"} + "dune" {<= "3.17.1"} + "vchan" {>="4.0.0" & < "4.0.2"} + "lwt" {>= "2.5.0" & <= "5.9.0"} + "cstruct" {>= "1.9.0" & <= "6.2.0"} + "ppx_tools" {<= "6.6"} + "ppx_sexp_conv" {<= "v0.17.0"} + "ppx_cstruct" {<= "6.2.0"} + "io-page" {<= "3.0.0"} + "io-page-unix" {<= "2.3.0"} + "mirage-flow-lwt" {>= "1.0.0" & <= "1.6.0"} + "xenstore" {>= "1.2.2" & <= "2.3.0"} + "xenstore_transport" {>= "1.0.0" & <= "1.3.0"} + "xen-evtchn-unix" {<= "2.1.0"} + "xen-gnt-unix" {<= "4.0.2"} + "sexplib" {<= "v0.17.0"} + "cmdliner" {<= "1.3.0"} + "result" {<= "1.5"} + "ounit" {with-test & <= "2.2.7"} +] +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] +] +dev-repo: "git+https://github.com/mirage/ocaml-vchan.git" +url { + src: + "https://github.com/mirage/ocaml-vchan/releases/download/v4.0.1/vchan-v4.0.1.tbz" + checksum: [ + "sha256=b9c5f8dd27897717547d98aaa0017cd4d7b6417c970d6801bdef6c21ecacc648" + "md5=e6c8304aeffe57dee7aec37511251b23" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/vchan-xen/vchan-xen.3.0.0/opam b/packages/vchan-xen/vchan-xen.3.0.0/opam new file mode 100644 index 000000000..1ea7a1852 --- /dev/null +++ b/packages/vchan-xen/vchan-xen.3.0.0/opam @@ -0,0 +1,55 @@ +opam-version: "2.0" +maintainer: "jonathan.ludlam@eu.citrix.com" +authors: [ + "Vincent Bernardoff" + "Jon Ludlam" + "David Scott" +] +homepage: "http://github.com/mirage/ocaml-vchan" +bug-reports: "http://github.com/mirage/ocaml-vchan/issues" +dev-repo: "git+http://github.com/mirage/ocaml-vchan.git" +doc: "http://mirage.github.io/ocaml-vchan" +license: "ISC" + +build: [ + ["jbuilder" "subst" "-p" name] {dev} + [ "jbuilder" "build" "-p" name "-j" jobs ] +] + +depends: [ + "ocaml" {>= "4.02.0"} + "ocamlfind" {build & <= "1.9.6"} + "jbuilder" {>= "1.0+beta9" & <= "transition"} + "vchan" {= "3.0.0"} + "lwt" {>= "2.5.0" & <= "5.9.0"} + "cstruct" {>= "3.0.0" & <= "6.2.0"} + "ppx_tools" {<= "6.6"} + "ppx_sexp_conv" {<= "v0.17.0"} + "ppx_cstruct" {<= "6.2.0"} + "io-page" {<= "3.0.0"} + "mirage-flow-lwt" {>= "1.0.0" & <= "1.6.0"} + "xenstore" {>= "1.2.2" & <= "2.3.0"} + "mirage-xen" {< "3.3.0"} + "xenstore_transport" {<= "1.3.0"} + "sexplib" {<= "v0.17.0"} + "cmdliner" {<= "1.3.0"} + "result" {<= "1.5"} + "ounit" {with-test & <= "2.2.7"} +] +tags: "org:mirage" +synopsis: "Xen Vchan implementation" +description: """ +Vchan is a high performance inter-domain communications protocol using +shared memory. This implementation runs in both userspace and +kernelspace using Mirage.""" +url { + src: + "https://github.com/mirage/ocaml-vchan/releases/download/3.0.0/vchan-3.0.0.tbz" + checksum: [ + "sha256=7219b1fbcbb308f248f50ddf745623d107da28381d3a9a76f2775e9ea1191524" + "md5=8be9a2d7df23fdf8983daecef3454b5d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/vchan-xen/vchan-xen.4.0.0/opam b/packages/vchan-xen/vchan-xen.4.0.0/opam new file mode 100644 index 000000000..0dc23ae2e --- /dev/null +++ b/packages/vchan-xen/vchan-xen.4.0.0/opam @@ -0,0 +1,44 @@ +opam-version: "2.0" +synopsis: "Xen Vchan implementation" +maintainer: "jonathan.ludlam@eu.citrix.com" +authors: ["Vincent Bernardoff" "Jon Ludlam" "David Scott"] +license: "ISC" +tags: "org:mirage" +homepage: "https://github.com/mirage/ocaml-vchan" +doc: "https://mirage.github.io/ocaml-vchan" +bug-reports: "https://github.com/mirage/ocaml-vchan/issues" +depends: [ + "ocaml" {>= "4.04.0"} + "dune" {<= "3.17.1"} + "vchan" {= "4.0.0"} + "lwt" {>= "2.5.0" & <= "5.9.0"} + "cstruct" {>= "1.9.0" & <= "6.2.0"} + "ppx_tools" {build & <= "6.6"} + "ppx_sexp_conv" {build & <= "v0.17.0"} + "ppx_cstruct" {build & <= "6.2.0"} + "io-page" {<= "3.0.0"} + "mirage-flow-lwt" {>= "1.0.0" & <= "1.6.0"} + "xenstore" {>= "1.2.2" & <= "2.3.0"} + "mirage-xen" {< "3.3.0"} + "xenstore_transport" {>= "1.0.0" & <= "1.3.0"} + "sexplib" {<= "v0.17.0"} + "cmdliner" {<= "1.3.0"} + "result" {<= "1.5"} + "ounit" {with-test & <= "2.2.7"} +] +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] +] +dev-repo: "git+https://github.com/mirage/ocaml-vchan.git" +url { + src: + "https://github.com/mirage/ocaml-vchan/releases/download/4.0.0/vchan-4.0.0.tbz" + checksum: [ + "sha256=b9f06be232a4fbc8495dc68917b028f544d3d3e71a77c29e33f3b0c54c95844c" + "md5=8b88d9f8d013469e99ecf5a91b9f78e3" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/vchan-xen/vchan-xen.4.0.1/opam b/packages/vchan-xen/vchan-xen.4.0.1/opam new file mode 100644 index 000000000..5e2ddb41b --- /dev/null +++ b/packages/vchan-xen/vchan-xen.4.0.1/opam @@ -0,0 +1,44 @@ +opam-version: "2.0" +synopsis: "Xen Vchan implementation" +maintainer: "jonathan.ludlam@eu.citrix.com" +authors: ["Vincent Bernardoff" "Jon Ludlam" "David Scott"] +license: "ISC" +tags: "org:mirage" +homepage: "https://github.com/mirage/ocaml-vchan" +doc: "https://mirage.github.io/ocaml-vchan/" +bug-reports: "https://github.com/mirage/ocaml-vchan/issues" +depends: [ + "ocaml" {>= "4.04.0"} + "dune" {<= "3.17.1"} + "vchan" {>= "4.0.0" & < "4.0.2"} + "lwt" {>= "2.5.0" & <= "5.9.0"} + "cstruct" {>= "1.9.0" & <= "6.2.0"} + "ppx_tools" {build & <= "6.6"} + "ppx_sexp_conv" {build & <= "v0.17.0"} + "ppx_cstruct" {build & <= "6.2.0"} + "io-page" {<= "3.0.0"} + "mirage-flow-lwt" {>= "1.0.0" & <= "1.6.0"} + "xenstore" {>= "1.2.2" & <= "2.3.0"} + "mirage-xen" {< "3.3.0"} + "xenstore_transport" {>= "1.0.0" & <= "1.3.0"} + "sexplib" {<= "v0.17.0"} + "cmdliner" {<= "1.3.0"} + "result" {<= "1.5"} + "ounit" {with-test & <= "2.2.7"} +] +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] +] +dev-repo: "git+https://github.com/mirage/ocaml-vchan.git" +url { + src: + "https://github.com/mirage/ocaml-vchan/releases/download/v4.0.1/vchan-v4.0.1.tbz" + checksum: [ + "sha256=b9c5f8dd27897717547d98aaa0017cd4d7b6417c970d6801bdef6c21ecacc648" + "md5=e6c8304aeffe57dee7aec37511251b23" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/vchan/vchan.0.9.5/opam b/packages/vchan/vchan.0.9.5/opam new file mode 100644 index 000000000..7c6f12922 --- /dev/null +++ b/packages/vchan/vchan.0.9.5/opam @@ -0,0 +1,46 @@ +opam-version: "2.0" +maintainer: "jonathan.ludlam@eu.citrix.com" +authors: [ + "Vincent Bernardoff" + "Jon Ludlam" +] +homepage: "http://github.com/mirage/ocaml-vchan" +bug-reports: "http://github.com/mirage/ocaml-vchan/issues" +dev-repo: "git+http://github.com/mirage/ocaml-vchan.git" +license: "ISC" +build: [ + [make] +] +install: [make "install"] +remove: [["ocamlfind" "remove" "vchan"]] +depends: [ + "ocaml" {>= "4.00.1"} + "ocamlfind" {build & <= "1.9.6"} + "cstruct" {<= "1.9.0"} + "camlp4" {build & <= "5.3"} + "mirage" {>= "1.1.3" & < "2.0.0"} + "io-page" {< "1.3.0"} + "xenstore" {>= "1.2.2" & <= "2.3.0"} + "xenstore_transport" {<= "1.3.0"} + "xen-evtchn" {>= "1.0.3" & < "2.0.0"} + "xen-gnt" {< "2.0.0"} + "cmdliner" {<= "1.3.0"} + "ocamlbuild" {build & <= "0.15.0"} +] +synopsis: "Xen Vchan implementation" +description: """ +Vchan is a high performance inter-domain communications protocol using +shared memory. This implementation runs in both userspace and +kernelspace using Mirage.""" +flags: light-uninstall +url { + src: "https://github.com/mirage/ocaml-vchan/archive/v0.9.5.tar.gz" + checksum: [ + "sha256=7518eb0ca6173fb35040e3a0b0602dbde9f03a83c0547ff73f8a22e32cc64ee6" + "md5=975a917d48037ebb928bf66eb62a0a21" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/vchan/vchan.0.9.6/opam b/packages/vchan/vchan.0.9.6/opam new file mode 100644 index 000000000..5c53c0a1e --- /dev/null +++ b/packages/vchan/vchan.0.9.6/opam @@ -0,0 +1,49 @@ +opam-version: "2.0" +maintainer: "jonathan.ludlam@eu.citrix.com" +authors: [ + "Vincent Bernardoff" + "Jon Ludlam" +] +homepage: "http://github.com/mirage/ocaml-vchan" +bug-reports: "http://github.com/mirage/ocaml-vchan/issues" +dev-repo: "git+http://github.com/mirage/ocaml-vchan.git" +license: "ISC" +build: [ + [make] +] +install: [make "install"] +remove: [["ocamlfind" "remove" "vchan"]] +depends: [ + "ocaml" {>= "4.00.1"} + "ocamlfind" {build & <= "1.9.6"} + "mirage-types" {>= "1.1.3" & < "2.0.0"} + "io-page" {< "1.3.0"} + "xenstore" {>= "1.2.2" & <= "2.3.0"} + "xenstore_transport" {<= "1.3.0"} + "xen-evtchn" {>= "1.0.3" & < "2.0.0"} + "xen-gnt" {< "2.0.0"} + "cmdliner" {<= "1.3.0"} + "lwt" {>= "2.4.4" & < "4.0.0"} + "ipaddr" {>= "1.0.0" & <= "5.6.0"} + "cstruct" {>= "1.0.1" & <= "1.9.0"} + "camlp4" {build & <= "5.3"} + "type_conv" {<= "113.00.02"} + "ocamlbuild" {build & <= "0.15.0"} +] +synopsis: "Xen Vchan implementation" +description: """ +Vchan is a high performance inter-domain communications protocol using +shared memory. This implementation runs in both userspace and +kernelspace using Mirage.""" +flags: light-uninstall +url { + src: "https://github.com/mirage/ocaml-vchan/archive/v0.9.6.tar.gz" + checksum: [ + "sha256=df639cd8c568659149f1b231023ddfa49760da44ebd454cb35e3f17578bb93d5" + "md5=58e798b7120f5bd910846dec17336b96" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/vchan/vchan.0.9.7/opam b/packages/vchan/vchan.0.9.7/opam new file mode 100644 index 000000000..b865b266d --- /dev/null +++ b/packages/vchan/vchan.0.9.7/opam @@ -0,0 +1,49 @@ +opam-version: "2.0" +maintainer: "jonathan.ludlam@eu.citrix.com" +authors: [ + "Vincent Bernardoff" + "Jon Ludlam" +] +homepage: "http://github.com/mirage/ocaml-vchan" +bug-reports: "http://github.com/mirage/ocaml-vchan/issues" +dev-repo: "git+http://github.com/mirage/ocaml-vchan.git" +license: "ISC" +build: [ + [make] +] +install: [make "install"] +remove: [["ocamlfind" "remove" "vchan"]] +depends: [ + "ocaml" {>= "4.00.1"} + "ocamlfind" {build & <= "1.9.6"} + "mirage-types" {>= "1.1.3" & < "2.0.0"} + "io-page" {< "1.3.0"} + "xenstore" {>= "1.2.2" & <= "2.3.0"} + "xenstore_transport" {<= "1.3.0"} + "xen-evtchn" {>= "1.0.3" & < "2.0.0"} + "xen-gnt" {< "2.0.0"} + "cmdliner" {<= "1.3.0"} + "lwt" {>= "2.4.4" & <= "5.9.0"} + "ipaddr" {>= "1.0.0" & <= "5.6.0"} + "cstruct" {>= "1.0.1" & <= "1.9.0"} + "sexplib" {< "113.01.00"} + "type_conv" {<= "113.00.02"} + "ocamlbuild" {build & <= "0.15.0"} +] +synopsis: "Xen Vchan implementation" +description: """ +Vchan is a high performance inter-domain communications protocol using +shared memory. This implementation runs in both userspace and +kernelspace using Mirage.""" +flags: light-uninstall +url { + src: "https://github.com/mirage/ocaml-vchan/archive/v0.9.7.tar.gz" + checksum: [ + "sha256=1cc7a79725af57ab83ca67bb8c4d49bfd389eae7b178b5baba29ec73f1bac746" + "md5=639be3c17c11337cc99bc87036d2d27c" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/vchan/vchan.1.0.0/opam b/packages/vchan/vchan.1.0.0/opam new file mode 100644 index 000000000..1351b0c94 --- /dev/null +++ b/packages/vchan/vchan.1.0.0/opam @@ -0,0 +1,49 @@ +opam-version: "2.0" +maintainer: "jonathan.ludlam@eu.citrix.com" +authors: [ + "Vincent Bernardoff" + "Jon Ludlam" +] +homepage: "http://github.com/mirage/ocaml-vchan" +bug-reports: "http://github.com/mirage/ocaml-vchan/issues" +dev-repo: "git+http://github.com/mirage/ocaml-vchan.git" +license: "ISC" +build: [ + [make] +] +install: [make "install"] +remove: [["ocamlfind" "remove" "vchan"]] +depends: [ + "ocaml" {>= "4.00.1"} + "ocamlfind" {build & <= "1.9.6"} + "mirage-types" {>= "1.1.3" & < "2.0.0"} + "io-page" {< "1.3.0"} + "xenstore" {>= "1.2.2" & <= "2.3.0"} + "xenstore_transport" {<= "1.3.0"} + "xen-evtchn" {>= "1.0.3" & < "2.0.0"} + "xen-gnt" {< "2.0.0"} + "cmdliner" {<= "1.3.0"} + "lwt" {>= "2.4.4" & <= "5.9.0"} + "ipaddr" {>= "1.0.0" & <= "5.6.0"} + "cstruct" {>= "1.0.1" & <= "1.9.0"} + "sexplib" {< "113.01.00"} + "type_conv" {<= "113.00.02"} + "ocamlbuild" {build & <= "0.15.0"} +] +synopsis: "Xen Vchan implementation" +description: """ +Vchan is a high performance inter-domain communications protocol using +shared memory. This implementation runs in both userspace and +kernelspace using Mirage.""" +flags: light-uninstall +url { + src: "https://github.com/mirage/ocaml-vchan/archive/v1.0.0.tar.gz" + checksum: [ + "sha256=68663c7b642446b06988b79c1a5398b0444370a363028d7a6c254f8119081536" + "md5=41dbd9d245dc31603cbe02958fef2a71" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/vchan/vchan.2.0.0/opam b/packages/vchan/vchan.2.0.0/opam new file mode 100644 index 000000000..ce3688f95 --- /dev/null +++ b/packages/vchan/vchan.2.0.0/opam @@ -0,0 +1,54 @@ +opam-version: "2.0" +maintainer: "jonathan.ludlam@eu.citrix.com" +authors: ["Vincent Bernardoff" "Jon Ludlam"] +homepage: "http://github.com/mirage/ocaml-vchan" +bug-reports: "http://github.com/mirage/ocaml-vchan/issues" +dev-repo: "git+http://github.com/mirage/ocaml-vchan.git" +license: "ISC" +build: [ + ["./configure"] + [make] +] +install: [make "install"] +remove: [ + ["ocamlfind" "remove" "vchan"] +] +depends: [ + "ocaml" {>= "4.00.1"} + "ocamlfind" {build & <= "1.9.6"} + "lwt" {>= "2.4.4" & < "2.5.0"} + "cstruct" {>= "1.0.1" & <= "1.9.0"} + "type_conv" {<= "113.00.02"} + "io-page" {< "1.3.0"} + "mirage-types-lwt" {< "3.0.0"} + "xenstore" {>= "1.2.2" & <= "2.3.0"} + "xenstore_transport" {<= "1.3.0"} + "sexplib" {< "113.01.00"} + "cmdliner" {<= "1.3.0"} + "ounit" {<= "2.2.7"} + "ocamlbuild" {build & <= "0.15.0"} +] +depopts: ["xen-evtchn" "xen-gnt" "mirage-xen"] +conflicts: [ + "xen-evtchn" {< "1.0.3"} + "xen-evtchn" {>= "2.0.0"} + "xen-gnt" {>= "2.0.0"} + "mirage-xen" {>= "4.0.0"} +] +synopsis: "Xen Vchan implementation" +description: """ +Vchan is a high performance inter-domain communications protocol using +shared memory. This implementation runs in both userspace and +kernelspace using Mirage.""" +flags: light-uninstall +url { + src: "https://github.com/mirage/ocaml-vchan/archive/v2.0.0.tar.gz" + checksum: [ + "sha256=f78b9c2baa1f7422c685fc76315d2f27e6829397ba2caefa7d9cd1bd2cbd1f56" + "md5=49df9c44330e25f12e63c94527420933" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/vchan/vchan.2.0.1/opam b/packages/vchan/vchan.2.0.1/opam new file mode 100644 index 000000000..38492ddef --- /dev/null +++ b/packages/vchan/vchan.2.0.1/opam @@ -0,0 +1,54 @@ +opam-version: "2.0" +maintainer: "jonathan.ludlam@eu.citrix.com" +authors: ["Vincent Bernardoff" "Jon Ludlam"] +homepage: "http://github.com/mirage/ocaml-vchan" +bug-reports: "http://github.com/mirage/ocaml-vchan/issues" +dev-repo: "git+http://github.com/mirage/ocaml-vchan.git" +license: "ISC" +build: [ + ["./configure"] + [make] +] +install: [make "install"] +remove: [ + ["ocamlfind" "remove" "vchan"] +] +depends: [ + "ocaml" {>= "4.00.1"} + "ocamlfind" {build & <= "1.9.6"} + "lwt" {>= "2.4.4" & < "2.5.0"} + "cstruct" {>= "1.0.1" & <= "1.9.0"} + "type_conv" {<= "113.00.02"} + "io-page" {< "1.3.0"} + "mirage-types-lwt" {< "3.0.0"} + "xenstore" {>= "1.2.2" & <= "2.3.0"} + "xenstore_transport" {<= "1.3.0"} + "sexplib" {< "113.01.00"} + "cmdliner" {<= "1.3.0"} + "ounit" {<= "2.2.7"} + "ocamlbuild" {build & <= "0.15.0"} +] +depopts: ["xen-evtchn" "xen-gnt" "mirage-xen"] +conflicts: [ + "xen-evtchn" {< "1.0.3"} + "xen-evtchn" {>= "2.0.0"} + "xen-gnt" {>= "2.0.0"} + "mirage-xen" {>= "4.0.0"} +] +synopsis: "Xen Vchan implementation" +description: """ +Vchan is a high performance inter-domain communications protocol using +shared memory. This implementation runs in both userspace and +kernelspace using Mirage.""" +flags: light-uninstall +url { + src: "https://github.com/mirage/ocaml-vchan/archive/v2.0.1.tar.gz" + checksum: [ + "sha256=02eb7912669fee64088ec37dc66f23af40c798790e6c8a25c3c02102f82663f1" + "md5=02c801b4f6205725de83ebd406e0462c" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/vchan/vchan.2.0.2/opam b/packages/vchan/vchan.2.0.2/opam new file mode 100644 index 000000000..122707bd7 --- /dev/null +++ b/packages/vchan/vchan.2.0.2/opam @@ -0,0 +1,54 @@ +opam-version: "2.0" +maintainer: "jonathan.ludlam@eu.citrix.com" +authors: ["Vincent Bernardoff" "Jon Ludlam"] +homepage: "http://github.com/mirage/ocaml-vchan" +bug-reports: "http://github.com/mirage/ocaml-vchan/issues" +dev-repo: "git+http://github.com/mirage/ocaml-vchan.git" +license: "ISC" +build: [ + ["./configure"] + [make] +] +install: [make "install"] +remove: [ + ["ocamlfind" "remove" "vchan"] +] +depends: [ + "ocaml" {>= "4.00.1"} + "ocamlfind" {build & <= "1.9.6"} + "lwt" {>= "2.4.4" & < "2.5.0"} + "cstruct" {>= "1.0.1" & <= "1.9.0"} + "type_conv" {<= "113.00.02"} + "io-page" {<= "3.0.0"} + "mirage-types-lwt" {< "3.0.0"} + "xenstore" {>= "1.2.2" & <= "2.3.0"} + "xenstore_transport" {<= "1.3.0"} + "sexplib" {< "113.01.00"} + "cmdliner" {<= "1.3.0"} + "ounit" {<= "2.2.7"} + "ocamlbuild" {build & <= "0.15.0"} +] +depopts: ["xen-evtchn" "xen-gnt" "mirage-xen"] +conflicts: [ + "xen-evtchn" {< "1.0.3"} + "xen-evtchn" {>= "2.0.0"} + "xen-gnt" {>= "2.0.0"} + "mirage-xen" {>= "4.0.0"} +] +synopsis: "Xen Vchan implementation" +description: """ +Vchan is a high performance inter-domain communications protocol using +shared memory. This implementation runs in both userspace and +kernelspace using Mirage.""" +flags: light-uninstall +url { + src: "https://github.com/mirage/ocaml-vchan/archive/v2.0.2.tar.gz" + checksum: [ + "sha256=8568724d192cb33ce84d2373ce898354673506b47c27288dcda5cbc3b1af974b" + "md5=3a52e32fd51c1c9887681c94f7b581ed" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/vchan/vchan.2.0.3/opam b/packages/vchan/vchan.2.0.3/opam new file mode 100644 index 000000000..bf9719d4f --- /dev/null +++ b/packages/vchan/vchan.2.0.3/opam @@ -0,0 +1,61 @@ +opam-version: "2.0" +maintainer: "jonathan.ludlam@eu.citrix.com" +authors: ["Vincent Bernardoff" "Jon Ludlam"] +homepage: "http://github.com/mirage/ocaml-vchan" +bug-reports: "http://github.com/mirage/ocaml-vchan/issues" +dev-repo: "git+http://github.com/mirage/ocaml-vchan.git" +license: "ISC" +build: [ + ["./configure"] + [make "build"] + [make "test"] {with-test} +] +install: [ + [make "install"] + [make "js-install"] +] +remove: [ + [make "js-uninstall"] + ["ocamlfind" "remove" "vchan"] +] +depends: [ + "ocaml" {>= "4.00.1"} + "ocamlfind" {build & <= "1.9.6"} + "lwt" {>= "2.5.0" & <= "5.9.0"} + "cstruct" {>= "1.0.1" & <= "1.9.0"} + "type_conv" {<= "113.00.02"} + "io-page" {<= "3.0.0"} + "mirage-types-lwt" {< "3.0.0"} + "xenstore" {>= "1.2.2" & <= "2.3.0"} + "xenstore_transport" {<= "1.3.0"} + "sexplib" {< "113.01.00"} + "cmdliner" {<= "1.3.0"} + "ounit" {with-test & <= "2.2.7"} + "ocamlbuild" {build & <= "0.15.0"} +] +depopts: ["xen-evtchn" "xen-gnt" "mirage-xen"] +conflicts: [ + "xen-evtchn" {< "1.0.3"} + "xen-evtchn" {>= "2.0.0"} + "xen-gnt" {>= "2.0.0"} + "mirage-xen" {>= "4.0.0"} +] +depexts: [ + ["libxen-dev" "uuid-dev"] {os-family = "debian"} +] +synopsis: "Xen Vchan implementation" +description: """ +Vchan is a high performance inter-domain communications protocol using +shared memory. This implementation runs in both userspace and +kernelspace using Mirage.""" +url { + src: "https://github.com/mirage/ocaml-vchan/archive/v2.0.3.tar.gz" + checksum: [ + "sha256=6819b0eb3c20351a21bd26cd0044b7ff008c0bc3dbf7a6e17e84b16ed5c8afc5" + "md5=bd8760290707a8fd7fdc45dd4e7068c3" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/vchan/vchan.2.1.0/opam b/packages/vchan/vchan.2.1.0/opam new file mode 100644 index 000000000..2e5232070 --- /dev/null +++ b/packages/vchan/vchan.2.1.0/opam @@ -0,0 +1,62 @@ +opam-version: "2.0" +maintainer: "jonathan.ludlam@eu.citrix.com" +authors: ["Vincent Bernardoff" "Jon Ludlam"] +homepage: "http://github.com/mirage/ocaml-vchan" +bug-reports: "http://github.com/mirage/ocaml-vchan/issues" +dev-repo: "git+http://github.com/mirage/ocaml-vchan.git" +license: "ISC" +build: [ + ["./configure"] + [make "build"] + [make "test"] {with-test} +] +install: [ + [make "install"] + [make "js-install"] +] +remove: [ + [make "js-uninstall"] + ["ocamlfind" "remove" "vchan"] +] +depends: [ + "ocaml" {>= "4.02.0"} + "ocamlfind" {build & <= "1.9.6"} + "lwt" {>= "2.5.0" & <= "5.9.0"} + "cstruct" {>= "1.9.0" & <"3.4.0"} + "ppx_tools" {<= "6.6"} + "ppx_deriving" {<= "6.0.3"} + "ppx_sexp_conv" {<= "v0.17.0"} + "io-page" {<"2.0.0"} + "mirage-types-lwt" {< "3.0.0"} + "xenstore" {>= "1.2.2" & <= "2.3.0"} + "xenstore_transport" {<= "1.3.0"} + "sexplib" {<= "v0.17.0"} + "cmdliner" {<= "1.3.0"} + "ounit" {with-test & <= "2.2.7"} +] +depopts: ["xen-evtchn" "xen-gnt" "mirage-xen"] +conflicts: [ + "xen-evtchn" {< "1.0.3"} + "xen-evtchn" {>= "2.0.0"} + "xen-gnt" {>= "2.0.0"} + "mirage-xen" {>= "4.0.0"} +] +depexts: [ + ["libxen-dev" "uuid-dev"] {os-family = "debian"} +] +synopsis: "Xen Vchan implementation" +description: """ +Vchan is a high performance inter-domain communications protocol using +shared memory. This implementation runs in both userspace and +kernelspace using Mirage.""" +url { + src: "https://github.com/mirage/ocaml-vchan/archive/v2.1.0.tar.gz" + checksum: [ + "sha256=e838e69984b5dec81c30bfc5c14bf9b7d57cfc0ba200bd81ae3c9fdc207f799b" + "md5=10fbee67b96dbc3b324a64d560f21438" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/vchan/vchan.2.2.0/opam b/packages/vchan/vchan.2.2.0/opam new file mode 100644 index 000000000..4495a370d --- /dev/null +++ b/packages/vchan/vchan.2.2.0/opam @@ -0,0 +1,67 @@ +opam-version: "2.0" +maintainer: "jonathan.ludlam@eu.citrix.com" +authors: ["Vincent Bernardoff" "Jon Ludlam"] +homepage: "http://github.com/mirage/ocaml-vchan" +bug-reports: "http://github.com/mirage/ocaml-vchan/issues" +dev-repo: "git+http://github.com/mirage/ocaml-vchan.git" +license: "ISC" +build: [ + [ + "./configure" + "--%{xen-evtchn+xen-gnt:enable}%-xenctrl" + "--%{mirage-xen:enable}%-xen" + ] + [make "build"] + [make "test"] {with-test} +] +install: [ + [make "install"] + [make "js-install"] +] +remove: [ + [make "js-uninstall"] + ["ocamlfind" "remove" "vchan"] +] +depends: [ + "ocaml" {>= "4.02.0"} + "ocamlfind" {build & <= "1.9.6"} + "lwt" {>= "2.5.0" & <= "5.9.0"} + "cstruct" {>= "1.9.0" & <"3.4.0"} + "ppx_tools" {<= "6.6"} + "ppx_deriving" {<= "6.0.3"} + "ppx_sexp_conv" {<= "v0.17.0"} + "io-page" {<"2.0.0"} + "mirage-types-lwt" {< "3.0.0"} + "xenstore" {>= "1.2.2" & <= "2.3.0"} + "xenstore_transport" {<= "1.3.0"} + "sexplib" {<= "v0.17.0"} + "cmdliner" {<= "1.3.0"} + "result" {<= "1.5"} + "ounit" {with-test & <= "2.2.7"} +] +depopts: ["xen-evtchn" "xen-gnt" "mirage-xen"] +conflicts: [ + "xen-evtchn" {< "1.0.3"} + "xen-evtchn" {>= "2.0.0"} + "xen-gnt" {>= "2.0.0"} + "mirage-xen" {>= "4.0.0"} +] +depexts: [ + ["libxen-dev" "uuid-dev"] {os-family = "debian"} +] +synopsis: "Xen Vchan implementation" +description: """ +Vchan is a high performance inter-domain communications protocol using +shared memory. This implementation runs in both userspace and +kernelspace using Mirage.""" +url { + src: "https://github.com/mirage/ocaml-vchan/archive/v2.2.0.tar.gz" + checksum: [ + "sha256=4bcd381527947a52f87522868b3a38570c2b7c820ca9b9c5b099002c20e4badf" + "md5=63c9419ffdea9652f282042323d59599" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/vchan/vchan.2.3.0/opam b/packages/vchan/vchan.2.3.0/opam new file mode 100644 index 000000000..3e98fa5c3 --- /dev/null +++ b/packages/vchan/vchan.2.3.0/opam @@ -0,0 +1,79 @@ +opam-version: "2.0" +maintainer: "jonathan.ludlam@eu.citrix.com" +authors: [ + "Vincent Bernardoff" + "Jon Ludlam" +] +homepage: "http://github.com/mirage/ocaml-vchan" +bug-reports: "http://github.com/mirage/ocaml-vchan/issues" +dev-repo: "git+http://github.com/mirage/ocaml-vchan.git" +license: "ISC" + +build: [ + [ + "./configure" + "--%{xen-evtchn+xen-gnt:enable}%-xenctrl" + "--%{mirage-xen:enable}%-xen" + ] + [make "build"] + [make "test"] {with-test} +] +install: [ + [make "install"] + [make "js-install"] +] +remove: [ + [make "js-uninstall"] + ["ocamlfind" "remove" "vchan"] +] + +depends: [ + "ocaml" {>= "4.02.0"} + "ocaml" {>= "4.03.0" & with-test} + "ocamlfind" {build & <= "1.9.6"} + "lwt" {>= "2.5.0" & <= "5.9.0"} + "cstruct" {>= "1.9.0" & <"3.4.0"} + "ppx_tools" {<= "6.6"} + "ppx_deriving" {<= "6.0.3"} + "ppx_sexp_conv" {<= "v0.17.0"} + "io-page" {<"2.0.0"} + "mirage-flow-lwt" {>= "1.0.0" & <= "1.6.0"} + "xenstore" {>= "1.2.2" & <= "2.3.0"} + "xenstore_transport" {<= "1.3.0"} + "sexplib" {<= "v0.17.0"} + "cmdliner" {<= "1.3.0"} + "result" {<= "1.5"} + "ounit" {with-test & <= "2.2.7"} +] +depopts: [ + "xen-evtchn" + "xen-gnt" + "mirage-xen" +] +conflicts: [ + "xen-evtchn" {< "1.0.3"} + "xen-evtchn" {>= "2.0.0"} + "xen-gnt" {>= "2.0.0"} + "mirage-xen" {>= "4.0.0"} +] + +depexts: [ + ["libxen-dev" "uuid-dev"] {os-family = "debian"} +] +tags: "org:mirage" +synopsis: "Xen Vchan implementation" +description: """ +Vchan is a high performance inter-domain communications protocol using +shared memory. This implementation runs in both userspace and +kernelspace using Mirage.""" +url { + src: "https://github.com/mirage/ocaml-vchan/archive/v2.3.0.tar.gz" + checksum: [ + "sha256=c2e30dc74aa0c59caabcd4a882b900b6e53b01cc1ff4002f63393862d1b09588" + "md5=7e1e41d119780ebc5dfc3171b2f2e8af" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/vchan/vchan.2.3.1/opam b/packages/vchan/vchan.2.3.1/opam new file mode 100644 index 000000000..1048cdd37 --- /dev/null +++ b/packages/vchan/vchan.2.3.1/opam @@ -0,0 +1,76 @@ +opam-version: "2.0" +maintainer: "jonathan.ludlam@eu.citrix.com" +authors: [ + "Vincent Bernardoff" + "Jon Ludlam" +] +homepage: "http://github.com/mirage/ocaml-vchan" +bug-reports: "http://github.com/mirage/ocaml-vchan/issues" +dev-repo: "git+http://github.com/mirage/ocaml-vchan.git" +license: "ISC" + +build: [ + [ + "./configure" + "--%{xen-evtchn-unix+xen-gnt-unix:enable}%-xenctrl" + "--%{mirage-xen:enable}%-xen" + ] + [make "build"] + [make "test"] {with-test} +] +install: [ + [make "install"] + [make "js-install"] +] +remove: [ + [make "js-uninstall"] + ["ocamlfind" "remove" "vchan"] +] + +depends: [ + "ocaml" {>= "4.02.0"} + "ocaml" {>= "4.03.0" & with-test} + "ocamlfind" {build & <= "1.9.6"} + "lwt" {>= "2.5.0" & <= "5.9.0"} + "cstruct" {>= "1.9.0" & < "3.4.0"} + "ppx_tools" {<= "6.6"} + "ppx_deriving" {<= "6.0.3"} + "ppx_sexp_conv" {<= "v0.17.0"} + "io-page" {<"2.0.0"} + "mirage-flow-lwt" {>= "1.0.0" & <= "1.6.0"} + "xenstore" {>= "1.2.2" & <= "2.3.0"} + "xenstore_transport" {<= "1.3.0"} + "sexplib" {<= "v0.17.0"} + "cmdliner" {<= "1.3.0"} + "result" {<= "1.5"} + "ounit" {with-test & <= "2.2.7"} +] +depopts: [ + "xen-evtchn-unix" + "xen-gnt-unix" + "mirage-xen" +] +conflicts: [ + "mirage-xen" {>="4.0.0"} +] +depexts: [ + ["libxen-dev" "uuid-dev"] {os-family = "debian"} + ["xenstore"] {os-distribution = "arch"} +] +tags: "org:mirage" +synopsis: "Xen Vchan implementation" +description: """ +Vchan is a high performance inter-domain communications protocol using +shared memory. This implementation runs in both userspace and +kernelspace using Mirage.""" +url { + src: "https://github.com/mirage/ocaml-vchan/archive/v2.3.1.tar.gz" + checksum: [ + "sha256=880ab75e5f7fbcc668603c145136b90c23d1e73a55f2a1a0ffc5b27ac1250b3d" + "md5=0e19dc2049706cb712f8972acf452940" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/vchan/vchan.3.0.0/opam b/packages/vchan/vchan.3.0.0/opam new file mode 100644 index 000000000..328234bda --- /dev/null +++ b/packages/vchan/vchan.3.0.0/opam @@ -0,0 +1,54 @@ +opam-version: "2.0" +maintainer: "jonathan.ludlam@eu.citrix.com" +authors: [ + "Vincent Bernardoff" + "Jon Ludlam" + "David Scott" +] +homepage: "http://github.com/mirage/ocaml-vchan" +bug-reports: "http://github.com/mirage/ocaml-vchan/issues" +dev-repo: "git+http://github.com/mirage/ocaml-vchan.git" +doc: "http://mirage.github.io/ocaml-vchan" +license: "ISC" + +build: [ + ["jbuilder" "subst" "-p" name] {dev} + [ "jbuilder" "build" "-p" name "-j" jobs ] +] + +depends: [ + "ocaml" {>= "4.03.0"} + "ocamlfind" {build & <= "1.9.6"} + "jbuilder" {>= "1.0+beta9" & <= "transition"} + "lwt" {>= "2.5.0" & <= "5.9.0"} + "cstruct" {>= "3.0.0" & <= "6.2.0"} + "ppx_tools" {<= "6.6"} + "ppx_sexp_conv" {>= "v0.9" & <= "v0.17.0"} + "ppx_cstruct" {<= "6.2.0"} + "io-page" {<= "3.0.0"} + "mirage-flow-lwt" {>= "1.0.0" & <= "1.6.0"} + "xenstore" {>= "1.2.2" & <= "2.3.0"} + "xenstore_transport" {<= "1.3.0"} + "sexplib" {<= "v0.17.0"} + "cmdliner" {<= "1.3.0"} + "result" {<= "1.5"} + "ounit" {with-test & <= "2.2.7"} +] +tags: "org:mirage" +synopsis: "Xen Vchan implementation" +description: """ +Vchan is a high performance inter-domain communications protocol using +shared memory. This implementation runs in both userspace and +kernelspace using Mirage.""" +url { + src: + "https://github.com/mirage/ocaml-vchan/releases/download/3.0.0/vchan-3.0.0.tbz" + checksum: [ + "sha256=7219b1fbcbb308f248f50ddf745623d107da28381d3a9a76f2775e9ea1191524" + "md5=8be9a2d7df23fdf8983daecef3454b5d" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/vchan/vchan.4.0.0/opam b/packages/vchan/vchan.4.0.0/opam new file mode 100644 index 000000000..0ab32ac4e --- /dev/null +++ b/packages/vchan/vchan.4.0.0/opam @@ -0,0 +1,48 @@ +opam-version: "2.0" +synopsis: "Xen Vchan implementation" +description: """ +This is an implementation of the Xen "libvchan" or "vchan" communication +protocol in OCaml. It allows fast inter-domain communication using shared +memory. +""" +maintainer: "jonathan.ludlam@eu.citrix.com" +authors: ["Vincent Bernardoff" "Jon Ludlam" "David Scott"] +license: "ISC" +tags: "org:mirage" +homepage: "https://github.com/mirage/ocaml-vchan" +doc: "https://mirage.github.io/ocaml-vchan/" +bug-reports: "https://github.com/mirage/ocaml-vchan/issues" +depends: [ + "ocaml" {>= "4.04.0"} + "dune" {<= "3.17.1"} + "lwt" {>= "2.5.0" & <= "5.9.0"} + "cstruct" {>= "1.9.0" & <= "6.2.0"} + "ppx_tools" {<= "6.6"} + "ppx_sexp_conv" {<= "v0.17.0"} + "ppx_cstruct" {<= "6.2.0"} + "io-page" {<= "3.0.0"} + "mirage-flow-lwt" {>= "1.0.0" & <= "1.6.0"} + "xenstore" {>= "1.2.2" & <= "2.3.0"} + "xenstore_transport" {>= "1.0.0" & <= "1.3.0"} + "sexplib" {<= "v0.17.0"} + "cmdliner" {<= "1.3.0"} + "result" {<= "1.5"} + "ounit" {with-test & <= "2.2.7"} +] +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] +] +dev-repo: "git+https://github.com/mirage/ocaml-vchan.git" +url { + src: + "https://github.com/mirage/ocaml-vchan/releases/download/4.0.0/vchan-4.0.0.tbz" + checksum: [ + "sha256=b9f06be232a4fbc8495dc68917b028f544d3d3e71a77c29e33f3b0c54c95844c" + "md5=8b88d9f8d013469e99ecf5a91b9f78e3" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/vchan/vchan.4.0.1/opam b/packages/vchan/vchan.4.0.1/opam new file mode 100644 index 000000000..902f96ec9 --- /dev/null +++ b/packages/vchan/vchan.4.0.1/opam @@ -0,0 +1,48 @@ +opam-version: "2.0" +synopsis: "Xen Vchan implementation" +description: """ +This is an implementation of the Xen "libvchan" or "vchan" communication +protocol in OCaml. It allows fast inter-domain communication using shared +memory. +""" +maintainer: "jonathan.ludlam@eu.citrix.com" +authors: ["Vincent Bernardoff" "Jon Ludlam" "David Scott"] +license: "ISC" +tags: "org:mirage" +homepage: "https://github.com/mirage/ocaml-vchan" +doc: "https://mirage.github.io/ocaml-vchan/" +bug-reports: "https://github.com/mirage/ocaml-vchan/issues" +depends: [ + "ocaml" {>= "4.04.0"} + "dune" {<= "3.17.1"} + "lwt" {>= "2.5.0" & <= "5.9.0"} + "cstruct" {>= "1.9.0" & <= "6.2.0"} + "ppx_tools" {<= "6.6"} + "ppx_sexp_conv" {<= "v0.17.0"} + "ppx_cstruct" {<= "6.2.0"} + "io-page" {<= "3.0.0"} + "mirage-flow-lwt" {>= "1.0.0" & <= "1.6.0"} + "xenstore" {>= "1.2.2" & <= "2.3.0"} + "xenstore_transport" {>= "1.0.0" & <= "1.3.0"} + "sexplib" {<= "v0.17.0"} + "cmdliner" {<= "1.3.0"} + "result" {<= "1.5"} + "ounit" {with-test & <= "2.2.7"} +] +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] +] +dev-repo: "git+https://github.com/mirage/ocaml-vchan.git" +url { + src: + "https://github.com/mirage/ocaml-vchan/releases/download/v4.0.1/vchan-v4.0.1.tbz" + checksum: [ + "sha256=b9c5f8dd27897717547d98aaa0017cd4d7b6417c970d6801bdef6c21ecacc648" + "md5=e6c8304aeffe57dee7aec37511251b23" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/weevil/weevil.0.1.1/opam b/packages/weevil/weevil.0.1.1/opam new file mode 100644 index 000000000..07b405579 --- /dev/null +++ b/packages/weevil/weevil.0.1.1/opam @@ -0,0 +1,38 @@ +opam-version: "2.0" +synopsis: "Tezos: `weevil` binary - a tool for debugging Michelson code" +maintainer: "simon.parry@karoshibee.com" +authors: ["Simon Parry"] +homepage: "https://github.com/KaroshiBee/weevil" +bug-reports: "https://github.com/KaroshiBee/weevil/issues" +dev-repo: "git+https://github.com/KaroshiBee/weevil.git" +license: "MIT" +depends: [ + "dune" {>= "3.0" & <= "3.17.1"} + "ocaml" {>= "4.14.0"} + "cmdliner" {>= "1.1.1" & <= "1.3.0"} + "tezos-base" {= "15.0"} + "tezos-stdlib-unix" {= "15.0"} + "tezos-rpc-http-client-unix" {= "15.0"} + "tezos-protocol-014-PtKathma" {= "15.0"} + "tezos-protocol-plugin-014-PtKathma" {= "15.0"} + "tezos-client-014-PtKathma" {= "15.0"} + "conduit-lwt-unix" {>= "6.0.1" & <= "7.1.0"} + "lwt_ppx" {>= "2.1.0" & <= "5.8.0"} + "ppx_expect" {>= "v0.15.1" & < "v0.16.0"} + "ppx_deriving_qcheck" {>= "0.3.0" & <= "0.5"} + "qcheck-alcotest" {>= "0.20" & <= "0.23"} + "bisect_ppx" {>= "2.5.0" & <= "2.8.3"} + ] +build: [ + ["dune" "build" "-p" name "-j" jobs] +] +url { + src: "https://github.com/KaroshiBee/weevil/archive/0.1.1.tar.gz" + checksum: [ + "md5=f8dc2c4d86dbb1e7c7049bb7b704491b" + "sha512=59bb765b469f30e8e6241c2039af6ee6d0991c33198c44c46a95e9ed244b9366f4444ee70fdc8452921c9672fe760c4538412e8ba67eacdc20facb182678a11c" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/x509/x509.1.0.0/opam b/packages/x509/x509.1.0.0/opam new file mode 100644 index 000000000..ca0245a89 --- /dev/null +++ b/packages/x509/x509.1.0.0/opam @@ -0,0 +1,61 @@ +opam-version: "2.0" +maintainer: [ + "Hannes Mehnert " +] +authors: [ + "Hannes Mehnert " + "David Kaloper " +] +license: "BSD-2-Clause" +tags: "org:mirage" +homepage: "https://github.com/mirleft/ocaml-x509" +doc: "https://mirleft.github.io/ocaml-x509/doc" +bug-reports: "https://github.com/mirleft/ocaml-x509/issues" +depends: [ + "ocaml" {>= "4.13.0"} + "dune" {>= "1.2" & <= "3.17.1"} + "asn1-combinators" {>= "0.3.1" & <= "0.2.0-1"} + "ptime" {<= "1.2.0"} + "base64" {>= "3.3.0" & <= "3.5.1"} + "mirage-crypto" {>= "1.0.0" & <= "1.1.0"} + "mirage-crypto-pk" {<= "1.1.0"} + "mirage-crypto-ec" {>= "0.10.7" & <= "1.1.0"} + "mirage-crypto-rng" {<= "1.1.0"} + "mirage-crypto-rng" {with-test & >= "0.11.0" & <= "1.1.0"} + "fmt" {>= "0.8.7" & <= "0.9.0"} + "alcotest" {with-test & <= "1.8.0"} + "gmap" {= "0.3.0"} + "domain-name" {>= "0.3.0" & <= "0.4.0"} + "logs" {<= "0.7.0"} + "pbkdf" {= "2.0.0"} + "ohex" {= "0.2.0"} + "ipaddr" {>= "5.2.0" & <= "5.6.0"} +] +conflicts: [ "result" {< "1.5"} ] +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +dev-repo: "git+https://github.com/mirleft/ocaml-x509.git" +synopsis: "Public Key Infrastructure (RFC 5280, PKCS) purely in OCaml" +description: """ +X.509 is a public key infrastructure used mostly on the Internet. It consists +of certificates which include public keys and identifiers, signed by an +authority. Authorities must be exchanged over a second channel to establish the +trust relationship. This library implements most parts of RFC5280 and RFC6125. +The Public Key Cryptography Standards (PKCS) defines encoding and decoding +(in ASN.1 DER and PEM format), which is also implemented by this library - +namely PKCS 1, PKCS 5, PKCS 7, PKCS 8, PKCS 9, PKCS 10, and PKCS 12. +""" +url { + src: "https://github.com/mirleft/ocaml-x509/archive/refs/tags/v1.0.0.tar.gz" + checksum: [ + "sha256=5bdef6adb0b50c17efa220e420ea56210b28852c1ed528d011b5cb7ad00951e5" + "sha512=fb692e54c75243b28ea1596b987156d0d6c07d82eee0a7fbeb4e2a90a4f7d4d39100c0f17477683a08f4ed4d2dac7a018ca1d8d306ecdee8ba2a39d4dd008531" + ] +} +available: false # RSA public key and private key decoding and encoding is broken +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/x509/x509.1.0.1/opam b/packages/x509/x509.1.0.1/opam new file mode 100644 index 000000000..b22ddecb2 --- /dev/null +++ b/packages/x509/x509.1.0.1/opam @@ -0,0 +1,63 @@ +opam-version: "2.0" +maintainer: [ + "Hannes Mehnert " +] +authors: [ + "Hannes Mehnert " + "David Kaloper " +] +license: "BSD-2-Clause" +tags: "org:mirage" +homepage: "https://github.com/mirleft/ocaml-x509" +doc: "https://mirleft.github.io/ocaml-x509/doc" +bug-reports: "https://github.com/mirleft/ocaml-x509/issues" +depends: [ + "ocaml" {>= "4.13.0"} + "dune" {>= "1.2" & <= "3.17.1"} + "asn1-combinators" {>= "0.3.1" & <= "0.2.0-1"} + "ptime" {<= "1.2.0"} + "base64" {>= "3.3.0" & <= "3.5.1"} + "mirage-crypto" {>= "1.0.0" & <= "1.1.0"} + "mirage-crypto-pk" {<= "1.1.0"} + "mirage-crypto-ec" {>= "0.10.7" & <= "1.1.0"} + "mirage-crypto-rng" {<= "1.1.0"} + "mirage-crypto-rng" {with-test & >= "0.11.0" & <= "1.1.0"} + "fmt" {>= "0.8.7" & <= "0.9.0"} + "alcotest" {with-test & <= "1.8.0"} + "gmap" {= "0.3.0"} + "domain-name" {>= "0.3.0" & <= "0.4.0"} + "logs" {<= "0.7.0"} + "pbkdf" {= "2.0.0"} + "ohex" {= "0.2.0"} + "ipaddr" {>= "5.2.0" & <= "5.6.0"} +] +conflicts: [ "result" {< "1.5"} ] +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +dev-repo: "git+https://github.com/mirleft/ocaml-x509.git" +synopsis: "Public Key Infrastructure (RFC 5280, PKCS) purely in OCaml" +description: """ +X.509 is a public key infrastructure used mostly on the Internet. It consists +of certificates which include public keys and identifiers, signed by an +authority. Authorities must be exchanged over a second channel to establish the +trust relationship. This library implements most parts of RFC5280 and RFC6125. +The Public Key Cryptography Standards (PKCS) defines encoding and decoding +(in ASN.1 DER and PEM format), which is also implemented by this library - +namely PKCS 1, PKCS 5, PKCS 7, PKCS 8, PKCS 9, PKCS 10, and PKCS 12. +""" +url { + src: + "https://github.com/mirleft/ocaml-x509/releases/download/v1.0.1/x509-1.0.1.tbz" + checksum: [ + "sha256=5f41304c5bf5f200f9d1456dfc1c4b8392ea0a46d9d913d8c564b5e37c5b10de" + "sha512=762d97c88a060a6f32047368ac7f7fe400a9b08084c3901ed2c85a408d788c6a460548d7e79195c02086566b7d89bed05cf680e921f6dd4a0cfda1a91c730731" + ] +} +x-commit-hash: "61fbd38a1ec59662816843b2a868f388bf03e281" +available: false # RSA public key and private key decoding and encoding is broken +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/xen-block-driver/xen-block-driver.0.2.0/opam b/packages/xen-block-driver/xen-block-driver.0.2.0/opam new file mode 100644 index 000000000..6e101af86 --- /dev/null +++ b/packages/xen-block-driver/xen-block-driver.0.2.0/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "dave.scott@eu.citrix.com" +tags: [ + "org:mirage" + "org:xapi-project" +] +build: make +remove: [[make "uninstall" "BINDIR=%{bin}%"]] +depends: [ + "ocaml" {< "4.02.0"} + "ocamlfind" {<= "1.9.6"} + "cmdliner" {<= "1.3.0"} + "lwt" {<= "5.9.0"} + "cstruct" {= "0.7.1"} + "shared-memory-ring" {= "0.4.0"} + "mirage-xen" {= "0.9.2"} + "mirage" {= "0.9.2"} + "ocamlbuild" {build & <= "0.15.0"} +] +depopts: ["xenctrl"] +dev-repo: "git+https://github.com/mirage/ocaml-xen-block-driver" +install: [make "install" "BINDIR=%{bin}%"] +synopsis: + "Xen disk device drivers: both client (\"frontend\") and server (\"backend\")" +url { + src: + "https://github.com/mirage/ocaml-xen-block-driver/archive/0.2.0.tar.gz" + checksum: [ + "sha256=ea2fa1444311259cc566e8a690e555fa49ae86ad903e6bcc060649a1e103ef9f" + "md5=2f2937c25a5e0d51bc171d37916e3c73" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/xen-block-driver/xen-block-driver.0.2.2/opam b/packages/xen-block-driver/xen-block-driver.0.2.2/opam new file mode 100644 index 000000000..896b77947 --- /dev/null +++ b/packages/xen-block-driver/xen-block-driver.0.2.2/opam @@ -0,0 +1,38 @@ +opam-version: "2.0" +maintainer: "dave.scott@eu.citrix.com" +tags: [ + "org:mirage" + "org:xapi-project" +] +build: make +remove: [[make "uninstall" "BINDIR=%{bin}%"]] +depends: [ + "ocaml" {< "4.02.0"} + "ocamlfind" {<= "1.9.6"} + "cmdliner" {<= "1.3.0"} + "lwt" {<= "5.9.0"} + "cstruct" {= "0.7.1"} + "shared-memory-ring" {>= "0.4.1" & <= "3.2.1"} + "mirage-xen" {>= "0.9.4" & < "0.9.8"} + "mirage" {>= "0.9.4" & < "0.9.8"} + "ocamlbuild" {build & <= "0.15.0"} +] +depopts: ["xenctrl"] +conflicts: [ + "xenctrl" {< "0.9.8"} +] +dev-repo: "git+https://github.com/mirage/ocaml-xen-block-driver" +install: [make "install" "BINDIR=%{bin}%"] +synopsis: + "Xen disk device drivers: both client (\"frontend\") and server (\"backend\")" +url { + src: + "https://github.com/mirage/ocaml-xen-block-driver/archive/0.2.2.tar.gz" + checksum: [ + "sha256=61006ef10ad81268b2a4c79b0ff57cb30f23d7dc539fcc6708cb6be45dbdda94" + "md5=de18fa92cea916eba39aad035d74290d" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/xen-block-driver/xen-block-driver.0.2.3/opam b/packages/xen-block-driver/xen-block-driver.0.2.3/opam new file mode 100644 index 000000000..d1f214f28 --- /dev/null +++ b/packages/xen-block-driver/xen-block-driver.0.2.3/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "dave.scott@eu.citrix.com" +tags: [ + "org:mirage" + "org:xapi-project" +] +build: make +remove: [[make "uninstall" "BINDIR=%{bin}%"]] +depends: [ + "ocaml" {< "4.02.0"} + "ocamlfind" {<= "1.9.6"} + "cmdliner" {<= "1.3.0"} + "lwt" {>= "2.4.3" & <= "5.9.0"} + "cstruct" {= "0.7.1"} + "shared-memory-ring" {>= "0.4.1" & <= "3.2.1"} + "mirage-xen" {= "0.9.7"} + "mirage-unix" {= "0.9.7"} + "xenctrl" {>= "0.9.8" & <= "0.10.0"} + "xenstore_transport" {<= "1.3.0"} + "ocamlbuild" {build & <= "0.15.0"} +] +dev-repo: "git+https://github.com/mirage/ocaml-xen-block-driver" +install: [make "install" "BINDIR=%{bin}%"] +synopsis: + "Xen disk device drivers: both client (\"frontend\") and server (\"backend\")" +url { + src: + "https://github.com/mirage/ocaml-xen-block-driver/archive/0.2.3.tar.gz" + checksum: [ + "sha256=70827fd420f2a87e856ae2901ba1aaecf6f7c35839d071e81beacea684408716" + "md5=99086a8d8608a34607e4e4423934e7aa" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/xen-block-driver/xen-block-driver.0.2.4/opam b/packages/xen-block-driver/xen-block-driver.0.2.4/opam new file mode 100644 index 000000000..6cd823495 --- /dev/null +++ b/packages/xen-block-driver/xen-block-driver.0.2.4/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "dave.scott@eu.citrix.com" +tags: [ + "org:mirage" + "org:xapi-project" +] +build: make +remove: [[make "uninstall" "BINDIR=%{bin}%"]] +depends: [ + "ocaml" {< "4.02.0"} + "ocamlfind" {<= "1.9.6"} + "cmdliner" {<= "1.3.0"} + "lwt" {>= "2.4.3" & <= "5.9.0"} + "cstruct" {= "0.7.1"} + "shared-memory-ring" {>= "0.4.1" & <= "3.2.1"} + "mirage-xen" {= "0.9.7"} + "mirage-unix" {= "0.9.7"} + "xenctrl" {>= "0.9.8" & <= "0.10.0"} + "xenstore_transport" {<= "1.3.0"} + "ocamlbuild" {build & <= "0.15.0"} +] +dev-repo: "git+https://github.com/mirage/ocaml-xen-block-driver" +install: [make "install" "BINDIR=%{bin}%"] +synopsis: + "Xen disk device drivers: both client (\"frontend\") and server (\"backend\")" +url { + src: + "https://github.com/mirage/ocaml-xen-block-driver/archive/0.2.4.tar.gz" + checksum: [ + "sha256=c753238904c2eb05fcc25f7bf2e19e4fa7ee6ffcd1ec6b5fd3818f5a4c4e15c7" + "md5=7f78c07c2248b16cf818e2371658a7ef" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/xen-block-driver/xen-block-driver.0.2.5/opam b/packages/xen-block-driver/xen-block-driver.0.2.5/opam new file mode 100644 index 000000000..5ff01b28c --- /dev/null +++ b/packages/xen-block-driver/xen-block-driver.0.2.5/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "dave.scott@eu.citrix.com" +tags: [ + "org:mirage" + "org:xapi-project" +] +build: make +remove: [[make "uninstall" "BINDIR=%{bin}%"]] +depends: [ + "ocaml" + "ocamlfind" {<= "1.9.6"} + "cmdliner" {<= "1.3.0"} + "lwt" {>= "2.4.3" & <= "5.9.0"} + "cstruct" {>= "0.7.1" & <= "6.2.0"} + "shared-memory-ring" {>= "0.4.1" & <= "3.2.1"} + "mirage-xen" {= "0.9.7"} + "mirage-unix" {= "0.9.7"} + "xenctrl" {>= "0.9.8" & <= "0.10.0"} + "xenstore_transport" {<= "1.3.0"} + "ocamlbuild" {build & <= "0.15.0"} +] +dev-repo: "git+https://github.com/mirage/ocaml-xen-block-driver" +install: [make "install" "BINDIR=%{bin}%"] +synopsis: + "Xen disk device drivers: both client (\"frontend\") and server (\"backend\")" +url { + src: + "https://github.com/mirage/ocaml-xen-block-driver/archive/0.2.5.tar.gz" + checksum: [ + "sha256=e9ced240d9e8fa74b06cc1272b76118b948752dc689a7db7b598b17c5564c5f7" + "md5=62e6904c7f940dc7f91fd8ad7319a0ba" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/xen-disk/xen-disk.1.0.2/opam b/packages/xen-disk/xen-disk.1.0.2/opam new file mode 100644 index 000000000..5f7b78cf7 --- /dev/null +++ b/packages/xen-disk/xen-disk.1.0.2/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "dave.scott@eu.citrix.com" +tags: [ + "org:mirage" + "org:xapi-project" +] +build: make +remove: [[make "uninstall" "BINDIR=%{bin}%"]] +depends: [ + "ocaml" + "ocamlfind" {<= "1.9.6"} + "obuild" {<= "0.1.11"} + "mirage-unix" {<= "5.0.1"} + "xen-block-driver" {>= "0.2.0" & <= "0.2.5"} + "xenctrl" {>= "0.9.7" & <= "0.10.0"} + "xenstore" {<= "2.3.0"} + "xenstore_transport" {<= "1.3.0"} + "vhd-format" {<= "0.13.0"} + "cmdliner" {<= "1.3.0"} +] +dev-repo: "git+https://github.com/mirage/xen-disk" +install: [make "install" "BINDIR=%{bin}%"] +synopsis: + "A command-line tool for attaching disks to VMs running on a xen host." +url { + src: "https://github.com/mirage/xen-disk/archive/1.0.2.tar.gz" + checksum: [ + "sha256=7f828ede4550e3fe0d3796336aa6be029b2333d6da7d0974310413c62dd75379" + "md5=e36a653bcff2c8b22d3f66c51a6bb7c6" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/xen-disk/xen-disk.1.0.3/opam b/packages/xen-disk/xen-disk.1.0.3/opam new file mode 100644 index 000000000..fd3e7bff0 --- /dev/null +++ b/packages/xen-disk/xen-disk.1.0.3/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "dave.scott@eu.citrix.com" +tags: [ + "org:mirage" + "org:xapi-project" +] +build: make +remove: [[make "uninstall" "BINDIR=%{bin}%"]] +depends: [ + "ocaml" + "ocamlfind" {<= "1.9.6"} + "obuild" {<= "0.1.11"} + "mirage-unix" {<= "5.0.1"} + "xen-block-driver" {>= "0.2.0" & <= "0.2.5"} + "xenctrl" {>= "0.9.7" & <= "0.10.0"} + "xenstore" {>= "1.2.2" & <= "2.3.0"} + "xenstore_transport" {<= "1.3.0"} + "vhd-format" {<= "0.13.0"} + "cmdliner" {<= "1.3.0"} +] +dev-repo: "git+https://github.com/mirage/xen-disk" +install: [make "install" "BINDIR=%{bin}%"] +synopsis: + "A command-line tool for attaching disks to VMs running on a xen host." +url { + src: "https://github.com/mirage/xen-disk/archive/1.0.3.tar.gz" + checksum: [ + "sha256=4948adae96980b69c3604e7b9c2c28baf8cb3dc1102f58bc784349420e1b47f4" + "md5=3b9637fb67235403299a4a06dc41aafe" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/xen-disk/xen-disk.1.2.1/opam b/packages/xen-disk/xen-disk.1.2.1/opam new file mode 100644 index 000000000..7d98af9ae --- /dev/null +++ b/packages/xen-disk/xen-disk.1.2.1/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +maintainer: "dave.scott@eu.citrix.com" +tags: [ + "org:mirage" + "org:xapi-project" +] +build: make +remove: [[make "uninstall" "BINDIR=%{bin}%"]] +depends: [ + "ocaml" + "ocamlfind" {<= "1.9.6"} + "mirage-block-unix" {<= "2.14.2"} + "mirage-block-xen" {>= "1.1.0" & < "1.2.0"} + "xen-evtchn" {>= "1.0.1" & <= "2.1.0"} + "xen-gnt" {>= "1.0.0" & <= "4.0.2"} + "xenstore" {>= "1.2.2" & <= "2.3.0"} + "xenstore_transport" {<= "1.3.0"} + "vhd-format" {<= "0.13.0"} + "cmdliner" {<= "1.3.0"} + "mirage-types-lwt" {< "2.3.0"} + "ocamlbuild" {build & <= "0.15.0"} +] +dev-repo: "git+https://github.com/mirage/xen-disk" +install: [make "install" "BINDIR=%{bin}%"] +synopsis: + "A command-line tool for attaching disks to VMs running on a xen host." +url { + src: "https://github.com/mirage/xen-disk/archive/v1.2.1.tar.gz" + checksum: [ + "sha256=4000fc817551cf9c826c1ff0058b5673d4ccf8957e2519a6dbd2addbd7818cb1" + "md5=9b376514dc63123166bb0d1cdb7a14c8" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/yuujinchou/yuujinchou.5.0.0/opam b/packages/yuujinchou/yuujinchou.5.0.0/opam new file mode 100644 index 000000000..6b8716c7d --- /dev/null +++ b/packages/yuujinchou/yuujinchou.5.0.0/opam @@ -0,0 +1,39 @@ +available: false +opam-version: "2.0" +synopsis: "A library for hierarchical names and lexical scoping" +description: """ +This package offers an implementation of nested lexical scoping with an extensible domain-specific language for manipulating hierarchical names. +""" +maintainer: "favonia " +authors: [ + "favonia " + "Jon Sterling " +] +license: "Apache-2.0" +homepage: "https://github.com/RedPRL/yuujinchou" +bug-reports: "https://github.com/RedPRL/yuujinchou/issues" +dev-repo: "git+https://github.com/RedPRL/yuujinchou.git" +depends: [ + "dune" {>= "2.0" & <= "3.17.1"} + "ocaml" {>= "5.0"} + "algaeff" {>= "0.2" & < "2.0"} + "bwd" {>= "2.1" & <= "2.3.0"} + "alcotest" {>= "1.5" & with-test & <= "1.8.0"} + "qcheck-core" {>= "0.18" & with-test & <= "0.23"} + "odoc" {>= "2.0" & with-doc & <= "2.4.4"} +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["dune" "build" "-p" name "-j" jobs "@runtest"] {with-test} + ["dune" "build" "-p" name "-j" jobs "@doc"] {with-doc} +] +url { + src: "https://github.com/RedPRL/yuujinchou/archive/refs/tags/5.0.0.tar.gz" + checksum: [ + "md5=d2c48d546a0b92a2d21be2a1da4c5ed8" + "sha512=8381c4ff7ee4eec4de02d4a305a4bd35487648136ac0c0bb27f4a6b59db34d660427e8586a19da8291fb6883e0ad879249dd529b358a7a3e08a7ff58dc8a71c1" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/z3/z3.4.8.9/opam b/packages/z3/z3.4.8.9/opam new file mode 100644 index 000000000..7bea4f03a --- /dev/null +++ b/packages/z3/z3.4.8.9/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "simon@aestheticintegration.com" +authors: "MSR" +homepage: "https://github.com/Z3prover/z3" +bug-reports: "https://github.com/Z3prover/z3/issues" +license: "MIT" +dev-repo: "git+https://github.com/Z3prover/z3.git" +build: [ + [ "python2.7" "scripts/mk_make.py" "--ml" "--staticlib" ] + [ make "-C" "build" "-j" jobs ] +] +install: [ + [ "sh" "-c" "ocamlfind install z3 build/api/ml/META -nodll build/libz3* build/api/ml/*" ] +] +depends: [ + "ocaml" {< "5.0"} + "ocamlfind" {build & <= "1.9.6"} + "zarith" {<= "1.14"} + "conf-gmp" {<= "4"} + "conf-python-2-7" {build & <= "1.2"} + "conf-c++" {build & = "1.0"} +] +available: [false] +synopsis: "Z3 solver" +url { + src: + "https://github.com/Z3Prover/z3/archive/z3-4.8.9.tar.gz" + checksum: [ + "sha256=c9fd04b9b33be74fffaac3ec2bc2c320d1a4cc32e395203c55126b12a14ff3f4" + "sha512=a50da5c3f9e27d3e804c1b71f648a3dbd5a55223b7344d66f191a1b34a4d787810abd976840d3ab3878aaf5c96d89f5a517cac0781b82aa927a9d8d54836d54f" + ] +} +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/zmq/zmq.3.2-0/opam b/packages/zmq/zmq.3.2-0/opam new file mode 100644 index 000000000..0695e30a3 --- /dev/null +++ b/packages/zmq/zmq.3.2-0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "anders@fugmann.net" +homepage: "https://github.com/issuu/ocaml-zmq" +build: [ + ["oasis" "setup"] + ["ocaml" "setup.ml" "-configure" "--prefix" prefix] + ["ocaml" "setup.ml" "-build"] +] +depends: [ + "ocaml" + "ocamlfind" {build & <= "1.9.6"} + "ounit" {<= "2.2.7"} + "uint" {< "2.0.0"} + "oasis" {<= "0.4.11"} + "ocamlbuild" {build & <= "0.15.0"} +] +depexts: [ + ["libzmq3-dev"] {os-family = "debian"} +] +conflicts: ["ocaml-zmq"] +dev-repo: "git+https://github.com/issuu/ocaml-zmq" +install: ["ocaml" "setup.ml" "-install"] +synopsis: "OCaml bindings for ZeroMQ 3.2" +url { + src: "https://github.com/issuu/ocaml-zmq/archive/3.2-0.tar.gz" + checksum: [ + "sha256=b77b3bd3d3989de33c2a45993e9ccefcf5ca3fd8a86b335654c6692bb659db62" + "md5=4728a8cc3475cf42bde10c0df503fe6f" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/zmq/zmq.3.2-1/opam b/packages/zmq/zmq.3.2-1/opam new file mode 100644 index 000000000..c39a53147 --- /dev/null +++ b/packages/zmq/zmq.3.2-1/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "anders@fugmann.net" +homepage: "https://github.com/issuu/ocaml-zmq" +build: [ + ["oasis" "setup"] + ["ocaml" "setup.ml" "-configure" "--prefix" prefix] + ["ocaml" "setup.ml" "-build"] +] +depends: [ + "ocaml" + "ocamlfind" {build & <= "1.9.6"} + "base-unix" {= "base"} + "ounit" {<= "2.2.7"} + "uint" {< "2.0.0"} + "oasis" {<= "0.4.11"} + "ocamlbuild" {build & <= "0.15.0"} +] +depexts: [ + ["libzmq3-dev"] {os-family = "debian"} +] +conflicts: ["ocaml-zmq"] +dev-repo: "git+https://github.com/issuu/ocaml-zmq" +install: ["ocaml" "setup.ml" "-install"] +synopsis: "OCaml bindings for ZeroMQ 3.2" +url { + src: "https://github.com/issuu/ocaml-zmq/archive/3.2-1.tar.gz" + checksum: [ + "sha256=e2cb47e72e1f8136ad6d9af606dca0832a8e1ba9c45adbc89d23a9c386a680b7" + "md5=05f9d04dbb93b2c9ac07108aefb5f768" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"] diff --git a/packages/zmq/zmq.3.2-2/opam b/packages/zmq/zmq.3.2-2/opam new file mode 100644 index 000000000..5d42556ab --- /dev/null +++ b/packages/zmq/zmq.3.2-2/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "anders@fugmann.net" +homepage: "https://github.com/issuu/ocaml-zmq" +build: [ + ["oasis" "setup"] + ["ocaml" "setup.ml" "-configure" "--prefix" prefix] + ["ocaml" "setup.ml" "-build"] +] +depends: [ + "ocaml" + "ocamlfind" {build & <= "1.9.6"} + "base-unix" {= "base"} + "ounit" {<= "2.2.7"} + "uint" {< "2.0.0"} + "oasis" {<= "0.4.11"} + "ocamlbuild" {build & <= "0.15.0"} +] +depexts: [ + ["libzmq3-dev"] {os-family = "debian"} +] +conflicts: ["ocaml-zmq"] +dev-repo: "git+https://github.com/issuu/ocaml-zmq" +install: ["ocaml" "setup.ml" "-install"] +synopsis: "OCaml bindings for ZeroMQ 3.2" +url { + src: "https://github.com/issuu/ocaml-zmq/archive/3.2-2.tar.gz" + checksum: [ + "sha256=aa1cb2fd81869f3944119660518b313e6d020e7298ca624ea96ab29133eab0d7" + "md5=e806e5507d41e3416be1a42b0a4a2098" + ] +} +available: false +x-opam-repository-commit-hash-at-time-of-archiving: + "f53a621b4d526e0b11cfd4249960e0bedd76721a" +x-reason-for-archiving: ["uninstallable"]